﻿@font-face {
    font-family: 'Black Jack';
    src: url('media/files/fonts/BlackJack.woff2') format('woff2'),
        url('media/files/fonts/BlackJack.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlwaysForever';
    src: url('media/files/fonts/AlwaysForever.woff2') format('woff2'),
        url('media/files/fonts/AlwaysForever.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Angelina';
    src: url('media/files/fonts/Angelina.woff2') format('woff2'),
        url('media/files/fonts/Angelina.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotolight';
    src: url('media/files/fonts/Roboto-Light-webfont.eot');
    src: url('media/files/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('media/files/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('media/files/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('media/files/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('media/files/fonts/Roboto-Regular-webfont.eot');
    src: url('media/files/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('media/files/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('media/files/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('media/files/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('media/files/fonts/Roboto-Medium-webfont.eot');
    src: url('media/files/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('media/files/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('media/files/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('media/files/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('media/files/fonts/Roboto-Bold-webfont.eot');
    src: url('media/files/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('media/files/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('media/files/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('media/files/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Elemente ausblenden */

.suche:last-child{
	display: none;
}
#filter-artikelgruppe, #filter-hersteller, #fiter-artikelgruppe, #fiter-hersteller {
	display: none;
} 

.mobil {
	display: none;
} 
#www {
	display: none;
}
/* Elemente ausblenden ENDE */


body {
}
h1, h2, h3 {
	font-family: 'robotomedium';
	font-weight: normal!important;
}
table {
	width: 100%;
}
td {
	 font-size: 14px;
}

img {
	 max-width: 100%;
	 border-top: 0px;
	 height: auto;
	 border-right: 0px;
	 border-bottom: 0px;
	 border-left: 0px;
	 -moz-transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 transition: all 0.3s} 
	 

a, input, ul, li, p, div, .submit_button, .basket_button{
	 -moz-transition: background, background-color, color 0.2s;
	 -webkit-transition: background, background-color, color 0.2s;
	 transition: background, background-color, color 0.2s} 
	 
form {
	 color: #000000;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 0px;
	 margin: 0px;
	 padding-right: 0px}

textarea {
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 width: 95%;
	 border-bottom: #999999 1px solid;
	 color: #000000;
	 text-align: left;
	 border-left: #999999 1px solid;
	 background-color: #ffffff}

select {
    padding: 2px;
    width: 100%;
    max-width: 400px;}
a {
    text-decoration: none;
    color: #ee0000;
}
a:hover {
	 text-decoration: underline;
	 color: #1E68BE}
strong {
    font-weight: normal;
    font-family: 'robotobold';
}
.filter {
    border: 1px solid #ddd;
    padding: 0 10px 10px 10px;
    float: left;
    width: 94%;
    width: calc(100% - 22px);
    margin: 0 0 15px 0;
    background: #f0f0f0;
    border-top: 3px solid #D24B00;
}
.filter input {
    height: 12px;
}
.filter select {
    height: 26px;
}
.filter input[type=checkbox] {
    height: 26px;
    width: 26px;
}
.rahmen_mitte .filter .submit_button {
    font-size: 15px !important;
    line-height: 20px !important;
    text-transform: none;
    margin-top: 27px;
}
.info .submit_button {
    text-transform: none !important;
	margin-bottom: 20px;
}
.rahmen_mitte .filter .labeltop {
    margin: 27px 10px 0 0;
    position: relative;
    float: left;
    min-width: 50px;
    /* padding-top: 20px; */
}
.rahmen_mitte .filter .labeltop label {
    color: #333333;
    cursor: text;
    display: inline;
    font-size: 14px;
    left: 0;
    line-height: inherit;
    padding: 0;
    position: absolute;
    top: -19px;
}

.widerruf {
	 border-bottom: #7e4d47 1px solid;
	 border-left: #7e4d47 1px solid;
	 padding-bottom: 2%;
	 padding-left: 2%;
	 width: 96%;
	 padding-right: 2%;
	 height: 200px;
	 overflow: scroll;
	 border-top: #7e4d47 1px solid;
	 border-right: #7e4d47 1px solid;
	 padding-top: 2%}
	 
.submit_button, .link_button {
	font-family: 'robotoregular';
    background-color: #1E68BE;
    border: 2px solid #1E68BE;
    color: #ffffff !important;
    float: left;
    line-height: 22px;
    text-align: center;
    box-shadow: none;
    padding: 3px 15px 3px 15px;
    font-size: 14px;
    margin: 2px 0 2px 0;
    cursor: pointer;
    max-width: 400px;
    height: auto !important;
    border-radius: 20px;
	transition: .3s all;
}
.rahmen_links .submit_button {
    float: none;
}
.submit_button:hover, .link_button:hover {
    color: #ee0000 !important;
    background-color: #ffffff;
    text-decoration: none;
}
	 
.navigation_zeile a.submit_button, .warenkorb a.submit_button {
    width: 91%;
    padding: 3px 5% 3px 5% !important;
	text-align: center;
}	 
.navigation_zeile a.submit_button:hover, .warenkorb a.submit_button:hover {
    width: 91%;
    padding: 3px 5% 3px 5% !important;
    box-shadow: none !important;
}
.rahmen_mitte .submit_button {
	font-family: 'robotoregular';
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
}
.klein {
    font-size: 13px !important;
    line-height: 22px!important;
    text-transform: none!important;
    max-width: 200px;
}
.grundrahmen {
    border: 0px solid #fdfdfb;
    color: #333333;
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    position: relative;
    text-align: left;
    margin: 0px auto 10px;
}
@media (max-width:1200px) {	
	.grundrahmen {
		width: 100%;	
	}
}




.angebotspreis {
	 font-size: 16px;
	 font-weight: bold;
	 color: #bd0404;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 0px;
	 margin: 0px 0px 0px 60px;
	 display: block}

.demoinfo {
	 border-top: #000099 1px dashed;
	 height: 60px;
	 border-right: #000099 1px dashed;
	 width: 300px;
	 border-bottom: #000099 1px dashed;
	 float: right;
	 color: #ff6600;
	 padding-bottom: 5px;
	 text-align: left;
	 padding-top: 5px;
	 padding-left: 5px;
	 border-left: #000099 1px dashed;
	 margin-top: 20px;
	 padding-right: 5px;
	 background-color: #ececec;
	 margin-right: 2px}

.thumb {
	 padding-bottom: 2px;
	 padding-top: 2px;
	 padding-left: 2px;
	 border: #D7CCC5 0px solid;
	 padding-right: 2px;
	 margin-right: 5px}

.thumb_info {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.rahmencontent_center {
	 color: #5B1817;
	 text-align: center;
	 margin: 10px 20px}


/* Header */
.rahmen_oben {
    padding-left: 2%;
}
.logo {
    float: left;
    width: 41.5%;
    margin-top: -15px;
}
.logo a {
    text-decoration: none;
    color: #999999;
    display: block;
}
a.logo:hover {
    text-decoration: none;
}
.logo h1, .logo .headline_1 {
    font-size: 49px;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #ee0000;
}
.logo h2, .logo .headline_2 {
    font-size: 15px;
    color: #000;
    margin-top: 5px;
    font-weight: normal;
    font-family: 'robotoregular';
}
.hotline {
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
	margin-bottom: 5px;
}
.hotline span{
    font-size: 31px;
}
.hotlinetext {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
}
.rahmen_oben .basket {
    border: 1px solid #cccccc;
    float: left;
    margin-top: 33px;
    padding: 3px;
    position: relative;
    width: 21%;
    background: linear-gradient(#F2F5F0, #ffffff);
    display: block;
    margin-bottom: 20px;
}
.rahmen_oben .basket_headline {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    width: 100%;
}
.basket_vorschau {
    /* float: left; */
    line-height: 22px;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
}
.basket_button a {
    background-color: #1E68BE;
    color: #fff;
    line-height: 24px;
    text-align: center;
    width: 100%;
    display: block;
}
.basket_button a:hover {
    background-color: #A29500;
    text-decoration: none;
}
.top_middle {
    display: block;
    float: left;
    position: relative;
    margin-top: 23px;
    width: 35%;
    margin-bottom: 20px;
}
.login {
    text-align: right;
    margin-right: 2%;
    padding-top: 10px;
}
.login a{
    padding-left: 7px;
}
.suche {
    border: 1px solid #cccccc;
    box-shadow: 0 0 10px 0 #cfcfcf inset;
    margin-left: 7px;
    margin-top: 10px;
    padding: 0;
    position: relative;
    width: 80%;
}

/* Autosuggest */
.suchliste {
    position: relative;
}
.ergebnis {
    font-size: 13px;
    position: absolute;
    background-position: 100% 0%;
    padding: 7px;
    left: 7px;
    z-index: 10000;
    line-height: 18px;
    top: 0px;
    padding-right: 10px;
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 05px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.5);
}
.ergebnis::after {
	content:"\2716";
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 16px;
	cursor: pointer;
}
.ergebnis ul {
    padding: 0;
    margin: 0 0 12px 0;
}	
.ergebnis li{
	list-style-type: none;
}
.ergebnis a:before {
	content: "\203A";
}
/* ENDE Autosuggest */

input, textarea, select {
    background-color: #ffffff;
    border: 1px solid #D7CCC5;
    box-shadow: 0 0 10px 0 #cfcfcf inset;
    text-align: left;
    margin: 2px 0 2px 0;
}
textarea {
    padding: 6px;
    width: 100%;
    max-width: 400px;
}
.rahmen_mitte input[type=text], .rahmen_mitte input[type=number], .rahmen_mitte input[type=password], .rahmen_links input[type=text] {
    padding: 6px;
    width: 97%;
    max-width: 400px;
    width: calc(100% - 10px);
}
.warenkorb input[type=text] {
    width: 40px;
}
.basket input[type=text] {
    height: 12px;
}
input[type=radio] {
    border: 0;
    box-shadow: none;
}
.labelinside {
    margin: 2px 0 2px 0;
    position: relative;
    width: 100%;
    display: inline-block;
}
.labelinside label {
    color: #888888;
    cursor: text;
    display: none;
    font-size: 13px;
    left: 0;
    line-height: 13px;
    padding: 9px 9px;
    position: absolute;
    top: 0;
}
.rahmen_mitte .labelinside {
    margin: 2px 0 5px 0;
}
.rahmen_mitte .labelinside label, .suche .labelinside label {
    font-size: 15px;
    left: 0;
    line-height: 17px;
    padding: 10px 10px;
}
.suchfeld {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    color: #666666;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 28px;
    padding-left: 7px;
	width: 98%;
}
.but_search {
    background-color: transparent;
    background-image: url("media/images/layout/but_search.gif");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    box-shadow: none;
    border: 0 solid #999999;
    color: #999999;
    cursor: pointer;
    float: left;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 30px;
}



/* Footer */	
.footer1 {
    text-align: left;
    background: rgba(170, 175, 140, 0.2) none repeat scroll 0 0;
    padding: 2% 3% 3% 3%;
    font-size: 14px;
    line-height: 20px;
    border-top: 4px solid #D7CCC5;
    border-bottom: 2px solid #D7CCC5;
    width: calc(94% + 60px);
    float: left;
    margin-left: -30px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.footer1 h2 {
    clear: both;
    color: #531405;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: -2px;
}
.col3{
	width: 30%;
	margin-left: 2%;
	float: left;
}	
.col3 ul {
    padding: 0;
    margin: 0 0 12px 0;
}	
.col3 li{
	list-style-type: none;
	padding: 0;
    margin: 0;
}
.col3 li:before{
    content: "\2713";
	padding-right: 7px;
    font-size: 12px;
	color: #A29500;
}
.col3 a:before {
	content: "\203A";
	padding-right: 7px;
}

.col4{
	width: 22.5%;
	margin-left: 2%;
	float: left;
}	
.col4 ul {
    padding: 0;
    margin: 0 0 12px 0;
}	
.col4 li{
	list-style-type: none;
	padding: 0;
    margin: 0;
}
.col4 li:before{
    content: "\2713";
	padding-right: 7px;
    font-size: 12px;
	color: #A29500;
}
.col4 a:before {
	content: "\203A";
	padding-right: 7px;
}
.mail:before {
	content: "" !important;
	padding-right: 0!important;
}
 

/* Produktliste */
.produktliste {
    padding: 15px 15px 3px 15px;
    background: #efefef;
    float: left;
    width: calc(100% - 30px);
}

.pages {
	 display: inline}

.pages A {
    text-align: center;
    line-height: 20px;
    background-color: #1E68BE;
    width: 21px;
    float: left;
    color: #ffffff;
    font-size: 12px;
    margin-right: 3px;
    text-decoration: none;
    margin-top: 4px;
    font-weight: bold;
}
.pages .activepage {
    background-color: #ff9900;}
	 
.produktbox {
    border: 1px solid #D7CCC5;
    padding: 2%;
    float: left;
    width: 44%;
    width: calc(45.5% - 2px);
    margin-bottom: 1%;
    margin-right: 1%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: box-shadow 0.3s;
    display: block;
    border-radius: 5px;
}
.produktbox:nth-child(2n) {
    margin-right: 0%;
}
.produktbox:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-decoration: none;
}
.produktbox h3, .produktbox p {
    padding-left: 115px;
}
.produktbox IMG {
    float: left;
    max-width: 100px;
}	 
.produktbox .produktinfo {
    margin-bottom: 3px;
    padding-left: 115px;
    margin-top: 3px;
    font-size: 15px;
}
.produktbox .produktinfo_k {
	 margin-bottom: 2px;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 115px;
	 margin-top: 3px;
	 padding-right: 0px}
.produktbox .produktinfo_preis {
	 margin-bottom: 2px;
	 font-weight: bolder;
	 color: #5B1817;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 115px;
	 margin-top: 3px;
	 padding-right: 0px}
.produktbox .produktinfo_nr {
	 margin-bottom: 2px;
	 color: #999999;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 115px;
	 margin-top: 3px;
	 padding-right: 0px}
.produktbox .produkttabinfo {
	 margin-bottom: 2px;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 margin-top: 3px;
	 padding-right: 0px}
.produktbox .produkttabinfo_preis {
	 margin-bottom: 2px;
	 font-weight: bolder;
	 color: #ff9900;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 margin-top: 3px;
	 padding-right: 0px}

.produktbox .produkttabinfo_nr {
	 margin-bottom: 2px;
	 color: #999999;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 margin-top: 3px;
	 padding-right: 0px}

.produktbox .preisinfo {
    font-weight: normal;
    color: #999999;
    display: block;
    font-size: 12px;
}
.produktbox .preisinfo A {
	 text-decoration: none;
	 color: #999999}
.produktbox .preisinfo A:hover {
	 text-decoration: none;
	 color: #999999}

.produktbox .tdtab {
	 border-left-width: 0px;
	 border-right-width: 0px;
	 border-bottom: #ffcc00 1px dashed;
	 color: #000000;
	 border-top-width: 0px} 

.produktbox .basketform {
    position: absolute;
    right: 10px;
    bottom: 45px;
    /* width: 100px; */
}
.produktbox a {
    display: block;
    text-decoration: none;
}
.basket input[type=text].input_text{
	padding: 8px 0;
	text-align: center;
}
.produktbox .abasket {
    width: 150px;
    float: left;
    margin-left: 115px;
}
.details {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #1E68BE;
    border: 2px solid #1E68BE;
    color: #fff !important;
    line-height: 22px;
    text-align: center;
    padding: 1px 15px 3px 15px;
    font-size: 15px;
    cursor: pointer;
    margin: 10px;
    font-weight: normal;
    border-radius: 30px;
    font-family: 'robotoregular';
    transition: .3s all;
}
.details:hover {
    color: #fff;
    background: #fff;
    text-decoration: none;
    border: 2px solid #1E68BE;
    color: #ee0000!important;
}

/* Kategorien */
.catlist {
    padding: 5px 15px 15px 15px;	
    background: #FFFCE9;
	float: left;
}
.catlist .catbox {
    border: 1px solid #D7CCC5;
    padding: 1.3%;
    float: left;
    width: 46.5%;
    width: calc(46.9% - 2px);
    margin-bottom: 1%;
    margin-right: 1%;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
	transition: box-shadow 0.3s;
}
.catlist .catbox:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-decoration: none;
}
.catlist .catbox:nth-child(2n) {
    margin-right: 0%;
}
.catlist h3, .catbox p {
    margin: 0 0 10px 0;
    padding-left: 95px;
}
.catlist .produktinfo {
    margin-bottom: 3px;
    padding-left: 95px;
    margin-top: 3px;
    font-size: 15px;
}
.catbox IMG {
    float: left;
    max-width: 80px;
    margin-right: 15px;
}


/* Produktdetail */
.content_right {
    color: #000000;
    text-align: right;
    float: right;
    height: 40px;
}
.content_right a {
    text-decoration: none;
    padding: 0px 10px 5px 10px;
    border: 1px solid #D7CCC5;
    font-size: 30px;
    border-radius: 3px;
    line-height: 38px;
    background: rgba(170, 175, 140, 0.1);
    float: left;
    height: 100%;
    margin-left: 5px;
}
.content_right a:hover {
    background: rgba(170, 175, 140, 0.05);
}
.content_right a img {
    margin-top: 6px;
}
.produktdetail .box_right {
    margin-bottom: 10px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 40%;
}

.produktdetail .box_right .produkte {
	 margin-bottom: 10px;
	 max-width: 900px;
	 border-top: #D7CCC5 1px solid;
	 border-right: #D7CCC5 1px solid;
	 width: 96%;
	 border-bottom: #D7CCC5 1px solid;
	 float: left;
	 padding-bottom: 2%;
	 padding-top: 2%;
	 padding-left: 2%;
	 border-left: #D7CCC5 1px solid;
	 padding-right: 2%;
	 background-color: #ffffff}

.produktdetail .box_weitere TD {
	 font-size: 9pt;
	 width: 100%;
	 color: #666666}

.produktdetail .box_left {
    margin-bottom: 10px;
    width: 55%;
    float: left;
    margin-right: 5%;
    margin-bottom: 2%;
}
.produktdetail .links {
	 clear: both}
	 
.produktdetail .produktinfo_preis {
    margin-bottom: 10px;
    color: #531405;
    margin-top: 10px;
} 
.produktdetail .produktinfo_preis b {
    font-size: 20px;
}
.rahmen_mitte .preisinfo {
    font-weight: normal;
    font-size: 13px;
	color: #666666;
}
.produktdetail .merkmale{
	border-collapse: initial !important;
} 
.merkmale .info{
	background-color: rgba(170, 175, 140, 0.3);
} 
.merkmale .content{
    background-color: rgba(170, 175, 140, 0.2);
}
.produktdetail .submit_button{
	width: auto;
}
.abasket {
	 width: 150px;
	 float: right;
} 
.abasket .input_image {
    vertical-align: middle;
}

/* zoom */

.bild {
}
.bild .thumb {
    display: initial;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 5px;
	float: left
}

.detailbild {
    position: relative;
    border: #D7CCC5 1px solid;
    height: auto;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.detailbild img {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    color: #fefde9;
    border-left: 0px;
    max-height: 450px;
    width: auto;
}
.detailbild:hover IMG {
	 -webkit-transform: scale(1.05);
	 -moz-transform: scale(1.05);
	 transform: scale(1.05)}
.detailbild A {
    display: block;
}
.detailbild .zoom {
    border-top: #ffffff 3px solid;
    border-right: #ffffff 3px solid;
    width: 40px;
    border-bottom: #ffffff 3px solid;
    position: absolute;
    left: 0px;
    border-left: #ffffff 3px solid;
    bottom: 0px;
    border-radius: 0 3px 0 0;
    opacity: 0.5;
}
/* Varianten */
.varianten {
    border: #D7CCC5 1px solid;
    width: 100%;
    border-radius: 3px;
}
.varianten th{
    padding: 10px;
    background-color: rgba(170, 175, 140, 0.2);
}

.varianten td {
    padding: 10px;
    border-top: #D7CCC5 1px solid;
}
.varianten form {
    border: 0;
	padding: 0;
}

/* Warenkorb Modal */
.basket-modal {
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    max-width: 100%;
    z-index: 999999;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0);
    transition: 0.3s right, background 0.3s 0.3s;
    text-align: left;
}
.basket-modal.active {
    right: 0;	
    background: rgba(0,0,0,0.3);
}
.basket-content {
    background: #fff;
    display: inline-block;
    float: right;
    min-height: 96vh;
    padding: 2vh;
    box-shadow: 0 0 25px rgb(0 0 0 / 50%);
}
.basket-modal table {
    width: auto;
}
.basket-modal td, .basket-modal p {
    font-size: 13px;
    line-height: 1.2;
}
.basket-modal p {
	margin: 3px 0 3px 0;
}
.basket-modal.box_m_content {
    display: block;
}
.hide-basket.close {
    float: right;
    font-size: 28px;
    font-family: 'robotoregular';
    padding: 22px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
    transition: color 0.3s;
}
.hide-basket.close:hover {
	color: #1E68BE;
}

/* Bestellung */	
.remove {
	width: 19px;
}
.col2 {
    width: 48% !important;
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
	min-width: 310px;
}		
.col2:nth-child(2n){
	margin-right: 0%;
}	

.content_right form {
    border: 0;
    background: none;
    padding: 0;
}

.hamburger {
	display: none;
}


/* Navigation Desktop */

.navigation {
		height: auto;
		width: 100%;
		/* position: relative; */
		text-align: left;
		z-index: 100;
		background: #fff;
	}

.navbar {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0px auto;
    z-index: 101;
    padding-right: 0px;
    height: 50px;
    max-width: 1200px;
}
.navbar h3 {
    margin: 0;
}
.stickytop {
}

@media (min-width:1000px) {	
	.stickytop {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
	}
}

.navbar LI {
    list-style-type: none;
    position: relative;
    float: left;
    padding-left: 0px;
    margin: 0px;
    height: 100%;
}
.navbar LI:hover{
     background-color: #ffffff;
}
.navbar LI A.topcat {
    height: 40px;
    border-right: 1px solid #D24B00;
}
.navbar LI:last-child A.topcat {
    border-right: 0;
}
.navbar LI A {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    display: block;
    line-height: 20px;
    padding-right: 10px;
    float: left;
}

.navbar LI:hover A.topcat {
     background-color: #ffffff;
	 color: #333333;
	 overflow: hidden;
	 text-decoration: none;	 
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);}

.navbar LI .selected {
	 color: #0553A8;
     background-color: #ffffff; 
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);}

.navbar .thumb {
    width: 30px;
    min-height: 30px;
    float: left;
    border: 1px solid #dddddd;
    text-align: center;
    background: #ffffff;
    padding: 0;
    height: 30px;
}	 
.navbar img {
	width: auto;
	height: auto;
	max-width: 30px;
    max-height: 25px;
}	 	 

/* 2. Ebene */
.navbar LI UL {
	 display: none}
	 
.navbar LI:hover UL {
    transition: all 0.1s;
    position: absolute;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 1000;
    display: inline-block;
    padding-right: 40px;
    background-color: #ffffff;
    left: 1px;
    top: 50px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 05px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    padding-left: 0px;
    white-space: nowrap;
}
.navbar LI:nth-last-child(-n+3):hover UL {
    left: auto;
    right: 1px;
}

.navbar LI UL LI {
    width: 110%;
    width: calc(100% + 40px);
    float: none;
    display: block;
    height: 34px;
}
	 
.navbar LI UL LI:hover {
     background: #efefef;}

.navbar LI:hover UL LI A {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    z-index: 1000;
    display: block;
    line-height: 14px;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 0;
}

.navbar LI:hover UL A:hover {
	 text-decoration: underline;
	 color: #000000;
	 z-index: 1000;
	 display: block}
	 
	 
/* 3. Ebene */


LI UL LI .ebene3 {
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
    transition: all 0.1s;
    overflow: hidden;
}
	
LI:nth-child(-n+4) UL LI .ebene3 {
    left: 100%;
    right: auto;
}

LI UL LI:hover .ebene3 {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	display: inline-block;
    padding: 10px;}	
	 
.navbar LI UL LI:hover .link {
    display: block;
}

.navbar LI UL LI:hover .link A {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    z-index: 1000;
    padding-left: 0;
    padding-right: 40px;
}

.navbar LI UL LI:hover .link A:hover {
	 text-decoration: underline;
	 color: #000000;
	 z-index: 1000;
	 display: block}
	 
/* Navigation Desktop Ende */	


@media (max-width:1200px) {
	.navbar LI A {
		color: #ffffff;
		font-size: 13px;
		text-decoration: none;
		font-weight: normal;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 8px;
		display: block;
		line-height: 20px;
		padding-right: 7px;
		float: left;
	}
	.produktbox {
		height: 220px;
	}
	.produktbox p, .produktbox h3 {
		font-size: 13px;
		line-height: 16px;
	}
}


/* Slider */
.slider {
    float: left;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    /* background-color: rgba(170, 175, 140, 0.1); */
    margin-bottom: -2px;
}
.slider .caption {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 36%;
    text-align: left;
    font-weight: bold;
    height: 100%;
}
.slider .caption h1, .slider .caption h2 {
    font-size: 20px;
	margin: 5% 15px 15px 15px;
}	
.slider .caption p {
    font-weight: normal;
    font-size: 15px;
    color: #333333;
    margin: 15px;
}	
.slider A {
    text-decoration: none;
    width: 100%;
	height: 100%;
    float: left;
}
.slider img {
    max-width: 35%;
    /* height: auto; */
    height: auto;
    width: auto;
}

.slider .caption .produktinfo_preis {
	 margin-bottom: 2px;
	 font-weight: bolder;
	 color: #5B1817;
	 margin-top: 3px;}
.mobile{
	display: none;
}
@media (max-width:900px) {
	.mobile{
		display: initial;
	}
	body {
		font-size: 16px;
		background-image: none;
	}
	.grundrahmen {
		border: 0;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.rahmen_links {
		width: 0px;
		overflow: hidden;
		display: none;
	}	
	.footer1 {
		font-size: 16px;
		line-height: 24px;
		width: calc(94% + 20px);
		margin-left: -10px;
	}
	
/* Header */	
	.logo {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-top: -25px;
		min-width: 0;
	}
	.logo img {
		width: 25%;
		max-width: 83px;
	}
	.logo h1 {
		font-size: 27px;
	}
	.logo h2 {
		font-size: 10.8px;
		margin-top: 0px;
	}
	.hotline {
		margin-top: 15px;
	}
	.rahmen_oben .basket {
		margin-right: auto;
		padding: 0;
		margin-left: auto;
		float: none;
		margin-top: 10px;
		width: 100%;
		max-width: 400px;
	}
	.top_right {
		float: none;
		margin-right: 0;
		text-align: center;
		border-bottom: 4px solid #D7CCC5;
		padding: 5px 5px 20px 5px;
		margin-left: -10px;
		width: calc(100% + 10px);
	}	
	.rahmen_oben {
		padding-left: 2%;
		margin-top: 40px;
		padding-right: 2%;
	}
	.login {
		padding-top: 15px;
		text-align: left;
		padding-left: 2%;
	}
	.login a {
		padding: 1.5% 2%;
		border: 1px solid #D7CCC5;
		font-size: 15px;
	}
	.suche {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		max-width: initial;
		margin-top: 10px;
		padding: 0;
		position: relative;
		border-radius: 3px;
		background: #fff;
	}
	.top_middle {
		display: block;
		float: none;
		width: 100%;
		min-width: 0;
	}
	.gruppenpfad {
		float: left;
	}

	
/* Inhalt */	
	.slider {
		width: 100%;
		margin-right: 0;
		height: auto;
	}		
	.slider .caption h1, .slider .caption h2 {
		font-size: 36px !important;
		line-height: 48px !important;
	}
	.slider .caption p {
		display: none
	}
	.slider .details {
		font-size: 32px !important;
		line-height: 40px !important;
		right: 2%;
	}
	.jssorb01 div {
		width: 16px !important;
		height: 16px !important;
		
	}
	
	.news {
		width: 100%;
		margin-bottom: 4%;
		padding-bottom: 30px;
	}
	.justify {
		text-align: left;
	}
	.content_right {
		margin-bottom: 15px;
	}
	.produktbox {
		width: auto;
		margin-bottom: 2%;
		margin-right: 0;
		height: auto;
		float: none;
		padding-bottom: 35px;
	}	
	.rahmen_mitte form {
		width: 100%;
	}
	.th1, .td1 {
		display: none;
	}
	.catlist .catbox {
		padding: 2%;
		float: left;
		width: 96%;
		margin-right: 0;
		height: auto;
		padding-bottom: 30px
	}
	
/* Navigation */

	.hamburger {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		background: #1E68BE;
		right: 0px;
		top: 0px;
		text-align: center;
		color: #ffffff;
		padding: 10px;
		font-size: 14px;
		cursor: pointer;
		z-index: 100;
	}
	.hamb_line {
		height: 6px;
		width: 90%;
		margin-left: 5%;
		border-radius: 3px;
		background: #ffffff;
		margin-top: 2px;
		margin-bottom: 4px;
		float: left;
	}	
	.navigation {
		display: block;
		position: absolute;
		background: #1E68BE;
		width: 50px;
		height: 40px;
		right: 10px;
		top: 56px;
		border-radius: 0px 0px 0px 3px;
		z-index: 10;
		overflow: hidden;
		margin: 0;
	}	
	.navigation_mobile {
		background-color: #531405;
		background: #1E68BE;
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 100;
		padding-top: 80px;
		width: 100%;
		height: auto;
		border-radius: 0 0 3px 3px;
		overflow: hidden;
		-webkit-box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
	}
	
	.navigation_mobile .hamburger {
		background: transparent;
		right: 10px;
		top: 10px;
	}
	.navigation_mobile .hamb_line {
		background: #fff;
	}

	.navbar LI {
		width: 100%;
		padding-top: 0;
		float: left;
		height: auto;
	}	
	.navbar LI br{
		display:none
		}
	.navbar LI A {
		font-size: 16px;
		line-height: 37px;
		color: #ffffff;
		width: 100%;
		border-top: 1px solid #D24B00;
		border-bottom: 1px solid #FF781E;
	}
	.navbar LI:hover UL {
		transition: all 0.1s;
		position: relative;
		top: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		z-index: 1000;
		display: inline-block;
		padding-right: 40px;
		background-color: #ffffff;
		-moz-box-shadow: 0px 5px 05px 0px rgba(0,0,0,0.5);
		padding-left: 0px;
		white-space: nowrap;
		width: 100%
	}
	.navbar LI:hover UL LI A {
		font-size: 16px;
		line-height: 35px;
		border: 0;
	}
	.navbar LI UL LI DIV A {
		font-size: 14px;
		padding-left: 35px;
	}	
	.navbar .thumb {
		display: none;
	}
	.navbar LI A.topcat {
		max-width: auto;
	}
	.navbar LI UL LI {
		height: auto;
		float: left;
	}
	LI UL LI:hover .ebene3 {
		box-shadow: none;
		padding: 10px;
		z-index: 10001;
		margin-top: 30px;
		position: relative
	}
	LI:nth-child(-n+4) UL LI .ebene3 {
		left: auto;
		right: 100%;
	}


/* Produktliste */	
	.produktbox {
		height: auto;
		padding-bottom: 80px;
	}
	.produktbox p, .produktbox h3 {
		font-size: 15px;
		line-height: 17px;
	}
	.produktbox .basketform {
		width: 98px;
	}
	 
}		
@media (max-width:900px) {
	.col4 {
		width: 100%;
		margin-left: 0;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.desktop, .boxdim_orderstep{
		display: none;
	}
		
	.mobil {
		display: initial;
	} 
	.col3.mobil {
		text-align: center;
	} 
	.col3.mobil .submit_button {
		width: 94%;
	}
	.col2 {
		width: 100%;
		max-width: 520px;
	}	
	.jssorb01 {
		display: none;
	}	
	.produktbox .produktinfo {
		padding-left: 95px;
	}
	.produktbox .produktinfo_k, .produktbox .produktid {
		padding-left: 95px;
	}
	.produktbox .produktinfo_preis {
		padding-left: 95px;
	}
	.produktbox .produktinfo_nr {
		padding-left: 95px;
	}
	.produktbox a IMG {
		max-width: 80px;
	}
}	
@media (max-width:600px) {	
	.logo h1, .logo .headline_1 {
		font-size: 28px;
		line-height: 32px;
	}
	.logo h2, .logo .headline_2 {
		font-size: 13px;
		margin-top: 3px;
	}
	.slider .details {
		font-size: 38px !important;
		line-height: 48px !important;
		right: 0;
		padding: 0 15px;
	}
	.jssorb01 div {
		width: 12px !important;
		height: 12px !important;
	}
	.slider img {
		height: 100%;
	}
	.col3 {
		width: 100%!important;
		margin-left: 0;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}	
}	

@media (max-width:1024px) {
	.produktdetail .box_left {
		width: 98%;
		max-width: auto;
		float: left;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.produktdetail .box_right {
		width: 98%;
	}
}
/* Produktvideos */
.youtube {
    float: left;
    width: 32.6%;
    margin-right: 1%;
    border: 0;
}
.youtube:nth-child(3) {
	margin-right: 0;
}

/* Newsvideos */
.infolist .youtube {
    float: none;
    width: calc(100% + 10px);
    margin-right: 0;
    margin-left: -10px;
}

/* select mit Bild */
.merkmale {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
}
.merkmalzeile {
	position: relative;
    height: 103px;
	width: 300px;
    border: 1px solid #cccccc;
    padding: 0 0 0 10px;
    overflow-x: hidden;
    overflow-y: hidden;
	margin-bottom: 5px;
    -moz-transition: height 0.5s; 
    -webkit-transition: height 0.5s; 
    -ms-transition: height 0.5s;  
    -o-transition: height 0.5s;  
    transition: height 0.5s;
	cursor: pointer;
}
.merkmalzeile.hover {
    height: 300px;
    overflow-y: scroll;
    -moz-transition: height 0.5s; 
    -webkit-transition: height 0.5s; 
    -ms-transition: height 0.5s;  
    -o-transition: height 0.5s;  
    transition: height 0.5s;
}
.merkmalname {
    font-weight: bold;
	margin-bottom: 15px;
	cursor: pointer;
}
.merkmalzeile:after {
    content: "\203A";
    font-size: 40px;
    position: absolute;
    top: 0px;
    right: 10px;
    transform: rotate(90deg);
    line-height: 34px;
    color: #1E68BE;
}

.merkmalzeile label {
	display: none !important;
    width: 100%;
    margin-right: 3px;
    margin-bottom: 3px;
    height: 60px;
    font-size: 13px;
    position: relative;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.merkmalzeile label p {
    padding-top: 3px;
    padding-left: 3px;
}
.merkmalzeile.hover label {
	display: block !important;
}
.merkmalzeile label:hover {
    background: #efefef;
}
.merkmalzeile input {
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
}
.merkmalzeile input:checked + label {
	display: block !important;
    background: #A29500;
}
.merkmalzeile img {
    float: left;
    margin-right: 5px;
    height: 60px;
}

/* Variante volle Breite
.merkmale {
    margin-bottom: 20px;
}
.merkmalzeile {
    border: 1px solid #cccccc;
    height: 34px;
    padding: 0 0 0 1%;
    overflow-y: hidden;
	margin-bottom: 5px;
    -moz-transition: height 0.5s; 
    -webkit-transition: height 0.5s; 
    -ms-transition: height 0.5s;  
    -o-transition: height 0.5s;  
    transition: height 0.5s;
}
.merkmalbox {
    float: left;
    width: 24%;
    margin-right: 1%;
    height: 66px;
    font-size: 13px;
	position: relative;
}

.merkmalbox label {
	display: inline-block;
	width: 100%;
}
.merkmalbox label:hover {
    background: #efefef;
}
.merkmalbox input {
    position:absolute;top:0;left:0;opacity:0;
}
.merkmalbox input:checked + label  {
    background: #A29500;
}
.merkmalbox input:checked + label + .merkmalbox  {
	position: absolute;
	left:0;
	top: 0;
}
.merkmalbox img {
    float: left;
    margin-right: 3px;
    width: 60px;
}
*/
/* Navigation Kategorien neu */

.menu-button-text {
	display: none;
}
@media (min-width:900px) {
	.rahmen_center_top {
		background-color: #1E68BE;
		width: 100%;
		clear: both;
		float: left;
		height: 55px;
	}
	#navigation.navigation {
		position: relative;
		display: inline-block;
		float: left;
		cursor: pointer;
		width: 190px;
		background: rgba(0,0,0,0.1);	
		 -moz-transition: all 0.3s;
		 -webkit-transition: all 0.3s;
		 transition: all 0.3s
	}
	#navigation.navigation:hover {	
		width: 100%;
		background: linear-gradient(#1E68BE 55px, #eee 55px);
		padding-bottom: 60px;
		border-bottom: 3px solid#1E68BE;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
		box-shadow: 0 10px 10px rgba(0,0,0,0.3);
	}
	#navigation.navigation .menu-button {
		width: 40px;
		height: 35px;
		color: #ffffff;
		padding: 10px 0;
		font-size: 17px;
		cursor: pointer;
		z-index: 100;
		margin-left: 20px;
	}
	#navigation.navigation .menu-button .line {
		height: 4px;
		width: 90%;
		margin-left: 5%;
		border-radius: 0;
		background: #ffffff;
		margin-top: 4px;
		margin-bottom: 3px;
		float: left;
	}	
	.menu-button-text {
		color: #fff;
		font-size: 19px;
		position: absolute;
		left: 75px;
		top: 15px;
		display: initial;
	}
	#navigation.navigation .navbar {
		display: none;
		height: initial;
		width: 25%;
		padding-top: 20px;
	}
	#navigation.navigation:hover .navbar {
		display: inline-block;
	}
	#navigation.navigation .navbar br {
		display: none;
	}
	#navigation.navigation .navbar > LI {
		float: none;
		background: #eee;
		display: inline-block;
		width: 100%;
		position: initial;
	}
	#navigation.navigation .navbar > LI:before {
		content: "\203A";
		position: relative;
		top: 0;
		width: 20px;
		float: left;
		line-height: 30px;
		font-size: 26px;
		color: #ee0000;
		left: 94%;
		left: calc(96% - 20px);
	}
	#navigation.navigation .navbar A.topcat2 {
		color: #ee0000;
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.4;
	}
	#navigation.navigation .navbar A.topcat2:hover {
		background: #fff;
	}
	#navigation.navigation .navbar A.topcat2:before {
		content: "";
	}
    #navigation.navigation .navbar > li >ul > li > a {
        color: #1E68BE;
        font-size: 15px;
    }

	#navigation.navigation li {
		 -moz-transition: background 0.2s;
		 -webkit-transition: background 0.2s;
		 transition: background 0.2s
	}
    #navigation.navigation .navbar A {
        color: #000;
        border: none;
        height: auto;
        float: none;
        white-space: normal;
        padding: 10px 35px 10px 10px;
        -moz-transition: background 0.2s;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }
	#navigation.navigation .navbar A:hover {
		text-decoration: none;
	}
	#navigation.navigation .navbar LI:hover UL {
		left: 25%;
		top: 55px;
		width: 71%;
		min-height: 100%;
		padding-right: 2%;
		padding-top: 17px;
		min-height: calc(100% - 60px);
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3) !important;
		-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3) !important;
		box-shadow: 0 10px 10px rgba(0,0,0,0.3) !important;
	}	
	#navigation.navigation .navbar > LI:hover > UL {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		column-gap: 1%;
		padding-left: 3%;
		border-bottom: 3px solid #1E68BE;
	}
	#navigation.navigation UL, #navigation.navigation LI, #navigation.navigation A, #navigation.navigation DIV {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		overflow: initial !important;
	}
	#navigation.navigation LI UL LI:hover .link {
		display: block;
	}
	#navigation.navigation .navbar LI {
		position: initial;
		height: auto;
	}
	#navigation.navigation .navbar LI LI {
		width: 100%;
		-moz-page-break-inside: avoid;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		page-break-inside: avoid;
		border: 1px solid #eee;
		border-radius: 2px;
		margin-bottom: 2%;
		background: #eee;
	}
	#navigation.navigation .navbar LI LI:hover {
		background: #fff;
	}
	#navigation.navigation .ebene3 {
		left: 100%;
		width: 100%;
		min-height: 98%;
		padding: 17px 0 0 0;
		min-height: calc(100% - 17px);
	}
	#navigation.navigation .ebene3 {
		position: initial;
		display: initial;
	}
	#navigation.navigation LI:hover UL LI A {
		display: inline-block;
		width: 96%;
		padding: 9px 3%;
	}
	#navigation.navigation LI UL LI:hover .link A:hover {
		background: #fff;
		text-decoration: none;
	}
	#navigation.navigation LI UL LI:hover .link A:hover {
		display: inline-block;
	}
	#navigation.navigation .thumb {
		display: none;
	}
}
/* ENDE Navigation Kategorien neu  */

