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

#bg-shop {
	font-family: 'Open Sans', 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);
}


/* 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:450px;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:450px;
	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:450px;
	height:auto;
	width:auto;
	position:relative}

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

.flex-item-kat {
	flex: 1 1 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.flex-container-versand {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}

.flex-item-versand {
	flex: 1 0;
	margin-right: 15px;
	text-align: left;
}

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

.flex-item {
	flex: 0 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.flex-item2 {
	flex: 0 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	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: 600;
	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;	 
}

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

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
	border: 1px solid var(--color-5);
	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 var(--color-5);
}

.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;
}

.details .kurzbeschreibung {
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--link);
	font-weight: 400;
	line-height: 160%;
	border-top: solid 1px #1DA64A;
}

.details .kaufen {
    background-color: var(--farbe);
	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(--hover-2);
	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 {
	color: var(--link);
	border: solid 1px #CCC;
}

.tab-frame input { 
		display: none;
	}
	
	.tab-frame label { 
		display: block; 
		float: left;
		padding: 10px 20px;
		font-size: 14px !important;
		text-transform: uppercase;
		cursor: pointer;
		color: var(--link);

	}
	
	.tab-frame label .linie {
	}
	
	.tab-frame label:hover {
		background: var(--hover-2);
		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 {
	}
	
	.tab-frame input:checked + label { 
		background: #FFFFFF; 
		cursor: default;
		color: var(--link);
	}
	
	.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;
	}
	
	.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),
	.tab-frame input:nth-of-type(5):checked ~ .tab:nth-of-type(5){ 
		display: block;
	}

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


article.accordion section#acc1 h2 { 
	background-color: #FFFFFF;
	border-bottom: none;
	border-top:none
}


article.accordion section h2 {
	padding: 15px;
	margin: 0;
	background-color: #FFFFFF;
	border-top: solid 1px #CCCCCC;
}

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

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

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

article.accordion section .text {
	padding: 15px;
	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; 
}

/* Footer */
.bg-ebay {
	margin: 0 0 15px 0;
}
	
.bg-ebay .ebay {
	padding: 12px 15px;
	width: 250px;
	margin: 0 auto;
	display: block;
}

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

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

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

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

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

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

.footer-template .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 {
	text-align: center;
	margin: 0 15px;
	padding: 15px 0;
	font-size: 12px;
	color: #000000;
	border-top: solid 1px #CCCCCC;
}

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