@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 */
body {
	background: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px; 
	line-height: 1.5em;
	max-width: 1920px;
	margin: 0 auto;
}

::selection {
	background: #6bc201;
	color: white; text-shadow: none;
}

/* Links */
a { color: #333; transition: all 0.2s ease-out; }
a:hover { color: #6bc201; transition: all 0.2s ease-in; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */
.wfont { font-family: 'MeteoconsRegular'; }
h1, h2, h3 { font-weight: normal; line-height: 120%; text-align: left; }
h1 { font-size: 2em; 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 { 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 { margin: 1em 0; }
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;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
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; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
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; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1180px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* 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 { 
	background: #FFF; 
	border: 1px solid #6bc201;
	color: #6bc201;
}
.msgerror { 
	background: #FFF; 
	border: 1px solid #bd0625;
	color: #bd0625;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; }

/* 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: #6bc201; 
	border: 0;
	color: #fff; 
	line-height: 60px;
	text-decoration: none; 
	text-transform: uppercase;
	display: inline-block;
	padding: 0 60px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-style: italic;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: #72D000; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }
#article a.more, #article a.back, input[type="submit"], input[type="button"] {
	padding: 0 2em;
	line-height: 40px;
}

#aside a.button { display: block; }
/* Datepicker */
div .ui-widget-header { background: #6bc201!important; }

/* START CUSTOM PART */
#header-container {
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
#topheader { background-color: #333; }
#header { background-color: #fff; min-height: 120px; }
#logo img {
    width: 200px;
	padding: 25px 0;
    border: 0;
    vertical-align: middle;
}
#nav-top {
	text-align: right;
	color: #fff;
	font-weight: 500;
}
#nav-top ul li {
	display: inline-block;
	margin: 0 10px;
}
#nav-top a {
	color: #fff;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 40px;
}
#nav-top a:hover { color: #ccc; }
/* Navigation */
#nav > ul {
	text-align: left;
	position: relative;
}
#nav > ul > li { display: inline-block; }
#nav ul li a { text-decoration: none; }
#nav > ul > li > a {
	text-transform: uppercase;
	padding: 0 20px;
	font-weight: 900;
	font-style: italic;
	font-size: 1.25em;
	color: #000;
	line-height: 120px;
	display: inline-block;
}
#nav > ul > li.active > a, #nav > ul > li > a:hover { background-color: #6bc201; color: #fff; }
#nav  ul  ul { display: none; }
/* Subnav */
#nav > ul > li:hover > ul {
	padding: 30px;
	display: block;
	left: 0;
	right: 0;
	position: absolute;
}
#nav > ul > li > ul {
	background-color: rgba(51,51,51,0.9);
}
#nav > ul > li > ul > li > a {
	color: #fff;
	display: block;
	border-top: 1px solid rgba(255,255,255, 0.3);
	text-align: left;
	line-height: 40px;
	padding: 0 10px;
}
#nav > ul > li > ul > li > a:hover { color: #ccc; }
#nav > ul > li > ul > li:last-child > a {
	border-bottom: 1px solid rgba(255,255,255, 0.3);
}
/* Mobile */
#showmobilemenu {
	color: #6bc201;
	cursor: pointer;
	display: none;
	text-align: right;
}
#showmobilemenu:hover { color: #63b202; }
#showmobilemenu i { 
	font-size: 40px;
	line-height: 120px;
	height: 40px;
}
/* Panorama */
#panorama-container {
	padding-top: 160px; 
	position: relative;
}
#weather {
	color: #fff;
	width: 400px;
	position: absolute;
	bottom: 40px;
	left: 40px;
}
#weatherbox {
	text-decoration: none;
	color: #fff;
}
#weatherbox:hover {
	color: #eee;
	display: inline-block;
}
#weatherbox .wfont {
	float: left;
	font-size: 90px;
	line-height: 90px;
	text-align: center;
	vertical-align: middle;
	padding-right: 20px;
	width: 90px;
}
#weatherbox .desc {
	display: inline-block;
    margin-top: 0;
    padding-top: 0;
    vertical-align: middle;
}
#weatherbox .desc .temp {
	display: inline-block;
    text-align: left;
    float: left;
	font-style: italic;
}
#weatherbox .desc .temp-min {
	border-right: 2px solid #fff;
	margin-right: 15px;
	padding-right: 15px;
}
#weatherbox .desc .visible-large {
	margin: 0.83em 0;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
}
#weatherbox .desc span {
	font-size: 0.75em;
	text-transform: uppercase;
}
#weatherbox .desc .temp div {
	font-size: 2em;
}
#tour-planner {
	font-size: 1.125em;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
