#container {
	position: relative;
	width: 100%;
}
body[data-layout="cover"] #container {
	overflow: hidden;
}

.container-fluid {
	position: relative;
}

.container {
	max-width: 1470px;
	position: relative;
	width: 100%;
}

.container + .container.containerrelated {
	margin-top: -40px;
}

.container .container {
	padding: 0;
}

.row {
}

/* Header */
#headercontainer {
	padding-top: 80px;
	width: 100%;
}
body[data-layout="cover"] #headercontainer {
	padding-top: 0;
}

#header, body[data-layout="cover"].scrollheader #header {
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 80px;
	left: 0;
	padding: 15px 30px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}
body.hasboxshadow #header, body[data-layout="cover"].hasboxshadow #header {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
body[data-layout="cover"].hasboxshadow.blackbg #header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
body[data-layout="cover"]:not(.blackbg) #header {
	top: -110px;
}
body[data-layout="cover"]:not(.blackbg).scrollheader #header {
	top: 0;
	-webkit-transition: top 0.5s 0.1s;
	-moz-transition: top 0.5s 0.1s;
	-ms-transition: top 0.5s 0.1s;
	-o-transition: top 0.5s 0.1s;
	transition: top 0.5s 0.1s;
}
body[data-layout="cover"] #header {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 110px;
	left: 30px;
	padding: 30px;
	position: absolute;
	right: 30px;
	top: 20px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/*body.scrollheader #header {
	!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+90,0+100 *!
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%); !* FF3.6-15 *!
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(90%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); !* Chrome4-9,Safari4-5 *!
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); !* Chrome10-25,Safari5.1-6 *!
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); !* Opera 11.10-11.50 *!
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); !* IE10 preview *!
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!

	position: fixed;
	height: 80px;
	padding: 15px 30px;
	left: 0;
	right: 0;
	top: 0;
}*/
body.scrollheader.blackbg #header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+90,0+100 */
	background: #000000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(90%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* dropup */
.customdropdown.select.dropup > button .icon-arrow-down:before {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.customdropdown.select.dropup.open > button {
	border-radius: 0 0 3px 3px;
}

#headerlogo {
	bottom: 0;
	left: 30px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
}
#headerlogo svg {
	height: auto;
	max-height: 100%;
	width: 100%;
}
body[data-layout="cover"]:not(.scrollheader) #headerlogo path#logo, body[data-layout="cover"]:not(.scrollheader) #headerlogo path#logo-2 {
	fill: #fff;
}

#liveinfos {
	text-align: center;
}
#liveinfos a {
	display: inline-block;
	line-height: 50px;
	padding: 0 25px;
}
#liveinfos a span {
	font-size: 23px;
	margin-right: 10px;
	vertical-align: middle;
}
#liveinfos a span.icon-lift {
	font-size: 33px;
	vertical-align: -8px;
}
#liveinfos a span.icon-slope {
	font-size: 27px;
}
#liveinfos a span.icon-meteo {
	vertical-align: -4px;
}
#liveinfos a span.icon-webcam {
	vertical-align: -6px;
}

#topnav {
	bottom: 0;
	font-size: 20px;
	height: 50px;
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0;
}
#topnav a {
	display: inline-block;
	line-height: 50px;
	margin-left: 20px;
	text-decoration: none;
	vertical-align: middle;
}
#topnav > .additionalitems {
	display: inline-block;
}
#topnav .search {
	font-size: 18px;
}
#topnav .menutoggle {
	font-size: 17px;
	font-weight: bold;
	line-height: 48px;
	margin-left: 50px;
	padding-top: 2px;
	text-transform: uppercase;
}
#topnav .menutoggle span {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: -3px;
}
.watchlist .num {
	position: absolute;
	font-size: 10px;
	line-height: 62px;
}

body[data-layout="cover"]:not(.scrollheader) #liveinfos a, body[data-layout="cover"]:not(.scrollheader) #topnav a {
	color: #fff;
}

