@import url(modules.css);
/* import url(wlweather.css); */

/* open-sans-latin-300-normal*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./fonts/open-sans-latin-300-normal.woff2') format('woff2'), url('./fonts/open-sans-latin-300-normal.woff') format('woff');
}
/* open-sans-latin-400-normal*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./fonts/open-sans-latin-400-normal.woff2') format('woff2'), url('./fonts/open-sans-latin-400-normal.woff') format('woff');
}
/* open-sans-latin-600-normal*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('./fonts/open-sans-latin-600-normal.woff2') format('woff2'), url('./fonts/open-sans-latin-600-normal.woff') format('woff');
}

/* open-sans-latin-300-italic*/
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url('./fonts/open-sans-latin-300-italic.woff2') format('woff2'), url('./fonts/open-sans-latin-300-italic.woff') format('woff');
}
/* open-sans-latin-400-italic*/
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('./fonts/open-sans-latin-400-italic.woff2') format('woff2'), url('./fonts/open-sans-latin-400-italic.woff') format('woff');
}
/* open-sans-latin-600-italic*/
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: url('./fonts/open-sans-latin-600-italic.woff2') format('woff2'), url('./fonts/open-sans-latin-600-italic.woff') format('woff');
}


html,
body {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #ececec;
	}

#content, #content3 {
	font-size: 14px;
}
#content h1, #content2 h1, #content3 h1, #footer h3 {
	font-size: 28px;
	font-weight: 400;
}
#content h2, #content3 h2, #footer h4 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 2em;
}
#content3 h2 {margin-bottom: 1em;}

#content h3 {
	font-size: 15px;
	font-weight: 600;
}

#header {
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	font-weight: 400;
	z-index: 90;
	}
#header .topimg {
	display: block;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 2em;
	height: 15em;
	}
#header .notopimg {
	display: block;
	padding-top: 2em;
	height: 2em;
	}
	
#dStart #header {
	height: 80%;
}
.placeholder {
	display: block;
	height: 80%;
}	

#dStart #header .topimg {
	height: 100%;
	background-size: cover;
	}
	
#header .logo {
	float: left;
	outline: none;
}

#header .navbar a {
	text-transform: uppercase;
	background: #a5a5a5;
	color: #fff;
	margin-left: .5em;
	text-align: left;
	}
#header .navbar .dropdown-menu {
	border: none;
	background: #a5a5a5;
	}
#header .navbar .winter a, #header .navbar .winter .dropdown-menu {background:#00384f;}
#header .navbar .summer a, #header .navbar .summer .dropdown-menu {background:#89d908;}

#header .line {
	background: url(../img/bg_header.gif) center top no-repeat;
	display: block;
	height: 46px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	}
.themeNoHead #header .line {display: none;}
	
#content {
	padding: 15em 0 3em;
	}
#dStart #content {padding: 0;}
.themeNoHead #content {padding: 10em 0 3em;}

#dStart #content .btn-default span {display: none;}

#content .container {
	padding: 0 1em;
	}
	
#dStart #content .container, #dStart #content3 .container {padding: 4em 1em 6em;}


.img-responsive {width: 100% !important;}

.padding-left, .padding-right {margin-bottom: 2em;}

	
#dStart #content .topimg, #content2 .topimg, #content3 .topimg {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size:cover;
	}
#dStart #content .topimg, #dStart #content3 .topimg {background-position: center right;}
	
#content2 .container {
	padding: 4em 1em 6em;
	font-weight: 400;
	}
#content2 .container p {text-shadow: 2px 2px 2px #000;}

#content2 ul {margin: 2em 0 4em;}
#content2 ul li {margin-bottom: .5em;}
#content2 ul li a {
	background: #000 url(../img/arrow.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 30px;
	display: block;
	}
#content2 ul li a:hover {text-decoration: none;}

#content2 .tickets {
	font-size: 30px;
	overflow: visible;
	position: relative;
	line-height: 40px;
	}
#content2 a.tickets:hover {text-decoration: none;}
	
#content2 .tickets span {
	display: inline;
	background: #000;
	padding: 0 20px 0 120px;
	}
#content2 .tickets i {
	background: url(../img/icon-ticket.png) 0 0 no-repeat;
	background-size: 80px;
	width: 80px;
	height: 147px;
	display: block;
	position: absolute;
	left: 15px;
	top: -15px;
	}
	
#content hr {
	border-bottom: 1px dashed #9a9a9a;
	margin: 1em 4em;
	}

#content a.colorbox:hover, #content2 ul li a:hover, #content2 a.tickets:hover, #footer a.arrival:hover, #footer .socials li a:hover, a#teaser:hover, #weather .tours a:hover, #weather .guestcard a:hover {
	filter: alpha(opacity = 80);
	opacity: .80;
	}
	
