
html, body, div , p { margin: 0; padding: 0; } 


/* STARTSEITE */

body.startseite {
	position: absolute;
    top: 0; left: 0; margin: 0;
    height: 100%; width: 100%;
	background: #EFE6E6; 
	display: table;
}

#startseite {
	display: table-cell;
	vertical-align: middle;
	width:90%;
}

#hidepage {
	position: absolute;
	top: 0; left: 0; 
	background: #FFFFFF;
	layer-background-color: #FFFFFF;
	height: 100%; width: 100%;
	display: none;
}


#photoholder { border: 0; background: url(pics/loading.gif) 50% 50% no-repeat; }


#thephoto { border: 0; }



/* HAUPTSEITE */

body {
    position: absolute;
    top: 0; left: 0; margin: 0;
    height: 100%; width: 100%;
	/*background: #FFFFFF; /*weiß*/
    text-align: center;
	background-image: url(pics/trubel_m_nb.jpg);
	background-size: cover;
	background-attachment: fixed;
}


#seite {
	position: relative;
	top: 0; margin-left: auto; margin-right: auto;
	width: 1000px; min-height: 1200px;
	background: #FFFFFF;
	opacity: 0.8;
	/*background-image: url(pics/xxx.jpg);*/
	/*background-repeat: no-repeat;*/
	border-left: 1px solid #FFA500;
	border-right: 1px solid #FFA500;
	text-align: left;
	/*border: 1px solid #000000;*/
	*height: 1200px; /* für IE */

	/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=80);

	/* IE 5-7 */
	*filter: alpha(opacity=80);

	/* Netscape */
	-moz-opacity: 0.8;

	/* Safari 1.x */
	-khtml-opacity: 0.8;

}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#seite {
		top: 0; margin: auto;
		width: 100%; min-height: 1200px;
	}
}


#logo {
		position: relative;
		top: 20px; left: 50px;
		width: 900px; height: 140px; 
		/*background: #FFFFFF;*/
		background-image: url(pics/logo_w.gif);
		background-repeat: no-repeat;
		/*border: 1px solid #FFA500;*/
		z-index: 0;
	}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#logo {
		top: 20px; left: 50%; margin-left: -45%;
		width: 90%; height: 100px;
		background-size: 250px;
	}
}


#counter {
	position: absolute;
	top: 0; right: -10px; 
	width: 200px; height: 30px; 
	text-align: right;
	margin-right: 10px;
	/*border: 1px solid #000000;*/
}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#counter {
		display: none;
	}
}


#social_net {
	position: absolute;
	top: 170px; left: 300px; 
	width: 400px; height: 60px; 
	border-top: 1px solid #FFA500;
	text-align: center;
	padding-top: 15px;
	/*border: 2px solid #FFA500;*/
}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#social_net {
		position: relative;
		top: 20px; left: 50%; margin-left: -40%;
		width: 80%; height: 60px; 
		border-top: 2px solid #FFA500;
	}
}


#menue {
	position: absolute;
	top: 250px; left: 50px;
	width: 160px;
	text-align: right;
	/*border: 1px solid #FFA500;*/
	*left: 30px; /* für IE */
}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#menue {
		top: 70px; left: 50%; margin-left: -45%;
		width: 90%; height: 40px;
		/*display: none; */
	}
}


/* not used */
#bilder_rechts { 
    position: absolute;
    top: 400px; left: 850px; width: 120px;
    /*border: 1px solid #000000;*/
}


#content {
	position: relative;
	margin-top: 120px; margin-left: 260px;
	width:550px;
	text-align: left;
	/*border: 1px solid #FFA500;*/
	*position: relative; /* für IE */
	*top: 100px; /* für IE */
}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#content {
		margin-top: 10px; left: 50%; margin-left: -45%;
		width: 90%;
	}
}


/* not used */
#bilder_unten {
    position: absolute;
    left: 10px; bottom: 40px;
    width: 800px; height: 100px; 
    /*border: 1px solid #000000;*/
}


#abstand_unten {
	position: relative;
	margin-left: 300px;
	height: 150px; width: 400px;
	/*border-top: 1px solid #FFA500;*/
	*padding: 130px; /* für IE */
}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#abstand_unten {
		left: 50%; margin-left: -40%;
		height: 150px; width: 80%;
	}
}