/* Cover */
#headercover {
	background-color: #000;
	height: 1000px;
	height: 100vh;
	padding: 30px;
}
#headercover .foto {
	height: 100%;
	position: relative;
	width: 100%;
}
#headercover .overflowwrap {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
#headercover .foto .overflowwrap > img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#headercover .foto:before {
	background-color: #000;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	/*
	opacity: 0.2;
	*/
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 30;
}
#headercover .foto h1 {
	/*
	bottom: 50%;
	*/
	bottom: 45%;
	color: #fff;
	left: 30px;
	position: absolute;
	right: 30px;
	text-align: center;
	text-shadow: 2px 2px 0 #000;
	z-index: 40;
}
#headercover .foto h1:first-letter {
	text-transform: uppercase;
}

#headercover #coverbadge {
	position: absolute;
	display: block;
	right: 0;
	top: 90px;
	z-index: 30;
}
#headercover #coverbadge > a, #headercover #coverbadge > span {
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	padding: 14px 30px 14px 20px;
	font-size: 2rem;
	font-weight: 700;
	-webkit-transition: background-color 0.5s 0s;
	-moz-transition: background-color 0.5s 0s;
	-ms-transition: background-color 0.5s 0s;
	-o-transition: background-color 0.5s 0s;
	transition: background-color 0.5s 0s;
}
#headercover #coverbadge > a:hover {
	background-color: #ef114c;
}
#headercover #coverbadge.voucher img, #headercover #coverbadge.voucher svg {
	display: block;
	position: relative;
	margin: 10px auto 8px;
	width: 36px;
	height: auto;
}
#headercover #coverbadge.voucher svg path {
	fill: #fff;
}
#headercover #coverbadge.voucher span[class^="icon-"] {
	display: block;
	font-size: 36px;
	height: auto;
	position: relative;
	margin: 10px auto 8px;
	width: 36px;
}

#headercover #newcoverbadge {
	position: absolute;
	display: block;
	left: 50%;
	/*
	top: 90px;
	*/
	top: 180px;
	z-index: 30;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#headercover #newcoverbadge > a {
	text-decoration: none;
}
#headercover #newcoverbadge > a, #headercover #newcoverbadge > span {
}
#headercover #newcoverbadge > a:hover, #headercover #newcoverbadge > a:active, #headercover #newcoverbadge > a:focus {
}
#headercover #newcoverbadge span.badgetitle, #headercover #newcoverbadge span.badgecontent {
	text-align: center;
	color: #fff;
}
#headercover #newcoverbadge span.badgetitle {
	display: block;
	text-shadow: 2px 2px 0 #000;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 6px;
}
#headercover #newcoverbadge span.badgecontent {
	font-size: 15px;
	display: table;
	margin: 0 auto;
	background-color: #000;
	padding: 4px 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 28px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.5s 0s;
	-moz-transition: background-color 0.5s 0s;
	-ms-transition: background-color 0.5s 0s;
	-o-transition: background-color 0.5s 0s;
	transition: background-color 0.5s 0s;
}
#headercover #newcoverbadge > a:hover span.badgecontent, #headercover #newcoverbadge > a:active span.badgecontent, #headercover #newcoverbadge > a:focus span.badgecontent {
	background-color: #ef114c;
}