#content a.colorbox {
	position: relative;
	display: block;
	}
#content a.colorbox span {
	background: url(../img/arrows.png) 0 0 no-repeat;
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: none;
	}

#content a.second-image {margin-top: 1em !important;}
	
#subnav {
	font-weight: 400;
	clear: both;
}
#subnav h3 a{
	background: #2f3541;
	color: #c0c0c0;
	text-transform: uppercase;
	padding: .5em 0 .5em 1.5em;
	font-weight: normal !important;
	font-size: 1.2em;
	display: block;
	}
#subnav h3 a:hover{
	text-decoration: none;
	background: #424752;
	}	

#subnav li {border-bottom: 1px dashed #9a9a9a;}
#subnav li a {
	color: #001f43;
	padding-left: 1.5em;
	}
#subnav li a:hover {
	background: #d6d6d6;
}

#dStart #content, #content2, #content2 a, #weather, a.box-weather, a.box-weather:hover, #footer, #footer a, .bottomline, .bottomline a {color: #fff;}


/* -------------------------------------------------- WETTER -------------------------------------------------- */
#weather, .summerweather {
	background: #00384f url(../img/bg_weather.gif) top right repeat-y;
	padding: 2em 0;
	font-weight: 400;
	z-index: 100;
	display: block;
	position: relative;
	}
.summerweather {
	background-image: url(../img/bg_weather_summer.gif) !important;
	background-color: #76bb07 !important;
	}
#weather .container {
	padding: 0 2em;
	position: relative;
}

#weather .lifts, #weather .pistes, #weather .tracks {
	background: url(../img/sprite_lpt.png) 0 0 no-repeat;
	padding: 5px 0 5px 70px;
	font-size: 12px;
	}
#weather .pistes {background-position: 0 -72px;}
#weather .tracks {background-position: 0 -143px;}

#weather .progress-bar {background-color: #89d908;}

#weather .snowheight {margin-top: 2em;}

#weather .snowmountain, #weather .snowvalley, #lifts .snowmountain, #lifts .snowvalley {
	background: url(../img/sprite_snow.png) 0 0 no-repeat;
	padding: 10px 0 20px 140px;
	}
#weather .snowvalley, #lifts .snowvalley {background-position: 0 -141px;}
#weather .snowvalley {margin-top: 1.25em;}

.btn-webcam, .btn-webcam:visited, .btn-webcam.active, .btn-webcam:focus {
	background: #c41d31;
	color: #fff;
	display: block;
	z-index: 110;
	padding: .5em 1em;
	float: right;
	text-decoration: none !important;
	outline: none;
	}
.btn-webcam:hover {
	text-decoration: none !important;
	background-color: #a70f21;
	color: #fff;
	outline: none;
	}
#weather #myWebcam {
	clear: both;
	}
#weather #myWebcam img{margin-bottom: -10px;}
	
.box-lifts, .box-lifts:hover {
	color:#fff;
	text-decoration: none !important;
	outline: none;
	}
.box-weather {
	background: #c41d31;
	padding: 3em 1.5em 3.5em;
	display: block;
	clear: both;
	}
.box-weather, .box-weather:hover {text-decoration: none !important;}
	
#weather b {display: block !important;}
#weather .snowheight {font-size: 16px;}
#weather .snowheight b {
	font-size: 42px;
	font-weight: 400;
	line-height: 42px;
	}
#weather .box-weather b {
	font-size: 42px;
	font-weight: 400;
	line-height: 42px;
}
#weather .box-weather .col-xs-4 {margin-top: 1em;}
#weather .box-weather .col-xs-4 b {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}
#weather .box-weather .col-xs-4 i {font-style: normal;}

#weather .box-weather figure {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	}

#weather .tours, #weather .guestcard {
	font-size: 16px;
	text-align: center;
	}
#weather .tours h3, #weather .guestcard h3 {
	text-transform: uppercase;
	font-size: 42px;
	margin: 0;
	}
#weather .tours p, #weather .guestcard p {white-space: nowrap;}
#weather .tours a, #weather .guestcard a {
	display: block;
	background: url(../img/bg_tours.png) center top no-repeat;
	text-indent: -19999px;
	width: 100%;
	height: 176px;
	outline: none;
	}
#weather .guestcard a {background-image: url(../img/bg_guestcard.png);	}
#weather .guestcard h3 {margin-top: 1em;}


#footer {
	background: #2f3541;
	padding: 3em 0;
	font-weight: 400;
	text-align: center;
	}

#footer h3 {margin-bottom: .75em;}
#footer p, #footer h4 {margin-bottom: 1.25em;}
#footer a.arrival {outline: none;}

#footer .phone {
	background: url(../img/icon-phone.png) 0 0 no-repeat;
	background-size: 70px;
	text-align: left;
	padding: 5px 0 5px 90px;
	}
