html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
	  font-family: Open Sans, Arial, Non Serif;
	  

}

.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
	text-align:center;
	background: url("../bilder/background.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;

}
#seite{width:100%}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

h1 {
border: 1px solid #fff;
text-align: center;
font-size:25px;
font-weight: normal;
}


#top{
	display:block;
	width: 100%;
	height: 100px;
	background-color: #be1723;
}

#gigbox{
	display:block;
	max-width: 600px;
	padding-left:20px;padding-right:20px;
}

#gigbox table{
	padding:5px;
	line-height: 20px;
}

#logo {
	display:block;
	width: 100%;
	max-height: 600px;
	text-align:center;
 	border-color: black;
 	padding-bottom: 100px;
}

#logobox{
	max-width:600px;
	max-height:600px;
	text-align:center;
	margin: 0 auto 0 auto;
}

#logobox img{
	max-height:600px;
	max-width:600px;
}

#gigs {
	z-index: 0; 
	text-align:center;
	display:block;
	width: 100%;
 	padding-top:40px;padding-bottom:40px;
color: #000;
	background-color: #fff;!important
filter:alpha(opacity=80); /* IE */
opacity:0.8; /* allgemein */
-moz-opacity:0.8; /* Mozilla */
-khtml-opacity:0.8; /* KTHML */
-opera-opacity:0.8; /* Opera */

}



#text {
	display:block;
	width: 100%;
	min-height: 100px;
	background-color: #d07c03;!important
 border-color: white;
 border-width: 0px 0px 0px 0px;
 border-style: solid;
}


#texte_i {
	display:block;
	padding:20px;
 border-color: white;
 border-width: 0px 0px 0px 0px;
color: #000;
background-color: #fff;!important
filter:alpha(opacity=80); /* IE */
opacity:0.8; /* allgemein */
-moz-opacity:0.8; /* Mozilla */
-khtml-opacity:0.8; /* KTHML */
-opera-opacity:0.8; /* Opera */
}


#textback{  
  max-width:500px;
  margin: 0 auto 0 auto;
  color:white;
  padding-top:30px;
  padding-bottom:30px;
padding-left: 10px;
padding-right:10px;

  }

#social {
	display:block;
	width: 100%;
	height: 70px;
	background-color: #ffffff;
	padding-top:2px;
}

#black {
	display:block;
	width: 100%;
	height: 40px;
	background-color: #000000;
}

#footer {
	display:block;
	width: 100%;
	min-height: 38px;
	background-color: #ffffff;
	padding-top:20px;
}

#end {
	display:block;
	width: 100%;
	height: 10px;
	background-color: #be1723;
}

#ll2{
background-color:#d07c03;
padding-top:20px;
}


a:link {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 }

a:visited {
 color: #000000;
 text-decoration: none;
 font-weight:bold;
 }

a:focus {
 color: #000000;
 text-decoration: underline;
 }
a:hover {
 color: #333333;
 text-decoration: underline;
 }

a:active {
 color: #000000;
 text-decoration: underline;
 }
 
 #texte{ margin:20px; padding:10px;}



@media only screen and (max-width: 767px) {
#logobox img{
width:80%;
}
}