#footer {
	Position: absolute;
	bottom: 0; margin-left: 300px;
	/*margin-bottom:0px;*/
	width: 400px; height: 80px;
	border-top: 1px solid #FFA500;
	text-align: center;
	padding-top: 15px;
	/*border: 2px solid #FFA500;*/
	*padding: 20px; /* für IE */
}

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	#footer {
	bottom: 0; left: 50%; margin-left: -40%;
	height: 110px; width: 80%; 
	border-top: 2px solid #FFA500;
	}
}


#seite_popup {
    width: 100%; height: 100%;
	background: #FFFFFF;
	opacity: 0.9;
	/*background-image: url(pics/xxx.jpg);*/
	/*background-repeat: no-repeat;*/
    border-left: 1px solid #FFA500;
    border-right: 1px solid #FFA500;
    text-align: left;
	/*border: 1px solid #000000;*/
}


/* NAVIGATIION */

nav ul, nav li { list-style: none; margin: 0; padding: 0; border: 0;  }  /* Normalisierung */

nav li {
	margin-top: 5px; margin-left: 3px;
	width: 130px; height: 25px;
	background-image: url(pics/play1_sm.jpg);
	/*background-size: 25% auto;*/
	background-position: left;
	background-repeat: no-repeat;
	border: 1px dotted #FFA500;
}
nav a {
	display: block;
	background-image: url(pics/play2_sm.jpg);
	/*background-size: 25% auto;*/
	background-position: left;
	background-repeat: no-repeat;
}
nav a:hover, nav a:active, nav:focus  {
	background-image: url(pics/play1_sm.jpg);
	/*background-size: 25% auto;*/
	background-position: left;
	background-repeat: no-repeat;
}
nav a.burger {
}

@media screen and (max-width: 600px) /* Mobile 460px */
{
	nav ul, nav li { list-style: none; margin: 0; padding: 0; border: 0; }  /* Normalisierung */
	nav ul {
		position: relative;
		top: 45px; left: 50%; margin-left: -50%;
		width: 100%;
		background:#FFFFFF;
		z-index: 10;
		}
	nav li {
		position: relative;
		width: 100%; height: 50px; line-height: 50px;
		background-size: 50px auto;
		text-align: center;
		border: 1px dotted #000000;

	}
	nav a {
		height: 50px; line-height: 50px;
		background-size: 50px auto;
	}
	nav a:hover, nav a:active, nav:focus  {
		background-size: 50px auto;
	}
	img.nav { 
		height: 30px;
	}
	nav a.burger {
		position: absolute;
		top: 0; right: 0;
		background-image: url(pics/burger.png);
		background-size: 40px;
		width: 40px; height: 40px;
	}

}

/* CONTENT-GESTALTUNG */	

/* div.content_top { display:none; } */
div.content_top { margin-top: 20px; height: 35px; width: 100%; text-align: center; }


div.clearfix:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 15px;
 }
div.clearfix {
  *zoom: 1; /* für IE */
  *padding-bottom: 15px; /* für IE */
}


div.clearfix2:after {
  content: "";
  display: table;
  clear: both;

}
div.clearfix2 {
  *zoom: 1; /* für IE */
}


div.news_bild  { width: 150px; padding-top: 10px; float: left; }
div.news_text_neben_bild { margin-left: 150px; padding-top: 5px; }
div.news_text, div.band_text, div.cd_songs { padding-top: 5px; }
img.news_bild, img.band_bild , img.cd_bild { width: 90%; }
div.band_bild  { width: 220px; padding-top: 10px; float: left; }
div.band_text_neben_bild { margin-left: 220px; padding-top: 5px; }

@media screen and (max-width: 460px) /* Mobile 460px */
{
	div.news_bild, div.band_bild, div.cd  { float: none; }
	div.news_text_neben_bild, div.band_text_neben_bild, div.cd_songs_neben_bild  { margin-left: 0px; }
}


div.termin_datum { width: 100px; float: left; }
div.termin_text { margin-left: 100px; }
@media screen and (max-width: 460px) /* Mobile 460px */
{
	div.termin_datum  { float:none; }
	div.termin_text  { margin-left: 0px; margin-bottom: 10px; }
}

div.link { width: 200px; float: left; }
div.link_text { margin-left: 200px; }
@media screen and (max-width: 460px) /* Mobile 460px */
{
	div.link  { float:none; }
	div.link_text  { margin-left: 0px; margin-bottom: 10px; }
}


hr.termine { margin-left: 0px; width: 80%; }

div.bio_text, div.cd_text, div.kontakt_text, div.gb_text, div.gb_formular, div.nl_text, div.nl_formular  { padding-top: 5px; }
@media screen and (max-width: 460px) /* Mobile 460px */
{
	img.bio_bild { width: 100%; }
}

