/* Allgemein */
body {
	margin: 0;
	padding: 0;
}

#bg-shop {
	font-family: 'Lato', sans-serif;
	background-color: #FFFFFF;
	color: var(--text);	
	font-size: 14px; 
	margin: 0;
	padding: 0;  
	height: 100%; 
}

img {
	border: none;
}

a {
	color: var(--link);
}


a:hover {
	color: var(--hover);
}

ul {
	margin-left: -20px;

}

li {
	list-style-image:url("../img/check.png");
	margin-bottom: 10px;
}

		
/* Banner */

.banner-top {
   -webkit-animation: xfade 12s infinite;
}

#banner-top1:nth-child(1) {
  -webkit-animation-delay: 0s;
}
#banner-top2:nth-child(2) {
  -webkit-animation-delay: -8s;
}
#banner-top3:nth-child(3) {
  -webkit-animation-delay: -4s;
}


.css-slideshow{position:relative;width:100%;height:500px;margin-top:0px}

@-webkit-keyframes xfade{
  0% { opacity:1; }
  30% { opacity:1; }
  40% { opacity:0; }
  90% { opacity:0; }
  100% { opacity:1; }
}


.css-slideshow .banner-slider{
	margin:0;
	width:100%;
	height:500px;
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;opacity:0
}

.css-slideshow .banner-slider img{
	max-height:230px;
	height:auto;
	width:auto;
	position:relative}


.flex-container {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

.flex-item {
	flex: 0 0 auto;
	margin-top: 15px;
}

.flex-item2 {
	flex: 1 0;
	margin-bottom: 15px;
	text-align: left;
	background-color: #F4EEE4; 
	}

.flex-item3 {
	flex: 1 0;
	margin-bottom: 15px;
	text-align: left;
	background-color: #F4EEE4; 
	}

.headline-2-zeilen {
		padding: 20px; 
		font-size: 20px; 
		text-transform: uppercase; 
		text-align: center;
	}	
	
.headline-1-zeile {
		padding: 20px; 
		font-size: 20px; 
		text-transform: uppercase; 
		text-align: center;
	}

.icon {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

.clear {
	clear: both;
}

.hidden-xs {
	display: none;
}

.width1200 {
	background-color: #FFFFFF;
}

/* Header */
.bg-header {
	padding: 15px;
}

.bg-header .logo img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#btnControl {
    display: none;
}
	
.shopnavi	{
    display: none;
}

#btnControl:checked + label .shopnavi {
    display: block;
}	

.bg-navi {
	color: var(--link);
}

.bg-navi .navi {
	padding: 10px 0 0 0;
}

.btn-navi .btn-menu {
	cursor: pointer;
	padding: 0 0 10px 0;
	text-align: center;		
}

.btn-navi .btn-menu i {
	font-size: 36px;	
}

.btn-navi .shopnavi {
	display: none;
}

.btn-navi:hover .shopnavi {
	display: block;
}

.btn-navi .shopnavi ul {
	padding: 0;
	margin-bottom: 0;
}

.btn-navi .shopnavi li {
	list-style: none;
	padding: 10px 15px;
	border-bottom: 1px solid var(--linie);
}

.btn-navi .shopnavi a {
	font-size: 16px;
	font-weight: 300;
	color: var(--link);
	text-decoration: none;
	text-transform: uppercase;
}

.btn-navi .shopnavi a:hover {
	color: var(--hover);
}


.banner-s img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

/* Content */
.content-box {
	padding: 15px 15px 0px 15px;	 
}

.galerie .btn-checkbox {
    display: none;
}

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
	border: 1px solid #D8C2A6;
	padding: 5px;
}

