/*
 author: s.schnydrig
 history:
 0.1 - 07.09.2012
 */

html {/*overflow-y: hidden;*/
	height: 100%;
}
body {
	/* causes a second Scroll-Bar...
	 height: inherit;*/
}
#container {
	height: inherit;
}
#main {
	height: inherit;
}
#view-1 {
	padding-bottom: 0px;
	min-height: 100%;
}

/* 	==============
 Start Page
 ============== */

.viewcontainer {

}

.startview {
	background-repeat: repeat-x;
	/*background-image: url('../img/backgrounds/streifen.png');*/

	margin: auto; /* Div soll zentriert werden */
	/*min-height: 100%;*/
	height: 100%;
	overflow: hidden !important; /* FF Scroll-leiste */
	display: block;
}

.startview div.redirection {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}

.redirection a, .redirection:hover a, .redirection:focus a {
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 8px #fff, 1px -1px 8px #fff;
}

.startview table {
	width: 260px;
	height: 260px;
	/*position:absolute;
	 top: 50px;
	 margin-top:-110px;*/

	left: 50%;
	margin-left: -130px;
	position: relative;
	margin-top: 45px;
}

.startview .vspace {
	height: 8px;
}

.startview .hspace {
	width: 8px;
}

.startview .wahlen {
	display: block;
	width: 247px;
	height: 73px;
	background: transparent url('../img/icons/wahlen_320.png');
	background-size: 247px 73px;
}

.startview .politikwahlen {
	display: block;
	width: 258px;
	height: 80px;
	/*background: transparent url('../img/icons/resultate.png');*/
	background-size: 258px 81px;
}

.startview .icon {
	display: block;
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
}

.startview .news {
	background: transparent url('../img/icons/news_big.png');
	background-size: 80px 80px;
}

.startview .stausee {
	background: transparent url('../img/icons/stausee_big.png');
	background-size: 80px 80px;
}

.startview .wetter {
	background: transparent url('../img/icons/wetter_big.png');
	background-size: 80px 80px;
}

.startview .wallisjobs {
	background: transparent url('../img/icons/wallisjobs_big.png');
	background-size: 80px 80px;
}

.startview .hierkaufen {
	background: transparent url('../img/icons/hierkaufen_big.png');
	background-size: 80px 80px;
}

.startview .obei {
	background: transparent url('../img/icons/obei_big.png');
	background-size: 80px 80px;
}

.startview .inmemoriam {
	background: transparent url('../img/icons/inmemoriam_big.png');
	background-size: 80px 80px;
}

.startview .verkehr {
	background: transparent url('../img/icons/verkehr_big.png');
	background-size: 80px 80px;
}

.startview .service {
	background: transparent url('../img/icons/service_big.png');
	background-size: 80px 80px;
}

.startview .lesereporter {
	background: transparent url('../img/icons/lesereporter_big.png');
	background-size: 80px 80px;
}

.startview .rrolive {
	background: transparent url('../img/icons/rrolive_big.png');
	background-size: 80px 80px;
}

.startview .vifra {
	background: transparent url('../img/icons/vifra_320.png');
	background-size: 80px 80px;
}

.startview .kwahlen {
	background: transparent url('../img/icons/resultate_mobile.png');
	background-size: 258px 79px;
	display: block;
	width: 258px;
	height: 79px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-align: center;
}

.startview .kwahlen div {
	padding-top: 10px;
}

/*Live Element*/
#live_news_element, #live_news_element:link, #live_news_element:visited, #live_news_element:hover, #live_news_element:focus, #live_news_element:active {
	color: black;
	text-decoration: none;
}
#live_news_element {
	position: absolute;
	color: white;
	font-size: 6px;
	font-weight: bold;
	left: 66%;
	top: 45%;
	width: 29%;
	height: 50%;
	overflow: hidden;
	line-height: 1;
	text-align: left;
}
@media screen and (max-device-width: 338px) {
	#live_news_element {
		font-size: 6px;
	}
}
@media screen and (min-device-width: 338px) and (max-device-width: 385px) {
	#live_news_element {
		font-size: 7px;
	}
}
@media screen and (min-device-width: 385px) and (max-device-width: 435px) {
	#live_news_element {
		font-size: 8px;
	}
}
@media screen and (min-device-width: 435px) and (max-device-width: 530px) {
	#live_news_element {
		font-size: 9px;
	}
}
@media screen and (min-device-width: 530px) and (max-device-width: 580px) {
	#live_news_element {
		font-size: 11px;
	}
}
@media screen and (min-device-width: 580px) and (max-device-width: 700px) {
	#live_news_element {
		font-size: 12px;
	}
}
@media screen and (min-device-width: 700px) and (max-device-width: 800px) {
	#live_news_element {
		font-size: 13px;
	}
}
@media screen and (min-device-width: 800px) {
	#live_news_element {
		font-size: 14px;
	}
}