/* Top-Buttons */

.top-buttons a {
    line-height: 34px;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 19px;
    cursor: pointer;
    float: right;
    background: rgba(0,0,0,0.1);
    margin-left: 3px;
    /* font-family: 'robotobold'; */
    /* text-transform: uppercase; */
}
.top-buttons span.icon {
	background: #fff;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	float: left;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	color: #1E68BE;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 19px;
}	
@media (min-width:900px) {
	.top-buttons {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
	}
	.top-buttons a:hover {
		background: rgba(0,0,0,0);
		text-decoration: none;
	}
}
@media (max-width:901px) {
	.top-buttons {
		position: initial;
		top: initial;
		right: initial;
		float: left;
	}
	.top-buttons a {
		padding: 7px 10px;
		float: right;
		margin-left: 0;
		margin-right: 3px;
	}
}


/* Design neu */
.grundrahmen {
    border: 0px solid #fdfdfb;
    color: #333333;
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    position: relative;
    text-align: left;
    margin: 0px auto 10px;
}
.header {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(0,0,0,0);
}
.rahmen_oben {
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 2%;
	width: 96%;
}
.logo {
    width: 370px;
    height: 68px;
    float: left;
    margin: 22px 0 20px 0;
    display: inline-block;
    max-width: 100%;
    font-family: 'Black Jack';
    font-weight: normal;
}
.top_middle {
    display: block;
    float: left;
    position: relative;
    margin-top: 23px;
    width: 35%;
    margin-bottom: 20px;
    width: calc(96% - 610px);
    margin: 23px 2% 0 2%;
}
.suche {
    margin-top: 10px;
    padding: 0;
    position: relative;
    width: 96%;
    border-radius: 3px;
    background: #fff;
}
.rahmen_oben .icons {
    float: right;
    margin-top: 28px;
    margin-bottom: 20px;
    width: 240px;
}
.rahmen_oben .icons .icon {
    padding: 10px;
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    position: relative;
    background-position: 50% 10px;
    background-color: transparent;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 3px;
    cursor: pointer;
    z-index: 99999;
}
.rahmen_oben .icons .icon.tel {
    background-image: url(media/images/layout/telefon.png);
}
.rahmen_oben .icons .icon.mail {
    background-image: url(media/images/layout/mail.png);
}
.rahmen_oben .icons .icon.konto {
    background-image: url(media/images/layout/konto.png);
}
.rahmen_oben .icons .icon.cart {
    background-image: url(media/images/layout/basket.png);
}
.rahmen_oben .icons .icon.search {
    background-image: url(media/images/layout/suche.png);
}
.rahmen_oben .icons .icon_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
}
.rahmen_oben .icons .icon .info {
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: -1000px;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 111111;
    opacity: 0;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
}
@media (min-width: 900px){
	.rahmen_oben .icons .icon .info:after {
		content: "";
		position: absolute;
		right: 20px;
		top: -4px;
		width: 10px;
		height: 10px;
		background-color: #fff;
		z-index: 111111;
		transform: rotate(45deg);
	}
	.rahmen_oben .icons .icon:hover .info {
		top: 50px;
		opacity: 1;
		white-space: nowrap;
	}
}
.rahmen_oben .icons .icon:hover {
    background-color: #eee;
}
.icons .link_button {
    margin-top: 15px;
}
.cart-items {
    color: #3FAA4C;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    font-family: 'pt_sansbold';
}