.bild-gross-position a {
	cursor: zoom-in;
	display: block;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.bild-gross-position img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.thumbs {
	margin: 15px 0;
	text-align: center;
}

.thumbs label {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.thumbs label img {
	display: inline-block;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: 73px;
	border: 1px solid #D8C2A6;
}

.thumbs label img[src=""] {
	display: none;
	border: none;
}

#bild-1:checked ~ .bild-gross #bild-gross-1, 
#bild-2:checked ~ .bild-gross #bild-gross-2, 
#bild-3:checked ~ .bild-gross #bild-gross-3, 
#bild-4:checked ~ .bild-gross #bild-gross-4, 
#bild-5:checked ~ .bild-gross #bild-gross-5, 
#bild-6:checked ~ .bild-gross #bild-gross-6,
#bild-7:checked ~ .bild-gross #bild-gross-7,
#bild-8:checked ~ .bild-gross #bild-gross-8,
#bild-9:checked ~ .bild-gross #bild-gross-9,
#bild-10:checked ~ .bild-gross #bild-gross-10,
#bild-11:checked ~ .bild-gross #bild-gross-11,
#bild-12:checked ~ .bild-gross #bild-gross-12 {
    display: block;
}

.lightbox {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.lightbox .lightbox-popup {
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}

.lightbox:target {
	opacity: 1;
	position: fixed;
	top: 0;
	visibility: visible;
}

.lightbox-popup {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	background-color: #FFFFFF;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	max-height: 0;
	max-width: 0;
	position: absolute;
	right: 0;
	top: 10%;
	transform: scale(0);
}

.lightbox:target .lightbox-popup {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	max-height: 400px;
	max-width: 400px;
	transform: scale(1);
}

.lightbox-popup img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 95%;
	max-width: 95%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.lightbox a.btn-close {
	background-color: #FFF;
	display: block;
	height: 24px;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;	
	text-decoration: none;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	padding: 10px;
}

.lightbox a.btn-close:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.zoom {
	padding: 15px 0;
	text-align: center;
	color: var(--linie);
	font-size: 13px;
}

.zoom i {
	padding-right: 5px;
	font-size: 16px;
}

.content-box h1 {
    margin: 0 0 25px 0;
    font-size: 24px;
	color: var(--link);
	font-weight: 400;
	padding-bottom: 10px;
    border-bottom: 2px solid var(--linie);
}

.details .kurzbeschreibung {
	padding-bottom: 15px;
	color: var(--link);
	font-weight: 300;
}

.details .kaufen {
    background-color: var(--hover);
	max-width: 230px;
	margin: 25px auto 15px auto;
	display: block;
	padding: 12px 15px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

.details .kaufen a {
    color: #FFFFFF;
	text-decoration: none;
}

.details .kaufen:hover {
    background: var(--link);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
   	-webkit-transition: all .5s ease;
}

.details .button {
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.details .button a {
	color: var(--link);
	text-decoration: none;	
}

.details .button a:hover {
	color: var(--hover);
}

.details .button i {
	font-size: 18px;
	color: var(--link);
	padding-right: 10px;
}

.beschreibung {
	padding-top: 25px;
	color: var(--link);
}

.tab-frame input { 
		display: none;
	}
	
	.tab-frame label { 
		display: block; 
		float: left;
		padding: 10px 20px;
		font-size: 16px;
		text-transform: uppercase;
		cursor: pointer;
		color: var(--link);
		background: #E8DDC8;
		border-top: 1px solid #E8DDC8;
		border-bottom: 1px solid #E8DDC8;
	}
	
	.tab-frame label .linie {
		border-bottom: 1px solid #E8DDC8;
	}
	
	.tab-frame label:hover {
		background: #E8DDC8;
		border: 1px solid #D8C2A6;
		transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		color: #FFFFFF;
	}
	
	.tab-frame label:hover .linie {
		border-bottom: 1px solid transparent;
	}
	
	.tab-frame input:checked + label { 
		background: #FFFFFF; 
		cursor: default;
		color: var(--link);
		border: 1px solid #D8C2A6;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.tab-frame input:checked + label .linie {
		border-bottom: 1px solid #FFFFFF;
		position: relative;
		top: 12px;
		margin: 0 -20px;
	}
	
	.tab-frame div.tab { 
		display: none; 
		padding: 20px;
		clear: left;
		background: #FFFFFF;
		border: 1px solid #D8C2A6;
	}
	
	.tab-frame input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
	.tab-frame input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
	.tab-frame input:nth-of-type(3):checked ~ .tab:nth-of-type(3),
	.tab-frame input:nth-of-type(4):checked ~ .tab:nth-of-type(4){ 
		display: block;
	}

article.accordion section { 
	display: block;
	height: 52px;
	overflow: hidden;
	margin-bottom: 10px;
}

article.accordion section#acc1 { 
	height: auto;
}

article.accordion section#acc1 h2 { 
	background-color: #FFFFFF;
	border: 1px solid #D8C2A6;
	border-bottom: none;
}

article.accordion section#acc1 h2 a {
	cursor: default;
}

article.accordion section#acc1 h2 a:hover {
	color: var(--link);
}

article.accordion section#acc1 h2 a:after {  
	content: "";
}

article.accordion section h2 {
	padding: 15px;
	margin: 0;
	background-color: var(--linie);
}

article.accordion section h2 a:after {  
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	float: right;
} 

article.accordion section h2 a {
	display: block;
	text-decoration: none;
	color: var(--link);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

article.accordion section h2 a:hover {
	color: var(--hover);
}

article.accordion section .text {
	padding: 15px;
	border: 1px solid #D8C2A6;
	border-top: none;
}

article.accordion section:target {
	height: auto;
}

article.accordion section {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; 
}


.bild {
    width: 100%;
}

/* Footer */
.bg-ebay {
	background-color: #9F7C51;
	margin: 15px 0px 15px 0px;
}
	
.bg-ebay .ebay {
	padding: 12px 0px;
	margin: 0 auto;
	width: 262px
}

.ebay a {
	color: #FFFFFF;
	text-decoration: none;
}

.ebay img {
	float: left;
	margin-right: 15px;
}

.ebay strong {
	font-size: 16px;
}

.bg-footer {
	background-color: #F2F2F2;
	border-top: 1px solid #D9D9D9;
	color: var(--link);
	margin: 15px 0px 15px 0px;
}
	
.bg-footer .footer {
	padding: 15px;
}
	
.footer a {
	color: var(--link);
	text-decoration: none;
	line-height: 160%;
}

.footer a:hover {
	color: var(--hover);
}

.footer h2 {
	color: var(--link);
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: 700;
	text-transform: uppercase;
}

.footer .box {
	padding: 15px 0;
}

.informationen a {
	display: flex;
	padding-bottom: 15px;
}

.bezahlen img {
	margin: 0 10px 10px 0;
}

.bezahlen img:last-child {
	margin-right: 0;
}

.copy {
	border-top: 1px solid var(--link);
	text-align: center;
	margin: 0 15px;
	padding: 15px 0;
	font-size: 12px;
}

.copy .links {
	padding-bottom: 15px;
}