@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400');

*{
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed", sans-serif;
	color: #5a5456;
	font-size: 14px;
	font-weight: 300;
}

html, body{
	width: 100%;
	height: 100%;
}

.left{float: left;}

.right{float:right;}

.half{width: 49%;}
.first{margin-right: 2%;}

.third{width: 32%; margin-right: 2%;}
.last{margin-right: 0px !important;}

.clear{clear: both;}

body{
	background: #efefef;
}

strong, b{
	font-weight: 400;
}

.container{
	width: calc(100% - 30px);
	max-width: 920px;
	padding: 0px 15px;
	margin: 0 auto;
}

#header{
	background: white;
	border-top: 3px solid #97bc13;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.48);
}

#header-bar{
	text-align: left;
	background: #e7e7e7;
}

#header-bar ul{
	list-style: none;
	display: inline-block;
	line-height: 30px;
	margin-bottom: -2px;
	margin-top: 1px;
}

#header-bar ul li{
	float: left;
	font-size: 13px;
	margin-right: 25px;
}

#header-bar ul li img{
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}

#header-bar ul li a{
	text-decoration: none;
}

#header-bar ul li a:hover{
	color: #97bc13;
}

#header-main{
	height: 130px;
	line-height: 130px;
}

#header-main img{
	vertical-align: middle;
}

#vorteile{
	float: right;
	margin-top: 35px;
}

#vorteile ul{
	list-style: none;
}

#vorteile ul li{
	float: left;
	font-size: 13px;
	max-width: 165px;
	line-height: 18px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}

#vorteile ul li img{
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#vorteile ul li:hover img{
	margin-top: -5px;
	margin-bottom: 5px;
}

#vorteile ul li:first-of-type{
	margin-right: 10px;
}

#content-wrapper{
	margin-top: 30px;
}

#content{
	width: calc(100% - 235px);
	float: right;
}

#sidebar{
	width: 215px;
	margin-right: 20px;
	float: left;
	font-size: 15px;
}

.left_menu,
.left_menu ul{
	list-style: none;
}

.left_menu ul.children{
display:none;
}

h1, h2, h3, h4{
	color: #97bc13;
	font-weight: 400;
}

h1,
.big-title{
	font-size: 24px;
	line-height: 33px;
}

h2, h3, h4{
	font-size: 15px;
	margin-bottom: 5px;
}

.left_menu li a{
	text-decoration: none;
	line-height: 22px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.left_menu li a:hover{
	color: #97bc13;
	font-size: 17px;
}


.box{
	background: white;
	padding: 25px 20px 30px 20px;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.box p a{
	text-decoration: none;
}

.box p a:hover{
	color: #97bc13;
}

#big-gal{
	width: 100%;
	height: auto;
}

#big-gal img{
	width: 100%;
	height: auto;
	border: 1px solid #e0e0e0;
	display: none;
}

.gal-input{
	display: none;
}

#gal-img-1:checked ~ #big-gal #big-gal-1,
#gal-img-2:checked ~ #big-gal #big-gal-2,
#gal-img-3:checked ~ #big-gal #big-gal-3,
#gal-img-4:checked ~ #big-gal #big-gal-4,
#gal-img-5:checked ~ #big-gal #big-gal-5,
#gal-img-6:checked ~ #big-gal #big-gal-6{
	display: block;
}

#thumb-gal{
	margin-top: 7px;
}

#thumb-gal ul{
	list-style: none;
}

#thumb-gal li{
	float: left;
}

#thumb-gal li img{
    max-width: 70px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 4px;
	cursor: pointer;
	border: 1px solid #e0e0e0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (min-width: 950px){
	#thumb-gal li:nth-child(0n+4) img {
	    margin-right: 0px;
	}
}

#thumb-gal li img:hover{
	opacity: 0.5;
}

.text ul{
	list-style-position: inside;
	margin-bottom: 20px;
	list-style: none;
}

.text ul li{
	margin-left: 20px;
	position: relative;
	margin-bottom: 5px;
	font-size: 15px;
}

.text ul li:before{
	content: "\00bb";
	color: #97bc13;
	position: absolute;
	left: -20px;
    font-size: 16px;
    top: -2px;
}

.text p{
	margin-bottom: 20px;
	line-height: 21px;
}

.pl-input,
.info-content,
#info-content-wrap .pl-label,
#about-content-wrap .pl-label{
	display: none;
}


#info-c-tab-1:checked ~ #info-content-1,
#info-c-tab-2:checked ~ #info-content-2,
#info-c-tab-3:checked ~ #info-content-3,
#info-c-tab-4:checked ~ #info-content-4{
	display: block;
}

#produkt-infos > .pl-label,
#ueber-uns > .pl-label{
	display: inline-block;
	position: relative;
	top: 1px;
	padding: 10px 20px;
	margin-right: 5px;
	color: #5a5456;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
}