.rahmen_center_top {
    background-color: #1E68BE;
    width: 100%;
    clear: both;
    float: left;
    height: 55px;
    /* position: relative; */
}


input:focus, select:focus {
    outline: 0;
}
.content {
    max-width: 1400px;
    margin: auto;
    position: relative;
    width: 96%;
}
.rahmen_center_suche {
    background-color: transparent;
    width: 96%;
    clear: both;
    border-bottom: 0px solid #dddddd;
    line-height: 28px;
    max-width: 1400px;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
}
.rahmen_center_suche P {
    padding-left: 0;
    font-weight: bold;
    padding-top: 0;
    margin: 0;
}
.rahmen_center {
    margin-top: 0px;
    padding-left: 2%;
    padding-right: 2%;
    clear: both;
    padding-top: 0px;
    max-width: 1400px;
    margin: 0 auto;
}
.rahmen_unten {
    border-bottom: #1E68BE 0px solid;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-left: 0px;
    clear: both;
    padding-top: 30px;
    background-color: #f3f3f3;
}
.rahmen_unten_content {
    max-width: 1400px;
    margin: auto;
}
.footer {
    max-width: 1400px;
    margin: 0 auto;
}
.col3 {
    width: 30.33%;
    margin-left: 0;
    float: left;
    margin-right: 3%;
}


