﻿body {
    padding-top: 20px;
    font-size: 15px;
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    margin: auto;
}
input {
	-webkit-appearance: none;
}
.prtitel {
    font-size: 15px;
    color: #202020;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none !important;
}


/* Megamenu */
ul.navbar-nav {
    position: relative;
}
.b-sub-menu {
    position: static !important;
}
.b-sub-menu ul li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    float: left;
}
.b-sub-menu-title {
	margin-top: 10px;
	margin-bottom: 20px;
}
.b-sub-menu .sub {
    width: 100%;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 10;
    border-bottom: 2px solid #F6F2EC;
    border-left: 1px solid #F6F2EC;
    border-right: 1px solid #F6F2EC;
}
.b-sub-menu .sub ul {
    padding: 10px 20px;
}
.b-sub-menu-title > a {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 14px;
}
.b-sub-menu-title > a:hover {
    text-decoration: none;
}
.b-sub-menu-title > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: #d1ba98;
}
.b-sub-menu ul li ul {
    padding: 20px 0 0 !important;
}
.b-sub-menu ul li ul li {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.b-sub-menu ul li ul li a {
    text-transform: none;
    font-weight: 400;
    color: #000;
}
.servicebutton {
    float: right !important;
    margin-right: -15px;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.topmegamenu .sub {
    display: none;
}
.topmegamenu > li:hover > .sub {
    display: block;
}
.servicebutton {
	position: relative;
}
.servicebutton ul {
	display: none;
	list-style: none;
    position: absolute;
    top: 49px;
    z-index: 99;
    padding: 0;
    width: 100%;
}
.servicebutton ul li {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.servicebutton ul li:last-child {
	border-bottom: 1px solid #ddd;
}
.servicebutton:hover ul {
	display: block;
}
.servicebutton ul li label {
	width: 100%;
}



.moreproducts:last-of-type .trenner {
    display: none;
}
.trenner hr {
	margin-top: 35px;
	margin-bottom: 0;
}
.small-text{
	font-size: 12px !important;
	text-transform: none !important;
}

.moreproducts a, .moreproducts a:hover {
	text-decoration: none !important;
}
.allcats ul {
    padding-left: 0;
    list-style: none !important;
}
.allcats {
	position: relative;
}
.allcats > a {
	z-index: 100;
}
.allcats:hover > a {
	background-color: #fff !important;
	color: #554226 !important;
	font-weight: bold !important;
}
.allcats:hover {
	box-shadow: 1px 1px 10px 0 rgba(209, 186, 152, .8);
}
.allcats  ul {
	position: absolute;
	z-index: 99;
	background-color: #fff;
	box-shadow: 1px 1px 10px 0 rgba(209, 186, 152, .8);
	display: none;
	border-right: 1px solid #d1ba98;
}
.allcats > ul > li ul {
    position: absolute;
    right: -220px;
    width: 220px;
    background-color: #fff;
    top: -1px;
    box-shadow: 1px 1px 10px 0 rgba(209, 186, 152, .8);
    z-index: 98;
}
.allcats li {
	padding: 5px 10px;
    height: 40px;
    line-height: 22px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;	
    width: 220px;
    position: relative;
}
.allcats > ul a {
	color: #554226 !important;
	font-weight: bold;
	text-decoration: none !important;
	vertical-align: middle;
}
.sidecatstitel {
    border-bottom: 2px solid #C2A476;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #444;
    font-size: 16px;
}
.sidecats a {
	color: #444 !important;
}
.sidecats ul {
	background-color: #fff;
}
.sidecats li {
	border-bottom: 1px solid #ddd;
	line-height: 40px;
}
.sidecats li:hover > a {
	font-weight: bold;
	color: #000;
	font-size: 17px;
}
.sidecats > ul ul {
	display: none;
}
.sidecats li:hover > ul {
	display: block;
}
.sidecats li:last-child {
	border-bottom: 1px solid transparent;
}
.sidecats i.fa.fa-caret-down {
    float: right;
    padding-top: 12px;
}
.sidecats > ul {
	padding-left: 0 !important;
} 
.sidecats ul {
	list-style: none !important;
	padding-left: 15px;
} 
.allcats:hover > ul, 
.allcats > ul > li:hover > ul, 
.allcats > ul > li > ul > li:hover > ul  {
	display: block;
}
.allcats li:hover {
    border-top: 1px solid #d1ba98;
    border-bottom: 1px solid #d1ba98;
    background: #d1ba98 !important;
}
.allcats li:hover > a {
    color: #fff !important;
}

.allcats i.fa.fa-angle-right {
    float: right;
    padding-top: 6px;
}
.prprice {
    font-size: 18px;
    color: #202020;
    font-weight: bold;
    text-transform: uppercase;
}
.h3, h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.headerleiste {
    height: 76px;
}
.img-responsive {
    max-width: 100%; 
    height: auto;
    display:block;
    width: 100%;
} 
.rechteseite {
    padding-right: 0;
}
.rechteseite > li {
    float: right;
}
.portfolio-item {
    margin-bottom: 25px;
}
.preis {
    font-size: 36px;
    font-weight: 600;
}
.simpletext h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}
.headersearch .glyphicon.glyphicon-search {
    font-size: 15px;
}
.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover, 
.navbar .nav li.active > a, 
.navbar .nav li.active > label {
    background-color: #d1ba98;
    color: #fff;
}
.nav.navbar-nav.col-sm-6.pull-left {
    border-right: 1px solid #ffff;
}
.box-linkgroup a:hover {
    background: #fff !important;
}
.starttabstitle h3, .starttabstitle h1 {
    padding: 10px 0 8px;
}
.starttabstitle h3, .starttabstitle h1 {
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.starttabssubtitle::after {
    border-bottom: 1px solid #F6F2EC;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 140px;
}
.greencheck {
	color: #D1BA98;
	margin-right: 3px;
}
.box-social li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    width: 100%;
}
.box-social .fa {
    font-size: 22px;
	margin-right: 8px;
}
.starttabssubtitle {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
}
#footer-ads-wrapper .footer-top {
    padding: 25px 0;
    border-top: 4px solid #F6F2EC;
    border-bottom: 4px solid #F6F2EC;
}
.homepage-bar > .row > div > .row > div {
    padding-left: 10px;
    padding-right: 0;
}
.footer-top .homepage-bar .col-md-3 {
    padding-top: 10px;
}
#footer > .container-block, #footer.container-block {
    background: #fff;
}
#footer .panel-heading {
    padding: 0;
}
#sidebox139 .panel-heading {
    display: none;
}
#sidebox139 .panel-body img {
    margin-top: 9px;
}
.footerlogo {
    width: 95px;
    margin-top: 12px !important;
}
#footer-boxes p .fa {
    font-size: 17px;
    width: 30px;
}
#footer .panel {
    background-color: transparent;
    border: medium none transparent;
    box-shadow: none;
}
.homepage-bar i {
    color: #000;
    display: inline-block;
    font-size: 34px;
    vertical-align: middle;
}
.homepage-bar .text-area {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.homepage-bar > .row > div > .row > div {
    padding-left: 10px;
    padding-right: 0;
}
.homepage-bar h3 {
    color: #444 !important;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding-bottom: 0;
}
#footer-boxes .panel-body.panel-strap {
    padding: 0;
}
#copyright a, .footnote-vat a, #footer {
    color: #303030;
}
#footer {
    font-size: 12px;
}
#footer {
    font-size: 12px;
}
#footer-boxes {
    padding: 40px 0 0;
}
.versandpics img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.versandpics img:hover, .versandpics img:focus  {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
#footer .panel .panel-title {
    border-bottom: medium none;
    color: #444;
    font-weight: 700;
    margin: 9px 0 15px;
    padding: 0;
}
.bottom-sm-30 {
    margin-bottom: 30px;
}
#footer .panel .panel-title {
    font-size: 14px;
}
.subline {
    border-top: 1px solid #999;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 20%;
}
.panel-heading h5 {
    text-transform: uppercase;
}
#footer .nav-list a {
    padding: 5px 0;
}
.box-body {
    transition: all 0.5s ease 0s;
}
#footer .panel-heading {
    background-color: transparent;
    background-image: none;
    border-bottom: medium none;
    color: #e6e6e6;
    line-height: 27px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#footer .panel a {
    color: #303030;
    font-size: 14px;
}
.breadcrumb {
    background-color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
}
.page-header {
    border-color: #F6F2EC;
}
.bottom10{margin-bottom:10px}.bottom15{margin-bottom:15px}.bottom20{margin-bottom:20px}.bottom25{margin-bottom:25px}.bottom30{margin-bottom:30px}.bottom35{margin-bottom:35px}.bottom40{margin-bottom:40px}.bottom45{margin-bottom:45px}.bottom50{margin-bottom:50px}
.top10{margin-top:10px}.top15{margin-top:15px}.top20{margin-top:20px}.top25{margin-top:25px}.top30{margin-top:30px}.top35{margin-top:35px}.top40{margin-top:40px}.top45{margin-top:45px}.top50{margin-top:50px}

