/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, em, strong, b, u, i, 
img, form, label, ul, ol, li, iframe, table, tbody, thead, tr, th, td,
object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd,
q, s, samp, small, sub, sup, var, dl, dt, dd, fieldset, legend, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* weitere Resets */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner { /* entfernt unerwünschten Abstand (z.B. Formular Sendebutton) */
	border: 0;
	padding: 0;
}

/* Grundlegende Angaben */

html, body {
	height: 100%;
}
body {
	color: #2D343E;
	font: 300 16px/1.8 'Roboto', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	overflow: hidden;
	padding: 550px 0 180px 0;
	position: relative;
}
a {
	color: #2D343E;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #034E8D;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 25px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
img {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

@media all and (max-width: 730px){

	body.intro #PageWrapper {
		padding-top: 100px !important;
	}

}

/* Webfonts */

@font-face {
	font-family: 'fontello-superskiwochen';
	src: url('/img/webfonts/fontello.eot?32410345');
	src: url('/img/webfonts/fontello.eot?32410345#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?32410345') format('woff'),
		url('/img/webfonts/fontello.ttf?32410345') format('truetype'),
		url('/img/webfonts/fontello.svg?32410345#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'fontello-shoppingcart';
  src: url('/img/webfonts/fontello-shoppingcart.eot?54897104');
  src: url('/img/webfonts/fontello-shoppingcart.eot?54897104#iefix') format('embedded-opentype'),
       url('/img/webfonts/fontello-shoppingcart.woff?54897104') format('woff'),
       url('/img/webfonts/fontello-shoppingcart.ttf?54897104') format('truetype'),
       url('/img/webfonts/fontello-shoppingcart.svg?54897104#fontello-shoppingcart') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Basis - Sommer - Edition */

body.summer a {
	color: #2D343E;
}
body.summer a:hover {
	color: #6D9815;
}

/* Layout - Header */

#HeaderWrapper {
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > .row1 {
	background: #0076D7;
	height: 40px;
	position: relative;
	z-index: 2;
}
#HeaderWrapper > .row2 {
	background: #034E8D;
	border-bottom: 1px solid #437FB8;
	height: 60px;
	position: relative;
	z-index: 1;
}
#HeaderWrapper > div > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#HeaderWrapper > div > div:after {
	clear: both;
	content: "";
	display: block;
}

/* Logo */

#HeaderWrapper > .row1 > div > a.logo {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 229px;
	z-index: 2;
}
#HeaderWrapper > .row1 > div > a.logo > img {
	display: block;
	width: 100%;
}

/* Home */

#HeaderWrapper > .row1 > div > a.home {
	color: #fff;
	display: none;
    float: right;
    font-size: 24px;
    line-height: 39px;
    margin: 0 5px 0 0;
}
#HeaderWrapper > .row1 > div > a.home:after {
	content: "\e854";
	font-family: fontello;
}

/* Mobile - Desktop*/

#HeaderWrapper > .row1 > div > a.switch {
	color: #FFFFFF;
	display: none;
    float: right;   
    font-size: 18px;
    line-height: 39px;
    margin: 0 10px 0 0;
}
#HeaderWrapper > .row1 > div > a.switch:after {
	content: "\E859";  
	font-family: fontello;
}
#HeaderWrapper > .row1 > div > a.switch.mobile:after {
	content: "\E858";
	font-family: fontello;
}

@media all and (max-width: 1080px){

	/* Logo */

	#HeaderWrapper > .row1 > div > a.logo {
		width: 204px;
	}
		
	/* Home */
		
	#HeaderWrapper > .row1 > div > a.home {
		display: block;
	}	
	
	/* Mobile - Desktop */
		
	#HeaderWrapper > .row1 > div > a.switch {
		display: block;  
	}

}
@media all and (max-width: 400px){

	/* Logo */

	#HeaderWrapper > .row1 > div > a.logo {
		width: 170px;
	}

}

/* Layout - Header - Sprachauswahl */

#HeaderWrapper > .row1 > div > ul.lang {
	float: left;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 2;
}
#HeaderWrapper > .row1 > div > ul.lang > li.selected {
	box-shadow: 12px 0 12px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
#HeaderWrapper > .row1 > div > ul.lang > li:last-child {
	padding: 0 0 3px 0;
}
#HeaderWrapper > .row1 > div > ul.lang > li:last-child:before {
	background: #0076d7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
#HeaderWrapper > .row1 > div > ul.lang > li.hide {
	display: none;
}
#HeaderWrapper > .row1 > div > ul.lang > li.more {
	background: #FFFFFF;
	margin: 0 -8px 0 -10px;
	position: relative;
}
#HeaderWrapper > .row1 > div > ul.lang > li.more:hover {
	background: #0076D7;
}
#HeaderWrapper > .row1 > div > ul.lang > li.selected:after {
	background: #0076D7;
	content: "";
	height: 100%;
	position: absolute;
	right: -7px;
	top: 0;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	width: 10px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a {
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 20px 0 30px;
	position: relative;
	text-transform: uppercase;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a:before {
	content: "";
	left: 0;
	height: 21px;
	margin: -10.5px 0 0;
	position: absolute;
	top: 50%;
	width: 21px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a.de:before {
	background: url("/img/layout/flags.png") scroll no-repeat left top;
	background-size: 21px 225px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a.en:before {
	background: url("/img/layout/flags.png") scroll no-repeat left 16.667%;
	background-size: 21px 225px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a.nl:before {
	background: url("/img/layout/flags.png") scroll no-repeat left 33.333%;
	background-size: 21px 225px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a.it:before {
	background: url("/img/layout/flags.png") scroll no-repeat left 50%;
	background-size: 21px 225px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a.es:before {
	background: url("/img/layout/flags.png") scroll no-repeat left 66.667%;
	background-size: 21px 225px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a.dk:before {
	background: url("/img/layout/flags.png") scroll no-repeat left 83.333%;
	background-size: 21px 225px;
}
#HeaderWrapper > .row1 > div > ul.lang > li > a.cz:before {
	background: url("/img/layout/flags.png") scroll no-repeat left 100%;
	background-size: 21px 225px;
}
#HeaderWrapper > .row1 > div > ul.lang > li.selected > a {
	color: #FFFFFF;
	line-height: 40px;
	padding-right: 50px;
}
#HeaderWrapper > .row1 > div > ul.lang > li.selected > a:after {
	content: "\E83A";
	font-family: 'fontello-superskiwochen';
	font-weight: normal;
	height: 15px;
	line-height: 15px;
	margin: -7.5px 0 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	width: 15px;
	z-index: 2;
}
#HeaderWrapper > .row1 > div > ul.lang > li.selected.down > a:after {
	content: "\E839";
}
#HeaderWrapper > .row1 > div > ul.lang > li.more > a {
	color: #2D343E;
	font-weight: normal;
	line-height: 32px;
	padding-left: 40px;
	padding-right: 10px;
}
#HeaderWrapper > .row1 > div > ul.lang > li.more:hover > a {
	color: #FFFFFF;
}
#HeaderWrapper > .row1 > div > ul.lang > li.more > a:before {
	left: 10px;
}

/* Layout - Header - Suche */

#HeaderWrapper > .row1 > div > form {
	background: #034E8D;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
	float: left;
	height: 30px;
	margin: 5px 0 0 74px;
	padding: 0 40px;
	position: relative;
}
#HeaderWrapper > .row1 > div > form:after {
	color: #FFFFFF;
	content: "\E81E";
	font-family: "fontello-superskiwochen";
	font-size: 19px;
	font-weight: normal;
	height: 28px;
	left: 5px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}
#HeaderWrapper > .row1 > div > form > input {
	background: none;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	font-size:14px; 
	margin: 5px 0;
	padding: 0;
	width: 124px;
}
#HeaderWrapper > .row1 > div > form > input::-ms-input-placeholder {
	color: #FFFFFF;
}
#HeaderWrapper > .row1 > div > form > button {
	background: #0076D7;
	border: 0 none;
	cursor: pointer;
	height: 28px;
	position: absolute;
	right: 1px;
	top: 1px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	width: 28px;
}
#HeaderWrapper > .row1 > div > form > button:hover {
	background: #FFFFFF;
}
#HeaderWrapper > .row1 > div > form > button > span:before {
	content: "\E83B";
	color: #FFFFFF;
	display: block;
	font-family: "fontello-superskiwochen";
	font-size: 13px;
	height: 28px;
	left: 0;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}
#HeaderWrapper > .row1 > div > form > button:hover > span:before {
	color: #0076D7;
}

@media all and (max-width: 1140px){

	#HeaderWrapper > .row1 > div > form {
		margin-left: 20px;
	}

}
@media all and (max-width: 1080px){

	#HeaderWrapper > .row1 > div > form {
		float: right;
	}

}
@media all and (max-width: 910px){

	#HeaderWrapper > .row1 > div > form {
		background: none !important;
		box-shadow: none !important;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		width: 30px;
	}
	#HeaderWrapper > .row1 > div > form:after {
		display: none;
	}
	#HeaderWrapper > .row1 > div > form > input {
		display: none;
	}
	#HeaderWrapper > .row1 > div > form > button {
		border: 0 none !important;
	}
	#HeaderWrapper > .row1 > div > form > button:hover {
		background: none !important;
	}
	#HeaderWrapper > .row1 > div > form > button > span:before {
		content: "\E81E";
		font-size: 24px;
	}
	#HeaderWrapper > .row1 > div > form > button:hover > span:before {
		color: #FFFFFF !important;
	}

}

/* Layout - Content */

#ContentWrapper {
	position: relative;
	width: 100%;
}
#ContentWrapper > div {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
#ContentWrapper > .content {
	padding-bottom: 50px;
}
#ContentWrapper > .row > div {
	overflow: hidden;
}
#ContentWrapper > .row > .row2 {
	background: #0076D7;
	border-top: 1px solid #FFFFFF;
}
#ContentWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside {
	float: right;
	padding: 37px 0 0;
	width: 41.666666666666664%; /* 500 */
}
#ContentWrapper > div > section {
	margin: 0 45% 0 0; /* 0 540 0 0 */
	overflow: hidden;
}

/* Menü - Submenü */

#ContentWrapper > div > section > ul.submenu {
	display: none;
}

@media all and (max-width: 850px){

	#ContentWrapper > .content {
		min-height: 0 !important;
	}
	#ContentWrapper > div > aside {
		float: none;
		padding-top: 0;
		width: 100%;
	}
	#ContentWrapper > div > section {
		margin-right: 0;
		overflow: visible;
	}
	
	/* Menü - Submenü */
	
	#ContentWrapper > div > section > ul.submenu {
		display: block;
	}

}
@media all and (max-width: 800px){

	#ContentWrapper > .row > .row1 {
		margin-left: -20px;
		margin-right: -20px;
	}

}
@media all and (max-width: 730px){

	body.intro #ContentWrapper > .row {
		display: none;
	}
	body.intro #ContentWrapper > .content {
		padding-top: 40px;
	}
		
}
@media all and (max-width: 600px){

	body.intro #ContentWrapper > .row {
		margin-top: 50px;
	}
		
}
@media all and (max-width: 500px){

	body.intro #ContentWrapper > .row {
		margin-top: 36px;
	}
		
}

/* Layout - Content (gesamte Breite) */

body.entirewidth #ContentWrapper > .content > section {
	margin-right: 0;
}

/* Layout - Content - Info Balken */

