@font-face { font-family: 'Frutiger LT Std';
             src: url('FrutigerLTStd-LightCn.otf') format('opentype'); }

* {
    margin: 0;
}

html, body    {
    font-family: roboto, sans-serif;
}

body {
    background-image: url(../img/bg_infoscreen.jpg);
}

p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

#header {
	position: absolute;   
    height: 116px; width: 956px;    
    left: 150px; top: 50px;
	padding: 0;
}

#header h1 {
	font-family: "Frutiger LT Std";
	font-weight: 700;
    color: #ffffff;
    font-size: 70px;
    padding: 0;
    text-align: left;
}

#header h2 {
	font-family: "Frutiger LT Std";
	font-weight: 700;
    color: #ffffff;
    font-size: 45px;
    padding: 0;
	margin-top: -10px;
    text-align: left;
}

#clock {
	font-family: "Frutiger LT Std";
	font-weight: 400;
    color: rgba(255,255,255,0.37);
	font-size: 125px;
	position: absolute;   
    height: 116px; width: 500px;    
    right: 150px;
	top: 50px;
	padding: 0px;
	text-align: right;
}

#weather {
	box-sizing: border-box;
	font-family: Roboto;
	color: #717171;
    background-color: rgba(255,255,255,0.25);
	position: absolute;   
    height: 82px; width: 110px;    
    right: 0px;
	top: 90px;
	padding-right: 20px;
	padding-top: 15px;
	text-align: right;
}

#temp_high {
	font-size: 24px;
}

#temp_low {
	font-size: 18px;
}


#boxleft {
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;   
    height: 840px; width: 950px;
    /*height: 768px; width: 878px;*/
    left: 150px; top: 200px;
	padding: 36px;

}

#boxright {
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;   
    height: 440px; width: 637px;    
    left: 1130px; top: 200px;
	padding: 36px;
}

#boxright2 {
	box-sizing: border-box;
	background-color: #d4d4d4;
	position: absolute;   
    height: 400px; width: 637px;    
    left: 1130px; top: 640px;
	padding: 36px;
}

.boxinner {
	/* background-color: #eeeeee; */
    height: 100%; width: 100%;
	position: relative;
}

#logo_header {
	text-align: right;
	position: relative;
}

#wa_news_oben {
	/* background-color: #bbbbbb; */
	margin-top: 10px;
	height: 350px;
	position: relative;
}

	#wa_news_oben h2 {
		font-family: Roboto;
		font-weight: bold;
		color: #000000;
		font-size: 18px;
		padding: 0;
		text-align: left;
	}

#wa_news_cont_left {
	float: left;
	margin-top: 5px;
	width: 495px;
	margin-right: 36px;
	padding: 0;
    text-align: left;
	}
	
#wa_news_cont_right {
	margin-top: 12px;
	padding: 0;
    text-align: left;
	width: 310px;
	float: left;
	}

	#wa_news_cont_right h1 {
		/* background-color: #bbbbbb; */
		font-family: Roboto;
		font-weight: bold;
		color: #0063ae;
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 24px;
		padding: 0;
		text-align: left;
		}

	#wa_news_cont_right p a {
		font-family: Roboto;
		color: #000000;
		font-size: 14px;
		line-height: 1.5;
		padding: 0;
		text-align: left;
		text-decoration: none;
		}

#onair {
	font-family: Roboto;
	color: #4f4f4f;
	font-size: 66px;
	position: relative;
	float: left;
	padding: 0;
    text-align: left;	
	margin-top: -10px;
	}

#current_show {
	position: absolute;
	float: left;
	padding: 0;
    text-align: left;	
	width: 250px;
	/*margin-top: -10px;*/
	}

	#current_show h1 {
		font-family: Roboto;
		font-weight: normal;
		color: #db007a;
		font-size: 20px;
		line-height: 1.5;
		}	

	#current_show p {
		font-family: Roboto;
		color: #4f4f4f;
		font-size: 18px;
		line-height: 1.5;
		}		
	
#dj_pic {
	text-align: right;
	position: relative;
	margin-top: -20px;
	margin-right: 20px;
}


#current_song {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
}

	#current_song h1 {
		font-family: Roboto;
		font-weight: normal;
		color: #db007a;
		font-size: 20px;
	}

	#current_song p {
	font-family: Roboto;
	font-weight: normal;
	color: #4f4f4f;
	font-size: 20px;
	}	
		
#cover {
	float: left;
	width: 75px;
	margin-right: 36px;
	padding: 0;
    text-align: left;
	}
	
#song {
	padding: 0;
    text-align: left;
	}

#studiocam {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}		
	
#ersatzbild {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}		
	
.fett {
    font-weight: bold;
}
	
.break {
	clear: both;
}
		
.keinrahmen {
    border-right: 0;
}

.schatten {
    background-image: url(bilder/schatten.png);
    height: 12px;
}




article {
    margin: 20px 40px;
/*	background-color: orange;*/
}

article h1 {
    margin-bottom: 0.4em;
}

article p,
article ul
{
    margin-bottom: 1em;
    line-height: 1.5em;
}

footer {
    background-color: #ceb98e;
	text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
}


/* WEBCAM */

.clipped {
	position: absolute; 
    clip: rect(40px auto 280px auto)
}

.news_cont { 
    position: relative;
	/* display: none; */
}

.news_item { 
    position: absolute;
	display: none;
}


/* TICKER */

@keyframes ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100%, 0, 0); }
}

.tcontainer{
	position: absolute;
	bottom: 0;
	margin-left: -36px;
	width: 100%;
	overflow: hidden;
}

.ticker-wrap {
	width: 100%;
	height: 36px;
	padding-left: 100%;
	background-color: #d4d4d4;
	display: flex;
	align-items: center;
}

.ticker-move {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 80s;
}


.ticker-item {
	font-family: Roboto;
	color: #000000;
	font-size: 16px;
	display: inline-block;
}	


#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}