hr {
    border-top: 1px solid #F6F2EC;
}
.breadcrumb .fa {
    padding: 0 10px;
    font-size: 15px;
}
footer {
    margin-top: 45px;
    margin-bottom: 20px;
}
.headerlogo img {
    height: 60px;
    width: auto;
}
.collapse.navbar-collapse {
	margin: 0;
} 
.collapse.navbar-collapse > ul {
    background-color: #F6F2EC;
}
.headersearch input {
    border-radius: 0;
    border: 2px solid #f1eae0;
    border-right: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #f1eae0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.headersearch .btn-info {
    background-color: #fff;
    border-color: #f1eae0;
    color: #D1BA98;
    border-radius: 0;
    border: 2px solid #f1eae0;
    border-left: none !important;
    height: 46px;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #D1BA98;
    border-color: #D1BA98;
    box-shadow: none;
}
.headersearch input {
    font-size: 14px !important;
}
.headersearch {
    margin-top: 6px;
}
.gallery_img {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 26%;
}
.navbar-brand {
    color: #202020;
}
.navbar-nav > li > a {
    color: #202020;
    text-transform: uppercase;
    font-size: 13px;
}
.headervorteil {
    font-size: 16px;
    line-height: 58px;
}
.ps-current > ul {
    list-style: outside none none;
    padding: 0;
}
.ps-list {
    padding: 0;
}
.ps-list li {
    list-style: outside none none;
}

