@charset "utf-8";

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, a.button, input, select, textarea {
	font-family: 'LatoRegular';
	color: black;
}
body {
	background: #fff;
	font-size: 16px; line-height: 1.231;
	margin: 0;
}

::selection {
	background: #eda62a;
	color: white; text-shadow: none;
}

/* Links */

a { 
	color: black;
	font-size: 1em; 
	text-decoration: underline; 
}
a:hover { color: #eda62a; }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */

h1, h2, h3 { font-weight: normal; line-height: 110%; text-align: left; }
h1 { font-family: 'LatoRegular'; font-size: 2.25em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { 
	font-family: 'LatoLight'; font-size: 1.125em;
	margin: 1em 0; 
}
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { font-family: 'LatoLight'; font-size: 1.125em; margin: 1em 0; text-align: left; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; text-align: left; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; height: 13px; width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #eda62a; border-radius: 1px;
	border: 0;
	color: white; line-height: 25px; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	font-size: 1.125em;
	padding: 5px 12px!important;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: #e29b12; 
	color: #fff!important;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%; max-width: 1035px;
}

table {
	font-family: LatoLight;
	margin: 1.5em 0;
}
.tablecontainer table { margin: 0; }
table thead .types td, table tbody td.prices { 
	clear: both;
	/*overflow: auto;*/
	min-width: 150px;
}
table thead th, table thead td, table tbody td.prices { text-align: center; }
table th, table td {
	padding: 0.25em 0.4em; 
	white-space: nowrap;
	font-weight: 300;
}
#infotable th, table thead th, table tbody td.prices.single { padding-left: 0; }
table tbody tr.even td { background: #fefefe; }
table thead .types td > div, table tbody td.prices > span { 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-left: 4%;
	width: 48%;
}
table tbody td.prices.single > span {
	float: none;
	margin-left: 0;
	width: 100%;
}
table thead .types td > div:first-child, table tbody td.prices > span:first-child { margin-left: 0; }
.addinfo { display: inline-block; }
.addinfo .addinfo-info { display: none; }
.addinfo span { color: #eda62a; }
.addinfo .addinfo-info ul { padding-left: 1em; }
.addinfo .addinfo-info ul li { white-space: normal; }

/* Gesten-Icon */
#ajax-content .final .tablecontainer { position: relative; }
#ajax-content .final .gesture { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; }
.gesture > div {
	background: rgb(244, 244, 244);
	border: none; border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	display: none; 
	line-height: 120px;
	padding: 5px;
	position: absolute; top: 50%; left: 50%; bottom: 0; right: 0; z-index: 1;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 120px; height: 120px;
}
#ajax-content .final .gesture img { 
	vertical-align: middle; 
	width: 70px; height: auto;
}
@media screen and (max-width: 700px) {
	#ajax-content .final .gesture > div { display: block; }
}

/* Responsive Videos */
#article, #article p, #article ul {
	font-family: LatoLight;
	font-size: 18px
}
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
	border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

main article { line-height: 160%; text-align: justify; }
main article a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	transition: border 0.25s ease-in;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.fiftyfifty a { width: 49%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.35%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

/* Bilder mit Fließtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { 
	margin: 1.5em 0;
	overflow: auto; 
	max-width: 100%;
}
.tablecontainer table { width: 100%; }

/* CUSTOM */
.ui-datepicker-header { background: #eda62a!important; }
.ui-datepicker-header .ui-state-hover { 
	background: #e29b12!important;
	border-color: #e29b12!important;
}

.titlecolor { 
	color: #eda62a;
	display: inline!important;
	margin-right: 2px;
}
.titlecolor.aquaforum  { color: #07acad; }
.titlecolor.sportforum { color: #9dbe2d; }
.titlecolor.iceforum { color: #42a5dd; }

.customtooltip {
	font-size: 0.9em!important; font-family: LatoLight!important;
	line-height: 1.6em!important;
}

#ui-datepicker-div { z-index: 10!important; }

/* Footer */
#footer {
	clear: both;
	overflow: auto;
	margin-bottom: 2em;
}
#nav_copyright { float: left; }
#nav_copyright span, #languageselect {color: #f4f4f4; }
#languageselect { float: right; color: #aaa; }
#languageselect a { margin: 0; }
#nav_copyright, #languageselect { margin-top: 10px; }

#infofooter {
	clear: both;
	margin: 0 auto 1.5em;
}
#infofooter > * {
	background: #f4f4f4;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #aaa;
	display: inline-block;
	float: left;
	font-size: 0.95em; font-family: LatoLight; font-style: normal;
	line-height: 1.5em;
	margin-left: 2%;
	padding: 1em;
	width: 32%;
}
#infofooter > *:first-child { margin-left: 0; }
#infofooter > * .title .bold { 
	color: #333;
	font-weight: 600; 
}

/* DIV POPUP */
#videobtn { width: 67px; height: 94px; }
#videobtn > section {
	font-size: 2.5em; 
	line-height: 94px;
}
#divcontainer {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	color: #FFF;
	position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 1000;
}
#divpopup {
	position: absolute; left: 0; right: 0; bottom: 0; top: 10%;
	margin-left: 0; margin: 0 auto;
	height: auto; max-height: 480px;
	width: 90%; max-width: 853px;
	z-index: 1100;
}
#divcontainer.imgpopup #divpopup {
	background: #FFF;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	max-height: none; height: auto;
	padding: 1em;
	top: 50%; left: 50%; right: auto; bottom: auto;
	transform: translate(-50%, -50%);
	width: 90%; max-width: 300px;
}
#divpopup iframe { 
	border: none;
	width: 100%; max-width: 853px; max-height: 480px; height: 49.5vw;
} 
#divpopup .close {
	background: #eda62a;
	float: right;
	height: 45px; width: 45px;
	text-align: center;
}
#divpopup .close a {
	color: #FFF;
	display: block;
	font-size: 30px;
	line-height: 38px;
	text-decoration: none; text-indent: 1px;
}
#divpopup .close:hover { background: #e29b12; }