/* Headerimage */
.headerimage {
	/*overflow: hidden;*/
	/*padding-top: 70px;*/
}
.headerimage.hascaption {
	margin-bottom: 110px;
}
.headerimage h1, .headerimage h2, .headerimage h3, .headerimage span.title, .headerimage span.subtitle {
	max-width: 855px;
	margin-left: 215px;
}
.headerimage span.subtitle {
	max-width: 950px;
}
.headerimage .foto {
	margin-top: 40px;
}
.headerimage .foto.grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 10px;
	position: relative;
}
.headerimage .foto.grid .col-md-3 {
	bottom: 0;
	margin-top: 0;
	overflow: auto;
	padding-left: 0;
	padding-right: 9px;
	position: absolute;
	right: 0;
	top: -5px;
}
.headerimage .foto.grid .col-md-3 a {
	float: left;
	padding: 5px;
	position: relative;
	width: 33.333%;
}
.headerimage .foto.grid .col-md-3 a:nth-child(3n+1) {
	clear: both;
}
.headerimage .foto.grid .col-md-3 a:before {
	background-color: #ddd;
	bottom: 5px;
	content: '';
	display: block;
	left: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: -1;
}
.headerimage .foto.grid .col-md-3 a:after {
	border: 2px solid #ef114c;
	bottom: 5px;
	content: '';
	display: block;
	left: 5px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 10;
}
.headerimage .foto.grid .col-md-3 a.active:after {
	opacity: 1;
}
.headerimage .foto.grid .col-md-3 img {
	cursor: pointer;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*
.headerimage .foto.grid .col-md-3 img {
	cursor: pointer;
	margin-bottom: 49px;
	margin-left: auto;
	margin-right: 0;
	max-width: 320px;
}
.headerimage .foto.grid .col-md-3 img:last-child {
	margin-bottom: 0;
}
*/
.headerimage .foto.grid .swiper-slide {
	overflow: hidden;
}
.headerimage .caption {
	position: absolute;
	z-index: 10;
}
.headerimage.container-fluid .captioncontainer {
	position: relative;
	display: block;
	max-width: 1404px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.headerimage.container-fluid .captioncontainer .caption {
	margin-left: 184px;
}
.headerimage .swiper-container {
	border: 1px solid #ccc;
}

/* Webcam Karte */
#webcammap {
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 100;
}
.leaflet-container .leaflet-control-attribution a, .leaflet-container .leaflet-control-attribution a:link, .leaflet-container .leaflet-control-attribution a:visited {
	display: inline-block;
}
.leaflet-container .awesome-marker i {
	font-size: 16px;
}
.webcamlegend span {
	line-height: 46px;
	margin: 0 30px 0 10px;
	vertical-align: bottom;
}
.webcamlegend .awesome-marker {
	display: inline-block;
}


/* Content */
#contentcontainer, #content {
	width: 100%;
}
#content {
	padding-bottom: 60px;
}
body[data-layout="cover"] #content {
	padding-bottom: 100px;
}
/*body[data-layout="cover"] #content {
	padding-top: 50px;
}*/
.scrollcontent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}
/*.fullwidthcontent .scrollcontent {
	padding-top: 0;
}*/
.leftcontent {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	float: left;
	width: -webkit-calc(100% - 420px);
	width: calc(100% - 420px);
}
.indexmenu {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 370px;
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	float: right;
	margin-top: -80px;
	max-height: 100vh;
	/*overflow: visible;*/
	overflow: auto;
	padding-bottom: 100px;
	padding-top: 30px;
	padding-left: 50px;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 80px;
	width: 370px;
	z-index: 99;
}
/*.fullwidthcontent */
.headerimage:not(.hascaption) + .scrollcontent .indexmenu {
	margin-top: 30px;
}
body[data-layout="fullwidth"] .scrollcontent .indexmenu {
	margin-top: 80px;
}
/*body.scrollheader .indexmenu.is-sticky {
	top: 80px;
}*/

.aftercontent {
	margin-top: -40px;
	overflow: hidden;
}


/* Footer */
#footercontainer {
	background-color: #f3f3f3;
	clear: both;
	padding-top: 80px;
	text-align: left;
	width: 100%;
}

#footer {
	color: #333333;
	position: relative;
}
#footer span.title {
	color: #333333;
	font-size: 34px;
	line-height: 28px;
}
#footer p {
	line-height: 31px;
	margin-bottom: 15px;
}
#footer a:not(.btn) {
	color: #333333;
}
#footer a:not(.btn):hover {
	color: #ef114c;
}
#footer .btn {
	margin-top: 5px;
}

#footertop {

}

#footercontent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
#footercontent > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 290px;
	-ms-flex: 1 1 290px;
	flex: 1 1 290px;
	margin-right: 170px;
}
#footercontent #joinportal {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 230px;
	-ms-flex: 1 1 230px;
	flex: 1 1 230px;
}
#footercontent #language {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 0;
}

/* Social Networks */
#socialnetworks {
}
#socialnetworks a {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}
#socialnetworks a span {
	font-size: 22px;
	vertical-align: middle;
}
#socialnetworks a span.icon-twitter {
	font-size: 27px;
}


/* Footer Bottom */
#footerbottom {
	font-size: 12px;
	line-height: normal;
	padding-bottom: 50px;
	padding-top: 55px;
}