#tour-planner a {
	margin-top: 20px;
	display: block;
	font-style: italic;
	text-transform: uppercase;
	padding: 1em 2em;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	font-size: 1.125em;
}
#tour-planner a:hover {
	background-color: rgba(255,255,255,0.5);
}
#tour-planner a i {
	margin-left: 10px;
	font-size: 1.125em;
}
#quicklinks {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
body.infopage #quicklinks { margin-top: 160px; }
.red { background: #bd0625; }
.blue { background: #0695f1; }
.orange { background: #f3b404; }
.green { background: #009795; }
.gray { background: #d3d3d3; }
#quicklinks a {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 900;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.25em;
	padding: 1.8em 0;
	border-left: 1px solid #fff;
}
#quicklinks a.red {
	border: none;
}
#quicklinks a:hover {
	opacity: 0.8;
}
/* Aside */
#aside { padding-left: 2em; }
/* Weekly Program */
#weekly-program {
	background-color: #eee;
	margin-bottom: 40px;
}
#weekly-program > h2, .showcase-imagetext .imagetext-content > h2, .showcase-image .image-content > h2, .showcase-text .text-content > h2 {
	margin: 0;
	padding: 0.95em 1.5em;
	background-color: #6bc201;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 500;
}
#weekly-program .week-days {
	display: flex;
}
#weekly-program .week-days > div {
	cursor: pointer;
	flex-grow: 1;
	background-color: #ccc;
	line-height: 50px;
	text-align: center;
}
#weekly-program .week-days .active {
	background-color: #ddd;
}
#weekly-program .weeknr-container {
	padding: 0.8em 1.5em;
	text-align: center; 
}
#weekly-program .weekly-program-datepicker {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 1.5em;
	text-align: center;
}
#weekly-program .weekly-program-datepicker:focus { outline: none; }
#weekly-program .weekly-program-datepicker i {
	font-size: 0.8em;
	margin-left: 5px;
	vertical-align: 2px;
}
#weekly-program .weekly-program-datepicker + input {
	border: none;
	display: block;
	opacity: 0;
	padding: 0;
	width: 1px; height: 1px;
}
#weekly-program .owl-controls {
	position: absolute; left: 0; right: 0; top: 50%; z-index: 1;
	transform: translate(0, -50%);
}
#weekly-program .owl-controls .owl-buttons > * { 
	display: inline-block; 
	font-size: 1.25em;
	position: absolute; top: 50%; left: 1.5em; z-index: 1;
	transform: translate(0, -50%);
}
#weekly-program .owl-controls .owl-buttons > *:nth-child(2) { left: auto; right: 1.5em; }
#weekly-program .owl-controls .owl-buttons > *.disabled { display: none; }
#weekly-program .date {
	background-color: #ddd;
	padding: 1.5em 3.5em;
}
#weekly-program .ajaxloader {
	display: none;
	padding: 2em 0;
	text-align: center;
}
#weekly-program .ajaxloader i {
	animation: rotating 1s linear infinite; -webkit-animation: rotating 1s linear infinite; -moz-animation: rotating 1s linear infinite; -ms-animation: rotating 1s linear infinite; -o-animation: rotating 1s linear infinite;
	font-size: 1.5em;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#weekly-program .weekly-program-notours {
	padding: 2em 0;
	text-align: center;
}
.tour {
	border-top: 1px solid #DDD;
	color: #333;
	display: block;	
	padding: 1.5em;
	text-decoration: none;
}
.tour.hidden { display: none; }
.tour:first-child { border-top: none; }
#weekly-program .tour:hover { background: #E6E6E6; color: #333; }
.tour > div {
	border-left: 10px solid #DDD;
	padding-left: 1.2em;
	position: relative;
}
#gallery .tour > div { 
	border-left: none;
	padding-left: 1.2em;
}
.tour.mtb > div { border-left-color: #bd0625; }
.tour.rennrad > div { border-left-color: #0695f1; }
.tour.genussebike > div { border-left-color: #f3b404; }
.tour.e-mtb > div { border-left-color: #009795; }
.tour.fahrtechniktraining > div { border-left-color: #d3d3d3; }

#weekly-program .tour .fa-angle-right, #showcase-accommodations .accommodation-title .fa-angle-right  {
	position: absolute;
	font-size: 1.25em;
	line-height: 20px;
	right: 0;
	margin-top: -10px;
	top: 50%;
}
#weekly-program .tour span.title, #showcase-accommodations .accommodation-title span.title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 1em;
	text-transform: uppercase;
}
#weekly-program .tour span.subtitle, #showcase-accommodations .accommodation-title span.subtitle {
	margin: 0;
	font-size: 0.875em;
	font-style: italic;
}
#weekly-program .program {
	background-color: #ddd;
	padding: 1.5em;
}
.colors { padding: 1.5em; padding-top: 0.5em; }
.colors h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	font-size: 1em;
	margin-top: 0;
}
.colors ul {
	padding: 0;
	margin: 0;
}
.colors ul li {
	list-style-type: none;
	line-height: 40px;
	font-size: 0.875em;
}
.colors ul li span {
	display: inline-block;
	margin-right: 12px;
	width: 12px;
	height: 12px;
}
.showcase + .showcase { margin-top: 40px; }
/* Accommodations Showcase */
#showcase-accommodations a.accommodation-container {
	background-color: #eee;
	padding: 0.8em 1.5em;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}
