@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: 18px;
	font-weight: 300;
	line-height: 30px;
}

p{
	margin-bottom: 30px;
}

img{
	max-width:100%;
	height: auto !important;
}

b,strong{
	font-weight: bold;
}

ul, ol{
	list-style-position: inside;
}

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%; float:left;}
.last{margin-right: 0px !important;}

.clear{clear: both;}

body{
	background: #efefef;
}

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

#header{
	background: white;
	height: 200px;
	border-top: 5px solid #016680;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.48);
	text-align: center;
	line-height: 200px;
	position: relative;
	z-index: 5;
}

#header img{
	display: block;
    vertical-align: middle;
    margin: 30px auto 0px auto;
}

#intro-area{
	width: 100%;
	min-height: 300px;
	background: url("https://www.pridea.de/layout/ebay-template-steinkirch/steinkirch-pattern.jpg");
}

h1{
	color: #016680;
	font-size: 34px;
	text-align: center;
	max-width: 760px;
	margin: 0px auto;
	padding: 20px 0px 35px 0px;
	line-height: 51px;
}

#gal{
	max-width: 749px;
	margin: 0 auto;
}

#big-gal{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

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

.gal-input{
	display: none;
}

section{
	padding: 50px 0px;
}

#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,
#gal-img-7:checked ~ #big-gal #big-gal-7,
#gal-img-8:checked ~ #big-gal #big-gal-8,
#gal-img-9:checked ~ #big-gal #big-gal-9,
#gal-img-10:checked ~ #big-gal #big-gal-10,
#gal-img-11:checked ~ #big-gal #big-gal-11,
#gal-img-12:checked ~ #big-gal #big-gal-12{
	display: block;
}

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

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

#thumb-gal li{
	float: left;
}

#thumb-gal li img{
	    max-width: 93px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
	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;
}

#thumb-gal li:last-of-type img{
	margin-right: 0px;
}

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

h2, h3, h4, h5, h6{
	font-size: 25px;
	padding-bottom: 15px;
	line-height: 36px;
	color: #016680;
}

#steinkirch-infos h2{
	color: white;
	padding-bottom: 35px;
}

#steinkirch-infos{
	background: #016680 url("https://www.pridea.de/layout/ebay-template-steinkirch/steinkirch-background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#steinkirch-infos ul{
	list-style: none;
}


#steinkirch-infos ul li{
	color: white;
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
}

#steinkirch-infos ul li:before{
	display: block;
	content: "";
	position: absolute;
	width: 21px;
	height: 31px;
	background: url("https://www.pridea.de/layout/ebay-template-steinkirch/li-orden.png");
	background-size: 100%;
	left: 0px;
	top: -2px;
}

#artikeltext,
#einkauf-beim-profi,
#technische-details{
	padding-bottom: 100px;
}

#qualitative-standards,
#service{
	background: url("https://www.pridea.de/layout/ebay-template-steinkirch/steinkirch-black-background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#qualitative-standards h3{
	margin-bottom: 20px;
}

#qualitative-standards img{
	margin-bottom: 10px;
}

#qualitative-standards h3,
#qualitative-standards p,
#service p,
#service p *{
	color: white;
}

#service p *{
	font-weight: bold;
}

#qualitative-standards .third,
#qualitative-standards .third *{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

#einkauf-beim-profi img{
	margin-right: 20px;
	margin-bottom: 60px;
}

.service-img{
	width: 179px;
	margin-right: 50px;
}

.service-txt{
	width: calc(100% - 229px);
}

.sk-button{
	background: white;
	padding: 5px 10px;
	color: black;
	text-decoration: none;
	border: 1px solid white;
}

.sk-button:hover{
	color: white;
	background: rgba(255,255,255,0.2);
}

@media(max-width: 480px){

	.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;
	}
	.service-img,
	.service-txt{
		width: 100%;
	}

	#qualitative-standards .third,
	#qualitative-standards .third *{
		text-align: left;
	}
	
	#header img{
		width: 170px;
		height: auto;
	}
	
	section#intro-area {
	    padding-top: 20px;
	}
	
	h1 {
	    font-size: 24px;
	    line-height: 33px;
	    padding: 10px 0px;
	}
	
}

@media (max-width: 325px){

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

.batterie {
    padding: 25px 25px 10px 25px;
    border: 4px solid #016680;
    max-width: 670px;
    margin-bottom: 10px;
}

.batterie h4{
    padding-bottom: 5px;
}

span.techn-label {
    min-width: 96px;
    display: inline-block;
    color: #016680;
}

hr.trenner {
    background: none;
    border: none;
    border-top: 1px solid #dfdfdf;
    margin-top:20px;
}

#artikeltext table,
#artikeltext table th,
#artikeltext table td,
#technische-details table,
#technische-details table th,
#technische-details table td {
    border: 1px solid #5a5456;
    padding: 5px;
}