#ContentWrapper > .row > div > .infoBar {
	background: #000000;
	background: rgba(0, 0, 0, 0.4);
	float: left;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 75.833333333333329%; /* 910 */
}
#ContentWrapper > .row > div > .infoBar:before {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.25);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
}
#ContentWrapper > .row > div > .infoBar:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > .row > div > .infoBar > a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: "PT Sans", sans-serif;
	height: 100%;
	padding: 10px;
	position: relative;
	width: 23%;
}
#ContentWrapper > .row > div > .infoBar > a.column0 {
	text-align: center;
	width: 13%;
}
#ContentWrapper > .row > div > .infoBar > a.column1 {
	width: 18%;
}
#ContentWrapper > .row > div > .infoBar > a.column2.summer {
	display: none;
}
#ContentWrapper > .row > div > .infoBar > a.column0 > span.icon {
	display: inline-block;
	float: none;
	margin-right: 0;
}
#ContentWrapper > .row > div > .infoBar > a.column0 > span.title {
	display: block;
	margin-top: 16px;
}
#ContentWrapper > .row > div > .infoBar > a.column5,
#ContentWrapper > .row > div > .infoBar > a.column6 {
	display: none;
}
#ContentWrapper > .row > div > .infoBar > a.column6 > span.value {
	margin-top: 8px;
}
#ContentWrapper > .row > div > .infoBar > a:after {
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	bottom: -15px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: -15px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1;
}
#ContentWrapper > .row > div > .infoBar > a:last-child:after {
	right: -5px;
}
#ContentWrapper > .row > div > .infoBar > a:hover:after {
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
}
#ContentWrapper > .row > div > .infoBar > a > span.icon {
	display: block;
	float: left;
	height: 40px;
	margin: 6px 10px 0 0;
	text-align: center;
	width: 40px;
}
#ContentWrapper > .row > div > .infoBar > a > span.icon:before {
	font-family: "fontello-superskiwochen";
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weather:before {
	content: "\E83F";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weathera:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherb:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherA:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherB:before {
	content: "\E849";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherc:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherd:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherf:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherC:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherD:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherF:before {
	content: "\E84A";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weathere:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherk:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weathers:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weathert:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherE:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherK:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherS:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherT:before {
	content: "\E856";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherg:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherh:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatheri:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherj:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherG:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherH:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherI:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherJ:before {
	content: "\E84D";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherl:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherm:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weathern:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherL:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherM:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherN:before {
	content: "\E84F";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weathero:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherp:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherO:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherP:before {
	content: "\E84F";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherq:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherr:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherx:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherQ:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherR:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherX:before {
	content: "\E84E";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatheru:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherU:before {
	content: "\E84D";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherv:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherw:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherV:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherW:before {
	content: "\E857";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.weathery:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherz:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherY:before,
#ContentWrapper > .row > div > .infoBar > a > span.icon.weatherZ:before {
	content: "\E855";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.lift:before {
	content: "\E83C";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.pist:before {
	content: "\E83D";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.snowheight:before {
	content: "\E83E";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.hiking:before {
	content: "\E846";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.webcam:before {
	content: "\E847";
}
#ContentWrapper > .row > div > .infoBar > a > span.icon.events:before {
	content: "\E800";
	font-size: 30px;
}
#ContentWrapper > .row > div > .infoBar > a > span.value,
#ContentWrapper > .row > div > .infoBar > a > span.label,
#ContentWrapper > .row > div > .infoBar > a > span.title {
	display: block;
	line-height: 1.3;
}
#ContentWrapper > .row > div > .infoBar > a > span.value {
	display: block;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ContentWrapper > .row > div > .infoBar > a > span.value > span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin: 0 5px 0 0;
}
#ContentWrapper > .row > div > .infoBar > a > span.label {
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ContentWrapper > .row > div > .infoBar > a > span.title {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: bold;
	margin: 13px 0 0;
	text-align: center;
	text-transform: uppercase;
}

@media all and (max-width: 1000px){

	#ContentWrapper > .row > div > .infoBar {
		width: 100%;
	}

}
@media all and (max-width: 800px){

	#ContentWrapper > .row > div > .infoBar {
		height: auto;
	}
	#ContentWrapper > .row > div > .infoBar > a {
		text-align: center;
		width: 25% !important;
	}
	#ContentWrapper > .row > div > .infoBar > a.column0 {
		padding-bottom: 30px;
		padding-top: 31px;
	}
	#ContentWrapper > .row > div > .infoBar > a.column1 {
		display: none;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.icon {
		display: inline-block;
		float: none;
		height: 45px;
		margin-right: 0;
		width: 45px;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.icon:before {
		font-size: 35px;
		line-height: 45px;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.title {
		display: none !important;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.value {
		font-size: 13px !important;
		line-height: 1.2 !important;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.value > span {
		font-size: 20px !important;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.label {
		font-size: 13px !important;
	}

}
@media all and (max-width: 730px){

	body.intro #ContentWrapper > .row > div > .infoBar {
		display: none;
	}

}
@media all and (max-width: 500px){

	#ContentWrapper > .row > div > .infoBar {
		height: 60px !important;
	}
	#ContentWrapper > .row > div > .infoBar > a {
		padding-bottom: 7px !important;
		padding-top: 7px !important;
		width: 20% !important;
	}	
	#ContentWrapper > .row > div > .infoBar > a.column1 {
		display: block;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.icon {
		height: 35px;
		width: 35px;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.icon:before {
		font-size: 30px;
		line-height: 35px;
	}
	#ContentWrapper > .row > div > .infoBar > a > span.value,
	#ContentWrapper > .row > div > .infoBar > a > span.label {
		display: none;
	}

}

/* Layout - Content - Online Shop */

#ContentWrapper > .row > div > .onlineShop {
	background: #E30613;
	float: left;
	height: 100px;
	position: relative;
	width: 24.166666666666668%; /* 290 */
}
#ContentWrapper > .row > div > .onlineShop:before {
	background: #E30613;
	bottom: -5px;
	content: "";
	left: -10px;
	position: absolute;
	top: -5px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	width: 15px;
}
#ContentWrapper > .row > div > .onlineShop:after {
	color: #000000;
	color: rgba(0, 0, 0, 0.15);
	content: "\E841";
	font-family: "fontello-superskiwochen";
	font-size: 120px;
	line-height: 120px;
	position: absolute;
	right: 5px;
	top: 0;
}
#ContentWrapper > .row > div > .onlineShop > form {
	padding: 20px 25px;
	position: relative;
	z-index: 1;
}
#ContentWrapper > .row > div > .onlineShop > form > h3 {
	color: #FFFFFF;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}
#ContentWrapper > .row > div > .onlineShop > form > h3:before {
	content: "\E840";
	font-family: 'fontello-superskiwochen';
	font-weight: normal;
	margin: 0 15px 0 0;
}
#ContentWrapper > .row > div > .onlineShop > form > .row {
	margin: 11px 0 0;
	overflow: hidden;
	padding: 0 90px 0 0;
	position: relative;
}
#ContentWrapper > .row > div > .onlineShop > form > .row:before {
	background: #EA444E;
	bottom: 0;
	content: "";
	position: absolute;
	right: 95px;
	top: 0;
	width: 25px;
}
#ContentWrapper > .row > div > .onlineShop > form > .row:after {
	color: #FFFFFF;
	content: "\E839";
	font-family: 'fontello-superskiwochen';
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	position: absolute;
	right: 95px;
	text-align: center;
	top: 0;
	width: 25px;
	z-index: 2;
}
#ContentWrapper > .row > div > .onlineShop > form > .row > select {
	background: #EA444E;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	width: 125%;
	-webkit-appearance: none;
}
#ContentWrapper > .row > div > .onlineShop > form > .row > input {
	background: #FFFFFF;
	border: 0 none;
	color: #E30613;
	cursor: pointer;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: background 200ms ease-in, color 200ms ease-in;
	-moz-transition: background 200ms ease-in, color 200ms ease-in;
	-ms-transition: background 200ms ease-in, color 200ms ease-in;
	-o-transition: background 200ms ease-in, color 200ms ease-in;
	transition: background 200ms ease-in, color 200ms ease-in;
	width: 95px;
}
#ContentWrapper > .row > div > .onlineShop > form > .row > input:hover {
	background: #034E8D;
	color: #FFFFFF;
}

@media all and (max-width: 1000px){

	#ContentWrapper > .row > div > .onlineShop {
		display: none;
	}

}
@media all and (max-width: 600px){

	#ContentWrapper > .row > div > .onlineShop {
		clear: both;
		display: block;
		float: none;
		height: 90px;
		width: auto;
	}
	#ContentWrapper > .row > div > .onlineShop > form {
		padding: 15px 20px;
	}

}

/* Layout - Content - Newsticker */

#ContentWrapper > .row > div > .newsticker {
	float: left;
	height: 40px;
	overflow: hidden;
	padding: 0 20px 0 120px;
	position: relative;
	width: 45.833333333333329%; /* 910 */
}
#ContentWrapper > .row > div > .newsticker:before {
	color: #FFFFFF;
	content: "\E841";
	font-family: "fontello-superskiwochen";
	font-size: 25px;
	left: 10px;
	line-height: 40px;
	position: absolute;
	top: 0;
}
#ContentWrapper > .row > div > .newsticker:after {
	color: #000000;
	color: rgba(0, 0, 0, 0.75);
	content: "News";
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
	left: 70px;
	line-height: 40px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}
#ContentWrapper > .row > div > .newsticker li > a {
	color: #FFFFFF;
	display: inline-block;
	font-family: "PT Sans", sans-serif;
	line-height: 40px;
}

@media all and (max-width: 820px){

	#ContentWrapper > .row > div > .newsticker {
		width: 100%;
	}

}

/* Layout - Content - Skiline */

#ContentWrapper > .row > div > a {
	background: #034E8D;
	color: #FFFFFF;
	float: left;
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 55px 0 25px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
	width: 24.166666666666668%; /* 290 */
}
#ContentWrapper > .row > div > a:before {
	background: #034E8D;
	bottom: -5px;
	content: "";
	left: -4px;
	position: absolute;
	top: -5px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
	width: 15px;
}
#ContentWrapper > .row > div > a:after {
	color: #FFFFFF;
	content: '\E83B';
	font-family: 'fontello-superskiwochen';
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	position: absolute;
	right: 25px;
	top: 0;
}
#ContentWrapper > .row > div > a:hover,
#ContentWrapper > .row > div > a:hover:before {
	background: #E30613;
}
#ContentWrapper > .row > div > a > span.icon {
	float: left;
	height: 40px;
	margin: 0 12px 0 0;
	width: 35px;
}
#ContentWrapper > .row > div > a > span.icon:after {
	color: #FFFFFF;
	content: "\E843";
	display: block;
	font-family: "fontello-superskiwochen";
	font-weight: normal;
	line-height: 40px;
}
#ContentWrapper > .row > div > a > span.text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 1080px){

	#ContentWrapper > .row > div > a > span.text > span {
		display: none;
	}
		
}
@media all and (max-width: 820px){

	#ContentWrapper > .row > div > a {
		display: none;
	}

}

/* Layout - Content - Social Media */

.socialmedia {
	height: 182px;
	margin: -91px 0 0;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9999;
}
.socialmedia > a {
	display: block;
	height: 60px;
	position: relative;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
	width: 60px;
	z-index: 100;
}
.socialmedia > a:before {
	color: #FFFFFF;
	font-family: 'fontello-superskiwochen';
	font-size: 30px;
	font-weight: normal;
	height: 60px;
	left: 0;
	line-height: 60px;
	position: absolute;
	width: 60px;
	text-align: center;
	top: 0;
}
.socialmedia > a.fb {
	background: #034E8D;
	position: absolute;
	right: 0;
	top: 0;
}
.socialmedia > a.fb:hover {
	background: #003A6B;
}
.socialmedia > a.fb:before {
	content: '\E80C';
}
.socialmedia > a.tw {
	background: #1DC6FF;
	position: absolute;
	right: 0;
	top: 61px;
}
.socialmedia > a.tw:hover {
	background: #15B5EA;
}
.socialmedia > a.tw:before {
	content: '\E80B';
}
.socialmedia > a.yt {
	background: #DE2925;
	position: absolute;
	right: 0;
	top: 122px;
}
.socialmedia > a.yt:hover {
	background: #BA1512;
}
.socialmedia > a.yt:before {
	content: '\E84B';
}