#showcase-accommodations a.accommodation-container:last-child { border: none; }
#showcase-accommodations .switch a {
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background-color: #6bc201;
	color: #fff;
	padding: 1.25em 0;
	font-size: 0.875em;
}
#showcase-accommodations .switch a:hover {
	background-color: #72D000;
}
#showcase-accommodations a.accommodation-container:hover { background-color: #ccc; }
#showcase-accommodations .switch a.active {
	background-color: #63b202;
}
#showcase-accommodations .switch i {
	font-size: 1.25em;
	padding-right: 10px; 
}
#showcase-accommodations .accommodation-title {
	display: block;
	position: relative;
	padding: 10px 20px;
}
#showcase-accommodations .accommodation-image {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
}
#showcase-accommodations #offers-tab {
	display: none;
}
#showcase-accommodations .highlight-week-title {
	background-color: #ddd;
	padding: 0.8em 1.5em;
	font-weight: 700;
	font-style: italic;
}
#showcase-accommodations .highlight-week-title span {
	margin-top: 10px;
	display: block;
	font-weight: normal;
}
#showcase-accommodations .no-offers {
	background-color: #eee;
	padding: 0.8em 1.5em;
	font-size: 0.875em;
}
#showcase-accommodations .price-container span { 
	display: inline-block; 
	font-size: 1.25em; 
	font-weight: 900; 
	font-style: italic; 
	padding-left: 0.3em;
}
#showcase-accommodations .button {
	margin-top: 1em;
}
.showcase-imagetext .imagetext-text, .showcase-text .text-text  {
	background-color: #eee;
	padding: 1.5em;
}
.showcase-imagetext a, .showcase-image a, .showcase-text a {
	cursor: pointer;
	display: block;
	text-decoration: none; 
}
.showcase-imagetext a .imagetext-text, .showcase-text a .text-text { color: #333; }
.showcase-imagetext a:hover .imagetext-text, .showcase-text a:hover .text-text { background-color: #ddd; }
.showcase-imagetext h3, .showcase-text h3 { font-weight: bold; }
.showcase .imagetext-text > *:first-child, .showcase .text-text > *:first-child { margin-top: 0; }
.showcase .imagetext-text > *:last-child, .showcase .text-text > *:last-child { margin-bottom: 0; }
#main {
	margin-top: 80px;
	margin-bottom: 80px;
}
#article h1 {
	font-size: 3em;
	font-weight: 900;
	font-style: italic;
	color: #6bc201;
	text-transform: uppercase;
}
#article h2 {
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
}
#article h3 {
	font-size: 1.25em;
	font-weight: 700;
}
#article p, #article li {
	font-size: 1.125rem;
	line-height: 2.1rem;
}
#highlights {
	background-color: #eee;
	padding-top: 80px;
	padding-bottom: 120px;
}
#highlights .highlight-box-container {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
}
#highlights .highlight-box {
	box-sizing: border-box;
	width: 32%;
	margin-right: 2%; 
	background-color: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
	display: inline-block;
}
#highlights .highlight-box:last-child { margin-right: 0; }
#highlights .highlight-box:hover {
	background-color: #fcfcfc;
	color: #333;
}
#highlights h2.section-title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	color: #6bc201;
	font-size: 3em;
	font-style: italic;
	margin-bottom: 80px;
}
#highlights .highlight-box-image { position: relative; }
#highlights .highlight-box-image span {
	text-transform: uppercase;
	display: block;
	width: 60%;
	text-align: center;
	line-height: 40px;
	background-color: #6bc201;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	position: absolute;
	bottom: -20px;
	left: 20%;
	right: 20%;
}
#highlights .highlight-box-image span.no-image {
	position: relative;
	bottom: auto; left: auto; right: auto;
	width: 100%;
}
#highlights .highlight-box-content {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 2em;
}
#highlights .highlight-box-content h2 {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 700;
	color: #6bc201;
}
#highlights .highlight-box-content span {
	display: block;
	font-weight: 500;
}
/* Gallery */
#gallery {
	width: 100%;
	max-width: 100%;
}
#gallery > .row > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 480px;
	background-color: #eee;
}
#gallery .tour {
	display: none;
	height: 480px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-decoration: none;
}
#gallery .tour .tour-detail {
	margin: auto;
	text-align: center;
	padding: 10%;
}
#gallery .tour .tour-detail h2 {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	font-style: italic;
}
#gallery .tour .tour-detail span {
	display: inline-block;
	padding: 20px 0;
	font-size: 1em;
}
#gallery > .row > div:hover .tour {
	display: flex;
}
.logos {
	display: table;
    table-layout: fixed;
    padding: 1.5em 0;
}
.logos > * {
    display: table-cell;
    padding: 0 5%;
    text-align: center;
    vertical-align: middle;
    width: 17.5%;
}
#prefooter {
	padding: 80px 0;
	background-color: #333;
	color: #808080;
}
#prefooter h2 {
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}
#prefooter ul {
	margin-top: 0;
	padding: 0;
}
#prefooter ul li {
	list-style-type: none;
	padding: 10px 0;
}
#prefooter ul li a {
	text-decoration: none;
	color: #808080;
}
#prefooter ul li a:hover { color: #6bc201; }
#prefooter ul li a i {
	margin-right: 5px;
}
#prefooter ul.menucol > li {
	padding: 0;
}
#prefooter ul.menucol > li > a {
	margin: 0.83em 0;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}
