@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.bunny.net/css?family=open-sans:400,400i,700,700i); 

.container {width: 100%; max-width: 1170px; background: #fff;}
.bg {margin:0; padding:30px 0; background: #fff; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2',GradientType=1 );}
.row {margin:0; padding:0;}

/* TOPBAR CUSTOM KS */

.topbar {background: #9ec757; padding: 5px 0; text-align: center; box-shadow: 0px 0px 7px 0px #ccc;}
.topbar ul {list-style: none; margin-right: 20px; margin-bottom: 0; padding: 0; display: flex; justify-content: flex-end; gap: 15px;}
.topbar ul li {display: inline-block;}
.topbar ul li a {color: #ffffff;text-decoration: none; font-size: 12px; display: flex; align-items: center; gap: 5px;}
.topbar ul li a i {color: #fff;}
.topbar ul li:last-child a i {color: red;}

/* Hover-Effekt */
.topbar ul li a:hover {color: #cfcfcf;}
.topbar ul li a:hover i {color: #cfcfcf;}
.topbar ul li:last-child a:hover {color: #cfcfcf;}
.topbar ul li:last-child a:hover i {color: red;}
 
/* HEADER */
.logo {background: #fff; overflow:hidden} 
.logo b, .logo em {margin:22px 0 0 0; padding:0; display:block; font-family: 'Open Sans', sans-serif; color:#555; font-size:40px; font-weight:700; line-height:38px; text-transform:uppercase; text-align: center;}
.logo em {margin:0; padding:0; color:#9ec757; font-weight:400; font-style:normal;}  

/* HEADER CUSTOM KS */
.headerCustom {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 15px; margin-bottom: 20px;}
.logo img {object-fit: none;}

/* NAVIGATION */
.headerMenuResponsive {display: flex; flex-direction: column;}
.right-logo {max-width:73.5%; height:120px; margin:0 0 0 1.5%; padding:1.2% 1%}
.topheader {margin:0; padding:0; width: 100%; max-width: 811px;}
.topheader ul {margin:0; padding:0; display: flex; flex-wrap: wrap;}
.topheader ul li {margin:0; padding:0 8px; width:20%; list-style-type: none;}
.topheader ul li a {display:block; font-family: 'Open Sans', sans-serif; font-weight:700; color:#fff; font-size:14px; margin:0; padding:10px 0; text-decoration:none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background:#9ec757; text-align: center}

@media (min-width: 1050px) {
.topheader ul li:first-child {padding: 0 8px 0 0;}
}

 /* NAVIGATION CUSTOM KS */
.shop-link {background: none; color: #0073aa; font-weight: bold; border: none; padding: 8px 12px; font-size: 18px;}
.shop-link:hover {color: #005580;}
.topheader li:last-child a {background: #fff; color: #555;}
.topheader li:last-child a i {margin-left: 5px;}
.topheader li:last-child a:hover {color: #9ec757;}

/* SUCHE */
.header-suche {padding:0; margin:0 0 10px 0; border:none; float:left; text-align: left}
.header-suche a {color:#a8a8a8!important; text-decoration: none!important;}
.suchfeld {width:763px; height:40px; margin:0; float:left; font-family: 'Open Sans', sans-serif; font-size:14px; background:#f8f8f8; color:#a8a8a8; line-height:40px; margin:0; padding:0 20px; border:1px solid #eaeaea; box-shadow: inset 1px 1px 1px #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; text-align: left}
.suchbutton {float:right; width:50px; height:50px; border:1px solid #9ec757; width:40px; height:40px; background:#9ec757!important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 color:#fff; font-size:16px; text-align:center; margin:0 0 0 8px; padding:0;}
.suchbutton i {line-height:38px; color:#fff; font-size:18px;}
.suchbutton:hover {border:1px solid #555; background:#555; color:#fff}

/* MENUBAR & BOX */
.box {background: #fff; box-shadow: 0px 0px 7px 0px #ccc; -webkit-border-radius: 0 -moz-border-radius: 0; border-radius: 0;}

/* SLIDER CUSTOM KS */
.slider-bg {margin:15px 0 0 0; padding:0; background:#fff; overflow: hidden; border-radius: 0;}
.carousel {position: relative; margin:0;}
.slider-inner {position: relative; overflow: hidden; width: 100%;}
.slider-open:checked + .slider-item {position: relative; opacity: 100;}
.slider-item {position: absolute; opacity: 0; -webkit-transition: opacity 0.6s ease-out; transition: opacity 0.6s ease-out; text-align: center;}
.slider-item img {display: block; height: auto; max-width: 100%; margin:0 auto;}
.slider-control {opacity: 1; background: rgba(0, 0, 0, 0.1); border-radius: 50%; color: #fff; cursor: pointer; display: none; font-size: 40px; height: 40px; line-height: 35px; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); cursor: pointer; -ms-transform: translate(0, -50%); transform: translate(0, -50%); text-align: center; width: 40px; z-index: 10;}
.slider-bg:hover .slider-control {opacity:1;}
.slider-control.prev {left: 1%;}
.slider-control.next {right: 1%;}
.slider-control:hover {background: rgba(0, 0, 0, 0.2); color: #fff;}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {display: block;}
.slider-nav {opacity: 1; list-style: none; margin: 0; padding: 0; position: absolute; bottom: 2%; left: 0; right: 0; text-align: center; z-index: 10;}
.slider-bg:hover .slider-nav {opacity: 1;}
.slider-nav li {display: inline-block; margin: 0 5px;}
.slider-bullet {color: #fff; cursor: pointer; display: block; font-size: 35px;}
.slider-bullet:hover {color: #aaaaaa;}
.slider-nav label {margin-bottom: 0px;}
#carousel-1:checked ~ .control-1 ~ .slider-nav li:nth-child(1) .slider-bullet,
#carousel-2:checked ~ .control-2 ~ .slider-nav li:nth-child(2) .slider-bullet,
#carousel-3:checked ~ .control-3 ~ .slider-nav li:nth-child(3) .slider-bullet {color: #ccc;}

/* KATEGORIEN */
.menubox {margin:20px 0;}
ul.menu {width:100%; margin:0; padding:0; position: relative; height:60px;}
ul.menu li {float:left; height:60px; line-height:60px; list-style-type:none; margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-weight:700; font-size:14px; text-transform: uppercase; border-left:1px dotted #dedede; text-align:center}
ul.menu li a {display:block; color:#555; padding:0 30px;}
ul.menu li a i {line-height:60px;}
ul.menu li a:hover {margin:0; text-decoration:none; color:#9ec757; background:none}
ul.menu li.home {width:60px; line-height:60px; background:#fff; border:none; padding:0;}
ul.menu li.home a {color:#9ec757; font-size:30px; margin:0; padding:0; line-height: 60px;}
ul.menu li.home a:hover {color:#555}

/* DROPDOWN*/
ul.menu ul {display:none; position:absolute; top:60px; z-index:6; list-style-type: none; box-shadow:0 5px 10px rgba(0,0,0,0.1); margin:0; padding:0;}
ul.menu li:hover > ul {display:inherit;}
ul.menu ul li, ul.menu ul li:first-child {width:auto; max-height:50px; float:none; display:block; position: relative; font-weight:700; color:#555; text-transform: uppercase; padding:0; margin:0; font-family: 'Open Sans', sans-serif; font-size:14px; background:#fff; list-style-type: none; line-height:50px; border:none}
ul.menu ul li a, ul.menu ul li:first-child a {display:block; margin:0; font-family: 'Open Sans', sans-serif; font-size:14px; padding:0 20px; font-weight:700; color:#555!important; text-transform: uppercase; text-align: left;}
ul.menu ul li:hover, ul.menu ul li:hover:first-child {background:#9ec757;}
ul.menu ul li:hover a {color:#fff!important;}

/* RESPONSIVE MENU */
ul.resmenu {margin:0; padding:0; width:100%;}
ul.resmenu li {display:block; float:left; margin:0; padding:0; width:25%; background:none; list-style-type: none; line-height: 40px}
ul.resmenu li a {display:block; text-align:center; font-size:20px; color:#9ec757; background:none; text-decoration: none; margin:0; padding:10px 0; text-align: center;}
ul.resmenu li a:hover {color:#555}

/* ARTIKELBILDER */
img {max-width:100%; height:auto}
.artikelbilder.galerie {display:inline-block; position:relative; width:100%; height:auto;}   
.artikelbilder.galerie > .anker {display:none;}
.artikelbilder.galerie > ul {position:relative; z-index:1; font-size:0; line-height:0; margin:0 auto; padding:0; height:auto; overflow:hidden; white-space:nowrap;}
.artikelbilder.galerie > ul > .slide.img img {width:100%; height:auto;}
.artikelbilder.galerie > ul > .slide {position:relative; display:inline-block; width:100%; height:auto; overflow:hidden; line-height: normal; white-space: normal; vertical-align:top; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
/* Thumbnails */
.artikelbilder.galerie > .thumb {position:absolute; left:0; width:100%; height:auto; z-index:6; text-align:center;}
.artikelbilder.galerie > .thumb > div {margin-left:-50%; width:100%;}
.artikelbilder.galerie > .thumb > label {position:relative; display:inline-block; cursor:pointer;}
.artikelbilder.galerie > .thumb {bottom:5px; margin-bottom:5px;}
.artikelbilder.galerie > .thumb > label {border-radius:50%; margin:0 5px; padding:9px; background:none;}
.artikelbilder.galerie > .thumb > label > .anker {position:absolute; left:50%; top:50%; margin-left:-2px; margin-top:-2px; background: transparent; border-radius: 50%; padding: 2px;}
.artikelbilder.galerie > .thumb > label:hover > .anker,
.artikelbilder.galerie > #slide1:checked~.thumb > label.pic1>.anker, .artikelbilder.galerie > #slide2:checked~.thumb > label.pic2>.anker,
.artikelbilder.galerie > #slide3:checked~.thumb > label.pic3>.anker, .artikelbilder.galerie > #slide4:checked~.thumb > label.pic4>.anker, 
.artikelbilder.galerie > #slide5:checked~.thumb > label.pic5>.anker, .artikelbilder.galerie > #slide6:checked~.thumb > label.pic6>.anker, 
.artikelbilder.galerie > #slide7:checked~.thumb > label.pic7>.anker, .artikelbilder.galerie > #slide8:checked~.thumb > label.pic8>.anker, 
.artikelbilder.galerie > #slide9:checked~.thumb > label.pic9>.anker, .artikelbilder.galerie > #slide10:checked~.thumb > label.pic10>.anker, 
.artikelbilder.galerie > #slide11:checked~.thumb > label.pic11>.anker, .artikelbilder.galerie > #slide12:checked~.thumb > label.pic12>.anker, 
.artikelbilder.galerie > #slide13:checked~.thumb > label.pic13>.anker, .artikelbilder.galerie > #slide14:checked~.thumb > label.pic14>.anker, 
.artikelbilder.galerie > #slide15:checked~.thumb > label.pic15>.anker, .artikelbilder.galerie > #slide16:checked~.thumb > label.pic16>.anker {background:none;}
.artikelbilder.galerie {height: auto; max-height: auto; margin-bottom:0; text-align: center;}
.artikelbilder.galerie img {border-radius: 3px;}
.artikelbilder.galerie .thumb {position:relative; width: 100%; text-align: left; margin-top: 10px;}
.artikelbilder.galerie > .thumb > label {box-sizing: border-box; border-radius: none; margin: 0 auto; padding:5px; background: none; text-align: center;}
.artikelbilder.galerie > .thumb > label img {margin:0 auto; max-height:115px; width:auto; border:2px solid #ddd}
.artikelbilder.galerie > #slide1:checked~.thumb > label.pic1> img, .artikelbilder.galerie > #slide2:checked~.thumb > label.pic2> img,
.artikelbilder.galerie > #slide3:checked~.thumb > label.pic3> img, .artikelbilder.galerie > #slide4:checked~.thumb > label.pic4> img, 
.artikelbilder.galerie > #slide5:checked~.thumb > label.pic5> img, .artikelbilder.galerie > #slide6:checked~.thumb > label.pic6> img, 
.artikelbilder.galerie > #slide7:checked~.thumb > label.pic7> img, .artikelbilder.galerie > #slide8:checked~.thumb > label.pic8> img, 
.artikelbilder.galerie > #slide9:checked~.thumb > label.pic9> img, .artikelbilder.galerie > #slide10:checked~.thumb > label.pic10> img, 
.artikelbilder.galerie > #slide11:checked~.thumb > label.pic11> img, .artikelbilder.galerie > #slide12:checked~.thumb > label.pic12> img {border:2px solid #9ec757;}
.artikelbilder.galerie > ul > .slide.img img {width: auto; max-width: 100%; max-height: 100%; margin:0 auto;}
.artikelbilder.galerie > ul > .slide {text-align:center;}
.artikelbilder.galerie img {box-shadow: none; width:100%; height:auto; max-width:100%;}
/* Original-Bild */ 
.artikelbilder.galerie > #slide1:checked~ul > .slide.pic1, .artikelbilder.galerie > #slide2:checked~ul > .slide.pic2,
.artikelbilder.galerie > #slide3:checked~ul > .slide.pic3, .artikelbilder.galerie > #slide4:checked~ul > .slide.pic4, 
.artikelbilder.galerie > #slide5:checked~ul > .slide.pic5, .artikelbilder.galerie > #slide6:checked~ul > .slide.pic6, 
.artikelbilder.galerie > #slide7:checked~ul > .slide.pic7, .artikelbilder.galerie > #slide8:checked~ul > .slide.pic8, 
.artikelbilder.galerie > #slide9:checked~ul > .slide.pic9, .artikelbilder.galerie > #slide10:checked~ul > .slide.pic10, 
.artikelbilder.galerie > #slide11:checked~ul > .slide.pic11, .artikelbilder.galerie > #slide12:checked~ul > .slide.pic12, 
.artikelbilder.galerie > #slide13:checked~ul > .slide.pic13, .artikelbilder.galerie > #slide14:checked~ul > .slide.pic14, 
.artikelbilder.galerie > #slide15:checked~ul > .slide.pic15, .artikelbilder.galerie > #slide16:checked~ul > .slide.pic16 {opacity:1; z-index:2;}
/* Animations */
.artikelbilder.galerie > ul > .slide {display:inline-block; position:absolute; left: 0; top: 0; opacity: 0; z-index: 1; -webkit-transition: opacity 1250ms ease; transition: opacity 1250ms ease; -webkit-transform: rotate(0deg); transform: rotate(0deg);}
@-webkit-keyframes fade {
0%, 37.254901960784316%, 100% {opacity: 0;}
12.254901960784315%,25% {opacity: 1;}
0%,24.999% {z-index: 2;}
25.001%,100% {z-index: 1;}
}   
@keyframes fade {
0%, 37.254901960784316%, 100% {opacity: 0;}
12.254901960784315%,25% {opacity: 1;}
0%,24.999% {z-index: 2;}
25.001%,100% {z-index: 1;}
}
/* Größe */
.artikelbilder.galerie {max-width:500px;}
.artikelbilder.galerie > ul {height:500px;}
.artikelbilder.galerie > ul > .slide.img img {max-height:500px; width:auto; margin:0 auto;}
.artikelbilder.galerie > .thumb > label img {max-height:100px; width:auto; margin:0 auto;}
@media (min-width:992px) and (max-width: 1200px) {
.artikelbilder.galerie {max-width:400px;}
.artikelbilder.galerie > ul {height:400px;}
.artikelbilder.galerie > ul > .slide.img img {max-height:400px; width:auto; margin:0 auto;}
.artikelbilder.galerie > .thumb > label img {max-height:80px; width:auto; margin:0 auto;}
}   
@media (max-width: 768px) { 
.artikelbilder.galerie {max-width:300px;}
.artikelbilder.galerie > ul {height:300px;}
.artikelbilder.galerie > ul > .slide.img img {max-height:300px; width:auto; margin:0 auto;}
.artikelbilder.galerie > .thumb > label img {max-height:60px; width:auto; margin:0 auto;}
} 

/* ARTIKELBESCHREIBUNG */
.artpic {margin:0; padding:30px 0; text-align: center}
.artdsc {margin:0; padding:20px; padding-left:0; text-align:left; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:14px;}
.artdsc h1 {font-family: 'Open Sans', sans-serif; font-weight:700; font-size: 24px; color:#9ec757; text-align:left; text-transform: uppercase; margin:0; padding:10px 0 10px 0; line-height:28px}
.artdsc h2 {font-family: 'Open Sans', sans-serif; font-weight:700; font-size: 20px; color:#555; text-align:left; text-transform: uppercase; margin:0; padding:20px 0 10px 0; line-height:24px}
.artdsc h3 {font-family: 'Open Sans', sans-serif; font-weight:700; font-size: 30px; color:#555; text-align:center; margin:0; padding:30px 0 20px 0;}
.artdsc span {font-size:12px; color:#999; font-weight:700}
.artdsc ul, .tab-content ul, .footbox ul {margin:10px 0; padding:0; font-size:14px; border:none; border-bottom:none;}
.artdsc ul li, .tab-content ul li, .footbox ul li {list-style-type:none; background:none; margin:1px 0; padding:9px 12px; border-bottom:1px dotted #e6e6e6; line-height:20px; display: flex; align-items: flex-start;}
.artdsc ul li:before, .tab-content ul li:before, .footbox ul li:before {font-family: 'FontAwesome'; content: '\f105'; font-size:14px; margin-right:10px; color:#9ec757; flex-shrink: 0;}

/* VARIANTEN */
span.var {display:inline-block; min-width:60px; padding:10px; margin:4px 5px; color:#777; text-align: center; cursor: default; background: none; box-shadow:0 5px 10px rgba(0,0,0,0.05);}   

/* BUTTONS */
a.skb {display:block; font-family: 'Open Sans', sans-serif; font-weight:700; font-size:18px; background:#9ec757; margin:20px 0 0 0; padding:10px; color:#fff; text-decoration: none; text-align:center; border:none; box-shadow: 2px 2px 2px #ccc; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
a.fsb {display:block; color:#555; font-weight:400; margin:20px 0;}   
a.fsb:hover {color:#9ec757; text-decoration:none;} 
a.fsb i {color:#9ec757;} 

/* CROSS SELLING */
.crosswrapper {margin:20px 0; padding:0;}
.crosswrapper .box {max-width:32%; min-height:180px; background-color:#fff!important; margin:0 1%; padding:0;}
.crosswrapper div.box:first-child {margin-left:0;}
.crosswrapper div.box:last-child {margin-right:0;}
.crosswrapper .box img {float:right; margin:0;}
.crosswrapper .box h3 {font-size:18px; line-height:18px; font-weight:700; color:#333; margin:30px 0 0 0; padding:0; text-align:left;}
.crosswrapper .box h2 {font-size:24px; line-height:24px; font-weight:700; color:#888; margin:0; padding:0; text-align:left;}
.crosswrapper .box a {color:#fff; text-decoration: none!important;}
.crosswrapper .box h4 {display:inline-block; background:#9ec757; color:#fff; padding:10px 20px; margin:20px 0 0 0; font-size:14px; font-weight:700; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; text-align:center}

/* TABS */
.tabs {margin:0; padding:10px; background:#fff; text-align: left}
.tabs input[type=radio] {display:none}
.tabs label {display:block; float:left; font-family: 'Open Sans', sans-serif; color:#666; font-size:14px; font-weight:700; text-decoration: none; text-align:center; cursor:pointer; background:none; padding:18px 30px; margin:0}
.tabs label span {display:inline-block}
.tab-content {display:none; width:100%; float:left; padding:15px; box-sizing:border-box; background:#fff; border-top:5px solid #9ec757; margin-top:-5px; font-family: 'Open Sans', sans-serif; font-size:14px}
.tab-content h1 {font-family: 'Open Sans', sans-serif; color:#9ec757; background:none; border:none; font-size:18px; font-weight:700; border-bottom:1px dotted #ddd; margin:0 0 10px 0; padding:10px 0}
.tab-content h2 {font-family: 'Open Sans', sans-serif; color:#9ec757; background:none; border:none; font-size:18px; font-weight:700; margin:0 0 10px 0; padding:10px 0; border-bottom: 1px dotted #ddd;}
.tab-content h3 {font-family: 'Open Sans', sans-serif; color:#555; background:none; border:none; font-size:16px; font-weight:700; margin:0 0 10px 0; padding:10px 0}
.tab-content h4 {font-family: 'Open Sans', sans-serif; color:#9ec757; background:none; border:none; font-size:16px; font-weight:700; margin:0 0 10px 0; padding:10px 0}
.tab-content h5 {font-family: 'Open Sans', sans-serif; color:#555; background:none; border:none; font-size:14px; font-weight:700; margin:0 0 10px 0; padding:10px 0}
.tab-content h6 {font-family: 'Open Sans', sans-serif; color:#9ec757; background:none; border:none; font-size:14px; font-weight:700; margin:0 0 10px 0; padding:10px 0}
.tabs [id^="tab"]:checked + label {background:#9ec757; color:#fff; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; border-top-left-radius: 0; border-top-right-radius: 0;}
#tab1:checked ~ #tab-content1,#tab2:checked ~ #tab-content2,#tab3:checked ~ #tab-content3,#tab4:checked ~ #tab-content4 {display:block}
.tabs:after {content:''; display:table; clear:both}

/* TABS CUSTOM KS */
.process-item {display:grid; grid-template-columns:40px 1fr; gap:15px; margin-bottom:10px; align-items:start}
.number-circle {display:inline-flex; justify-content:center; margin-right: 10px; align-items:center; width:30px; height:30px; background-color:#aaaaaa; color:#fff; font-size:16px; font-weight:bold; border-radius:50%; grid-row:1}
.content {grid-column:2}
.content b {display:block; margin-bottom:5px}
.content ol {margin:10px 0 0 0; padding-left:20px}
.content ol li {margin-bottom: 10px;}
.content ol li:last-child {margin-bottom: 0;}
.content p {margin: 0;}
.process-item-hr {margin-top: 10px; margin-bottom: 10px}

/* TABLE */
table {margin:20px 0; cursor: default; font-family: 'Open Sans', sans-serif; color:#555; font-size:14px;}
table tr {border-bottom:1px solid #eaeaea;}
table tr:nth-child(odd) {background:#f5f5f5;}
table tr:last-child {border-bottom:none;}
table thead th, table td {padding: 5px; border: 1px solid #9c9c9c; width: fit-content; white-space: nowrap; border-right: 1px solid #9c9c9c; font-size: 12px;}
table td:first-child {font-weight:700; font-size: 12px;}

.tab-content table {margin:20px 0; cursor: default; font-family: 'Open Sans', sans-serif; color:#555; font-size:14px;}
.tab-content table tr {border-bottom:1px solid #eaeaea;}
.tab-content table tr:nth-child(odd) {background:#f5f5f5;}
.tab-content table tr:last-child {border-bottom:none;}
.tab-content table td {padding:10px;}
.tab-content table td:first-child {font-weight:700; font-size: 12px;}

/* TABLE CUSTOM KS */
.tab-content table.ausbauPakets thead th, .tab-content table td {padding: 5px; border: 1px solid #9c9c9c; width: fit-content; white-space: nowrap; border-right: 1px solid #9c9c9c; font-size: 12px;}
.tab-content table.ausbauPakets thead th span {display: block;}
.tab-content table.ausbauPakets tbody .tableBodyTr {text-align: center; font-weight: 700; color: green;}

/* CUSTOM CONTENT BELOW TABLE KS */
.bayRow > * {margin: 0; padding: 0;}

/* FOOTER CUSTOM KS */
.footerIconRow {display: flex; align-items: center; flex-wrap: wrap;}
.custom-list-unstyled {padding-left: 0; list-style: none; line-height: 1.5;}
.footerIconRow img {background-color: #fff; width: 65px; height: 25px; padding: 0 10px;}
.footerIconRow li {padding: 5px 0 !important; box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; margin-right: 10px !important;}
.footerIconRow li:before {content: unset !important;}
.stars {color: gold; font-size: 20px; margin-left: 5px;}

/* STYLES */
blockquote, code, mark, small, kbd {font-family: 'Open Sans', sans-serif; font-size:14px}
blockquote {display:block; margin:20px 0; padding:20px; color:#3f3f3f; background:#f5f5f5; border-left:4px solid #9ec757;}
code {display:block; margin:20px 0; padding:20px; color:#fff; background:#363636; border-left:4px solid #9ec757;}
mark {color:#3f3f3f; background:#fff0ce;}
small {font-size:11px; color:#999; font-weight:400}
kbd {box-shadow:none; font-weight:700; background:#9ec757;}
.detailsDiv hr {margin-top: 10px; margin-bottom: 10px;}
.bayRow p {margin: 0;}
   
/* BUTTONS */
.button-a, .button-b {display:block; font-family: 'Open Sans', sans-serif; font-weight:700; font-size:14px; background:#9ec757!important; margin:5px; padding:15px 10px; color:#fff; text-decoration: none; text-align:center; border:none; box-shadow: 2px 2px 2px #ccc; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.button-a {width:15.3%;}
.button-b {width:13%;}
.button-a:hover, .button-b:hover {text-decoration: none;}

/* X-SELL CUSTOM KS */
.xsell .itemDescHeadlines {font-size:20px; text-align: center; padding:25px;}
.xsell hr:nth-of-type(2) {margin-bottom: 30px;}
.xsell {margin:0; padding:0 0 100px 0;}    
.xsell-1, .xsell-2 {margin:0; padding:0;}
.xsell-1 {padding:0 25px 0 100px;}
.xsell-2 {padding:0 100px 0 25px;}
.xsell-bg {min-height:230px; margin:0; padding:65px 0; background:#f5f5f5;}
/* XSELL RIGHT */
.xsell-1 .xsell-text {float:right; width:270px;}
.xsell-1 .xsell-text .h1 {text-align: left; padding:0 30px 20px 0; margin:0; font-size:28px; font-weight:400;}
.xsell-1 .xsell-text a {display:inline-block; padding:10px 20px; margin:0; color:#444; font-size:13px; letter-spacing: 1.2px; border:1px solid #f5f5f5; text-align: center; background:#fff; box-shadow:0 2px 2px rgba(0,0,0,0.03); transition:all 0.3s ease;}
.xsell-1 .xsell-img {width:250px; height:250px; position: absolute; top:17%; left:3%;}
.xsell-1 .xsell-img img {max-width:100%; height:auto; border:none; margin:0 auto;}
/* XSELL LEFT */
.xsell-2 .xsell-text {float:left; width:270px;}
.xsell-2 .xsell-text .h1 {text-align:left; padding:0 0 20px 30px; margin:0; font-size:28px; font-weight:400;}
.xsell-2 .xsell-text a {display:inline-block; padding:10px 20px; margin:0 0 0 30px; color:#444; letter-spacing: 1.2px; font-size:13px; border:1px solid #f5f5f5; text-align: center; background:#fff; box-shadow:0 2px 2px rgba(0,0,0,0.03); transition:all 0.3s ease;}
.xsell-2 .xsell-img {width:250px; height:250px; position: absolute; top:17%; right:3%;}
.xsell-2 .xsell-img img {max-width:100%; height:auto; border:none; margin:0 auto;}
/* HOVER */
.xsell-1:hover .xsell-img img, .xsell-2:hover .xsell-img img {transform: scale(1.05); transition:all 0.3s ease;}
.xsell-text a:hover {background:#444; color:#fff; text-decoration: none; transition:all 0.3s ease;}
    
/* XSELL SINGLE */
.xsellSingle .itemDescHeadlines {font-size:20px; text-align: center;}
.xsellSingle hr:nth-of-type(2) {margin-bottom: 30px;}
.xsellSingle {margin:0; padding:0;}
.xsell-single {margin:25px 0; padding:0 10px; text-align: center;}
.xsell-single img {max-height:300px; width:auto; margin:0 auto; border:1px solid #fff; opacity: 1;}
.xsell-single:hover img {opacity: 0.8; transition:opacity 0.3s ease;}
.xsell-single .h1 {display:block; margin:20px 0 10px 0; padding:0; font-size:14px; color:#4e4e4e; text-align: left; font-weight: 600; min-height: 47px;}    
.xsell-single h2 {display:block; margin:0; padding:0; font-size:13px; color:#999; letter-spacing:1.2px; text-align: center; font-weight: 400;}    
.xsell-single:hover h1 {color:#000;}
.xsell-single .h3 {position: absolute; top:-2%; right:7%; background:#9ec757; display:inline-block; color:#fff; font-size:13px; letter-spacing:1.2px; text-align: center; font-weight: 600; line-height:25px; padding:0 10px; box-shadow:0 2px 2px rgba(0,0,0,0.03);}

/* FOOTER */
.footerwrapper {margin-top: 20px}
.footerwrapper .box {max-width:32%; min-height:230px; background-color:#fff!important; margin:0 1%; padding:10px 20px; text-align:left; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:14px;}
.footerwrapper div.box:first-child {margin-left:0;}
.footerwrapper div.box:last-child {margin-right:0;}
.footerwrapper .box h2 {font-family: 'Open Sans', sans-serif; color:#555; font-size:18px; font-weight:700; border-bottom:1px solid #9ec757; margin:10px 0; padding:8px 0; text-align:center}
.footerwrapper .box i, .footerwrapper .box a {color:#9ec757}
.footerwrapper .box a:hover {color:#555; text-decoration:none}
.footerwrapper .box a.nws i {color:#fff; font-size:16px; padding-right:15px}
.footerwrapper .box a.nws {display:inline-block; margin:0; display:block; background:#9ec757; font-size:14px; padding:10px; color:#fff; text-decoration:none; text-align:center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin-top:20px; font-weight:700;}
.footerwrapper .box a.nws:hover {background:#555; color:#fff}
.footerwrapper .box ul {margin:0; padding:0;}
.footerwrapper .box ul li {margin:0; padding:5px; list-style-type:none; border-bottom:1px dotted #ccc;}
.footerwrapper .box ul li a {color:#555; text-decoration: none;}
.footerwrapper .box ul li a:hover {color:#9ec757; text-decoration: none;}
.footerwrapper .box ul li a i {color:#9ec757; text-decoration: none; margin: 0 5px 0 0;}

/* ANIMATION */
.soh {display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; background: #e1e1e1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.soh:before {content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #555; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.soh:hover, .soh:focus, .soh:active {color: white;}
.soh:hover:before, .soh:focus:before, .soh:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}
.btn {background:#9ec757; color:#fff; font-weight:700; display:block; margin:20px 0; max-width:200px; padding:10px 0; border:none}

/* MEDIA QUERY */  
@media (min-width:992px) and (max-width: 1200px) {
.logo img {margin:15px auto 0 auto;}
.right-logo {padding:1.5% 1%}
.suchfeld {width:620px}
ul.menu li a {padding:0 15px;}
.crosswrapper .box h3, .crosswrapper .box h2 {padding-left:10px; font-size:14px}
.crosswrapper .box h2 {font-size:14px; line-height:18px;}
.crosswrapper .box h3 {font-size:12px; line-height:12px; margin-left:10px; padding:8px 13px;}
.button-a {width:14.9%;}
.button-b {width:12.6%;}
.topheader ul li a {font-size: 12px;}
.xsell-1 .xsell-img img, .xsell-2 .xsell-img img {max-width:200px; height:auto;}
.xsell-1 .xsell-img {left:-5%;}
.xsell-2 .xsell-img {right:-5%;}
.xsell-1 .xsell-bg {padding-left:120px;}
.xsell-2 .xsell-bg {padding-right:120px;}
.xsell-1 .xsell-text {float:none; width:auto;}
.xsell-2 .xsell-text {float:none; width:auto;}
.xsell-1 .xsell-text h1 {padding:0 20px 20px 0; font-size:24px;}
.xsell-2 .xsell-text h1 {padding:0 0 20px 30px; font-size:24px;}
.xsell-single .h1 {min-height: 62px;}
}

@media (max-width: 991px) {
table {overflow-x: auto; display: block;}
.tab-content table {overflow-x: auto; display: block;}
.xsell-1 .xsell-text .h1, .xsell-2 .xsell-text .h1 {font-size: 20px;} {font-size: 20px;}
.xsell-1 .xsell-text a, .xsell-2 .xsell-text a {padding: 10px 10px;}
}

@media (min-width:768px) and (max-width: 991px) {
.right-logo {max-width:100%; margin:15px 0 0 0; padding:2% 1.5%;}
.suchfeld {width:648px}
ul.menu li a {font-size:11px; padding:0 9px;}
ul.menu li ul li a, ul.menu li ul li:first-child a {font-size:11px;}
.crosswrapper {margin:0; padding:0;}
.crosswrapper .box {max-width:100%; margin:20px 0;} 
.footerwrapper .box {max-width:100%; margin:0 0 20px 0; min-height:auto; height:auto; padding:0 20px 20px 20px;} 
.artdsc {margin:30px; margin-top:0; padding:0}
.tabs label {padding:15px 10px 20px 10px; font-size:13px;}
.button-a, .button-b {font-size:11px;}
.button-a {width:14.5%;}
.button-b {width:12.2%;}
.topheader ul li {margin: 3px 0; width: 50%;}
.topheader ul li:last-child {display: none;}
.topheader ul li a {font-size: 13px;}
.header-suche {display: none;}
.xsell-1 {padding:0 25px 0 50px}
.xsell-2 {padding:0 50px 0 25px}
.xsell-1 .xsell-img img, .xsell-2 .xsell-img img {max-width:130px; height:auto;}
.xsell-1 .xsell-img {left:-20%; top:40px;}
.xsell-2 .xsell-img {right:-13%; top:40px;}
.xsell-1 .xsell-bg {padding:30px 0; padding-left:70px; min-height:160px;}
.xsell-2 .xsell-bg {padding:30px 0; padding-right:60px; min-height:160px;}
.xsell-1 .xsell-text {float:none; width:auto;}
.xsell-2 .xsell-text {float:none; width:auto;}
.xsell-1 .xsell-text h1 {padding:0 20px 20px 0; font-size:18px;}
.xsell-2 .xsell-text h1 {padding:0 0 20px 30px; font-size:18px;}
.xsell-single h3 {top:-4%; right:10%;}
.xsell-single .h1 {min-height: 77px;}
}

@media (max-width: 767px) { 
.bg {padding:10px 0; margin:0}
.header {margin:0 auto; padding:0;}
.artdsc {margin:0; padding:0 20px 10px 20px;}
a.beo, a.fsb {font-size:12px;}
.tabs {margin:20px 0 10px 0;}
.tabs label {width:100%; padding:15px 0; font-size:14px}
.tabs label span {display:inline-block}
.tabs [id^="tab"]:checked + label {-webkit-border-radius:0px!important; -moz-border-radius:0px!important; border-radius:0px!important;}
.button-a {width:100%;}
.button-b {width:100%;}
.crosswrapper .box {max-width:100%; margin:20px 0;} 
.footerwrapper .box {max-width:100%; margin:0 0 20px 0; min-height:auto; height:auto; padding:0 20px 20px 20px;}
.headerCustom {justify-content: center;}
.headerMenuResponsive {width: 100%; max-width: 704px; margin-top: 10px;}
.header-suche {display: none;}
.topheader ul li {padding: 0 5px; width: 25%;}
.topheader ul li:last-child {display: none;}
.topheader ul li a {font-size:11px;}
.variationSelectDetailImg {text-align: center;}
.variationSelectDetailImg img {width: 100px;}
.xsell-1, .xsell-2 {padding: 0;}
.xsell-1 {margin-bottom: 60px;}
.xsell-1 .xsell-img img {max-width: 80%; left: 0%;}
.xSellColumn {display: flex; flex-wrap: wrap;}
.xSellColumn .col-6 {flex: 0 0 50%; max-width: 50%;}
.xsell-single .h1 {margin: 10px 0 10px 0; min-height: 47px;}
.xsell-single .h3 {position: unset; background: #9ec757; color: #ffffff; font-size: 14px;}
}

@media (max-width: 664px) {
kbd {display: block; margin-top: 5px;}
}

@media (max-width: 630px) {
.topbar ul {margin-right: 15px; margin-left: 15px; justify-content: space-between; gap: 10px;}
.topbar ul li a {font-size: 11px;}
}

@media (max-width: 565px) {
.topheader ul li {width: 50%; margin-bottom: 10px;}
.slider-bg {margin: 0;}
.topheader ul li a {padding: 8px 0;}
.topbar ul {justify-content: center; gap: 20px;}
.topbar ul li:nth-child(4), .topbar ul li:nth-child(5) {display: none;}
.logo {text-align: center;}
.logo img {object-fit: cover; width: 70%;}
.xsell-single .h1 {min-height: 62px;}
.artdsc, .artdsc ul li, .tab-content ul li, .footbox ul li, .tab-content p, .footerwrapper .box ul li, .footerwrapper p, .footerwrapper .box a.nws, blockquote {font-size: 13px;}
.artdsc h1 {font-size: 16px;}
.tab-content h1 {font-size: 15px;}
}

@media (max-width: 550px) {
.xsell-bg {min-height: 160px; padding: 40px 0;}
.xsell-1 .xsell-img {width: 130px; height: 130px; top: 19%; left: 0%;}
.xsell-2 .xsell-img {width: 130px; height: 130px; top: 19%; right: 4%;}
}

@media (max-width: 460px) {
.xsell-1 .xsell-img, .xsell-2 .xsell-img {width: 110px; height: 110px; top: 30%;}
.xsell-1 .xsell-text, .xsell-2 .xsell-text {width: 220px;}
.topheader ul li {width: 100%;}
}

@media (max-width: 420px) {
.xsell-single .h1 {min-height: 93px;}
}

@media (max-width: 400px) {
.slider-bg {display: none;}
.topheader ul li:last-child {margin-bottom: 0;}
.topbar ul li a {font-size: 10px; gap: 3px;}
.topbar ul {gap: 10px;}
}

@media (max-width: 395px) {
.row.xsell {display: none;}
}

@media (max-width: 340px) {
.xsell-single .h1 {min-height: 108px;}
}

div[align="left"] {
    display: none !important;
}