label, #active, img { -moz-user-select:none;-webkit-user-select:none; }
.catch { display: block; height: 0; overflow: hidden; }

#slider {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#slider input {
    display: none;
}


#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }
#slide6:checked ~ #slides .inner { margin-left:-500%; }
#slide7:checked ~ #slides .inner { margin-left:-600%; }
#slide8:checked ~ #slides .inner { margin-left:-700%; }
#slide9:checked ~ #slides .inner { margin-left:-800%; }
#slide10:checked ~ #slides .inner { margin-left:-900%; }
#slide11:checked ~ #slides .inner { margin-left:-1000%; }
#slide12:checked ~ #slides .inner { margin-left:-1100%; }


#overflow {
    width: 100%;
    overflow: hidden;
}
article img {
    width: 99%;
}
#slides .inner {
    width: 1200%;
    line-height: 0;
}
#slides article {
    width: 8.3333333%;
    float: left;
}
#controls {
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
#controls label { 
    display: none;
    width: 50px;
    height: 50px;
    opacity: 0.3;
}
#active {
    margin-top: 25px;
    text-align: center;
}
#active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
}
#active label:hover {
    background: #ccc;
    border-color: #777 !important;
}
#controls label:hover {
    opacity: 0.8;
    cursor: pointer;
}

#slide1:checked ~ #controls label:nth-child(2), 
#slide2:checked ~ #controls label:nth-child(3), 
#slide3:checked ~ #controls label:nth-child(4), 
#slide4:checked ~ #controls label:nth-child(5), 
#slide5:checked ~ #controls label:nth-child(6),
#slide6:checked ~ #controls label:nth-child(7),
#slide7:checked ~ #controls label:nth-child(8),
#slide8:checked ~ #controls label:nth-child(9),
#slide9:checked ~ #controls label:nth-child(10),
#slide10:checked ~ #controls label:nth-child(11),
#slide11:checked ~ #controls label:nth-child(12),
#slide12:checked ~ #controls label:nth-child(1) {
    background: url('gfx/next.png') no-repeat;
    float: right;
    margin: 0 5px 0 0;
    display: block;
}