#footer .phone h4 {margin-bottom: 0;}
#footer .phone h3 {margin-top: 0;}

#footernav {
	margin-top: 5.5em;
}
#footernav strong {
	text-transform: uppercase;
	font-size: 1.1em;
}
#footernav ul {margin-bottom: 1em;}

#footer .socials {
	text-align: center;
	}
#footer .socials li {
	display:inline-block;
	}
#footer .socials li a {
	width: 70px;
	height: 70px;
	background: url(../img/socials.gif) 0 0 no-repeat;
	display: block;
	text-indent:-19999px;
	float: left;
	margin-right: 10px;
	}
#footer .socials li a.google {background-position: -70px 0;}
#footer .socials li a.twitter {background-position: -140px 0;}
#footer .socials li a.youtube {background-position: -210px 0;}
#footer .socials li a.pinterest {background-position: -280px 0;}

.bottomline {
	background: #0f1727;
	padding: 2em 0;
	border-bottom: 5px solid #fff;
	font-weight: 400;
	}
.bottomline a {padding-right: 1em;}

.bottomline .links {display: block;}

/* Webcam Video Link */
.article23 #content .btn-default {display: none;}

@media (max-width:767px){
#header .navbar {
	width: 40%;
	float: right;
	margin-right: .5em;
	margin-top: -2em;
}
#content .container div div.pull-right {width: 100%;}

#content, #content div, #content2 {overflow:hidden;}

}

@media (min-width:480px){
#header .topimg {height: 20em;}
#content{padding-top: 20em;}

#dStart #content .btn-default span {display: inline;}

.sitemap li {
	width: 29%;
	margin-top: 0;
}

}

@media (min-width:768px){
.bottomline .links {
	display: inline;
	padding-left: 2em;
}
#footernav {text-align: left;}

#content a.colorbox span {display: block;}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.padding-left {
	padding-left: 30px !important;
	padding-right: 0 !important;
	}
.padding-right {
	padding-right: 30px !important;
	padding-left: 0 !important;
	}
.padding-left, .padding-right {margin-top: 2em;}

.padding-left h3, .padding-right h3 {
	margin-top: 0;
	margin-bottom: .25em;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {display: block;}

#weather .snowheight {margin-top: 0;}

/* Webcam Video Link */
.article23 #content .btn-default {display: block;}

#weather .guestcard h3 {margin-top: 0;}

}

@media (min-width:960px){
#header .topimg {height: 30em;}
#content{
	padding-top: 30em;
	font-size: 14px;
}
.themeNoHead #content {padding-top: 12em;}

#content h1, #content2 h1, #content3 h1, #content2 .tickets, #footer h3 {font-size: 32x;}
#content h2, #content3 h2, #footer h4 {font-size: 20px;}
#content h3 {font-size: 16px;}

#footer .phone {
	background-size: 100px;
	padding: 10px 0 10px 120px;
}

#content2 .tickets span {padding-left: 130px;}
#content2 .tickets i {
	background-size: 90px;
	width: 90px;
	}

.voucher, .almhotel {margin-top: 2em;}

#weather .weatherwebcam {
	position: absolute;
	top: -4.5em;
	right: 0;
}

#dStart #content .topimg, #content2 .topimg, #dStart #content3 .topimg {background-position: bottom right;}

}

@media (min-width:1280px){
#header .topimg {height: 40em;}
#content{
	padding-top: 40em;
	font-size: 15px;
}
.themeNoHead #content {padding-top: 14em;}

#content h1, #content2 h1, #content3 h1, #content2 .tickets, #footer h3 {font-size: 36px;}
#content h2, #footer h4 {font-size: 22px;}
#content h3 {font-size: 18px;}

#content2 .tickets {line-height: 50px;}
#content2 .tickets span {padding-left: 150px;}
#content2 .tickets i {
	background-size: 109px;
	width: 109px;
	}

#content hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

.voucher, .almhotel {font-size: 30px;}
.voucher span {
	font-size: 20px;
	padding-top: 5px;
	}

#weather .lifts, #weather .pistes, #weather .tracks {font-size: 14px;}
	
}

@media (min-width:1500px){
.container{width:1480px}
#header .nav-bar{margin-right: 0;}

#content .container, #content2 .container, #weather .container {
	padding-left: 0;
	padding-right: 0;
	}

#content{font-size: 17px;}

#content h1, #content2 h1, #content3 h1, #content2 .tickets, #footer h3 {font-size: 42px;}
#content h2, #footer h4 {font-size: 25px;}
#content h3 {font-size: 22px;}

.padding-left {
	padding-left: 50px !important;
	padding-right: 0 !important;
	}
.padding-right {
	padding-right: 50px !important;
	padding-left: 0 !important;
	}

#content hr {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	}

}