#prefooter .logos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#prefooter .logos a {
	width: 50%;
	margin-bottom: 1em;
}
.logos a { opacity: 0.7; }
.logos a:nth-child(2) { padding: 0 2.5em; }
.logos a:nth-child(3) img { max-width: 90px; }
.logos a:hover, #app-buttons-container a:hover { opacity: 1; }
#app-buttons-container a {
	opacity: 0.5;
}
#app-buttons-container { margin-bottom: 2em; }
#footer {
	font-size: 0.875em;
	color: #fff;
	padding: 20px 0;
	background-color: #6bc201;
}

#footer #nav_copyright a {
	text-decoration: none;
	color: #fff;
	line-height: 40px;
}
#footer #scroll-top {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	background-color: #333;
	text-align: center;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
}
#main table th, #main table td {
	padding: 1em;
	border: 1px solid #ddd;
}
#main table th {
	text-align: left;
	background-color: #eee;
}
#main table td {
	text-align: center;
	background-color: #fcfcfc;
}
i.fa-star-o { margin-right: 2px; }
h1 i.fa-star-o { margin-right: 5px; }

/* CLASSES */
.visible-large, .hidden-small { display: block; }
.showcase-content { border: 1px solid #ddd; }

/* PRIMARY STYLES [layout] */
#article .info-table {
	border-collapse: collapse;
	display: table; 
	margin-left: 2em; margin-bottom: 2em;
	float: right;
	width: 100%; max-width: 450px;
}
#article .info-table > .info-table-row { display: table-row; }
#article .info-table > .info-table-row > * { 
	display: table-cell; 
	border: 1px solid #eee;
	border-collapse: collapse;
	padding: 1em; 
}
#article .info-table > .info-table-row > *:first-child {
	background-color: #fcfcfc;
	width: 33%;
	font-weight: bold;
}
#article .info-table .button {
	line-height: 1.35em;
	padding: 0.4em 0.8em; 
}
#article .info-table .button.map { margin-top: 0.3em; }
#article .info-table .button span { margin-right: 1em; }
/* CONTENT */
.textimagebox {
	display: table;
	margin: 2.5em 0;
	width: 100%;
}
.textimagebox[data-href] { cursor: pointer; }
.textimagebox > * {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.textimagebox .image { background-position: center center; background-size: cover; background-repeat: no-repeat; }
.textimagebox .text {
	background: #6bc201;
	color: #FFF;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	padding: 2em 2.5em;
	position: relative; z-index: 1;
	text-align: center;
}
.textimagebox .text:after {
	border-width: 20px 20px 20px 0;
    border-color: transparent #6bc201 transparent transparent;
	border-style: solid;
	content: '';
	display: inline-block;
	position: absolute; top: 50%; left: -20px; z-index: 1;
	transform: translate(0, -50%);
}
.textimagebox.img-right .text:after {
	border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #6bc201;
	left: auto; right: -20px;
}
.textimagebox .text h2 { 
	margin-top: 0;
	text-align: center; text-transform: uppercase;
}
.textimagebox .text p { 
	font-size: 1.05em!important; 
	line-height: 1.5em!important;
}
.textimagebox .transition-container {
	overflow: hidden;
	position: relative; z-index: 1;
}
.textimagebox .content {
	position: relative; left: 0; top: 0; z-index: 1; 
	transition: left 1s ease-in-out; -webkit-transition: left 1s ease-in-out; -moz-transition: left 1s ease-in-out; -o-transition: left 1s ease-in-out;
}
.textimagebox[data-href]:hover .content { left: -500px; }
.textimagebox .button {
	background: #63b202;
	display: inline-block;
	margin: 0 auto;
	position: absolute; top: 500px; left: 0; right: 0; z-index: 1;
	transform: translate(0, -50%);
	transition: top 0.5´7s ease-in-out; -webkit-transition: top 0.7s ease-in-out; -moz-transition: top 0.7s ease-in-out; -o-transition: top 0.7s ease-in-out;
	text-align: center;
}
.textimagebox[data-href]:hover .button {
	transform: translate(0, -50%);
	top: 50%;
}

/* Guides */
#guides-overview .guide {
	width: 100%;
	display: flex;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	margin-bottom: 40px;
}
#guides-overview .guide-description {
	width: 50%;
	padding: 1em 2em;
}
#guides-overview .guide-image {
	width: 50%;
	display: flex;
}
#guides-overview .guide-image div {
	display: flex;
	flex-grow: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Betriebe */
