/* ################################################## */
/*                                                    */
/* Christoph Burghardt, halberMETER                   */
/*                                                    */
/* http://www.halbermeter.de © 2014-2018              */
/*                                                    */
/* ################################################## */

div.linereset { clear: both; width: 100%; }
div.linereset hr { color: #fff; background-color: #fff; margin-bottom: 40px; }

* { padding:0; margin:0; }


@font-face { 
	-webkit-transition: all 150ms ease; 
	-moz-transition: all 150ms ease; 
	-o-transition: all 150ms ease; 
	transition: all 150ms ease; 
	font-family: 'ltro';
    src: url('ltro-webfont.woff2') format('woff2'),
         url('ltro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

	
	
body { 
	font-family: ltro, Arial, sans-serif; 
	font-size: 12px; 
	text-transform: lowercase;
	line-height: 1.75em;
	background:#AF3000; 
	color: #ffffff; }

	
	
#container { width: 320px; margin: auto; /* background-color: rgba(255,0,0,0.5); */ } 	



/* ### HEADER, NAVIGATION, FOOTER & SOCIALMEDIABAR ############################################### */

#header { width: 300px; margin: auto; margin-top: 10px; margin-bottom: 10px; }

#header img { width: 100%; }

#navigation, #sub_navigation, #footer, #socialmediabar { 
	margin: auto; 
	margin-top: 20px; 
	font-size: 1.5em; }

#footer 	{ font-size: -0.5em; }
	
#navigation, #sub_navigation { margin-bottom: 50px; }	

#navigation ul, #sub_navigation ul, #footer ul { 
	list-style-type: none; 
	width: 100%; 
    text-align: center;	
	margin-bottom: 10px; }
	
#navigation ul li, #sub_navigation ul li, #footer ul li, #socialmediabar ul li { line-height: 2em; }

#navigation a, #sub_navigation a, #footer a {  
	text-decoration: none; 
	color: #ffffff; }
	
#navigation a span.hover, #sub_navigation a span.hover, #footer a span.hover  { color: rgba(255,255,255,0); }

#navigation a span.hovered, #sub_navigation a span.hovered, #footer a span.hovered  { color: rgba(255,255,255,1); }

#navigation a:hover span.hover, #sub_navigation a:hover span.hover, #footer a:hover span.hover {  color: rgba(255,255,255,1); }

#navigation a.hovered, #footer a.hovered  { 
	color: #AF3000; 
	background-color: #fff; 
	border-radius: 25px; }

#sub_navigation { font-size: 1.2em; margin-top: -40px; border-top: 1px solid #fff; }
	
#footer ul, #socialmediabar ul { 
	list-style-type: none; 
    text-align: center;	
	margin-bottom: 10px; }

#footer  { font-size: 0.9em; }

#socialmediabar ul li  { display: inline; }

#socialmediabar { width: 320px; }

#socialmediabar ul { display: flex; justify-content: space-around; }	

#socialmediabar a img { opacity: 0.5; filter: alpha(opacity=50); }

#socialmediabar a:hover img { opacity: 1; filter: alpha(opacity=100); }

