@charset "utf-8";
/* CSS Document */

/*
font-family: 'Oleo Script', 'Times New Roman', Times, serif;
font-family: 'Lato', Arial, Helvetica, sans-serif;
*/

.content
{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #54494E;
	line-height: 140%;
}
.content a
{
	color: #E4001E;
	text-decoration: underline;
}
.content a:hover
{
	color: #54494E;
}
.content ul
{
	margin: 0;
	padding: 0;
	display: table;
	list-style: none;
	
	line-height: 180%;
}
.content ul li
{
	padding: 0 0 0 15px;
	
	background-image: url(../img/arrows/arr_rbrb.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 5px 8px;
	-webkit-background-size: 5px 8px;
}

.content h1
{
	margin-top: 40px;
}

span.titel-klein
{
	width: 100%;
	padding: 10px 0 5px 0;
	display: block;
	text-shadow: 2px 2px rgba(16, 16, 17, 0.7);
	
	font-family: 'Oleo Script', 'Times New Roman', Times, serif;
	font-size: 21px;
	line-height: 140%;
}
span.titel
{
	width: 100%;
	display: block;
	text-shadow: 2px 2px rgba(16, 16, 17, 0.7);
	
	font-family: 'Oleo Script', 'Times New Roman', Times, serif;
	font-size: 40px;
	line-height: 100%;
}
.content a.button_100
{
	width: 100%;
}
.content a.button,
.content a.button:hover,
.content a.art_button,
.content a.art_button:hover,
.content a.button_100,
.content a.button_100:hover
{
	height: 24px;
	margin-top: 25px;
	padding: 5px 15px 5px 15px;
	display: table;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	border: 1px solid #E4001F;
	border-radius: 2px;
	background-color: #E4001F;
	-webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    -moz-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}
.content a.art_button,
.content a.art_button:hover
{
	margin-top: 0;
	margin-bottom: 15px;
}

/* Table */
.art_table table
{
	width: 100%;
	border-spacing: 1px;
    border-collapse: separate;
}
/* tr.preislistetop */
.art_table table th
{
	padding: 15px 25px;
	background-color: #715A52;
	
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.art_table table td
{
	padding: 15px 25px;
	
	background-color: #ECE9E1;
}
.art_table table tr:nth-child(even) td
{
	background-color: #E3DFD5;
}
@media only screen and (max-width: 1020px)
{
	.art_table table th,
	.art_table table td
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 620px)
{
	.art_table table th,
	.art_table table td
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.art_table table tr.odd td
	{
		background-color: #ECE9E1;
	}
	.art_table table tr.even td
	{
		background-color: #E3DFD5;
	}
}

/* Elements */
.art_element.highlight span.titel
{
	color: #E9E6DF;
}

.content > .art_element
{
	/* Only top level elements */
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.content > .art_element.art_group.otitle
{
	padding-top: 0;
	padding-bottom: 0;
}
.content > .art_element.art_group.otitle
{
	padding-top: 0;
}
.content > .art_element.art_group.otitle > .art_inner
{
	/* Pos fix for the fist line of elements inside a container without a title */
	padding-top: 0;
	margin-top: -15px;
}

.art_element.highlight
{
	color: #FFFFFF;
	background-color: #54494E;
}
.art_element.highlight.holz
{
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../img/bgs/pattern02.jpg);
	background-repeat: repeat;
}
.art_element.highlight a
{
	color: #FFFFFF;
}
.art_element.highlight a:hover
{
	color: #FFFFFF;
}

/* Titles */
h1,
.art_element .art_headline.title1
{
	font-family: 'Oleo Script', 'Times New Roman', Times, serif;
	font-size: 24px;
	line-height: 120%;
	z-index:1;
}
h2,
.art_element .art_headline.title2
{
	font-family: 'Oleo Script', 'Times New Roman', Times, serif;
	font-size: 20px;
	line-height: 120%;
}
h3,
.art_element .art_headline.title3,
.art_element .art_headline
{
	font-family: 'Oleo Script', 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 120%;
}
h4,
.art_element .art_headline.title4,
.art_element .art_headline
{
	font-family: 'Oleo Script', 'Times New Roman', Times, serif;
	font-size: 15px;
	line-height: 120%;
}

.art_element.art_cols .art_col p.coltitle
{
	margin-bottom: 20px;
	
	font-family: 'Oleo Script', 'Times New Roman', Times, serif;
	font-size: 18px;
}

.art_element.highlight.closed .acc
{
	background-image: url(../img/icons/open_h.png);
}
.art_element.highlight .acc, 
.art_element.highlight.opened .acc
{
	background-image: url(../img/icons/close_h.png);
}

.art_element.art_group.accitem > .art_headline
{
	background-image: url(../img/icons/close.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}
.art_element.art_group.accitem.closed > .art_headline
{
	background-image: url(../img/icons/open.png);
}

/* Package slider */
.art_element.art_group.pkgslider .pkg_c .pkg_inner > .art_element
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
/*Aktivplaner*/
.ctext {
    float: left;
    padding: 0 !important;
    width: 100% !important;
}
.ctext p {
    color: #54494e !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 19px !important;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
.cal_input p {
    color: #54494e !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 12px;
}
.akt_content {
    color: #54494e !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}
.line a {
    color: #54494e !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}
.cacontent {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}
.cacontent .td .rowcontent {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 120%;
}

.roterbutton .btn,
.roterbutton .btn:hover {
    background-image: url("../img/weiter.png");
}

.cal_input input[type="text"] {
    color: #54494e !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}
.ctext select {
    color: #54494e !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}
#aktcz_aktivitaten_cal {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/*Folding Area*/
.art_element.weatherstyle { margin-top: 0; }
.wetter_outter
{
	width: 100%;
	height: 100%;
	float: left;
	overflow: auto;
	
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #54494E;
	line-height: 140%;
}
.webcam_outter
{
	width: 100%;
	height: 100%;
	float: left;
	overflow: auto;
}
span.webcamstitle
{
    font-family: "Oleo Script","Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 90%;
	 padding:0px;
	 margin:0px;
}
.webcam_left
{
    width: 184px;
	float:left;
	padding-right:15px;

}
.webcam_left img {
    padding-top:5px;
}
.webcam_left a img
{
	border: 0px solid;
}
.webcam_left a.button,
.webcam_left a.button:hover,
.kontaktinfo a.button,
.kontaktinfo a.button:hover
{
	height: 24px;
	margin-top: 5px;
	padding: 5px 15px 5px 15px;
	display: table;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	border: 1px solid #E4001F;
	border-radius: 2px;
	background-color: #E4001F;
	-webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    -moz-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}

.webcam_right a.button,
.webcam_right a.button:hover
{
	height: 24px;
	margin-top: 5px;
	padding: 1px 15px 1px 15px;
	display: table;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	border: 1px solid #E4001F;
	border-radius: 2px;
	background-color: #E4001F;
	-webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    -moz-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}
.webcam_right
{
   width: 380px;
	float: left;
}
.kontaktinfo p.title
{
    border-bottom: 1px dotted #54494e;
	 color:#54494e;
	 font-family: "Oleo Script", "Times New Roman", Times, serif;
	 font-size: 20px;
	 margin: 0 0 15 px;
	 padding: 0 0 5px;
}
.kontaktinfo
{
	width:100%;
	height: 100%;
	float: left;
	overflow: auto;
	
	color:#54494e;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height:19px;
}
.kontaktinfo a {
 	 text-decoration:none;
  	 color:#54494e;
}
.kontaktinfo a:hover {
 	 text-decoration:underline;
}
.bordernone {
 	 padding:0px;
	 margin:0px;
}
.schneeinfo p.title {
    border-bottom: 1px dotted #54494e;
	 color:#54494e;
	 font-family: "Oleo Script", "Times New Roman", Times, serif;
	 font-size: 20px;
	 margin: 0 0 15 px;
	 padding: 0 0 5px;
}
.schneeinfo {
 	 color:#54494e;
	 font-family: "Lato",Arial,Helvetica,sans-serif;
	 font-size: 13px;
	 float:left;
	 width:100%;
	 line-height:19px;
}
.schneeinfo a {
 	 text-decoration:none;
  	 color:#54494e;
}
.schneeinfo a:hover {
 	 text-decoration:underline;
}
@media only screen and (max-width: 1020px)
{
	.webcam_left { width: 100%; }
	.webcam_right { width: 100%; }
}

/* Table */
.art_table table
{
	width: 100%;
	border-spacing: 1px;
    border-collapse: separate;
}
/* tr.preislistetop */
.schneeinfo table th
{
	padding: 5px 5px;
	background-color: #715A52;
	
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.schneeinfo table td
{
	padding: 5px 5px;
	
	background-color: #ECE9E1;
}
.schneeinfo table tr:nth-child(even) td
{
	background-color: #E3DFD5;
}
/*GOOGLE-MAPS*/

#maprahmen {
   border: 1px solid #fff;
   width: 100%;
   text-align: left;
}

#karte {
   width: 100%; 
   height: 400px;
}

#input-hintergrund {
   background: #e1e1e2;
   padding: 5px;
   border: 1px solid #e1e1e1;
}

#inputaddress {
   width: 300px;
   padding: 1px;
   height: 20px;
   border: 1px solid #fff;
	background-color: #FFFFFF;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*Presse*/

.presse .fliesstext
{
	font-family: 'Lato', Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	color: #54494E !important;
	line-height: 140% !important;
}
.presse .header1
{
	font-family: 'Lato', Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	line-height: 140% !important;
}
.presse a.contentpager:link
{
	font-family: 'Lato', Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	line-height: 140% !important;
	color: #54494E !important;
}


/*Wetter*/

.wetter_c {
    color: #525261;
    overflow: hidden;
    width: 96%;
	margin: 0 2%;
}
.wetter_c .wetter_day {
    float: left;
    margin: 35px 0 0;
    padding: 0 10% 0 0;
    width: 40%;
}
.wetter_c .wetter_desc {
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
.wetter_c p.wetter_title {
    color: #333333;
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 150%;
    text-transform: uppercase;
}
.wetter_c p.wetter_stitle {
    font-weight: bold;
    padding: 3px 0;
}
.wetter_c p.wetter_stitle.spacer {
    margin: 8px 0 0;
}
.wetter_c p.wetter_date {
}
.wetter_c .wetter_spacer {
    margin: 15px 0 0;
}
.wetter_c .wetter_day_data {
    float: left;
    margin: 10px 0 0;
    max-width: 460px;
    min-width: 280px;
}
.wetter_c .wetter_day_data .wetter_icon {
    padding: 0 10% 0 0;
    width: 30%;
}
.wetter_c .wetter_day_data .wetter_icon img {
    vertical-align: middle;
}
.wetter_c .wetter_day_data .wetter_label {
    font-weight: bold;
    padding: 0 5% 0 0;
    width: 35%;
}
.wetter_c .wetter_day_data .wetter_data {
    width: 20%;
}
.wetter_c .wetter_sepline {
    border-top: 1px solid #ccc;
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
@media only screen and (max-width: 1000px) {
	.wetter_c .wetter_day {
			width: 100%;
	}
	.wetter_c .wetter_day {
		width: 100%;
	}
	.wetter_c .wetter_day_data .wetter_label
	{
		font-size: 13px;
	}
	.wetter_c .wetter_icon img {
		width: 50px;
	}
	.wetter_c .wetter_day_data td {
		padding: 0;
	}
	.wetter_c .wetter_icon {
		padding: 0 5% 0 0;
		width: 25%;
	}
	.wetter_c .wetter_day_data .wetter_label {
		width: 45%;
	}
}

/* Outdoor active fix */
.content .oax .oax_quickfacts_table { float: right; }
ul.oax-content-slider-slides { width: 100%; }
.oax .oax-content-slider-slides li .oax_claim { z-index: 10; }
.oax .oax_content_slider_single .oax-content-slider-slides li img { float: left; }
.oax .oax-content-slider-slides li .oax_claim
{
	height: 44px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}