#slide1:checked ~ #controls label:nth-child(12),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4),
#slide6:checked ~ #controls label:nth-child(5),
#slide7:checked ~ #controls label:nth-child(6),
#slide8:checked ~ #controls label:nth-child(7),
#slide9:checked ~ #controls label:nth-child(8),
#slide10:checked ~ #controls label:nth-child(9),
#slide11:checked ~ #controls label:nth-child(10),
#slide12:checked ~ #controls label:nth-child(11) {
    background: url('gfx/prev.png') no-repeat;
    float: left;
    margin: 0 0 0 -5px;
    display: block;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5),
#slide6:checked ~ #active label:nth-child(6),
#slide7:checked ~ #active label:nth-child(7),
#slide8:checked ~ #active label:nth-child(8),
#slide9:checked ~ #active label:nth-child(9),
#slide10:checked ~ #active label:nth-child(10),
#slide11:checked ~ #active label:nth-child(11),
#slide12:checked ~ #active label:nth-child(12) {
    background: #333;
    border-color: #333 !important;
}

#slides {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    margin-left: 1px;
}
#slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#controls label{
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
#controls, #slides, #active, #active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#image_wrapper {
    margin-top: 5px;
}
.navbar {
	min-height: auto !important;
}

@media only screen and (max-width: 850px) and (min-width: 450px) {

    #slider #controls label {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    #slider #slides {
        padding: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

@media(max-width:414px){
	#controls {
	  top: calc(50% - 13.5%) !important;
	}    
}

@media(max-width: 450px) {

#slider #slides{padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#slider #controls label{-moz-transform:scale(.6);-webkit-transform:scale(.6);-o-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}

}

@media(max-width:767px){
	#controls {
	  top: calc(50% - 10%);
	}
	#system-credits {
	    text-align: left;
	}
	.simpletext h2 {
	    margin-top: 10px;
	}
	.page-header {
		font-size: 20px;
		line-height: 24px;
	    margin: 15px 0 20px;
	} 
	.headerlogo img {
	    margin: auto;
	    display: table;
	}
	.headervorteil {
	    line-height: 35px !important;
	}
	.tabs-wrapper label {
	    text-align: left;
	}
}
@media(min-width:768px){

	.starttabstitle h3, .starttabstitle h1 {
	    font-size: 20px !important;
	}
	.box-heading.starttabstitle {
	    margin-top: 30px;
	}
	#controls {
	  top: calc(50% - 12%);
	}  
	.page-header {
	    font-size: 24px;
	    margin: 15px 0 30px;
	    font-weight: 300;
	    line-height: 30px;
	    padding-bottom: 20px;
	} 
	.nav > li > a, .nav li .open-modalo {
	    padding: 7px 10px !important;
		font-size: 10px !important;
	} 
	.tabs-wrapper label {
	  font-size: 12px;
	}
	.tabs-wrapper label {
	   width: 20%;
	}
	   
}
@media(min-width:992px){
    #controls {
	  top: calc(50% - 9%);
	}
	.page-header {
	    font-size: 24px;
	    margin: 0 0 15px;
	    font-weight: 300;
	    line-height: 30px;
	    padding-bottom: 10px;
	}
	.nav > li > a, .nav li .open-modalo {
	    padding: 15px !important;
		font-size: 13px !important;
	} 
	.tabs-wrapper label {
	  font-size: 14px;
	} 
}
@media(min-width:1220px){
	#controls {
	  top: calc(50% - 6%);
	}	
	.page-header {
	    font-size: 30px;
	    margin: 0 0 20px;
	    font-weight: 300;
	    line-height: 34px;
	    padding-bottom: 20px;
	}
	.tabs-wrapper label {
	    width: 15%;
	}
	.topmegamenu .fa-caret-down {
		display: inline-block !important;
	}
}