#companies {
	margin: 2em 0;
	display: flex;
}
#companies .company {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 2em;
	background-color: #eee;
	border: 1px solid #ddd;
	width: 49%;
	margin-right: 2%;
}
#companies .company:last-child {
	margin-right: 0;
}
#companies .company:hover {
	background-color: #ddd;
}

/* Filter */
.offer-filter-inner {
	clear: both;
	overflow: auto;
	margin-bottom: 2em;
}
.offer-filter-inner > * {
    border: 1px solid #333;
	color: #333;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0.2em;
    padding: 0.5em 0.6em;
}
.offer-filter-inner > * span {
    border: 1px solid #333;
    margin-right: 0.5em;
    padding: 0.1em 0.4em;
    text-align: center;
}
.offer-filter .filter-title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}	
.offer-filter-inner > *.inactive span {
	color: transparent;
}
.noresults {
	display: none;
}

.sun { margin-right: 0.25em; }
/* END CUSTOM PART */

/* Responsive Videos */
#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 {
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* 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.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.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.85%; }

.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%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* 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 { overflow: auto; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em 3em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
@media screen and (max-width: 1920px) {
	#panorama-container, #quicklinks {
		max-width: 1600px;
		margin: 0 auto;
	}
}

/* Media Queries */
@media screen and (max-width: 1140px) { 
	#gallery > .row > div { height: 320px; }
	#gallery .tour { height: 320px; }
	#quicklinks a { font-size: 0.875em; }
	#aside { padding-left: 0;}
}

