

/* --- Stylesheet 2034 () --------- */ 

#skigebiet {
	z-index: 19;
	position: relative;
	background-color: #509DEE;
	color: #fff;
	margin: 0px auto;
	max-width: 2000px;
	height: 200px;
}

#skigebiet .inner {
	position: relative;
	margin: 0px auto;
	max-width:  1000px;
	padding: 30px 380px 0px 270px;

}
#skigebiet h1 { color: #fff; margin: 10px 0px; }

#skigebiet .logo {
	position: absolute;
	z-index: 19;
	left: 40px;
	top: 40px;
}

#skigebiet a { color: #fff; font-weight: bold; }






#intermaps {
	margin: 0px auto;
	max-width: 2000px;
	background-color: #509DEE;
}

#intermaps .inner {
	position: relative;
	width: 100%;
	height: 1000px;
}

#intermaps .patch {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

#intermaps .patch img { width: 100% }

#intermaps .iframewrapper { width: 1200px; height: auto; margin: 0px auto; padding: 90px 0 0 0;}
#intermaps iframe {
	border: 0px;
	width: 1200px;
	height: 800px;
}


#skigebiet .club {
	text-decoration: none;
	display: block;
	z-index: 19;
	position: absolute; right: 20px; top: 30px;
	width: 150px; height: 150px;
	background: url(//tramino.s3.amazonaws.com/s/ski-ok/562926/club.png) no-repeat;
}

#skigebiet .tickets {
	text-decoration: none;
	display: block;
	z-index: 19;
	position: absolute; right: 180px; top: 30px;
	width: 150px; height: 150px;
	background: url(//tramino.s3.amazonaws.com/s/ski-ok/570741/tickets.png) no-repeat;
}

/* --- Stylesheet 3087 () --------- */ 

/* iPhone & Mobile */
@media all and (max-width: 767px) {

	#skigebiet { height: 575px; }
	#skigebiet .club { display:none; }
	#skigebiet .tickets { display:none; }
	#skigebiet .inner { padding: 30px 20px 0px 20px; }

	#intermaps .inner { height: 130px; }
	#intermaps .iframewrapper { display:none; }


}

/* iPhone & Mobile Querformat */
@media all and (max-width: 767px) and (orientation:landscape) {

}