#footerlinks {
}

#editing {
	text-align: right;
}
#editing img {
	display: inline-block;
	margin-left: 5px;
	width: 100px;
}


body.blackbg {
	background-color: #000000;
}
body.blackbg #content h1, body.blackbg #content h2, body.blackbg #content h3, body.blackbg #content h4, body.blackbg #content span.title, body.blackbg #content span.subtitle, body.blackbg #content span.subsubtitle, body.blackbg #content .contentcontainer,  body.blackbg #content span.bg-title {
	color: #fff;
}


/* Desktop */
@media (max-width: 1440px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container + .container.containerrelated {
		margin-top: -30px;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1-5, .col-md-1-7 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#headercontainer {
		padding-top: 56px;
	}
	#header {
		font-size: 12px;
		height: 76px;
		padding: 20px;
	}
	body[data-layout="cover"] #header {
		left: 20px;
		right: 20px;
	}
	#header, body[data-layout="cover"].scrollheader #header { /* body.scrollheader */
		height: 56px;
		left: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		right: 0;
	}
	#headerlogo {
		height: 36px;
		width: 170px;
		left: 20px;
	}
	#liveinfos a {
		line-height: 36px;
		padding: 0 20px;
	}
	#topnav {
		height: 36px;
		right: 20px;
	}
	#topnav a {
		line-height: 36px;
	}
	#topnav .menutoggle {
		font-size: 14px;
		line-height: 34px;
		margin-left: 40px;
	}

	#headercover {
		padding: 20px;
	}
	#headercover .foto h1 {
		margin-bottom: 15px;
	}
	.headerimage h1, .headerimage h2, .headerimage h3, .headerimage span.title, .headerimage span.subtitle {
		margin-left: 130px;
	}
	.headerimage.hascaption {
		margin-bottom: 95px;
	}
	.headerimage.container-fluid .captioncontainer {
		padding: 0;
	}
	.headerimage.container-fluid .captioncontainer .caption {
		margin-left: 120px;
	}
	.headerimage .foto {
		margin-top: 35px;
	}
	.headerimage .foto.grid .col-md-9 {
		/*width: 67.924%;*/
		width: 66%;
	}
	/*.headerimage .foto.grid .col-md-9 .swiper-container {
		height: 100%;
	}
	.headerimage .foto.grid .col-md-9 .swiper-container img {
		position: absolute;
	}*/
	.headerimage .foto.grid .col-md-3 {
		/*padding-left: 30px;*/
		/*width: 32.076%;*/
		width: 34%;
	}
	/*.headerimage .foto.grid .col-md-3 img {
		max-width: none;
		margin-bottom: 40px;
	}
	.headerimage .foto.grid .col-md-3 img:nth-child(1n+3) {
		display: none;
	}
	.headerimage .foto.grid .col-md-3 img:nth-child(2) {
		margin-bottom: 0;
	}*/
	.headerimage h1, .headerimage span.title, .headerimage span.subtitle {
		/*max-width: 550px;*/
		max-width: 830px;
	}

	#headercover #coverbadge {
		top: 110px;
	}
	#headercover #coverbadge > a, #headercover #coverbadge > span {
		font-size: 1.6rem;
		padding: 10px 20px 10px 14px;
	}
	#headercover #coverbadge.voucher img, #headercover #coverbadge.voucher svg {
		width: 30px;
	}
	#headercover #coverbadge.voucher span[class^="icon-"] {
		font-size: 30px;
		width: 30px;
	}

	#headercover #newcoverbadge span.badgetitle {
		font-size: 22px;
		margin-bottom: 4px;
	}
	#headercover #newcoverbadge span.badgecontent {
		font-size: 14px;
		padding: 2px 12px;
	}

	body[data-layout="cover"] #content {
		padding-bottom: 90px;
	}

	.indexmenu {
		-webkit-flex: 0 0 340px;
		-ms-flex: 0 0 340px;
		flex: 0 0 340px;
		margin-top: -50px;
		padding-bottom: 70px;
		padding-top: 20px;
		padding-left: 40px;
		top: 56px;
		width: 340px;
	}
	body[data-layout="fullwidth"] .scrollcontent .indexmenu {
		margin-top: 60px;
	}
	/*.fullwidthcontent */
	.headerimage:not(.hascaption) + .scrollcontent .indexmenu {
		margin-top: 10px;
	}


	#footercontainer {
		padding-top: 35px;
	}
	#footer {
		font-size: 15px;
	}
	#footer span.title {
		font-size: 24px;
	}
	#footer p {
		line-height: 21px;
	}
	#footercontent > * {
		-webkit-flex: 1 1 240px;
		-ms-flex: 1 1 240px;
		flex: 1 1 240px;
		margin-right: 60px;
	}
	#footercontent > #socialnetworks {
		-webkit-flex: 1 1 270px;
		-ms-flex: 1 1 270px;
		flex: 1 1 270px;
	}
	#footerbottom {
		line-height: 22px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
}