div.cd_bild { width: 150px; padding-top: 10px; float: left; }
div.cd_songs_neben_bild { margin-left: 150px; padding-top: 5px; }

/*table.musik { border: 1px dotted #FFA500; }*/
div.song_nummer  { width: 20px; float: left; border: 1px dotted #FFA500; }
div.song_titel { margin-left: 20px; width: 160px; float: left; border: 1px dotted #FFA500; }
div.song_links { margin-left: 160px; border: 1px dotted #FFA500; }

div.feld_input_text, div.feld_textarea_text { width: 30%; float: left; }
div.feld_input_kasten, div.feld_textarea_kasten, div.tabellenfussnote { margin-left: 30%; padding-top: 5px; }
input.feld_input { width: 85%; }
textarea.feld_textarea { width: 85%; height: 150px; }
@media screen and (max-width: 460px) /* Mobile 460px */
{
	div.feld_input_text, div.feld_textarea_text { width: 100%; float:none; }
	div.feld_input_kasten, div.feld_textarea_kasten, div.tabellenfussnote  { margin-left: 0px; padding-top: 0; margin-bottom: 10px; }
}

div.bildkat_zeile { margin-left: 50px; display: table; /* für IE: */ *height: 100%; }
div.bildkat_bild { width: 120px; display: table-cell; /* für IE: */ *float: left; }
div.bildkat_text { display: table-cell; vertical-align: middle; /* für IE: */ *position: relative; *top: 50%; *margin-top: -10px; }
img.bildkat { width: 95%; overflow: hidden; } 
@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	div.bildkat_zeile { margin-left: 0px; width: 100%; text-align: center; display: inherit; }
	div.bildkat_bild { margin-left: 0px; width: 100%; display: inherit; }
	div.bildkat_text { margin-left: 0px; margin-bottom: 10px; display: inherit; }
	img.bildkat { width: 200px; max-width: 50%;  }
}

div.bild_container { margin-left: -5px; margin-top: 5px; width: 100%; }
div.bild_feld_gallery { width: 22%; float: left; vertical-align: middle; padding: 5px; }
img.bild_feld_gallery { width: 100%; overflow: hidden; border-radius:4px}
@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	div.bild_feld_gallery { width: 80px; }
}

div.swiftbox_bilder { display: none; }
div.lightbox_bilder { display: inline; }

@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	div.swiftbox_bilder { display: inline; }
	div.lightbox_bilder { display: none; }
}


img { border: 0px; }
/*img.rand { border:1px solid #FFA500; }*/

/*iframe.youtube { width: 560px; height: 315px; }*/
iframe.youtube_web { width: 504px; height: 284px; }
iframe.youtube_admin { width: 336px; height: 189px; }
@media screen and (max-device-width: 460px) /* Mobile 460px */
{
	iframe.youtube_web { width: 100%; height: 200px; }
}


/* TEXT */

p, a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-family: Helvetica; Verdana, Arial, sans-serif;*/
    /*font-family: Courier New, Courier, mono;*/
    font-size:13px;
    line-height:20px;
    /*font-weight:bold;*/
    color:#000000; /*schwarz*/
}

p.counter { font-size: 10px; }
p.termin_new { font-weight: bold; }

p.content_top { font-size: 16px; color: #CC6600; }
p.content_head { font-size: 13px; }

p.start { font-size: 20px; color: #CC6600; text-align: center }

a:link, a:visited { color: #CC6600; }
a:hover, a:active  { color: #003366 } /*blau*/

a.menue_left:link, a.menue_left:visited, a.menue_left:hover { color: #CC6600; }
a.menue_left:hover { padding_left: 5px; }
a.menue_left:active { color: #003366 } /*blau*/




/* ADMIN-/CONFIGBEREICH */

body.admin {
    width: 90%; margin: 10px;
	background: #FFFFFC; /*beige*/
    /*background-image:url(pics/rand.jpg);*/
    text-align: left; 
}

table.ad_nav { width: 100%; height: 40px; background-color: #99CC33; } /*creme grün*/
table.config_nav { background-color: #99CC33 } /*creme grün*/
a.conf { font-size: 15px; color: #FFFFCC; } /*beige*/
font.status1 { color: #339933; } /*grün*/
font.status2 { color: #CC0000; } /*rot*/
p.logs { font-size: 9.5px; }
p.admin_copyright { color: #99CC33; text-align: center}
p.admin_kopfangabe_liste { margin-top: 10px; margin-bottom: 10px; }