@media all and (max-width: 1340px){

	.socialmedia > a {
		overflow: hidden;
		-webkit-transition: width 200ms ease-in;
		-moz-transition: width 200ms ease-in;
		-ms-transition: width 200ms ease-in;
		-o-transition: width 200ms ease-in;
		transition: width 200ms ease-in;
		width: 17px;
	}
	.socialmedia > a:after {
		bottom: 0;
		color: #FFFFFF;
		content: "";
		font-size: 11px;
		font-weight: bold;
		left: -38px;
		line-height: 1;
		opacity: 1;
		position: absolute;
		top: 0;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		-ms-transition: opacity 200ms ease-in;
		-o-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
	}
	.socialmedia > a.fb:after {
		content: "Facebook";
	}
	.socialmedia > a.tw:after {
		content: "Twitter";
		left: -32px;
	}
	.socialmedia > a.yt:after {
		content: "YouTube";
		left: -36px;
	}
	.socialmedia > a:hover {
		width: 60px;
	}
	.socialmedia > a:hover:after {
		opacity: 0;
	}

}
@media all and (max-width: 730px){

	.socialmedia {
		clear: both;
		height: auto;
		margin-top: 0;
		position: relative;
		top: auto;
	}
	.socialmedia > a {
		display: inline-block;
		left: auto !important;
		position: relative !important;
		text-align: center;
		top: auto !important;
		width: 32% !important;
	}
	.socialmedia > a:before {
		left: auto !important;
		position: relative !important;
		top: auto !important;
	}
	.socialmedia > a:after {
		display: none;
	}
	.socialmedia > a.fb,
	.socialmedia > a.tw {
		margin-right: 2%;
	}
		
}

/* Layout - Kontext - Social Media */

#ContentWrapper > div > aside > .contextSocialMedia {
	border-top: 1px solid #F1F1F2;
	margin: 0 0 25px;
	padding: 6px 0 0;
}
#ContentWrapper > div > aside > .contextSocialMedia:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside > .contextSocialMedia > div {
	display: inline-block;
	/*padding: 0 35px 0 0;*/
	position: relative;
	width: 32%;
}
#ContentWrapper > div > aside > .contextSocialMedia.es > div {
	width: 30%;
}
#ContentWrapper > div > aside > .contextSocialMedia.es > div.facebook {
	width: 36%;
}
#ContentWrapper > div > aside > .contextSocialMedia > div > a {
	color: #8F9497;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
#ContentWrapper > div > aside > .contextSocialMedia > div > a:before {
	font-family: 'fontello-superskiwochen';
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 10px 0 0;
}
/*#ContentWrapper > div > aside > .contextSocialMedia > div > span {
	border-bottom: 1px solid #F1F1F2;
	border-right: 1px solid #F1F1F2;
	border-top: 1px solid #F1F1F2;
	color: #8F9497;
	font-size: 11px;
	line-height: 28px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 35px;
}*/
#ContentWrapper > div > aside > .contextSocialMedia > div.facebook {
	margin: 0 2% 0 0;
	top: -3px;
}
/*#ContentWrapper > div > aside > .contextSocialMedia > div.facebook > a {
	background: #034E8D;
	color: #FFFFFF;
}
#ContentWrapper > div > aside > .contextSocialMedia > div.facebook > a:hover {
	background: #003A6B;
}
#ContentWrapper > div > aside > .contextSocialMedia > div.facebook > a:before {
	content: '\E80C';
}*/
#ContentWrapper > div > aside > .contextSocialMedia > div.twitter {
	margin: 0 2% 0 0;
}
#ContentWrapper > div > aside > .contextSocialMedia > div.twitter > a {
	background: #1DC6FF;
	color: #FFFFFF;
}
#ContentWrapper > div > aside > .contextSocialMedia > div.twitter > a:hover {
	background: #15B5EA;
}
#ContentWrapper > div > aside > .contextSocialMedia > div.twitter > a:before {
	content: '\E80B';
}
#ContentWrapper > div > aside > .contextSocialMedia > div.googleplus > a {
	background: #D6492F;
	color: #FFFFFF;
}
#ContentWrapper > div > aside > .contextSocialMedia > div.googleplus > a:hover {
	background: #C4432D;
}
#ContentWrapper > div > aside > .contextSocialMedia > div.googleplus > a:before {
	content: '\E80D';
}

@media all and (max-width: 1200px){

	#ContentWrapper > div > aside > .contextSocialMedia > div.facebook {
		width: 40%;
	}
	#ContentWrapper > div > aside > .contextSocialMedia > div {
		width: 28%;
	}			
	#ContentWrapper > div > aside > .contextSocialMedia.es > div {
		width: 49%;
	}
	#ContentWrapper > div > aside > .contextSocialMedia.es > div.facebook {
		margin: 0 0 5px 0;
		width: 100%;
	}

}
@media all and (max-width: 1000px){

	#ContentWrapper > div > aside > .contextSocialMedia > div.facebook {
		width: 44%;
	}
	#ContentWrapper > div > aside > .contextSocialMedia > div {
		width: 26%;
	}	

}
@media all and (max-width: 920px){

	#ContentWrapper > div > aside > .contextSocialMedia > div.facebook {
		width: 48%;
	}
	#ContentWrapper > div > aside > .contextSocialMedia > div {
		width: 24%;
	}	

}
@media all and (max-width: 850px){

	#ContentWrapper > div > aside > .contextSocialMedia {
		display: none;
	}

}

/* Layout - Footer */

#FooterWrapper {
	bottom: 0;
	position: absolute;
	width: 100%;
}
#FooterWrapper > .row1 {
	background: #E3E4E5;
	position: relative;
}
#FooterWrapper > .row2 {
	background: #034E8D;
}
#FooterWrapper > div > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 > div {
	padding-bottom: 40px;
	padding-top: 40px;
}
#FooterWrapper > .row1 > div:before {
	background: #E3E4E5;
	content: "";
	height: 50px;
	left: 50px;
	position: absolute;
	top: -15px;
	-moz-transform: skewX(-50deg) skewY(10deg);
	-webkit-transform: skewX(-50deg) skewY(10deg);
	-o-transform: skewX(-50deg) skewY(10deg);
	-ms-transform: skewX(-50deg) skewY(10deg);
	transform: skewX(-50deg) skewY(10deg);
	width: 200px;
	z-index: -1;
}
#FooterWrapper > .row1 > div > .column1 {
	float: left;
	padding: 0 55px 0 0;
	width: 30%;
}
#FooterWrapper > .row1 > div > .column2 {
	float: left;
	width: 70%;
}

/* Scroll - Top */

#FooterWrapper > a.scrollTop {
	background: #034E8D;
	background: rgba(3, 78, 141, 0.9);
	bottom: 5px;
	color: #FFFFFF;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 5px;
	text-align: center;
	-webkit-transition: max-height 300ms ease, opacity 300ms ease;
	-moz-transition: max-height 300ms ease, opacity 300ms ease;
	-ms-transition: max-height 300ms ease, opacity 300ms ease;
	-o-transition: max-height 300ms ease, opacity 300ms ease;
	transition: max-height 300ms ease, opacity 300ms ease;
	height: 50px;
	width: 50px;
	z-index: 100;
}
#FooterWrapper > a.scrollTop:hover {
	background: #034E8D;
}
#FooterWrapper > a.scrollTop:before {
	content: "\E807";
	font-family: "fontello-superskiwochen";
	font-size: 22px;
	line-height: 50px;
}
#FooterWrapper > a.scrollTop.show {
	opacity: 1; 
}

@media all and (max-width: 1340px){

	/* Scroll - Top */
	
	#FooterWrapper > a.scrollTop {
		right: 20px;
	}

}
@media all and (max-width: 900px){

	#FooterWrapper > .row1 > div > .column1 {
		float: none;
		margin-bottom: 30px;
		padding-right: 0;
		width: 100%;
	}
	#FooterWrapper > .row1 > div > .column2 {
		float: none;
		width: 100%;
	}

}
@media all and (max-width: 730px){

	#FooterWrapper > .row1 > div > .column1 {
		margin-bottom: 0;
		text-align: center;
	}
		
}
@media all and (max-width: 500px){

	/* Scroll - Top */

	#FooterWrapper > a.scrollTop {
		margin: 0 0 0 -30px;
		left: 50%;
		right: auto;
	}

}

/* Layout - Footer - Kontakt */

#FooterWrapper > .row1 > div > .column1 > p.contact {
	line-height: 1.4;
	position: relative;
}
#FooterWrapper > .row1 > div > .column1 > p.contact:after {
	background: url("/img/layout/skiwelt-wilderkaiser-brixental.png") no-repeat scroll left top;
	background-size: 100px auto;
	bottom: 0;
	content: "";
	height: 45px;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 1;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span {
	display: block;
	font-size: 15px;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span.title {
	color: #E30613;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span.phone {
	margin: 10px 0 0;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span.mail {
	margin: 5px 0 0;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span > a {
	color: #2D343E;
	padding: 0 0 0 35px;
	position: relative;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span > a:hover {
	color: #E30613;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span.phone > a:before {
	content: '\E835';
	font-family: 'fontello-superskiwochen';
	font-size: 30px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -3px;
}
#FooterWrapper > .row1 > div > .column1 > p.contact > span.mail > a:before {
	content: '\E82E';
	font-family: 'fontello-superskiwochen';
	font-size: 15px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 3px;
}

@media all and (max-width: 1150px){
			
	#FooterWrapper > .row1 > div > .column1 > p.contact:after {
		display: none;
	}

}
@media all and (max-width: 900px){

	#FooterWrapper > .row1 > div > .column1 > p.contact {
		float: left;
		margin-right: 5%;
		width: 47.5%;
	}
	
}
@media all and (max-width: 730px){

	#FooterWrapper > .row1 > div > .column1 > p.contact {
		float: none;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}

}

/* Layout - Footer - Tag Cloud */

ul.tagCloud {
	margin: 44px 0 0;
}
ul.tagCloud > li {
	display: inline-block;
	margin: 0 5px 2px 0;
}
ul.tagCloud > li > a {
	background: #D2D3D6;
	color: #2D343E;
	display: block;
	font-size: 13px;
	line-height: 25px;
	padding: 0 10px;
	-webkit-transition: background 200ms ease-in, color 200ms ease-in;
	-moz-transition: background 200ms ease-in, color 200ms ease-in;
	-ms-transition: background 200ms ease-in, color 200ms ease-in;
	-o-transition: background 200ms ease-in, color 200ms ease-in;
	transition: background 200ms ease-in, color 200ms ease-in;
}
ul.tagCloud > li > a:hover {
	background: #034E8D;
	color: #FFFFFF;
}

@media all and (max-width: 900px){

	ul.tagCloud {
		float: right;
		margin-bottom: 30px;
		margin-top: 0;
		width: 47.5%;
	}
	
}
@media all and (max-width: 730px){

	ul.tagCloud {
		float: none;
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}

}

/* Layout - Footer - Suche */