/* only desktop and upper  */
@media (min-width: 1081px) {
	.headerimage.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	.headerimage.container-fluid .foto {
		margin-top: 0;
	}
	.headerimage .headerimageoverlay {
		color: #fff;
		left: 50%;
		max-width: 1080px;
		position: absolute;
		top: 65%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0 30px;
		width: 100%;
		z-index: 20;
	}
	.headerimage .headerimageoverlay h1, .headerimage .headerimageoverlay .title, .headerimage .headerimageoverlay .subtitle {
		color: #fff;
		text-shadow: 2px 2px 0 #000;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		text-align: center;
		width: 100%;
	}

	#headercover #newcoverbadge {
		top: 140px;
	}
}


/* Tablet */
@media (max-width: 1080px) {

	/* Header */
	#liveinfos {
		background-color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 1px solid #b6b6b6;
		-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
		display: none;
		left: 50%;
		padding: 15px 0 10px 5px;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: left;
		top: 55px;
		width: 230px;
	}
	#liveinfos:before, #liveinfos:after {
		content: '';
		display: block;
		height: 0;
		left: 108px;
		position: absolute;
		top: -8px;
		width: 0;
	}
	#liveinfos:before {
		border-style: solid;
		border-width: 0 7px 8px 7px;
		border-color: transparent transparent #b6b6b6 transparent;
	}
	#liveinfos:after {
		border-style: solid;
		border-width: 0 6px 7px 6px;
		border-color: transparent transparent #ffffff transparent;
		left: 109px;
		top: -7px;
	}
	#liveinfos[data-show="show"] {
		display: block;
	}
	#liveinfos a {
		color: #000 !important;
		margin-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	body[data-layout="cover"] #header {
		font-size: 12px;
		height: 76px;
		padding: 20px;
	}
	#header > .liveinfotoggle, body[data-layout="cover"].scrollheader #header > .liveinfotoggle {
		left: 50%;
		position: absolute;
		text-align: center;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 10px;
	}
	body[data-layout="cover"] #header > .liveinfotoggle {
		top: 20px;
	}
	#header > .liveinfotoggle a {
		display: inline-block;
		font-size: 12px;
		line-height: 36px;
	}
	body.blackbg #header > .liveinfotoggle a {
		color: #fff;
	}
	#header > .liveinfotoggle a span {
		font-size: 9px;
		margin-left: 10px;
	}
	#topnav a {
		/*
		margin-left: 15px;
		*/
		margin-left: 12px;
	}
	#topnav .menutoggle {
		/*
		margin-left: 35px;
		*/
		margin-left: 25px;
	}

	#headercover.child-dropdown-open {
		position: relative;
		z-index: 1000;
	}
	#headercover .foto h1 {
		line-height: 28px;
		margin-bottom: 10px;
	}

	.headerimage.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.headerimage span.bg-title {
		left: 20px;
	}
	.headerimage h1, .headerimage h2, .headerimage h3, .headerimage span.title, .headerimage span.subtitle {
		margin-left: 30px;
	}
	.headerimage.hascaption {
		margin-bottom: 40px;
	}
	.headerimage .caption {
		position: static;
	}
	.headerimage .foto.grid {
		margin-bottom: 30px;
	}
	.headerimage .foto.grid .col-md-3 {
		float: none;
		margin: 0;
		padding: 5px;
		position: static;
		width: 100%;
	}
	.headerimage .foto.grid .col-md-3 a {
		width: 12.5%;
	}
	.headerimage .foto.grid .col-md-3 a:nth-child(3n+1) {
		clear: none;
	}
	.headerimage .foto.grid .col-md-9 {
		float: none;
		width: 100%;
	}
	.headerimage .foto.grid .col-md-9 .swiper-container img {
		height: auto !important;
		margin: 0 !important;
		position: static;
		width: 100% !important;
	}
	.headerimage .foto.grid .thumbs img {
		width: 20%;
	}
	.headerimage .headerimageoverlay {
		margin-top: 30px;
	}

	#headercover #coverbadge {
		top: 75px;
	}


	#headercover #newcoverbadge {
		/*
		top: 75px;
		*/
		top: 120px;
		left: 0;
		width: 100%;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	#headercover #newcoverbadge span.badgetitle {
		font-size: 19px;
		margin-bottom: 2px;
	}
	#headercover #newcoverbadge span.badgecontent {
		font-size: 12px;
		padding: 2px 10px;
	}

	/* Content */
	.scrollcontent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.indexmenu {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		float: none;
		/*margin: 0 0 -30px;*/
		margin: 0;
		max-height: none;
		overflow: visible;
		padding: 0 0 0 30px;
		position: static;
		width: 100%;
		z-index: unset;
	}
	.indexmenu.empty {
		display: none;
	}
	.indexmenu .avatar {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
	}
	.indexmenu .subsubtitle {
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 50%;
	}
	.indexmenu .subsubtitle:before {
		content: '+';
		margin-right: 10px;
	}
	.indexmenu .subsubtitle[data-show="show"]:before {
		content: '-';
	}
	.indexmenu .share {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		order: 2;
		text-align: right;
		width: 50%;
	}
	.indexmenu nav {
		display: none;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 10px;
		width: 100%;
	}
	.indexmenu nav[data-show="show"] {
		display: block;
	}
	.indexmenu .filter {
		display: none;
	}
	.leftcontent {
		float: none;
		width: 100%;
	}

	/* Footer */
	#footercontent {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#footercontent > * {
		margin: 0 0 35px;
	}
	#footercontent > #newsletter {
		-webkit-flex: 0 1 250px;
		-ms-flex: 0 1 250px;
		flex: 0 1 250px;
	}
	#footercontent #joinportal, #footercontent #language {
		-webkit-flex: 0 1 220px;
		-ms-flex: 0 1 220px;
		flex: 0 1 220px;
	}
	#footercontent > #socialnetworks {
		-webkit-flex: 0 1 280px;
		-ms-flex: 0 1 280px;
		flex: 0 1 280px;
	}
	#footercontent > #socialnetworks p + p {
		margin-bottom: 0;
	}

	#footer span.title {
		font-size: 22px;
		line-height: 26px;
	}
	#footer p {
		margin-bottom: 20px;
	}
	#footer .btn {
		margin-top: 0;
	}

	#footerbottom {
		letter-spacing: 0.1em;
		line-height: 22px;
		margin-bottom: 35px;
		margin-top: 0;
		padding: 5px 0;
	}
}