/* Media Queries */
@media screen and (max-width: 1180px) {  
	#nav > ul > li > a { font-size: 1em; }
}

@media screen and (max-width: 1010px) {  
	#nav > ul > li > a { font-size: 0.9em; }
}

/* Media Queries */
@media screen and (max-width: 960px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important; }
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }
	/* Classes */
	.visible-large { display: none; }
	
	/* Header */
	
	/* Navigation */
	#navigationcol { text-align: right; }
	#showmobilemenu {display: inline-block;}
	#nav > ul > li:hover > ul {
		display: none;
		position: relative;
		padding: 0;
		left: auto;
		right: auto;
	}
	#nav {
		background: #eee;
	    display: block;
		padding: 0;
	    overflow: auto;
		top: 160px;
	    position: fixed;
	    left: -1024px;
	    bottom: 0;
	    z-index: 1;
	    transition: left 1s ease-in-out;
	    -webkit-transition: left 1s ease-in-out;
	    -moz-transition: left 1s ease-in-out;
	    -o-transition: left 1s ease-in-out;
	    width: 100%;
		border-top: 1px solid #ddd;
	}
	#nav i {
		background: #000;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		line-height: 30px;
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 1;
		text-align: center;
		width: 30px;
		height: 30px;
		border-radius: 50%;
	} 
	#nav ul { display: block; }
	#nav ul li {
	    display: block;
	    position: relative;
		height: auto;
		padding: 0;
	}
	#nav > ul > li:after { display: none; }
	#nav > ul > li.active:after { display: none; }
	#nav > ul > li > a {
		font-size: 1.2em;
		font-weight: 700;
		display: block;
		color: #000;
		text-align: left;
		padding: 10px 20px;
		line-height: 40px;
		height: 60px;
	}
	#nav > ul > li:hover > a { color: #fff; background-color: #63b202; }
	#nav > ul > li.active > a { color: #fff; }
	#nav > ul > li > ul > li > a { 
		padding: 10px 20px;
		line-height: 40px;
		height: 60px;
	}
	#nav > ul > li > ul > li:hover > a { color: #fff; background-color: #333; }
	body.mobilemenu #nav { left: 0; }
	body.showmobilemenu #panorama-container, 
	body.showmobilemenu #quicklinks, 
	body.showmobilemenu #main,
	body.showmobilemenu #highlights,
	body.showmobilemenu #gallery,
	body.showmobilemenu .logos, 
	body.showmobilemenu #prefooter, 
	body.showmobilemenu #footer { 
		display: none; 
	}
	/* Other */
	#article { margin-bottom: 3em; }
	#quicklinks a { 
		font-size: 1em; 
		border: none;
		padding: 1.5em 0;
	}
	#prefooter > .wrapper > .row > *:nth-child(3) {
		clear: both;
	} 
	#article h1, #highlights h2.section-title {
		font-size: 2.5em;
	}
	/* Highlights */
	#highlights .highlight-box-container { flex-direction: column; }
	#highlights .highlight-box {
		width: 100%;
		margin: 0 0 2em 0;
		padding: 0;
	}
	/* Wetter, Tourenplaner */
	#weatherbox .wfont {
		font-size: 45px;
		line-height: 45px;
		width: 45px;
	}
	#tour-planner a {
		margin: 0;
		padding: 0 2em;
		line-height: 50px;
		font-size: 1em;
	}
}