#FooterWrapper > .row1 > div > .column1 > form {
	margin: 45px 0 0;
}
#FooterWrapper > .row1 > div > .column1 > form > p {
	font-size: 15px;
	line-height: 1.4;
	margin: 0 0 10px;
}
#FooterWrapper > .row1 > div > .column1 > form > p > span {
	display: block;
}
#FooterWrapper > .row1 > div > .column1 > form > p > span.title {
	font-weight: bold;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > div > .column1 > form > .row {
	position: relative;
}
#FooterWrapper > .row1 > div > .column1 > form > .row:after {
	color: #2D343E;
	content: "\E81E";
	font-family: "fontello-superskiwochen";
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	left: 5px;
	line-height: 35px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}
#FooterWrapper > .row1 > div > .column1 > form > .row > input {
	background: #FFFFFF;
	border: 0 none;
	color: #2D343E;
	display: block;
	font-size: 15px;
	height: 35px;
	padding: 0 45px 0 40px;
	width: 100%;
}
#FooterWrapper > .row1 > div > .column1 > form > .row > input::-ms-input-placeholder {
	color: #2D343E;
}
#FooterWrapper > .row1 > div > .column1 > form > .row > button {
	background: #034E8D;
	border: 0 none;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
	width: 35px;
}
#FooterWrapper > .row1 > div > .column1 > form > .row > button:hover {
	background: #E30613;
}
#FooterWrapper > .row1 > div > .column1 > form > .row > button > span:before {
	content: "\E83B";
	color: #FFFFFF;
	display: block;
	font-family: "fontello-superskiwochen";
	font-size: 13px;
	height: 35px;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 35px;
}
#FooterWrapper > .row1 > div > .column1 > form > .row > button:hover > span:before {
	color: #FFFFFF;
}

@media all and (max-width: 900px){

	#FooterWrapper > .row1 > div > .column1 > form {
		float: right;
		margin-top: 0;
		width: 47.5%;
	}
	
}
@media all and (max-width: 730px){

	#FooterWrapper > .row1 > div > .column1 > form {
		display: inline-block;
		float: none;
		max-width: 280px;
		width: 100%;
	}

}

/* Layout - Footer - Info Balken */

#FooterWrapper > .row2 > div > .infoBar {
	float: left;
}
#FooterWrapper > .row2 > div > .infoBar > p {
	color: #FFFFFF;
}
#FooterWrapper > .row2 > div > .infoBar > p > span {
	display: inline-block;
	font-size: 14px;
	line-height: 47px;
	margin: 0 25px 0 0;
}
#FooterWrapper > .row2 > div > .infoBar > p > span.lift:before {
	content: "\E83C";
	font-family: "fontello-superskiwochen";
	font-size: 25px;
	margin: 0 10px 0 0;
}
#FooterWrapper > .row2 > div > .infoBar > p > span.pist:before {
	content: "\E83D";
	font-family: "fontello-superskiwochen";
	font-size: 24px;
	margin: 0 10px 0 0;
}
#FooterWrapper > .row2 > div > .infoBar > p > span.house:before {
	content: "\E845";
	font-family: "fontello-superskiwochen";
	font-size: 23px;
	font-weight: bold;
	margin: 0 10px 0 0;
}
#FooterWrapper > .row2 > div > .infoBar > p > span.hiking:before {
	content: "\E846";
	font-family: "fontello-superskiwochen";
	font-size: 24px;
	margin: 0 10px 0 0;
}
#FooterWrapper > .row2 > div > .infoBar > p > span > span {
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px 0 0;
}

@media all and (max-width: 950px){

	#FooterWrapper > .row2 > div > .infoBar > p > span.house {
		display: none;
	}

}
@media all and (max-width: 730px){

	#FooterWrapper > .row2 > div > .infoBar {
		float: none;
	}
	#FooterWrapper > .row2 > div > .infoBar > p {
		text-align: center;
	}
	#FooterWrapper > .row2 > div > .infoBar > p > span.house {
		display: inline-block;
		margin-right: 0;
	}

}
@media all and (max-width: 550px){

	#FooterWrapper > .row2 > div > .infoBar {
		display: none;
	}

}

#FooterWrapper > .row1 > div > .column1 > p.switch {
	display:none; 
	position:relative; 
	margin: 20px 0 0 0; 
}

#FooterWrapper > .row1 > div > .column1 > p.switch > a {
	display:block; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:15px; 
}

#FooterWrapper > .row1 > div > .column1 > p.switch > a:before {
	content: '\e859';  
	font-family: 'fontello-superskiwochen';
	font-size: 18px;    
	font-weight:normal; 
	line-height: 1; 
	margin-right:15px;
	position: relative;
	top: 2px;
}

#FooterWrapper > .row1 > div > .column1 > p.switch.mobile {
	display:block; 
}

#FooterWrapper > .row1 > div > .column1 > p.switch.mobile > a:before {
	content: '\e858';  
	font-family: 'fontello-superskiwochen';
	font-size: 30px;        
	font-weight:normal;   	
	line-height: 1px; 
	margin-right:15px; 
	position: relative;
}

@media all and (max-width: 900px){

	#FooterWrapper > .row1 > div > .column1 > p.switch {
		display: block; 
		float: left;
		width: 47.5%;
	}

}
@media all and (max-width: 730px){

	#FooterWrapper > .row1 > div > .column1 > p.switch {
		display: inline-block;
		float: none;  
		width: 100%;
	}

}

/* Layout - Footer - Online Shop */

#FooterWrapper > .row1 > div > .column1 > a.onlineShop {
	background: #E30613;
	color: #FFFFFF;
	display: none !important;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
#FooterWrapper > .row1 > div > .column1 > a.onlineShop:before {
	content: "\E840";
	font-family: 'fontello-superskiwochen';
	font-weight: normal;
	margin: 0 15px 0 0;
}
#FooterWrapper > .row1 > div > .column1 > a.onlineShop:hover {
	background: #C10510;
}

@media all and (max-width: 500px){

	#FooterWrapper > .row1 > div > .column1 > a.onlineShop {
		display: block;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	height: 550px;
	overflow: hidden;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 1;
}

@media all and (max-width: 900px){

	#GalleryWrapper {
		top: 80px;
	}

}
@media all and (max-width: 730px){

	body.intro #GalleryWrapper {
		display: none;
	}

}

/* Layout - Sommer - Edition */

/* Layout - Header */

body.summer #HeaderWrapper > .row1 {
	background: #B1CA35;
}
body.summer #HeaderWrapper > .row2 {
	background: #6D9815;
	border-bottom: 1px solid #B1CA35;
}

/* Layout - Header - Sprachauswahl */

body.summer #HeaderWrapper > .row1 > div > ul.lang > li.selected:after {
	background: #B1CA35;
}
body.summer #HeaderWrapper > .row1 > div > ul.lang > li.more:hover {
	background: #B1CA35;
}
body.summer #HeaderWrapper > .row1 > div > ul.lang > li:last-child:before {
	background: #b1ca35;
}

/* Layout - Header - Suche */

body.summer #HeaderWrapper > .row1 > div > form {
	background: #6D9815;
}
body.summer #HeaderWrapper > .row1 > div > form > button {
	background: #B1CA35;
}
body.summer #HeaderWrapper > .row1 > div > form > button:hover {
	background: #FFFFFF;
}
body.summer #HeaderWrapper > .row1 > div > form > button:hover > span:before {
	color: #B1CA35;
}

/* Layout - Content */

body.summer #ContentWrapper > .row > .row2 {
	background: #B1CA35;
}

/* Layout - Content - Info Balken */

body.summer #ContentWrapper > .row > div > .infoBar > a.column0 {
	width: 13%;
}
body.summer #ContentWrapper > .row > div > .infoBar > a.column2.summer {
	display: block;
}
body.summer #ContentWrapper > .row > div > .infoBar > a.column2.winter {
	display: none;
}
body.summer #ContentWrapper > .row > div > .infoBar > a.column3,
body.summer #ContentWrapper > .row > div > .infoBar > a.column4 {
	display: none;
}
body.summer #ContentWrapper > .row > div > .infoBar > a.column5,
body.summer #ContentWrapper > .row > div > .infoBar > a.column6 {
	display: block;
}

/* Layout - Content - Online Shop */

body.summer #ContentWrapper > .row > div > .onlineShop > form > .row > input:hover {
	background: #6D9815;
}

/* Layout - Content - Newsticker */

body.summer #ContentWrapper > .row > div > .newsticker {
	background: #B1CA35;
	float: none;
	width: 70%;
}

/* Layout - Content - Skiline */

body.summer #ContentWrapper > .row > div > a {
	background: #6D9815;
	display: none;
}
body.summer #ContentWrapper > .row > div > a:before {
	background: #6D9815;
}
body.summer #ContentWrapper > .row > div > a:hover,
body.summer #ContentWrapper > .row > div > a:hover:before {
	background: #E30613;
}

/* Layout - Footer */

body.summer #FooterWrapper > .row2 {
	background: #6D9815;
}

/* Scroll - Top */

body.summer #FooterWrapper > a.scrollTop {
	background: #6D9815;
	background: rgba(109, 152, 21, 0.9);
}
body.summer #FooterWrapper > a.scrollTop:hover {
	background: #6D9815;
}

/* Layout - Footer - Tag Cloud */

body.summer ul.tagCloud > li > a:hover {
	background: #6D9815;
}

/* Layout - Footer - Suche */

body.summer #FooterWrapper > .row1 > div > .column1 > form > .row > button {
	background: #6D9815;
}
body.summer #FooterWrapper > .row1 > div > .column1 > form > .row > button:hover {
	background: #E30613;
}

@media all and (max-width: 500px){

	body.summer #ContentWrapper > .row > div > .infoBar > a {
		width: 20% !important;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #8F9497;
	font-family: "PT Sans", sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
h2 {
	color: #E30613;
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	font-weight: normal;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -20px;
}

@media all and (max-width: 700px){

	h1 {
		font-size: 26px;
	}

}

/* Elemente - Textinhalt */

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 15px;
}
.cmsList > ul > li:before {
	background: #E30613;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 8px;
}
.cmsList > ul > li {
	margin: 3px 0;
	padding: 0 0 0 20px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 20px;
}
.cmsList2Columns > ul > li:nth-child(2n) + li {
	clear: left;
}
.cmsList2Columns:after {
	clear: both;
	content: "";
	display: block;
}

@media all and (max-width: 750px){

	.cmsList2Columns > ul > li {
		clear: none !important;
		padding-right: 0 !important;
		width: 100%;
	}

}

/* Elemente - Bild-Text */