/* Smartphone */
@media (max-width: 640px) {
	/* Header */
	/*#headercontainer {
		padding-top: 70px;
	}*/
	/*#header {
		height: 70px;
	}*/
	/*body:not([data-layout="cover"]) #header {
		position: fixed;
		-webkit-transition: height 0.3s, padding 0.3s;
		-moz-transition: height 0.3s, padding 0.3s;
		-ms-transition: height 0.3s, padding 0.3s;
		-o-transition: height 0.3s, padding 0.3s;
		transition: height 0.3s, padding 0.3s;
	}*/
	body[data-layout="cover"] #header {
		left: 0;
		right: 0;
		top: 0;
	}
	/*#header, body[data-layout="cover"].scrollheader #header { !* body.scrollheader *!
		padding-left: 20px;
		padding-right: 20px;
	}*/
	body[data-layout="cover"].scrollheader #header {
		padding-left: 20px;
		padding-right: 20px;
	}
	#headerlogo {
		float: left;
		height: 30px;
		position: static;
		width: 150px;
	}
	#header > .liveinfotoggle {
		display: none;
	}
	#topnav {
		float: right;
		height: 30px;
		position: static;
	}
	#topnav .menutoggle {
		font-size: 10px;
		height: 30px;
		line-height: 8px;
		margin-left: 20px;
		padding: 20px 0 0;
		position: relative;
	}
	#topnav .menutoggle span {
		height: 14px;
		line-height: 14px;
		margin: 0 0px 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform-origin: right;
		-moz-transform-origin: right;
		-ms-transform-origin: right;
		-o-transform-origin: right;
		transform-origin: right;
		-webkit-transform: scale(1.3, 1);
		-moz-transform: scale(1.3, 1);
		-ms-transform: scale(1.3, 1);
		-o-transform: scale(1.3, 1);
		transform: scale(1.3, 1);
	}

	#fullscreenmenu #liveinfos {
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		/*
		display: block;
		*/
		height: auto;
		margin-bottom: 20px;
		margin-top: -30px;
		padding: 0;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%;
		/*background-color: #f3f3f3;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25);
		bottom: -64px;
		display: block;
		left: 0;
		padding: 0;
		position: fixed;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: bottom 0.5s;
		-moz-transition: bottom 0.5s;
		-ms-transition: bottom 0.5s;
		-o-transition: bottom 0.5s;
		transition: bottom 0.5s;
		width: 100%;*/

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	#fullscreenmenu #liveinfos:after {
		border: 0;
		clear: both;
		content: '';
		display: table;
		position: static;
	}
	/*body[data-layout="cover"].blackbg #liveinfos {
		bottom: -120px;
	}
	#liveinfos[data-show="show"], body[data-layout="cover"].scrollheader  #liveinfos[data-show="show"] {
		bottom: 0;
	}
	#liveinfos:before, #liveinfos:after {
		content: none;
		display: none;
	}
	#liveinfos strong {
		background-color: #fff;
		display: block;
		font-size: 15px;
		padding: 8px 20px;
	}
	#liveinfos strong span {
		display: inline-block;
		margin-left: 10px;
		font-size: 9px;
		line-height: 21px;
		-webkit-transform: scaleY(-1);
		-moz-transform: scaleY(-1);
		-ms-transform: scaleY(-1);
		-o-transform: scaleY(-1);
		transform: scaleY(-1);
		-webkit-transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
		-o-transition: transform 0.5s;
		transition: transform 0.5s;
		vertical-align: top;
	}
	#liveinfos[data-show="show"] strong span {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	*/
	#fullscreenmenu #liveinfos a {
		width: 100%;
		/*
		float: left;
		width: 25%;
		*/
		line-height: 16px;
		margin-bottom: 0;
		padding: 7px 0;
		text-align: center;
	}
	#fullscreenmenu #liveinfos a span {
		display: block;
		font-size: 19px;
		line-height: 34px;
		margin: 0 auto;
		vertical-align: bottom;
	}
	#fullscreenmenu #liveinfos a span.icon-lift {
		font-size: 27px;
	}
	#fullscreenmenu #liveinfos a span.icon-slope {
		font-size: 22px;
	}

	#headercover {
		height: calc(100vh - 56px);
		min-height: 400px;
		/* evtl. Höhe limitieren? */
		/*max-height: calc(100vw * 1.5);*/
		padding: 10px;
	}
	body.browser-safari #headercover {
		height: calc(100vh - 76px);
	}
	body.browser-safari-x #headercover {
		height: calc(100vh - 114px);
	}
	#headercover .foto h1 {
		bottom: 125px;
		left: 10px;
		line-height: 32px;
		right: 10px;
	}

	.headerimage.hascaption {
		margin-bottom: 30px;
	}
	.headerimage h1, .headerimage h2, .headerimage h3, .headerimage span.title, .headerimage span.subtitle {
		margin-left: 0;
	}
	.headerimage .caption, .headerimage.container-fluid .captioncontainer .caption {
		margin-left: 0!important;
	}
	.headerimage .foto.grid {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.headerimage .foto.grid .thumbs img {
		width: 25%;
	}
	.headerimage .foto.grid .col-md-3 {
		margin: 0 10px;
		padding: 5px 0 30px;
		width: auto;
		white-space: nowrap;
	}
	.headerimage .foto.grid .col-md-3 a {
		width: 80px;
		float: none;
		display: inline-block;
	}
	.headerimage .foto.grid .col-md-3 a:first-child {
		padding-left: 0;
		width: 75px;
	}
	.headerimage .foto.grid .col-md-3 a:last-child {
		padding-right: 0;
		width: 75px;
	}
	.headerimage .foto.grid .col-md-3 a:first-child:before, .headerimage .foto.grid .col-md-3 a:first-child:after {
		left: 0;
	}
	.headerimage .foto.grid .col-md-3 a:last-child:before, .headerimage .foto.grid .col-md-3 a:last-child:after {
		right: 0;
	}
	.headerimage .foto.grid .col-md-3 img {
	}
	.headerimage .foto.grid .col-md-3:after {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		letter-spacing: 0;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e920";

		bottom: 0;
		display: block;
		font-size: 26px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#headercover #coverbadge {
		top: 60px;
		right: 0;
	}
	#headercover #coverbadge > a, #headercover #coverbadge > span {
		font-size: 1.2rem;
		padding: 4px 10px 2px;
		text-align: center;
	}
	#headercover #coverbadge.voucher > a, #headercover #coverbadge.voucher > span {
		padding: 16px 10px 12px 38px;
	}
	#headercover #coverbadge.voucher img, #headercover #coverbadge.voucher svg {
		position: absolute;
		margin: 0;
		width: 22px;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#headercover #coverbadge.voucher span[class^="icon-"] {
		position: absolute;
		margin: 0;
		font-size: 22px;
		width: 22px;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#headercover #newcoverbadge {
		top: 60px;
		/*
		top: 80px;
		*/
	}

	/* Content */
	/*#content {
		overflow: hidden;
	}*/
	.indexmenu {
		/*margin-bottom: -20px;*/
		margin-bottom: 0;
		padding-left: 0;
	}
	.indexmenu .subsubtitle {
		width: auto;
	}
	.indexmenu .share {
		-webkit-flex: 1 1 50px;
		-ms-flex: 1 1 50px;
		flex: 1 1 50px;
		height: 28px;
		margin-right: 0;
		margin-left: auto;
		width: auto;
	}

	#webcammap {
		height: 300px;
		margin-bottom: 10px;
	}
	.webcamlegend {
		font-size: 15px;
		padding-top: 5px;
	}
	.webcamlegend span {
		font-size: 15px;
		line-height: 24px;
		margin-right: 5px;
		margin-left: 2px;
	}
	.webcamlegend .awesome-marker {
		zoom: 0.6;
	}
	.webcamlegend .awesome-marker i {
		margin-top: 14px;
	}

	/* Footer */
	#footer span.title {
		font-size: 18px;
	}
	#footer p {
		line-height: 22px;
		margin-bottom: 15px;
	}
	#footerbottom {
		margin-top: -10px;
		margin-bottom: 80px;
	}
	#socialnetworks p {
		margin-bottom: 10px;
	}
	#socialnetworks a {
		margin-right: 25px;
	}
	#editing {
		margin-top: 15px;
		text-align: left;
	}
}

@media (max-width: 420px) {
	#topnav .additionalitems {
		position: absolute;
		display: block;
		top: 66px;
		right: 24px;
	}
	.scrollheader #topnav .additionalitems, body:not([data-layout="cover"]) #topnav .additionalitems {
		display: none;
	}
	#topnav .additionalitems a {
		display: block;
		margin: 0;
	}
	#topnav .additionalitems a.cart {
		display: none;
	}

	#headercover #newcoverbadge {
		/*
		top: 100px;
		*/
		top: 57px;
		padding: 0 50px;
	}
	#headercover #newcoverbadge span.badgetitle {
		font-size: 16px;
		margin-bottom: 0;
		display: none;
	}
	#headercover #newcoverbadge span.badgecontent {
		line-height: 20px;
		padding: 4px 10px;
		/*
		font-size: 11px;
		padding: 1px 8px;
		 */
	}
}