.buttonbox { margin: 1em 0 0; }
.buttonbox > * {
	background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: block;
	margin-top: 3px;
	text-decoration: none;
}
.buttonbox .icon {
	background: #eda62a;
	color: #fff;
	font-size: 1.5em;
	line-height: 20px;
	height: 42px;
	padding-top: 11.5px;
	text-align: center;
	vertical-align: -5px;
	width: 42px;
}
.buttonbox > * > * {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: inline-block;
	line-height: 0.8125em; /* ~ 13px */
	padding: 5px 7.5px;
}
.buttonbox > *:first-child { margin-top: 0; }
.buttonbox a, .buttonbox a:hover { color: #aaa; }
.buttonbox a:hover .icon { background: #e29b12; }

/* Infofooter */
#anreise { 
	overflow: hidden;
	position: relative;
}
#anreise img { 
	height: auto;
	position: absolute; bottom: 80px; right: -12px;
	width: 100%; max-width: 260px;
}
#anreise .buttonbox { margin-top: 5.45em; }

#socialmedia .buttonbox { margin: 0.5em 0; }
#socialmedia .noyt { margin: 1.97em 0; }
#socialmedia .icon {
	font-size: 2em;
	vertical-align: -7px;
}
#socialmedia .icon-letter {
	font-size: 1.5em; 
	vertical-align: -5px;
}
#socialmedia .icon.icon-youtube { font-size: 1.5em; }

/* Preisliste */
.pricetype {
	border-radius:6px;
	display:inline-block;
	height:12px;
	margin-left: 15px;
	vertical-align: -1px;
	width:12px;
}
.servicegroups {
	border-bottom: thin solid #f4f4f4;
	padding: 0.4em 0.5em;
	text-align: left!important;
}
.pricetype:first-child { margin-left: 0; }
.legende {
	display:inline-block;
	font-size:0.9em;
	margin-bottom: 1.5em;
	padding:2px 5px;
}
.legende > div { margin-right: 7px; }
.legendetop > div {
	display: inline-block;
	width: 45px;
}
.additionalinformation { 
	font-family: LatoLight; font-size: 1.125em;
	margin-bottom: 1.5em; 
}

@media screen and (max-width: 820px) {
	#infofooter > * { width: 49%; }
	#infofooter > *:nth-child(3) {
		display: inline-block;
		float: none;
		margin: 3% 25.5% 0;
	}
}

@media screen and (max-width: 550px) {
	#inner-wrapper { padding: 0; }
	#infofooter > * { 
		display: block!important;
		float: none;
		margin: 3% auto 0!important;
		width: 100%;
	}
	#infofooter > *:first-child { margin-top: 0!important; }
}

@media screen and (max-width: 480px) {
	#anreise .title, #anreise > img, #socialmedia .title { display: none; }
	#anreise .buttonbox, #socialmedia .buttonbox { margin-top: 0; }
}

/* START Hinweisbox */