.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 9px 20px 10px 0;
	max-width: 45%;
}
.cmsImage > .right {
	float: right;
	margin: 9px 0 10px 20px;
	max-width: 45%;
}
.cmsImage img {
	display: block;
	max-width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

@media all and (max-width: 750px){

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 4.545454545454546% 4.545454545454546% 0; /* 0 30 30 0 */
	position: relative;
	width: 47.727272727272727%; /* 315 */
}
.cmsGallery > li:nth-child(2n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(2n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
	position: relative;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > a > span:before {
	content: "\E836";
	font-family: "fontello-superskiwochen";
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}
.cmsGallery > li > figure > a > span {
	background: #E30613;
	background: rgba(227, 6, 19, 0.8);
	bottom: 3px;
	display: block;
	height: 33px;
	position: absolute;
	right: 3px;
	text-align: center;
	width: 33px;
	z-index: 2;
}
.cmsGallery > li > figure > figcaption {
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	padding: 6px 0;
}
.cmsGallery > li:hover > figure > figcaption {
	left: 0;
	opacity: 1;
}
.cmsGallery > li > figure:after {
	content: "\E809";
	font-family: "fontello-superskiwochen";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello-superskiwochen';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

@media all and (max-width: 800px){

	.cmsGallery > li {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsGallery > li:nth-child(3n) {
		margin-right: 4%;
	}
	.cmsGallery > li:nth-child(3n) + li {
		clear: none;
	}
	.cmsGallery > li:nth-child(2n) {
		margin-right: 0;
	}
	.cmsGallery > li:nth-child(2n) + li {
		clear: left;
	}

}

@media all and (max-width: 500px){

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
}

/* Element - Bildergalerie (gesamte Breite) */

body.entirewidth .cmsGallery > li {
	margin: 0 1.666666666666667% 1.666666666666667% 0; /* 0 20 20 0 */
	width: 23.75%; /* 285 */
}
body.entirewidth .cmsGallery > li:nth-child(4n) {
	margin-right: 0;
}
body.entirewidth .cmsGallery > li:nth-child(2n) + li {
	clear: none;
}

@media all and (max-width: 900px){

	body.entirewidth .cmsGallery > li {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	body.entirewidth .cmsGallery > li:nth-child(3n) {
		margin-right: 4%;
	}
	body.entirewidth .cmsGallery > li:nth-child(3n) + li {
		clear: none;
	}
	body.entirewidth .cmsGallery > li:nth-child(2n) {
		margin-right: 0;
	}
	body.entirewidth .cmsGallery > li:nth-child(2n) + li {
		clear: left;
	}

}

/* Elemente - Teaser */

/* Einzelteaser */

.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article {
	background: #F1F1F2;
	margin: 0 0 25px;
	position: relative;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article > figure > a {
	display: block;
	float: right;
	margin: 0 0 0 20px;
	width: 34.848484848484851%; /* 230 */
}
.cmsTeaser.leftImg > article > figure > a {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	padding: 20px 20px 0;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #E30613;
	font-family: "PT Sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
}
.cmsTeaser > article > figure > figcaption > a:hover {
	color: #034E8D;
}
.cmsTeaser > article > figure > figcaption > p:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > span.date {
	font-weight: normal;
}
.cmsTeaser > article > figure > figcaption > p > span.text {
	margin: 10px 0;
}
.cmsTeaser > article > figure > figcaption > p > span.addition {
	font-weight: bold;
}
.cmsTeaser > article > figure > figcaption > p > a {
	background: #E30613;
	color: #FFFFFF;
	display: inline-block;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 5px 0 20px;
	padding: 0 20px;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
.cmsTeaser.leftImg > article > figure > figcaption > p > a {
	float: right;
}
.cmsTeaser > article > figure > figcaption > p > a:hover {
	background: #034E8D;
}

/* Hochformat */

.cmsTeaserWrapper {
	margin-bottom: -25px;
}
.cmsTeaserWrapper:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaserWrapper > .cmsTeaserHigh {
	background: #F1F1F2;
	float: left;
	margin: 0 3.03030303030303% 20px 0; /* 0 20 20 0 */
	min-height: 320px;
	width: 48.484848484848484%; /* 320 */
}
.cmsTeaserWrapper > .cmsTeaserHigh:nth-child(2n) {
	margin-right: 0;
}
.cmsTeaserWrapper > .cmsTeaserHigh:nth-child(2n) + * {
	clear: both;
}
.cmsTeaserWrapper > .cmsTeaserHigh > article {
	margin-bottom: 0;
}
.cmsTeaserWrapper > .cmsTeaserHigh > article > figure > figcaption > a {
	display: inline-block;
}
.cmsTeaserWrapper > .cmsTeaserHigh > article > figure > figcaption > p > a {
	float: right;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article {
	min-height: 285px;
	overflow: hidden;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > a {
	display: block;
	float: none;
	margin-left: 0;
	width: 100%;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > a:before {
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-ms-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	z-index: 1;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article:hover > figure > a:before {
	opacity: 1;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > a > img {
	display: block;
	min-height: 320px;
	min-width: 100%;
	-moz-transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: auto;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article:hover > figure > a > img {
	-moz-transform: scale(1.4) rotate(-5deg);
	-webkit-transform: scale(1.4) rotate(-5deg);
	-o-transform: scale(1.4) rotate(-5deg);
	-ms-transform: scale(1.4) rotate(-5deg);
	transform: scale(1.4) rotate(-5deg);
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > figcaption {
	bottom: 0;
	padding-bottom: 20px;
	position: absolute;
	z-index: 2;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > figcaption > a {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > figcaption > a,
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > figcaption > a:hover {
	color: #FFFFFF;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > figcaption > p > span,
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > figcaption > p > a {
	display: none;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article > figure > figcaption > p > span.text {
	color: #FFFFFF;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	line-height: 1.4;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	-moz-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	-ms-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	-o-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	transition: max-height 200ms ease-out, opacity 100ms ease-out;
}
.cmsTeaserWrapper > .cmsTeaserHigh.var > article:hover > figure > figcaption > p > span.text {
	max-height: 200px;
	opacity: 1;
	-webkit-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	-moz-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	-ms-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	-o-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	transition: max-height 400ms ease-in, opacity 200ms ease-in;
}

/* Gruppenteaser */

.cmsGroupTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGroupTeaser > h2 {
	margin: 0 0 20px;
}
.cmsGroupTeaser > div {
	float: left;
	margin: 0 3.03030303030303% 0 0; /* 0 20 0 0 */
	width: 48.484848484848484%; /* 320 */
}
.cmsGroupTeaser > div:nth-child(2) {
	margin-right: 0;
}
.cmsGroupTeaser > div > article {
	background: #F1F1F2;
	margin: 0 0 6.25%; /* 0 0 20 */
	min-height: 325px;
	position: relative;
	width: 100%;
}
.cmsGroupTeaser > div > article > h2 {
	display: none;
}
.cmsGroupTeaser > div > article > figure > a {
	display: none;
}
.cmsGroupTeaser > div > article > figure > figcaption {
	padding: 20px;
}
.cmsGroupTeaser > div > article > figure > figcaption > a {
	color: #E30613;
	font-family: "PT Sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
}
.cmsGroupTeaser > div > article > figure > figcaption > a:hover {
	color: #034E8D;
}
.cmsGroupTeaser > div > article > figure > figcaption > p > span {
	display: block;
}
.cmsGroupTeaser > div > article > figure > figcaption > p > span.date {
	font-weight: normal;
}
.cmsGroupTeaser > div > article > figure > figcaption > p > span.text {
	margin: 10px 0;
}
.cmsGroupTeaser > div > article > figure > figcaption > p > span.addition {
	font-weight: bold;
}
.cmsGroupTeaser > div > article > figure > figcaption > p > a {
	background: #E30613;
	bottom: 20px;
	color: #FFFFFF;
	display: inline-block;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	left: 20px;
	line-height: 1.3;
	margin: 15px 0 0;
	padding: 10px 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
.cmsGroupTeaser > div > article > figure > figcaption > p > a:hover {
	background: #034E8D;
}

/* Variante (Titel + Bild) */

.cmsGroupTeaser > div > article.var {
	min-height: 285px;
	overflow: hidden;
}
.cmsTeaser > article > figure > span.dateview,
.cmsGroupTeaser > div > article > figure > span.dateview {
	background: #e30613;
    color: #ffffff;
    font-weight: bold;
	line-height: 40px;
    padding: 0 15px 0 15px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.cmsGroupTeaser > div > article.var > figure > a {
	display: block;
}
.cmsGroupTeaser > div > article.var > figure > a:before {
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-ms-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	z-index: 1;
}
.cmsGroupTeaser > div > article.var:hover > figure > a:before {
	opacity: 1;
}
.cmsGroupTeaser > div > article.var > figure > a > img {
	display: block;
	min-height: 320px;
	-moz-transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.cmsGroupTeaser > div > article.var:hover > figure > a > img {
	-moz-transform: scale(1.4) rotate(-5deg);
	-webkit-transform: scale(1.4) rotate(-5deg);
	-o-transform: scale(1.4) rotate(-5deg);
	-ms-transform: scale(1.4) rotate(-5deg);
	transform: scale(1.4) rotate(-5deg);
}
.cmsGroupTeaser > div > article.var > figure > figcaption {
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.cmsGroupTeaser > div > article.var > figure > figcaption > a {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.cmsGroupTeaser > div > article.var > figure > figcaption > a,
.cmsGroupTeaser > div > article.var > figure > figcaption > a:hover {
	color: #FFFFFF;
}
.cmsGroupTeaser > div > article.var > figure > figcaption > p > span,
.cmsGroupTeaser > div > article.var > figure > figcaption > p > a {
	display: none;
}
.cmsGroupTeaser > div > article.var > figure > figcaption > p > span.text {
	color: #FFFFFF;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	line-height: 1.4;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	-moz-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	-ms-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	-o-transition: max-height 200ms ease-out, opacity 100ms ease-out;
	transition: max-height 200ms ease-out, opacity 100ms ease-out;
}
.cmsGroupTeaser > div > article.var:hover > figure > figcaption > p > span.text {
	max-height: 200px;
	opacity: 1;
	-webkit-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	-moz-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	-ms-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	-o-transition: max-height 400ms ease-in, opacity 200ms ease-in;
	transition: max-height 400ms ease-in, opacity 200ms ease-in;
}

@media all and (max-width: 1240px){

	/* Einzelteaser */
	
	.cmsTeaser > article {
		padding: 20px;
	}
	.cmsTeaser > article > figure > figcaption {
		padding: 0;
	}

	/* Hochformat */

	.cmsTeaserWrapper > .cmsTeaserHigh > article {
		padding: 0;
	}
	.cmsTeaserWrapper > .cmsTeaserHigh > article > figure > figcaption {
		padding: 20px
	}

}
@media all and (max-width: 950px){

	/* Gruppenteaser */

	.cmsGroupTeaser > div {
		float: none;
		margin-right: 0;
		width: 100%;
	}

}
@media all and (max-width: 850px){

	/* Gruppenteaser */

	.cmsGroupTeaser > div {
		float: left;
		margin-right: 3.03030303030303%; /* 20 */
		width: 48.484848484848484%; /* 320 */
	}
	.cmsGroupTeaser > div:nth-child(2) {
		margin-right: 0;
	}

}
@media all and (max-width: 600px){

	/* Einzelteaser */
	
	.cmsTeaser > article > figure > a {
		float: none;
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}
	.cmsTeaser > article > figure > figcaption > p > a {
		display: block;
		text-align: center;
	}

	/* Hochformat */
	
	.cmsTeaserWrapper {
		margin-bottom: 0;
	}
	.cmsTeaserWrapper > .cmsTeaserHigh {
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
		min-height: 0;
		width: 100%;
	}
	.cmsTeaserWrapper > .cmsTeaserHigh > article > figure > a {
		margin-bottom: 0;
	}

	/* Gruppenteaser */

	.cmsGroupTeaser > div {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.cmsGroupTeaser > div > article {
		margin-bottom: 10px;
	}

}

/* Element - Teaser (gesamte Breite) */

/* Einzelteaser */

body.entirewidth .cmsTeaser > article > figure > a {
	max-width: 320px;
}

/* Element - Teaser (Kontext) */

.cmsContextTeaser > article > figure > figcaption > p > a {
	float: right;
}

/* Gruppenteaser */

.cmsContextGroupTeaser {
	background: #F1F1F2;
	overflow: hidden;
	padding: 20px;
}
.cmsContextGroupTeaser > h3 {
	background: #8F9497;
	color: #FFFFFF;
	font-weight: bold;
	margin: -20px -20px 20px;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
}
.cmsContextGroupTeaser > h3:before {
	background: #8F9497;
	content: "";
	height: 50px;
	position: absolute;
	right: 50px;
	top: 0;
	-moz-transform: skewX(-50deg) skewY(10deg);
	-webkit-transform: skewX(-50deg) skewY(10deg);
	-o-transform: skewX(-50deg) skewY(10deg);
	-ms-transform: skewX(-50deg) skewY(10deg);
	transform: skewX(-50deg) skewY(10deg);
	width: 130px;
	z-index: 1;
}
.cmsContextGroupTeaser > h3 > span {
	position: relative;
	z-index: 2;
}
.cmsContextGroupTeaser > ul > li > a {
	color: #E30613;
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 20px;
	position: relative;
}
.cmsContextGroupTeaser > ul > li > a > span {
	font-weight: 300;
}
.cmsContextGroupTeaser > ul > li > a:before {
	content: '\E83B';
	font-family: 'fontello-superskiwochen';
	font-size: 12px;
	left: 0;
	position: absolute;
	top: 3px;
}
.cmsContextGroupTeaser > ul > li > a:hover {
	color: #034E8D;
}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 10px 0;
}
.cmsTable > table {
	border: 2px solid #F1F1F2;
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
.cmsTable > table > tbody > tr > td {
	border-right: 2px solid #F1F1F2;
}
.cmsTable > table > tbody > tr.val2 {
	background: #F1F2F2;
}
.cmsTable > table > tbody > tr.val2 > td {
	border-right: 2px solid #FFFFFF;
}
.cmsTable > table > tbody > tr > td:last-child {
	border-right: 0 none;
}
.cmsTable > table > tbody > tr > td {
	line-height: 1.5;
	padding: 5px 10px;
}
.cmsTable > p {
	font-size: smaller;
	font-style: italic;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	content: '\E83B';
	font-family: 'fontello-superskiwochen';
	font-size: 12px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 3px;
}
.cmsLink > a {
	color: #E30613;
	display: inline-block;
	font-weight: bold;
	padding: 0 0 0 20px;
	position: relative;
}
.cmsLink > a:hover {
	color: #034E8D;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 10px;
}
.cmsRefs > ul > li > a:before {
	color: #E30613;
	content: '\E83B';
	font-family: 'fontello-superskiwochen';
	font-size: 12px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 3px;
}
.cmsRefs > ul > li > a {
	color: #2D343E;
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 20px;
	position: relative;
}
.cmsRefs > ul > li > a:hover {
	color: #E30613;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello-superskiwochen';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsMail > a {
	color: #E30613;
	display: inline-block;
	font-weight: bold;
	padding: 0 0 0 35px;
	position: relative;
}
.cmsMail > a:hover {
	color: #034E8D;
}

/* Elemente - Dropdown */

.cmsDrop > h3:before {
	border-right: 2px solid #FFFFFF;
	content: "\E807";
	font-family: 'fontello-superskiwochen';
	font-weight: normal;
	height: 100%;
	left: 0;
	line-height: 51px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 51px;
}
.cmsDrop > h3 {
	background: #F1F2F2;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 15px 10px 15px 70px;
	position: relative;
	-webkit-transition: background 200ms ease-in, color 200ms ease-in;
	-moz-transition: background 200ms ease-in, color 200ms ease-in;
	-ms-transition: background 200ms ease-in, color 200ms ease-in;
	-o-transition: background 200ms ease-in, color 200ms ease-in;
	transition: background 200ms ease-in, color 200ms ease-in;
}
.cmsDrop > h3:hover {
	background: #E30613;
	color: #FFFFFF;
}
.cmsDrop > h3.contentHide:before {
	content: "\E805";
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 15px;
}
.cmsYoutube > div {
	background: #F1F1F2;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div:before {
	color: #ADADAD;
	content: '\E852';
	font-family: 'fontello-superskiwochen';
	font-size: 75px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: -30px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 80px;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	font-size: smaller;
	font-style: italic;
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Element - Youtube (Kontext) */

.cmsContextYoutube > h2 {
	margin: 0 0 15px;
}
.cmsContextYoutube > div {
	background: #F1F1F2;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsContextYoutube > div:before {
	color: #ADADAD;
	content: '\E852';
	font-family: 'fontello-superskiwochen';
	font-size: 75px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: -30px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 80px;
}
.cmsContextYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsContextYoutube > p {
	font-size: smaller;
	font-style: italic;
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

.cmsIframe {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}		
.cmsIframe > iframe {
	width: 100%;
}

/* Elemente - Downloads */

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	color: #2D343E !important;
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26 !important;
}
.cmsDownload > a:before {
	background: #E57D26;
	color: #FFFFFF;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D !important;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D !important;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3 !important;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Element - Sommer - Edition */

/* Element - Teaser */

/* Einzelteaser */

body.summer .cmsTeaser > article > figure > figcaption > a:hover {
	color: #6D9815;
}
body.summer .cmsTeaser > article > figure > figcaption > p > a:hover {
	background: #6D9815;
	color: #FFFFFF;
}

/* Gruppenteaser */

body.summer .cmsGroupTeaser > div > article > figure > figcaption > a:hover {
	color: #6D9815;
}
body.summer .cmsGroupTeaser > div > article > figure > figcaption > p > a:hover {
	background: #6D9815;
	color: #FFFFFF;
}

/* Variante (Titel + Bild) */

body.summer .cmsGroupTeaser > div > article.var > figure > figcaption > a:hover {
	color: #FFFFFF;
}

/* Element - Teaser (Kontext) */

body.summer .cmsContextGroupTeaser > ul > li > a:hover {
	color: #6D9815;
}

/* Element - Verlinkungen (Verweise, Links, E-Mail) */

/* Links (intern & extern) */

body.summer .cmsLink > a {
	color: #E30613;
}
body.summer .cmsLink > a:hover {
	color: #6D9815;
}

/* E-Mail */

body.summer .cmsMail > a {
	color: #E30613;
}
body.summer .cmsMail > a:hover {
	color: #6D9815;
}

/* Element - Formular */

body.summer .cmsForm > .row.validation:before {
	color: #6D9815;
}
body.summer .cmsForm > .row > .calicon {
	background: #6D9815;
}
body.summer .cmsForm > .button > input {
	background: #6D9815;
}
body.summer .cmsForm > .button > input:hover {
	background: #E30613;
}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	left: 20px;
	padding: 0 245px 0 0;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 5px 0;
	position: relative;
}
nav.desktop > ul > li:hover {
	
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
}
nav.desktop > ul > li > a:after {
	background: #0076D7;
	content: "";
	display: block;
	height: 13px;
	left: -1px;
	margin: -5.5px 0 0;
	position: absolute;
	top: 50%;
	width: 1px;
}
nav.desktop > ul > li:first-child > a:after,
nav.desktop > ul > li:hover > a:after,
nav.desktop > ul > li > a.selected:after {
	display: none;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #0076D7;
}
nav.desktop > ul > li:hover > a:before,
nav.desktop > ul > li > a.selected:before {
	background: #FFFFFF;
	border-bottom: 1px solid #034E8D;
	border-top: 1px solid #034E8D;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
nav.desktop > ul > li:hover > ul {
	display: block;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	display: none;
	left: 0;
	overflow: auto;
	padding: 30px 20px;
	position: absolute;
	top: 60px;
}
nav.desktop > ul > li > ul:after {
	background: #0076D7;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul {
	height: auto;
}
nav.desktop > ul > li.singleColumn:hover > ul {
	padding-bottom: 30px;
}
nav.desktop > ul > li.singleColumn > ul > li {
	border-left: 1px solid #E3E4E5;
	position: relative;
}
nav.desktop > ul > li.singleColumn > ul > li:first-child {
	padding-top: 10px;
}
nav.desktop > ul > li.singleColumn > ul > li:last-child {
	padding-bottom: 10px;
}
nav.desktop > ul > li.singleColumn > ul > li:first-child:before {
	background: #E3E4E5;
	border-radius: 4px;
	content: "";
	display: block;
	height: 7px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 7px;
}
nav.desktop > ul > li.singleColumn > ul > li:last-child:after {
	background: #E3E4E5;
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: block;
	height: 7px;
	left: -4px;
	position: absolute;
	width: 7px;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	color: #3A424E;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	padding: 3px 20px;
	position: relative;
	white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: #E30613;
	color: #FFFFFF;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover:before,
nav.desktop > ul > li.singleColumn > ul > li > a.selected:before {
	border-left: 1px solid #8F9497;
	border-right: 1px solid #FFFFFF;
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	width: 1px;
}
nav.desktop > ul > li.singleColumn > ul > li.teaserGroup {
	display: none;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns > ul {
	width: 570px;
}
nav.desktop > ul > li.multiColumns > ul > .column {
	border-left: 1px solid #E3E4E5;
	position: relative;
	width: 250px;
}
nav.desktop > ul > li.multiColumns > ul > .column:before {
	background: #E3E4E5;
	border-radius: 4px;
	content: "";
	display: block;
	height: 7px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 7px;
}
nav.desktop > ul > li.multiColumns > ul > .column:after {
	background: #E3E4E5;
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: block;
	height: 7px;
	left: -4px;
	position: absolute;
	width: 7px;
}
nav.desktop > ul > li.multiColumns > ul > .column > li:first-child {
	padding-top: 10px;
}
nav.desktop > ul > li.multiColumns > ul > .column > li:last-child {
	padding-bottom: 10px;
}
nav.desktop > ul > li.multiColumns > ul > .column > li > a {
	color: #3A424E;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	padding: 3px 20px;
	position: relative;
}
nav.desktop > ul > li.multiColumns > ul > .column > li:hover > a,
nav.desktop > ul > li.multiColumns > ul > .column > li > a.selected {
	background: #E30613;
	color: #FFFFFF;
}
nav.desktop > ul > li.multiColumns > ul > .column > li:hover > a:before,
nav.desktop > ul > li.multiColumns > ul > .column > li > a.selected:before {
	border-left: 1px solid #8F9497;
	border-right: 1px solid #FFFFFF;
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	width: 1px;
}
nav.desktop > ul > li.multiColumns > ul > .column > li > ul {
	border-left: 1px solid #E3E4E5;
	bottom: 0;
	display: none;
	left: 249px;
	overflow: auto;
	padding: 10px 0;
	position: absolute;
	top: 0;
	width: 280px;
}
nav.desktop > ul > li.multiColumns > ul > .column > li:hover > ul {
	display: block;
}
nav.desktop > ul > li.multiColumns > ul > .column > li > ul > li > a {
	color: #3A424E;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	padding: 3px 15px;
	position: relative;
}
nav.desktop > ul > li.multiColumns > ul > .column > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > .column > li > ul > li > a.selected {
	background: #E30613;
	color: #FFFFFF;
}

/* Menü - Teaser */

nav.desktop > ul > li.multiColumns > ul.teaser {
	width: 890px;
}
nav.desktop > ul > li.multiColumns > ul.teaser > .column {
	min-height: 370px;
	width: 250px;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup {
	background: #F1F1F2;
	float: right;
	margin: 11px 0 32px;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in 1s;
	-moz-transition: opacity 200ms ease-in 1s;
	-ms-transition: opacity 200ms ease-in 1s;
	-o-transition: opacity 200ms ease-in 1s;
	transition: opacity 200ms ease-in 1s;
	width: 300px;
}
nav.desktop > ul > li.multiColumns:hover > ul.teaser > li.teaserGroup {
	opacity: 1;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > h2 {
	display: none;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > figure > span {
    background: #e30613;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    z-index: 1;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > figure > a > img {
	display: block;
	width: 100%;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > figure > figcaption {
	padding: 15px;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > figure > figcaption > a {
	color: #E30613;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-transform: uppercase;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > figure > figcaption > a:hover {
	color: #034E8D;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > figure > figcaption > p > span.text {
	display: block;
	line-height: 1.4;
	margin: 10px 0 0;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup .owl-controls {
	bottom: -40px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup .owl-controls > .owl-pagination > .owl-page > span {
	background: #F1F1F2;
	border-radius: 20px;
	display: block;
	height: 13px;
	margin: 0 4px;
	opacity: 1;
	width: 13px;
}
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup .owl-controls > .owl-pagination > .owl-page:hover > span,
nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup .owl-controls > .owl-pagination > .owl-page.active > span {
	background: #E30613;
}
		
/* Menü - Orte */

nav.desktop > ul > li.multiColumns.towns {
	position: static;
}
nav.desktop > ul > li.multiColumns.towns > ul {
	overflow: hidden;
	width: 100%;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column {
	border-left: 0 none;
	float: none;
	margin-right: 0;
	padding-top: 0;
	width: 100%;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column:before {
	display: none;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column:after {
	display: none;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li {
	border-left: 0 none;
	float: none;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li:first-child {
	padding-top: 0;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 4%;
	padding-left: 0;
	position: relative;
	width: 32%;
}
nav.desktop > ul > li.multiColumns > ul > .column > li:hover > a:before,
nav.desktop > ul > li.multiColumns > ul > .column > li > a.selected:before {
	border: 0 none;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li:hover > a {
	background: none;
	color: #E30613;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > ul {
	border-left: 1px solid #E3E4E5;
	clear: both;
	display: block;
	float: left;
	height: auto;
	left: auto;
	margin-bottom: 20px;
	margin-right: 4%;
	overflow: visible;
	position: relative;
	width: 32%;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > ul:before {
	background: #E3E4E5;
	border-radius: 4px;
	content: "";
	display: block;
	height: 7px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 7px;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > ul:after {
	background: #E3E4E5;
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: block;
	height: 7px;
	left: -4px;
	position: absolute;
	width: 7px;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > ul > li > a {
	padding: 3px 0 3px 15px;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > ul > li > a:before {
	color: #E30613;
	content: '\E83B';
	display: inline-block;
	font-family: 'fontello';
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	margin: 0 10px 0 5px;
	position: relative;
	top: -2px;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > ul > li > a:hover:before,
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > ul > li > a.selected:before {
	color: #FFFFFF;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map {
	background: #F1F1F2;
	float: right;
	margin: -73px -40px -27px;
	padding: 73px 40px 55px;
	position: relative;
	width: 64%;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map:before {
	background: #F1F1F2;
	content: "";
	height: 80px;
	left: -15px;
	position: absolute;
	top: 30%;
	-moz-transform: skewX(-15deg) skewY(40deg);
	-webkit-transform: skewX(-15deg) skewY(40deg);
	-o-transform: skewX(-15deg) skewY(40deg);
	-ms-transform: skewX(-15deg) skewY(40deg);
	transform: skewX(-15deg) skewY(40deg);
	width: 50px;
	z-index: 1;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a {
	background: #E30613;
	border-radius: 8px;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a:after {
	background: #E30613;
	background: rgba(227, 6, 19, 0.2);
	border-radius: 50%;
	box-shadow: 0 0 0 4px #E30613;
	box-sizing: content-box;
	content: "";
	height: 100%;
	left: -3px;
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	top: -3px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform 0.2s ease, opacity 0.2s ease;
	-moz-transition: transform 0.2s ease, opacity 0.2s ease;
	-ms-transition: transform 0.2s ease, opacity 0.2s ease;
	-o-transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
	width: 100%;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a:hover,
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.animate {
	background: #034E8D;
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a:hover:after,
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.animate:after {
	background: #034E8D;
	background: rgba(3, 78, 141, 0.2);
	box-shadow: 0 0 0 4px #034E8D;
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.brixen {
	left: 60.529986052998602%; /* 434 */
	top: 70.623059866962308%; /* 314 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.ellmau {
	left: 59.972105997210598%; /* 430 */
	top: 48.006651884700666%; /* 212 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.going {
	left: 66.806136680613662%; /* 479 */
	top: 43.350332594235034%; /* 191 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.hopfgarten {
	left: 46.443514644351467%; /* 333 */
	top: 70.623059866962308%; /* 314 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.itter {
	left: 41.980474198047418%; /* 301 */
	top: 66.631929046563187%; /* 296 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.kelchsau {
	left: 47.001394700139471%; /* 337 */
	top: 79.270509977827047%; /* 353 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.scheffau {
	left: 50.627615062761507%; /* 363 */
	top: 53.993348115299334%; /* 239 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.soell {
	left: 44.490934449093444%; /* 319 */
	top: 57.984478935698448%; /* 257 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.westendorf {
	left: 56.206415620641565%; /* 403 */
	top: 77.718403547671841%; /* 346 */
}
nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > img {
	display: block;
	max-width: 699px;
	width: 100%;
}

@media all and (max-width: 1150px){

	nav.desktop > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

}
@media all and (max-width: 1050px){

	nav.desktop > ul > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello-superskiwochen";
	font-size: 34px;
	margin: 0 10px 0 0;
}
.mobileTrigger.show {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	left: 0;
	line-height: 60px;
	padding: 0 20px;
	position: absolute;
	text-transform: uppercase;
}
nav.mobile {
	display: block;
	position: absolute;
	right: 0;
	top: 59px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul:after {
	background: #034E8D;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 55px 0 20px;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
	margin: 1px 0 0;
}
nav.mobile > ul > li > ul > li > ul,
nav.mobile > ul > li > ul > div > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open,
nav.mobile > ul > li > ul > div > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li {
	margin: 0 0 1px;
}
nav.mobile > ul > li > a {
	color: #034E8D;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 20px;
	text-transform: uppercase;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #034E8D;
	color: #FFFFFF;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li,
nav.mobile > ul > li > ul > div > li {
	margin: 0 0 1px;
}
nav.mobile > ul > li > ul > li > a,
nav.mobile > ul > li > ul > div > li > a {
	color: #2D343E;
	display: block;
	font-weight: normal;
	padding: 4px 30px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected,
nav.mobile > ul > li > ul > div > li > a:hover,
nav.mobile > ul > li > ul > div > li > a.selected {
	background: #E30613;
	color: #FFFFFF;
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a,
nav.mobile > ul > li > ul > div > li > ul > li > a {
	border-bottom: 1px solid #E8E8E8;
	color: #2D343E;
	display: block;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	padding: 6px 30px;
}
nav.mobile > ul > li > ul > li > ul > li > a:before,
nav.mobile > ul > li > ul > div > li > ul > li > a:before {
	color: #E30613;
	content: '\E83B';
	display: inline-block;
	font-family: 'fontello-superskiwochen';
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
}
nav.mobile > ul > li > ul > li > ul > li:last-child > a,
nav.mobile > ul > li > ul > div > li > ul > li:last-child > a {
	border-bottom: 0 none;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected,
nav.mobile > ul > li > ul > div > li > ul > li > a:hover,
nav.mobile > ul > li > ul > div > li > ul > li > a.selected {
	color: #E30613;
}

/* Menü - Teaser */

nav.mobile > ul > li > ul > li.teaserGroup {
	display: none;
}

/* Menü - Orte */

nav.mobile > ul > li > ul.towns > li > ul,
nav.mobile > ul > li > ul.towns > div > li > ul {
	display: block;
}
nav.mobile > ul > li > ul.towns > li > a,
nav.mobile > ul > li > ul.towns > div > li > a {
	background: #E30613;
	color: #FFFFFF;
}
nav.mobile > ul > li > ul.towns > li > .map,
nav.mobile > ul > li > ul.towns > div > li > .map {
	background: #F1F1F2;
	padding: 30px 10px;
	text-align: center;
}
nav.mobile > ul > li > ul.towns > li > .map > img,
nav.mobile > ul > li > ul.towns > div > li > .map > img {
	display: inline-block;
	max-width: 699px;
	width: 100%;
}

@media all and (max-width: 1000px){

	nav {
		display: none;
	}

}
@media all and (max-width: 400px){

	nav.mobile > ul.open {
		padding-top: 50px;
	}

}

/* Menü - Metamenü */

/* Metamenü - Header */

ul.metamenuHeader {
	float: left;
	margin: 0 0 0 50px;
	position: relative;
	z-index: 3;
}
ul.metamenuHeader:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenuHeader > li {
	float: left;
	position: relative;
}
ul.metamenuHeader > li > a {
	color: #FFFFFF;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 13px;
	line-height: 40px;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
}
ul.metamenuHeader > li > a:after {
	background: #034E8D;
	content: "";
	height: 13px;
	margin: -6.5px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
}
ul.metamenuHeader > li:last-child > a:after {
	display: none;
}
ul.metamenuHeader > li > a:hover,
ul.metamenuHeader > li > a.selected {
	color: #034E8D;
}

/* Metamenü - Untermenü */

ul.metamenuHeader > li > ul {
	background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    overflow: auto;
    padding: 30px 20px;
    position: absolute;
    top: 40px;
}
ul.metamenuHeader > li:hover > ul {
	display: block;
}
ul.metamenuHeader > li > ul:after {
    background: #0076d7;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
ul.metamenuHeader > li > ul > li {
    border-left: 1px solid #e3e4e5;
    position: relative;
}
ul.metamenuHeader > li > ul > li:first-child {
    padding-top: 10px;
}
ul.metamenuHeader > li > ul > li:last-child {
    padding-bottom: 10px;
}
ul.metamenuHeader > li > ul > li:first-child:before {
    background: #e3e4e5 none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    display: block;
    height: 7px;
    left: -4px;
    position: absolute;
    top: 0;
    width: 7px;
}
ul.metamenuHeader > li > ul > li:last-child:after {
    background: #e3e4e5 none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    left: -4px;
    position: absolute;
    width: 7px;
}
ul.metamenuHeader > li > ul > li > a {
    color: #3a424e;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding: 3px 12px;
    position: relative;
    white-space: nowrap;
}
ul.metamenuHeader > li > ul > li > a:hover,
ul.metamenuHeader > li > ul > li > a.selected {
    background: #e30613 none repeat scroll 0 0;
    color: #ffffff;
}

ul.metamenuHeader > li > ul > li > a:hover:before,
ul.metamenuHeader > li > ul > li > a.selected:before {
    border-left: 1px solid #8f9497;
    border-right: 1px solid #ffffff;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}

/* Metamenü - Footer */

ul.metamenuFooter {
	float: right;
	margin: 0 -13px 0 0;
	padding: 10px 0;
}
ul.metamenuFooter:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenuFooter > li {
	float: left;
}
ul.metamenuFooter > li > a {
	color: #FFFFFF;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 5px 12px;
	position: relative;
	text-transform: uppercase;
}
ul.metamenuFooter > li > a:after {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	height: 13px;
	margin: -6.5px 0 0;
	position: absolute;
	left: -1px;
	top: 50%;
	width: 1px;
}
ul.metamenuFooter > li > a:hover:after,
ul.metamenuFooter > li > a.selected:after,
ul.metamenuFooter > li:first-child > a:after {
	display: none;
}
ul.metamenuFooter > li > a:hover,
ul.metamenuFooter > li > a.selected {
	background: #FFFFFF;
	color: #034E8D;
}

@media all and (max-width: 1140px){

	/* Metamenü - Header */

	ul.metamenuHeader {
		margin-left: 20px;
	}

}
@media all and (max-width: 730px){

	/* Metamenü - Footer */
	
	ul.metamenuFooter {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	ul.metamenuFooter > li {
		display: inline-block;
		float: none;
	}

}
@media all and (max-width: 720px){

	/* Metamenü - Header */

	ul.metamenuHeader {
		display: none;
	}

}

/* Menü - Breadcrumb */

ul.breadcrumb {
	float: left;
	padding: 0 20px;
	width: 75.833333333333329%; /* 910 */
}
ul.breadcrumb > label {	
	color: #FFFFFF;
	float: left; 
	font-size: 14px;  
	line-height: 40px;	
	padding: 0 10px 0 0; 		
	position: relative;
}
ul.breadcrumb > li {	
	float: left; 
	margin: 0 25px 0 0;
	position: relative;
}
ul.breadcrumb > li:last-child {
	margin-right: 0;
}
ul.breadcrumb > li:after {	
	color: #FFFFFF;
    content: "\E803";
    display: block;
    float: left;
    font-family: "fontello-superskiwochen";
    height: 20px;
    position: absolute;
    right: -15px; 
    top: 8px; 
    width: 10px;	
}
ul.breadcrumb > li:last-child:after {
	content: ""; 
}
ul.breadcrumb > li > a {
	color: #FFFFFF;
	display: block; 
	font-family: "PT Sans", sans-serif;	
	font-size:14px;	
	line-height: 40px;
	padding: 0 10px 0 0; 
	white-space: nowrap;
	text-decoration:underline;  	
}
ul.breadcrumb > li:last-child > a {
	text-decoration:none; 
}

@media all and (max-width: 820px){

	ul.breadcrumb {
		display: none;
	}

}

/* Menü - Footer - Sitemap */

ul.footerSitemap {
	margin: -30px 0 0;
}
ul.footerSitemap:after {
	clear: both;
	content: "";
	display: block;
}
ul.footerSitemap > li {
	float: left;
	margin: 30px 2% 0 0;
	position: relative;
	width: 23.5%;
}
ul.footerSitemap > li:nth-of-type(4n) {
	margin-right: 0;
}
ul.footerSitemap > li:nth-of-type(4n) + * {
	clear: both;
}
ul.footerSitemap > li > a {
	color: #034E8D;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
ul.footerSitemap > li > a:hover,
ul.footerSitemap > li > a.selected {
	color: #E30613;
}
ul.footerSitemap > li > ul > li > a {
	color: #3A424E;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.footerSitemap > li > ul > li > a:before {
	content: '\E83B';
	font-family: 'fontello-superskiwochen';
	font-size: 8px;
	margin: 0 8px 0 0;
	position: relative;
	top: -2px;
}
ul.footerSitemap > li > ul > li > a:hover,
ul.footerSitemap > li > ul > li > a.selected {
	color: #E30613;
}

@media all and (max-width: 1150px){

	ul.footerSitemap > li {
		width: 32%;
	}
	ul.footerSitemap > li:nth-of-type(4n) {
		margin-right: 2%;
	}
	ul.footerSitemap > li:nth-of-type(4n) + * {
		clear: none;
	}
	ul.footerSitemap > li:nth-of-type(3n) {
		margin-right: 0;
	}
	ul.footerSitemap > li:nth-of-type(3n) + * {
		clear: both;
	}

}
@media all and (max-width: 900px){

	ul.footerSitemap {
		display: none;
	}

}

/* Menü - Seitenmenü */

ul.pagenav { 
    margin: 0 0 10px 0;
    text-align: center;
}
ul.pagenav > li {
	display: inline-block;
}
ul.pagenav > li > a {
	background: #E3E4E5;
	font-size: 14px;
	margin: 0 2px;
	padding: 8px 10px;
	-webkit-transition: background 200ms ease-in, color 200ms ease-in;
	-moz-transition: background 200ms ease-in, color 200ms ease-in;
	-ms-transition: background 200ms ease-in, color 200ms ease-in;
	-o-transition: background 200ms ease-in, color 200ms ease-in;
	transition: background 200ms ease-in, color 200ms ease-in;
}
ul.pagenav > li > a:hover,
ul.pagenav > li > a.selected {
	background: #E30613;
	color: #FFFFFF;
}

/* Menü - Submenü */

ul.submenu {
	clear: both;
}
ul.submenu > li > ul > li {
	display: inline-block;
	margin: 0 1px 3px 0;
}
ul.submenu > li > ul > li > a {
	background: #D2D3D6;
	color: #2D343E;
	display: block;
	font-size: 13px;
	line-height: 30px;
	padding: 0 10px;
	-webkit-transition: background 200ms ease-in, color 200ms ease-in;
	-moz-transition: background 200ms ease-in, color 200ms ease-in;
	-ms-transition: background 200ms ease-in, color 200ms ease-in;
	-o-transition: background 200ms ease-in, color 200ms ease-in;
	transition: background 200ms ease-in, color 200ms ease-in;
}
ul.submenu > li > ul > li > a:hover,
ul.submenu > li > ul > li > a.selected {
	background: #034E8D;
	color: #FFFFFF;
}

/* Menü - Sommer - Edition */

/* Menü - Hauptmenü Desktop */

body.summer nav.desktop > ul > li > ul:after {
	background: #B1CA35;
}
body.summer nav.desktop > ul > li > a:after {
	background: #B1CA35;
}
body.summer nav.desktop > ul > li:hover > a, 
body.summer nav.desktop > ul > li > a.selected {
	background: #B1CA35;
	color: #FFFFFF;
}
body.summer nav.desktop > ul > li:hover > a:before,
body.summer nav.desktop > ul > li > a.selected:before {
	border-bottom: 1px solid #6D9815;
	border-top: 1px solid #6D9815;
}

/* MultiColumns */

body.summer nav.desktop > ul > li.multiColumns > ul > div > li > a {
	color: #3A424E;
}
body.summer nav.desktop > ul > li.multiColumns > ul > div > li > a:hover,
body.summer nav.desktop > ul > li.multiColumns > ul > div > li > a.selected {
	color: #FFFFFF;
}

/* Menü - Teaser */

body.summer nav.desktop > ul > li.multiColumns > ul.teaser > li.teaserGroup > div article > figure > figcaption > a:hover {
	color: #6D9815;
}

/* Menü - Orte */

body.summer nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a:hover,
body.summer nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.animate {
	background: #6D9815;
}
body.summer nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a:hover:after, 
body.summer nav.desktop > ul > li.multiColumns.towns > ul > .column > li > .map > a.animate:after {
	background: #6D9815;
	background: rgba(109, 152, 21, 0.2);
	box-shadow: 0 0 0 4px #6D9815;
}

/* Menü - Hauptmenü Mobile */

body.summer nav.mobile > ul:after {
	background: #6D9815;
}
body.summer nav.mobile > ul > li > a {
	color: #6D9815;
}
body.summer nav.mobile > ul > li > a:hover,
body.summer nav.mobile > ul > li > a.selected {
	background: #6D9815;
	color: #FFFFFF;
}

/* Menü - Metamenü */

/* Metamenü - Header */

body.summer ul.metamenuHeader > li > a:after {
	background: #6D9815;
}
body.summer ul.metamenuHeader > li > a:hover,
body.summer ul.metamenuHeader > li > a.selected {
	color: #6D9815;
}

body.summer ul.metamenuHeader > li > ul:after {
	background: #B1CA35;
}

/* Metamenü - Footer */

body.summer ul.metamenuFooter > li > a:hover,
body.summer ul.metamenuFooter > li > a.selected {
	color: #6D9815;
}

/* Menü - Breadcrumb */

body.summer ul.breadcrumb > li:after {
	background: #B1CA35;
}
body.summer ul.breadcrumb > li > a {
	color: #FFFFFF;
}

/* Menü - Footer - Sitemap */

body.summer ul.footerSitemap > li > a {
	color: #6D9815;
}
body.summer ul.footerSitemap > li > a:hover,
body.summer ul.footerSitemap > li > a.selected {
	color: #E30613;
}

/* Menü - Submenü */

body.summer ul.submenu > li > ul > li > a:hover,
body.summer ul.submenu > li > ul > li > a.selected {
	background: #6D9815;
	color: #FFFFFF;
}

/* jQuery UI - Datepicker Custom */

.ui-datepicker {
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	display: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-header {
	margin: 0 -5px;
	position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	background: #01498C;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 1.8;
	margin: -5px 0 5px;
	padding: 10px 0;
	text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	border-radius: 15px;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	text-align: center;
	top: 7px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	color: #FFFFFF;
	font-family: "fontello-superskiwochen";
	font-size: 12px;
	line-height: 30px;
	opacity: 0.5;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	content: "\E806";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	content: "\E808";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev > span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next > span {
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:after {
	opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar th > span {
	background: #01498C;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: -5px -5px 3px;
	padding: 0 0 5px;
}
.ui-datepicker .ui-datepicker-calendar td > a,
.ui-datepicker .ui-datepicker-calendar td > span {
	background: #FFFFFF;
	border-radius: 15px;
	color: #77787A;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 2px;
	padding: 3px 0;
	text-align: center;
	width: 29px;
}
.ui-datepicker .ui-datepicker-calendar td > a {
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-calendar td > a.ui-state-hover {
	background: #E20613;
	color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-calendar td > a.ui-state-active {
	background: #0075D7;
	color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled > span {
	color: #77787A;
	opacity: 0.5;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFFFFF;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 8040;
}

.fancybox-close.var {
	height: 35px;
	right: -17.5px;
	top: -17.5px;
	width: 35px;
}

.fancybox-close:hover {
	background: #000000;
}

.fancybox-close:before {
	color: #FFFFFF;
	content: '\E82A';
	font-family: 'fontello-superskiwochen';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-close.var:before {
	font-size: 20px;
	line-height: 35px;
}

.fancybox-nav {
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	cursor: pointer;
	height: 100%;
	position: fixed;
	text-decoration: none;
	top: 0;
	width: 30%;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: opacity 200ms ease-in-out 0s;
	width: 55px;
	z-index: 8040;
}

.fancybox-nav:hover span {
	background: #000000;
}

.fancybox-prev span {
	left: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-prev span:before {
	color: #FFFFFF;
	content: '\E806';
	font-family: 'fontello-superskiwochen';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 10px 0 0;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-next span {
	right: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-next span:before {
	color: #FFFFFF;
	content: '\E808';
	font-family: 'fontello-superskiwochen';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 0 0 10px;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin-right: 0 !important;
	overflow-x: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow-x: auto;
}

/* Title helper */

.fancybox-title {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	padding-right: 145px !important;
	position: absolute;
	text-overflow: ellipsis;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 15px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	display: none !important;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/img/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url("/img/owl/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Leaflet - Custom */

.leaflet-div-icon {
	background: none;
	border: none;
}
.leaflet-popup-content-wrapper {
	padding: 0;
}
.leaflet-popup-tip {
	background: #0073a5 none repeat scroll 0 0;
}
.leaflet-popup-content {
	margin: 0;
}
.leaflet-popup-content p {
	margin: 0;
}
.marker-cluster-small {
	background: rgba(0, 68, 105, 0.6);
}
.marker-cluster-small div {
	background: rgba(0, 68, 105, 95);
	color: #FFFFFF;
}
.marker-cluster-medium {
	background: rgba(0, 68, 105, 0.6);
}
.marker-cluster-medium div {
	background: rgba(0, 68, 105, 95);
	color: #FFFFFF;	
}
.marker-cluster-large {
	background: rgba(0, 68, 105, 0.6);
}
.marker-cluster-large div {
	background: rgba(0, 68, 105, 95);
	color: #FFFFFF;
}
.leaflet-popup-content {
	width: 440px !important;
}

/* TM - Warenkorb - Veranstalter Info */

.tmCartForm .hotelInsurance > div {
	margin: 10px 0 0 0;
}
.tmCartForm .hotelInsurance > div > label {
	font-weight: bold;
	text-transform: uppercase;
}
.tmCartForm .hotelInsurance > div > p > span {
	display: block;
	line-height: 1.6;
}
.tmCartForm .hotelInsurance > div > p > a {
	display: block;
	line-height: 1.6;
}