/* Allgemein */
body {
	margin: 0;
	padding: 0;
}

#bg-shop {
  	font-family: 'PT Sans', sans-serif;
	background-color: #ECECEC;
	color: #595A58;	
	font-size: 14px; 
	font-weight: 400;
	margin: 0;
	padding: 0; 
	height: 100%;  
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden-xs {
	display: none;
}

.visible-lg {
	display: none;
}

.width1200 {
	background-color: #FFFFFF; 
}

/* Header */
.bg-topnavi {
	text-transform: uppercase;
	padding: 10px 15px;
}

.bg-topnavi .float {
	float: left;
}

.bg-topnavi .right {
	float: right;
	text-align: right;
}
	
.bg-topnavi a {
	color: #595A58;
	text-decoration: none;
}
	
.bg-topnavi a:hover {
	color: #79B942;
}
	
.bg-topnavi i {
	font-size: 18px;
	padding-right: 5px; 
}
	
.bg-header {
	background-image: url(https://sonello.de/Bilder/Ebay/bg-header-s.jpg);
	background-position: top center;
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	padding: 15px 15px 0 15px;
	height: 195px;
}

.bg-navi {
	background-color: #EFF7E8;
	background-position: top center;
	margin: 0 15px;
	color: #FFFFFF;
}

.btn-navi .btn-menu {
	background-color: #79C142;
	cursor: pointer;
	padding: 7px 15px 7px 30px; 	
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.btn-navi .btn-menu i {
	padding-right: 15px;	
}

.btn-navi .shopnavi {
	display: none;
}

.btn-navi:hover .shopnavi {
	display: block;
}

.btn-navi .shopnavi ul {
	padding: 0;
	margin: 0;
}

.btn-navi .shopnavi li {
	list-style: none;
	padding: 10px 15px;
	margin-bottom: 2px;
}

.btn-navi .shopnavi a {
	font-size: 16px;
	color: #000000;
	font-weight: 200;
	text-decoration: none;
}

.btn-navi .shopnavi a:hover {
	color: #79B942;
}

.btn-navi .close {
	background-color: #DDDDDD;
	color: #595A58;
	font-size: 18px;
	padding: 15px;
	cursor: pointer;
}

.btn-navi .close i {
	font-size: 18px;
	color: #595A58;	
	padding-right: 5px;
}

.btn-navi .close:hover {
	display: none;
}

/* Content */
.content-box {
	padding: 15px;	 
}

.content-box h1 {
    margin: 0 0 15px 0;
	color: #595A58;
    font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #79B942;
}

.galerie .btn-checkbox {
    display: none;
}

.bild-gross-position {
	display: none;
	height: 250px;
	overflow: hidden;
}

.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 {
	text-align: left;
	display: none;
}

.thumbs label {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	overflow: hidden;
}

.thumbs label img {
	display: inline-block;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: 80px;
}

.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: #FFFFFF;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	font-size: 20px;
	color: #595A58;
	cursor: pointer;
	padding: 10px;
	height: auto;
}

.lightbox a.btn-close:before {
	content: "\f00d";
	font-family: Font Awesome\ 5 Pro;
}

.zoom {
	padding: 15px 0;
	text-align: center;
	color: #A6A6A6;
}

.zoom i {
	padding-right: 10px;
}

.content-box .details {
	padding-top: 15px;
}

.details .buttons {
	max-width: 270px;
	margin: 35px auto 0 auto;
}

.details .buttons img {
    position: absolute;
    margin: -35px 0 0 -30px;
}

.details .buttons a {
	color: #FFFFFF;
	text-decoration: none;	
}

.details .kaufen,
.details .button,
.details .button2 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
}

.details .kaufen:hover,
.details .button:hover,
.details .button2:hover  {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
   	-webkit-transition: all .5s ease;
}

.details .kaufen {
    background-color: #79B942;
	padding: 14px 15px;
}

.details .kaufen:hover {
    background: #666666;
}

.details .button {
	background-color: #A6A6A6; 
	padding: 10px 15px;
}

.details .button:hover {
    background: #79B942;
}

.details .button2 {
	background-color: #666666;
	padding: 10px 15px;
}

.details .button2:hover {
    background: #79B942;
}

.details .versandkosten {
	padding-top: 25px;
}

.content-box .beschreibung {
	padding-top: 25px;
}

article.accordion section { 
	display: block;
	height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
}

	.tab-frame input { 
		display: none;
	}



article.accordion section:target h2 {
	border: 1px solid #79B942;
	background-color: #F6FEDD;
	border-top-left-radius: 20px;
	-webkit- border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
}

article.accordion section:target h2 a {
	color: #79B942;
	font-weight: 700;
}

article.accordion section h2 img {
	display: none;
}

article.accordion section:target h2 img {
	display: block;
	margin: -19px -25px -11px -18px;
	float: left;
}

article.accordion section h2 {
	padding: 14px 15px 12px 15px;
	margin: 0 0 5px 0;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

article.accordion section h2 a:after {  
	content: "\f055";
	font-family: Font Awesome\ 5 Pro;
	font-size: 20px;
	font-weight: 300;
	float: right;
} 

article.accordion section h2 a {
	display: block;
	text-decoration: none;
	color: #595A58;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

article.accordion section h2 a:hover {
	color: #595A58;
}

article.accordion section .text {
	padding: 10px 10px 50px 10px;
	background-image: url(../img/gras-content-s.png), url(../img/bg-content.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, repeat-y;
	border: 1px solid #79B942;
}

article.accordion section .text .bg-weiss { 
	padding: 10px;
	//background: rgba(255, 255, 255, 0.65);
}

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;    
}

.content-box .kurzbeschreibung {
	display: none;
}

.content-box .profigalerie {
	padding-top: 25px;
}

/* Footer */
.bg-footer {
	margin: 0 15px;
}

.bg-footer .footer {
	border-top: 2px solid #79B942;
	padding: 15px 0;
	color: #595A58;
	text-align: left;
	background-color: #FFFFFF;
}
	
.footer a {
	color: #595A58;
	text-decoration: none;
}

.footer a:hover {
	color: #79B942;
}

.footer h2 {
	color: #79B942;
	font-size: 20px;
	margin: 0 0 15px 0;
	font-weight: 400;
	text-transform: uppercase;
}

.footer .box {
	padding: 15px 0;
}

.footer .informationen span {
    display: inline-block;
	padding-right: 30px;
}

.footer .informationen span:last-child {
	padding-right: 0;
}

.footer .informationen a {
	display: block;
	line-height: 220%;  
	font-size: 16px;
}

.footer .informationen img {
    margin-right: 10px; 
	top: 4px;
    position: relative;
}

.footer .informationen i {
    padding-right: 10px; 
}

.footer .bezahlen img {
	margin: 0 15px 15px 0;    
}

.footer .bezahlen img:last-child {
	margin-right: 0;    
}

.bg-copy {
	text-align: center;
	color: #595A58;
	padding: 0 15px;
}

.bg-copy .copy {
	border-top: 1px solid #79B942;
	padding: 15px 0;
}

.copy img {
	width: 124px;   
}

.copy .links {
	padding-top: 15px;
}