#produkt-infos > .pl-input:checked + .pl-label,
#ueber-uns > .pl-input:checked + .pl-label{
	color: #97bc13;
	border-bottom-color: white;
	background: white;
}

@media (min-width: 481px){
	#info-tab-1:checked ~ #info-content-wrap #info-content-1,
	#info-tab-2:checked ~ #info-content-wrap #info-content-2,
	#info-tab-3:checked ~ #info-content-wrap #info-content-3,
	#info-tab-4:checked ~ #info-content-wrap #info-content-4{
		display: block;
	}
}


#andere-artikel{
	width: 100%;
	list-style: none;
}

#andere-artikel li{
	width: 33.33%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

#andere-artikel li:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.aa-img img{
	width: 95%;
}

.aa-info{
	padding: 0px 10px;
}

#footer{
	background: #5a5456;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-top: 20px;
}

#footer h4,
#footer p{
	color: white;
}

#footer h4{
	font-size: 15px;
}

#footer p{
	font-size: 13px;
}

#footer a{
	text-decoration: none;
	color: #c8c8c8;
}

#footer a:hover{
	color: white;
}

.zahlungen img{
	width: 100%;
	max-width: 137px;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.zahlungen img:hover,
.versand img:hover{
	opacity: 0.5;
}

.versand img{
	width: 100%;
	max-width: 100px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.margin-right-2{
	margin-right: 10px;
}

.main-box-left{
	width: 49%;
	margin-right: 2%;
	float: left;
}

.main-box-right{
	width: 49%;
	float: right;
}

.teaser{
	font-size: 14px;
	line-height: 21px;
    margin-top: 10px;
}


#produkt-tabelle{
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	padding: 5px 0px;
}



#produkt-tabelle tr{
	height: 30px;
	line-height: 30px;
}

.price{
	font-size: 30px;
	margin-top: 22px;
	color: #97bc13;
}

.price-info {
    font-size: 11px;
}


@media(max-width: 950px){
	#thumb-gal li img {
	    max-width: 85px;
	    display: inline-block;
	    margin-right: 6px;
	    margin-bottom: 2px;
	}
}



@media(max-width: 770px){
	#header-main{
		text-align: center;
		line-height: 35px;
		height: auto;
		padding-bottom: 5px;
	}

	#logo{
		margin-top: 25px;
		margin-bottom: 20px;
	}

	#vorteile{
		display: none;
	}

	#sidebar,
	#content{
		float: none;
		width: 100%;
	}

	#sidebar .box{
		width: calc(100% - 40px);
		margin-right: 0px;
		float: none;
		text-align: center;
	}

	.oeffnungszeiten{
		margin: 0 auto;
	}

	.center{
		display: block;
		text-align: center;
	}

	.box{
		margin-bottom: 10px;
	}

	#header-bar{
		text-align: center;
	}

}

@media(max-width: 620px){
	.main-box-right,
	.main-box-left{
		width: 100%;
		margin: 0px;
	}

	.main-box-right{
		margin-bottom: 20px;
	}
}

@media(max-width: 550px){
	#andere-artikel li{
		width: 50%;
	}
}

@media(max-width: 480px){
	#info-content-wrap > .info-content{
		display: none;
	}

	#produkt-infos > .pl-label,
	#ueber-uns > .pl-label{
		display: none;
	}

	#info-content-wrap .pl-label,
	#about-content-wrap .pl-label{
		display: block;
		background: #97bc13;
		color: white;
		padding: 10px;
		text-align: left;
		position: relative;
		margin-left:-20px;
		left: 10px;
		border-bottom: 1px solid white;
	}

	.pl-label:after{
		content: "";
		display: block;
		width: 15px;
		height: 9px;
		position: absolute;
		right: 12px;
		top: 15px;
		background: url("https://www.mojawo.de/images/ebay-ultimate/arrow-down.png");
		background-size: 100% 100%;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.pl-input:checked + .pl-label:after{
		-moz-transform:rotate(180deg);  
		-webkit-transform:rotate(180deg);  
		-o-transform:rotate(180deg);  
		-ms-transform:rotate(180deg);
	}


	#produkt-infos .box,
	#ueber-uns .box{
		padding: 0px 10px;
	}

	.info-content{
		padding: 10px 0px;
	}

	h1, .big-title {
	    font-size: 18px;
	    line-height: 24px;
	}

	#content-wrapper{
		margin-top: 10px;
	}

	.container{
		width: calc(100% - 20px);
	    padding: 0px 10px;
	}

	#thumb-gal li{
		float: inherit;
		display: inline;
	}

	#thumb-gal li img{
		width: 30%;
	}

	.third{
		width: 100%;
		margin-bottom: 35px;
	}

	#footer{
		padding-bottom: 0px;
		text-align: center;
	}
}

@media (max-width: 325px){
	#thumb-gal li img{
		width: 29%;
	}
}