.hint-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.hint-container {
	font-size: 16px;
	position: fixed; z-index: 10001; right: -600px;
	transition: right 1s cubic-bezier(0, 0, 0, 0.97);
	-webkit-transition: right 1s cubic-bezier(0, 0, 0, 0.97);
	-moz-transition: right 1s cubic-bezier(0, 0, 0, 0.97);
	-o-transition: right 1s cubic-bezier(0, 0, 0, 0.97);
	text-align: right;
	max-width: 650px;
}
.hint-container.show {
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
}
.hint-innercontainer {
	background: #FFF;
	box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.75);
	text-align: left;
	width: 100%;
}
.hint-image {
	background-position: center; background-repeat: no-repeat; background-size: cover;
	width: 100%;
}
.hint-content {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	font-size: 1.175em;
	line-height: 1.35em;
	position: relative; z-index: 1;
	width: 350px;
}

.hint-content .owl-prev { position: absolute; left: -90%; top: 50%; transform: translateY(-50%); }
.hint-content .owl-next { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); }
.hint-content .owl-prev i, .hint-content .owl-next i {
	background: #0c544c;
	cursor:	pointer;
	color: #fff;
}
.hint-content .owl-prev i { padding: 3px 0px 3px 10px; }
.hint-content .owl-next i { padding: 3px 3px 3px 6px; }

.hint-mobile-show { display: none; }
.hint-mobile-show img { width: 30px; }
.hint-remove, .hint-mobile-show { cursor: pointer; }
.hint-content .hint-remove, .hint-content .hint-mobile-show { position: absolute; z-index: 1;  }
.hint-content .hint-mobile-show { right: 2.25em; top: 0.9em; }
.hint-content .hint-remove { right: 0.5em; top: 1.05em; }
.hint-content .hint-mobile-show i { font-size: 1.65em; }
.hint-content .hint-remove i, .hint-content .hint-mobile-show i {
	color: #fff;
}
.hint-title {
	background: #eda62a;
	color: #FFF;
	padding: 1em;
}
.hint-content p {
	background: #ffffff;
	font-size: 0.9em;
	margin: 0;
	padding: 1.5em;
}
.hint-buttoncontainer {
	padding-left: 1.5em; padding-right: 1.5em; padding-top: 1.5em; padding-bottom: 1em;
	text-align: right;
}
.hint-content .button { font-size: 0.8em; }
.hintnav > a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #eda62a;
	padding: 0.5em;
	z-index: 120;
}
.hintnav .hintnavprev {
	left: -5px;
}
.hintnav .hintnavnext {
	right: -5px;
}
@media screen and (max-width: 680px) {
	.hint-mobile-show { display: block; }
	.hint-content-inner p { display: none; }
	.hint-buttoncontainer { display: none; }
	.hint-content .owl-nav { display: none; }
	.hint-content .owl-prev { left: -20px; }
	.hint-image { display: none; }
	.hint-content { width: 320px; }
	.hint-title { padding: 1em 4em 1em 1em; }
	.hint-container { width: 320px; }
	.hint-container.show {
		bottom: 100px;
		transform: translateX(50%);
	}
	.hintnav { display: none; }
}
@media screen and (max-width: 359px) {
	.hint-content { width: 280px; }
	.hint-container { width: 280px; }
}
/* END Hinweisbox */

/* PRINT STYLES */
@media print {
	html { font-size: 0.75em!important; }
	* { text-align: left; background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, nav#toplvlnav, #subnavcontentarea, #aside, #aside #showcasetiles, #breadcrumb, #prefooter, #nav_copyright, #languageselect, #anreise, #socialmedia { display: none; }
	#main { border-left: 0!important; background: none; box-shadow: none; margin: 0; }
	aside, #aside { display: none!important; }
	/*.slidebox dd { display: block!important; }*/
	#prefooter { padding-top: 1em; margin-top: 2em; border-top: thin solid #333; }
	.icon-print_2 { display: none; }
	#footer * { font-size: 0.875em!important; } /*~14px */

	#infofooter address, #infofooter #anreise, #socialmedia {
		border: thin solid #ccc;
		overflow: hidden;
		width: 100%;
	}
	#infofooter > * .title { 
		margin-bottom: 0.5em; padding-bottom: 0.25em;
		border-bottom: 1px solid #ccc;
	}
	.buttonbox, .buttonbox > * { margin: 0; }
	.buttonbox .icon {
		background: transparent;
		color: #000;
		height: 40px;
		padding-top: 10px;
		text-align: center;
		width: 40px;
	}
	.buttonbox > * > * {
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
		display: inline-block;
		line-height: 0.8125em; /* ~ 13px */
		padding: 5px 7.5px;
	}
	.accordion > div { display: block; }

}