/* Responsive */

@media (max-width:1200px) {	
	.rahmen_center {
		border-radius: 0;
	}
	.footer_1 .content, .footer_2 .content {
		max-width: 96%;
		margin-left: 2%;
	}
}

@media (max-width:900px) {	
	.content {
		position: initial;
	}	
	.hamburger {
		display: block;
		position: absolute;
		width: 50px;
		height: 40px;
		background: #1E68BE;
		right: 0px;
		top: 0px;
		text-align: center;
		padding: 4px 0 0 0;
		font-size: 14px;
		cursor: pointer;
		z-index: 100;
		-moz-transition: background 0.3s;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.hamb_line {
		height: 6px;
		width: 90%;
		margin-left: 5%;
		border-radius: 3px;
		background: #fff;
		margin-top: 2px;
		margin-bottom: 4px;
		float: left;
		-moz-transition: background 0.3s;
		-webkit-transition: background 0.3s;		
		transition: background 0.3s;
	}
	.navigation_mobile {
		background-color: #531405;
		background: #1E68BE;
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 99999;
		padding-top: 80px;
		width: 100%;
		height: auto;
		border-radius: 0 0 3px 3px;
		overflow: hidden;
		-webkit-box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 0px 15px 0px rgba(0,0,0,0.75);
	}
	.header {
		margin-bottom: 5px;
	}
	.rahmen_oben .icons {
		float: left;
	}
	.logo {
		width: 250px;
		text-align: left;
		height: 45px;
		margin: 5px 0 0px 0;
	}
	.logo h1, .logo .headline_1 {
		font-size: 31px;
	}
	.top_middle {
		position: absolute;
		left: 1px;
		top: 105px;
		margin: 0;
		width: 100%;
		width: calc(100% - 2px);
	}
	.rahmen_oben .icons {
		margin-top: 0;
		margin-bottom: 5px;
	}
	.rahmen_oben .icons .icon {
		padding: 10px 10px 10px 5px;
		margin-left: 0;
		margin-right: 5%;
	}	
	.rahmen_oben .icons .icon .info {
		position: fixed;
		left: 2%;
		width: 83%;
		width: calc(96% - 40px);
	}
	.rahmen_oben .icons .icon.active .info {
		top: 105px !important;
		opacity: 1;
		white-space: nowrap;
	}
	.but_search {
		background-color: transparent;
		background-image: url(media/images/layout/but_search.gif);
		background-position: 5px 5px;
		background-repeat: no-repeat;
		box-shadow: none;
		border: 0 solid #999999;
		color: #999999;
		cursor: pointer;
		float: left;
		height: 30px;
		padding: 5px;
		position: absolute;
		right: 3px;
		top: 1px;
		width: 30px;
	}	
	.suchfeld {
		height: 24px;
	}	
	.rahmen_mitte .labelinside label, .suche .labelinside label {
		padding: 7px 7px;
	}
	.rahmen_mitte {
		padding-top: 5px;
	}
	

	.logo h2, .logo .headline_2 {
		display: none;
	}
	.rahmen_oben .icons {
		position: absolute;
		top: 0;
		right: 3vw;
	}	
	.top_middle {
		position: absolute;
		left: 3px;
		top: 48px;
		margin: 0;
		width: 100%;
		width: calc(100% - 80px);
	}
}

@media (max-width:480px) {
	.logo {
		width: 190px;
		margin: 0;
		height: 50px;
	}

	.logo h1, .logo .headline_1 {
		font-size: 24px;
		line-height: 40px;
	}
	.rahmen_oben .icons .icon {
		padding: 10px;
		margin-left: 0px;
		margin-right: 0;
		width: 24px;
		height: 24px;
		background-size: auto 24px;
	}
	.warenkorb {
		padding-left: 0px;
		padding-right: 0px;
	}
	.warenkorb TD, .warenkorb p {
		font-size: 13px;
		line-height: 1.1;
	}
	.warenkorb TD {
		padding-right: 2px;
	}
	.warenkorb a img {
		width: 15px;
		max-width: 15px;
	}
	.basket-modal .box_m_content {
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
	}	
	.basket-modal .submit_button {
		margin-bottom: 25px;
		width: 100%;
	}
}

@media (max-width:370px) {
	.logo h1, .logo .headline_1 {
		font-size: 19px;
		line-height: 45px;
	}
		.logo h2, .logo .headline_2 {
		font-size: 12px;
	}
}