@media screen and (max-width: 800px) { 
	/* Guides */
	#guides-overview .guide { flex-direction: column; font-size: 1em; }
	#guides-overview p { font-size: 1em; }
	#guides-overview .guide-description { width: 100%; }
	#guides-overview .guide-image { width: 100%; height: 320px; }
	#article .info-table { 
		float: none;
		margin-left: 0;
		max-width: 100%;
	}
	#tour-planner a { padding: 0 1em; }
}

@media screen and (max-width: 585px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }
	.hidden-small { display: none; }
	#main {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	/* Topheader */
	#topheader { }
	#topheader #nav-top, #topheader #nav-top a {
	}
	#nav-top li:last-child { margin-right: 0; }
	#article h1, #highlights h2.section-title {
		font-size: 2em;
		word-wrap: break-word;
	}
	#nav-top ul .hidden-small { display: none; }
	#nav { top: 130px; }
	#prefooter, #prefooter h2, #prefooter ul.menucol > li {
		text-align: center;
	}
	#quicklinks a { 
		padding: 1em 0;
	}
	#logo img {
		width: 140px;
		padding: 20px 0;
	}
	#showmobilemenu i {
		line-height: 90px;
		font-size: 30px;
		height: 30px;
	}
	#header { min-height: 90px; }
	#panorama-container { padding-top: 130px; }
	#companies {
		flex-direction: column;
	}
	#companies .company {
		width: 100%;
		margin-right: 0;
		margin: 1em 0;
	}
	/* Text Imagebox */
	.textimagebox { display: block; }
	.textimagebox > * { display: block; width: 100%; }
	.textimagebox .image { height: 240px; }
	.textimagebox .text:after, .textimagebox.img-right .text:after { display: none; }
}

/* PRINT STYLES */
@media print {
	* { color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	.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 */
	#article h1 { font-size: 2.5em; }
	#header, #header-container, #panorama-container, #quicklinks, #aside, #footer, #copyright, #cookiehint, #highlights, #gallery, .logos, .offer-filter, #twidget-tourbtnbox, #twidget-backbutton, #twidget-tourcarousel-carousel, #twidget-filter { display: none!important; }
	#accommodation-overview a[href]:after { content: ''; }
	#albums a[href]:after { content: ''; }
	#bildergalerie a[href]:after { content: ''; }
	#prefooter { background: #fff; padding: 20px; }
	#prefooter ul li {
		display: inline-block;
		font-size: 0.8em;
	}
	#prefooter ul li::after { content: ' | '; }
	#prefooter ul li:nth-of-type(4)::after { content: ''; }
	#prefooter > div > div > ul, #prefooter > div > div > div:nth-of-type(2) { display: none; }
	#prefooter > div > div > div:nth-of-type(1).col-3 { 
		width: 100%; 
		text-align: center;
	}
	#prefooter > div > div > div > h2 { 
		margin-bottom: 10px;
		text-align: center; 
	}
	#prefooter > div > div > div > ul > li { padding: 2px; }
	#prefooter > div > div > div > ul > li:nth-of-type(5) { display: none; }
	.grid-container, .wrapper { max-width: none; }
	.col-8 { width: 100%; }
	#main { 
		margin-top: 0;
		margin-bottom: 0;
	}
	main { background: none; box-shadow: none; margin: 0; }
	main article  { 
		float: none; 
		font-size: 12pt; 
		padding: 0; 
		width: 100%; 
	}
	.slidebox dd { display: block!important; }
	#twidget-tourinfo { font-size: 0.9em; }
	.twidget-video-container { 
		padding-bottom: 650px!important; 
		page-break-inside: avoid; 
	}
	#article p, #article li {
		font-size: 1rem;
		line-height: 1.8rem;
	}
}