.nav li .open-modalo {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    padding: 15px;
    color: #202020;
    margin: 0;
}
.nav li .open-modalo:focus, .nav li .open-modalo:hover {
    background-color: #d1ba98;
    color: #fff;
}

.modalo .checkbox {
  display: none;
}

/* Gray background */
.modalo .modalo-overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: flex;
  background-color: rgba(0,0,0,0.7);
}

.modalo .modalo-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 20px 50px;
  width: 60%;
  margin: 40px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.modalo .modalo-wrap.small{
  width: 30%;
}
.modalo .modalo-wrap.full{
  width: 100%;
  height: 100%;
}
.modalo .modalo-wrap.from-left {
  transform: translateX(-100%);
}
.modalo .modalo-wrap.from-right {
  transform: translateX(100%);
}
.modalo .modalo-wrap.from-top {
  transform: translateY(-100%);
}
.modalo .modalo-wrap.from-bottom {
  transform: translateY(100%);
}


/* Close button */
.modalo .modalo-overlay .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  width: 30px;
  height: 30px;
  color: #282c34;
}
.modalo .modalo-overlay .close:hover{
  cursor: pointer;
  color: #4b5361;
}
.open-modalo {
    cursor: pointer;
}
.modalo .o-close {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
}
.modalo input:checked ~ .o-close {
  z-index: 9998;
}
.modalo input:checked ~ .modalo-overlay{
  transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: block !important;
}
.modalo input:checked ~ .modalo-overlay .modalo-wrap {
  transform: translateY(0);
  z-index: 9999;
}
.titlemodalo {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.versandpics img {
	width: 100%;
}
.topmegamenu .fa-caret-down {
	display: none;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px){
  .modalo .modalo-wrap {
    width: 80%;
    padding: 20px;
  }
}

/* Phone size */
@media (max-width: 500px){
  .modalo .modalo-wrap {
    width: 90%;
  }
}

.slides {
    padding: 0;
    width: 100%;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }
.slide-container { display: block; }
.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .2s ease-out-in;
}

.slide img {
    width: 100%;
    height: 100%;
}

.slide:hover + .nav label { opacity: 0.5; }
.nav label:hover { opacity: 1; }
.nav .next { right: 0; }

/* Tabs */
@-webkit-keyframes content-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-moz-keyframes content-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-o-keyframes content-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes content-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-moz-keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-o-keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-moz-keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-o-keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }

  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}
@-moz-keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }

  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}
@-o-keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }

  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}
@keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }

  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}
@-webkit-keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
@-moz-keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
@-o-keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
@-moz-keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
@-o-keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}
/* used for wrapper animation after the load of the page */
@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-moz-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-o-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs-wrapper {
  margin-top: 30px;
}
.tabs-wrapper input[type=radio] {
  display: none;
}
.tabs-wrapper label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #202020;
  border: 1px solid #F6F2EC;
  height: 3em;
  background: #F6F2EC;
  text-align: center;
  line-height: 3em;
  margin-bottom: 0;
  border-bottom: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 10px;
}


.tabs-wrapper label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper label:hover {
  background: #D1BA98;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    border-radius: 0;
  }
  .tabs-wrapper {
    margin: 0;
  }
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #D1BA98;
  color: #fff;
  border: 1px solid #D1BA98;
  font-weight: bold;
  
}
.tab-body {
/*   position: absolute; */
  display: none;
/*   top: -9999px; */
  opacity: 0;
  padding: 0;
}

.tab-body-wrapper {
  border-top: 1px solid #F6F2EC;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: show;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: show;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.2s;
  -o-animation-duration: 1.5s;
  -o-animation-name: show;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4 {
  position: relative;
  display: block;
  top: 0px;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: content-opacity;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: content-opacity;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: content-opacity;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: content-opacity;
  animation-fill-mode: forwards;
}
.tab-body > p {
    padding-top: 20px;
}
.desctext {
	text-align: justify;
}
.descbild img {
  width: 100%
}
.desctitel {
	font-weight: 400;
	font-size: 20px;
}