* { margin: 0; padding: 0; font-family: 'Neuton', serif;}
html {}

#bg {
  position: fixed; 
  z-index:-1001;
}
#bg img {
  position: absolute; 
  background-size:cover;
}

#container{
	height: auto;
	min-height: 100vh;
	width:100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .8);
 	color: rgba(0, 0, 0, .8);
}
#container *{
 	color: #fff;
}

#header{
	width: 100%;	
}
#header_img{
	background-image: url(../images/header.gif);
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top:165px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#header_band{
	background-image: url(../images/sturschaedl_header.png);
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#nav {
	height:50px;
	width:100%;
	margin: 0 auto;
}
#nav ul{
	list-style-type: none;
	display: table;
	font-size: 24px;
	margin: 0 auto;
}
#nav li{
	display:block;
	float:left;
	padding: 0 10px;
}
#nav li a {
	color:#000;
	text-decoration:none;
	height:24px;
}
#nav li a:hover {
	color: #000;
	text-decoration: none;
}

#content{
	width: 70%;
	margin: 0 auto;
	min-height: 30vh;
}

#content_text{
	padding: 20px 5px;	
	text-align:center;
	width: 95%;
}

div#content_text iframe {
    width: 90%;
}

#footer{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	clear:both;
}
#footer ul{
	list-style-type: none;
	display: table;
	font-size: 18px;
	margin: 0 auto;
}
#footer li{
	display:block;
	float:left;
	padding: 0 10px;
}
#footer li a {
	color:#000;
	text-decoration:none;
	height:18px;
}
#footer li a:hover {
	color: #000;
	text-decoration: none;
}
@media (max-device-width: 799px) { 
	#nav ul{
		list-style-type: none;
		display: table;
		font-size: 16px!important;
		margin: 0 auto;
	}
	#footer ul{
		font-size: 14px!important;
		margin: 0 auto;
	}
	#content{
		width: 95%!important;
	}
}

 @media (min-device-width: 800px) { 
	#header_img {
		max-width: 400px;
	}

}

/* Sturschaedl contact.php */
#kontaktbilder ul{list-style-type:none;display:table;margin:0 auto;}
#kontaktbilder li{list-style-type:none;float:left;margin:10px 10px 10px 0;text-align:center;font-weight:bold;}
.foto-link{width: 100px;height: 100px;display: block;margin: 0 auto;}
.foto1{background:url(../images/dohse_over.jpg) no-repeat;}
.foto2{background:url(../images/mefffei_over.jpg) no-repeat;}
.foto3{background:url(../images/holger_over.jpg) no-repeat;}
.foto4{background:url(../images/bum_over.jpg) no-repeat;}	
.foto-link:hover{background-position:0 -100px;}

/* Sturschaedl SHOP CSS */
#myShop * {color: #000;}
.sprd-promo-countdown, .sprd-promo-shorttext, #sprd-icon-clock, #sprd-icon-caret, .sprd-promo-redeem {color:#fff!important;}
footer.sprd-footer, .SprdMain .sprd-detail-product-type__column__wide, .sprd-detail-design-details, .sprd-detail-design-details__caption, .sprd-detail-design-details__row, .sprd-detail-suggestions, .sprd-detail-social {display: none!important}