.toplink { width: 100%; left: 10px; text-align: center; clear: both; line-height: 0.8em; letter-spacing:-0.15em; margin-bottom: 50px; }
.toplink a { color: #fff; text-decoration: none; }
.toplink a:hover  {	color: #AF3000; 
	background-color: #fff; }

	/*
.player { margin: auto; 
	margin-top: 20px; }
.player ul { 
	list-style-type: none; 
	width: 100%; 
    text-align: center;	
	margin-bottom: 0px; }
.player ul li { line-height: 2em; display: inline; }
.player a { text-decoration: none; color: #fff; padding: 10px; }
.player a:hover { color: #AF3000; background-color: #fff; }

.player_track { 
	margin: auto; 
	width: 100%; 
    text-align: center;	
	background-color: #fff; 
	color: #AF3000; overflow: hidden; }

.player_track_list ol { list-style-type: upper-roman; }
*/

/* ### FORMATIERUNG ############################################### */


p { margin: 0px 0px 20px 0px; text-align: justify; }

i { opacity: 0.66; filter: alpha(opacity=66); }

p a { color: #fff; background-color: #AF3000; padding: 5px; border-radius: 5px; white-space: nowrap; }
p a:hover { color: #AF3000; background-color: #fff; }

span.nowrap { white-space: nowrap; }

h1 { text-align: center; 
	width: 50%; margin: auto;
	color: #AF3000; 
	background-color: #fff; 
	border-radius: 100px; 
	padding: 5px; 
	font-size: 1.25em; 
	margin-bottom: 20px; }
	
h2 { text-align: center; 
	width: 50%; margin: 0px 10px 10px 10px;
	color: #AF3000; 
	background-color: #fff; 
	border-radius: 100px; 
	padding: 5px; 
	font-size: 1.0em; 
	margin-bottom: 10px; float: left; }

ul.centered li { text-align: center; }
	
ul.aufzaehlung li { list-style-type: disc;  margin-left: 40px; }


table th { 
	text-align: center; 
	padding: 5px; 
	margin: auto;
	color: #AF3000; 
	background-color: #fff; 
	border-radius: 100px; 
	font-size: 1.25em; 
	margin-bottom: 20px; }
table td { color: rgba(255,255,255,0.66); padding: 2px 5px 2px 5px; }
table td b { padding: 5px; color: rgba(255,255,255,1); }
table td a { color: #fff; /* background-color: #AF3000; */ padding: 5px; border-radius: 5px; }
table#disco_table td a { white-space: nowrap; }
table td a:hover { color: #AF3000; background-color: #fff; }
table tr:nth-child(2n+3) { background-color: rgba(255,255,255,0.2); }
table td:nth-child(odd) { text-align: right; border-right: solid 2px #fff; }

#tracklist { display:block; height: 360px; overflow: auto; border-radius: 15px; background-color: rgba(175,48,0,0.75); }

/* ### CONTENT-FELDER ############################################### */

audio { width: 290px; background-color: #AF3000; border:solid 5px #fff; border-radius: 100px; }

div.einsvondrei, div.zweivondrei, div.dreivondrei, div.vollebreite { width: 300px; margin: auto; margin-bottom: 40px; }
div.linksschmal, div.rechtsschmal, div.linksbreit, div.rechtsbreit { width: 300px; margin: auto; margin-bottom: 40px; }


.polaroid { 	
	font-size: 0.75em; 
	line-height: 1.5em;
	width: 290px; padding: 5px;
	text-align: center;
	background-color: #ffffff; 
	color: #333377; 
	border-radius: 2px; 
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3); }

.polaroid img { width: 100%; border-radius: 1px; padding-bottom: 5px;}


.banner { position: relative; overflow: auto; }
.banner il{ list-style: none; }
.banner ul li { float: left; }

.banner .dots {
	position: absolute;
	bottom: 20px; }
	
.banner.homesection.has-dots ol.dots {
	position: absolute;
	top: 320px; }
	
ol.dots {width: 100%; text-align: center;}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px; 
	margin-top: 10px; 
	text-indent: -999em; font-size: 1px;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .8s, opacity .8s;
	-moz-transition: background .8s, opacity .8s;
	transition: background .8s, opacity .8s; }
	
.banner.releasessection.has-dots ol.dots li {
	width: 0px; }
	
.banner .dots li.active {
	background: #fff;
	opacity: 1; }
.banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));	}

.banner img { border-radius: 5px; width: 300px; height: 300px; }
.banner ul li a { text-decoration: none; color: #fff; }	
.banner ul li a:hover img { opacity: 0.75; filter: alpha(opacity=75); }	
.banner ul li a span { 
    display: block;
	text-align: center; 
	margin: auto;
	color: #AF3000; 
	background-color: #fff; 
	border-radius: 100px; 
	padding: 5px; 
	font-size: 1em; 
	margin-bottom: 20px;

	/*text-align: center; 
	margin: 0px 10px -10px 0px;
	color: #AF3000; 
	background-color: #fff; 
	border-radius: 100px; 
	padding: 10px; 
	font-size: 1.0em; 
	margin-bottom: 0px;*/ /*float: left;*/ }
.banner ul li a:hover span { background-color: #AF3000; color: #fff; }	
		
/*


	
	h1, h2, h3, h4 { font-weight: bold; margin: 20px 0px 10px 0px; color: rgba(255,255,255,0.5); }
	
	
a { text-decoration: none; 
	-webkit-transition: all 150ms ease; 
	-moz-transition: all 150ms ease; 
	-o-transition: all 150ms ease; 
	transition: all 150ms ease; }

a:hover { text-decoration: underline; }

p a { color: #ffffff; text-decoration: underline; }
p a:hover { color: #ffffff; text-decoration: none; border: 1px solid #ffffff; }

b { font-weight: bold; }

hr { height: 1px; 
	color: #ffffff; width: 100%;
	margin: 20px 0px 30px 0px;
    }

 
a img { color: rgba(255,255,255,0.33); text-decoration: none; }

/* ################################################## */
/*                                                    */
/* Christoph Burghardt, halberMETER                   */
/*                                                    */
/* http://www.halbermeter.de © 2014-2015              */
/*                                                    */
/* ################################################## */

/*


	
	
		
.columnleft img, .columnright img, iframe { border: 1px solid #ffffff;}

div.tableleft { width: 100%; min-width: 300px; padding-top: 20px; text-align: center; }
div.tableleft table { display: inline; text-align: left; }
div.columnleft { width: 50%; min-width: 300px; text-align: right; padding-top: 20px; padding-bottom: 20px; float: right; }
div.columnright { width: 50%; min-width: 300px; text-align: left; padding-top: 20px; float: left;}
div.columnleft p { width: 50%; text-align: left; width: 270px; margin-left: 30px; }
div#footer { clear: both;  } 

table td.left { text-align: right; padding-right: 20px; padding-left: 20px; }
table td.leftleft { text-align: right; padding-right: 20px; }


#footer { width: 100%;  padding: 20px 0px 10px 0px;}
#footer ul { list-style-type: none; text-align: center; }	
#footer ul li {	display: inline; white-space: nowrap; margin: 20px; }
#footer a { position: relative; top: 0px; }
#footer a:hover { position: relative; top: -5px; }


span { white-space: nowrap; }

#content {width: 600px; margin: auto;}	

#content.impressum p { text-align: justify; }

.autoheight { display: block; clear: both; height: 120px; 
	-webkit-transition: all 500ms ease; 
	-moz-transition: all 500ms ease; 
	-o-transition: all 500ms ease; 
	transition: all 500ms ease;}

*/
	
@media (min-width: 640px)
 { 	#container { width: 640px; }
	#header { width: 600px; } 
	#navigation ul li, #sub_navigation ul li, #footer ul li { display: inline; }
	#socialmediabar { clear: both; }
	div.linksbreit, div.rechtsbreit , div.vollebreite { width: 460px; margin: auto; margin-bottom: 40px; }
	}

@media (min-width: 768px)
 {	div.einsvondrei, div.zweivondrei, div.linksschmal, div.rechtsschmal, div.linksbreit, div.rechtsbreit { width: 300px; margin: 0px 10px 40px 10px; float:left; }
	div.dreivondrei { clear: both; }
	div.vollebreite { width: 620px; }
	} 
	
@media (min-width: 960px)
 {	#container { width: 960px; }
	div.einsvondrei, div.zweivondrei, div.dreivondrei, div.linksschmal, div.rechtsschmal { width: 300px; margin: 0px 10px 40px 10px; float:left; }
	div.dreivondrei { clear: right; }
	div.linksbreit, div.rechtsbreit { width: 620px; margin: 0px 10px 40px 10px; float:left; }
	div.vollebreite { width: 940px; }
	div#tracklist { height: 520px; }
	} 

@media (min-width: 1280px)
 {	#socialmediabar { position: fixed; left: 20px; bottom: 20px; width: 100px;  }
	#socialmediabar ul { flex-direction: column; text-align: left; }
	#socialmediabar ul li { margin-top: 10px; }
	}
	
