@charset "utf-8";
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../font/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
@font-face {
	font-family: 'Alegreya Sans'; font-style: normal; font-weight: 400;
	src: url('../font/AlegreyaSans-Regular.ttf') format('truetype')
}
@font-face {
	font-family: 'Alegreya Sans'; font-style: normal; font-weight: 500;
	src: url('../font/AlegreyaSans-Medium.ttf') format('truetype')
}
@font-face {
	font-family: 'Alegreya Sans'; font-style: normal; font-weight: 700;
	src: url('../font/AlegreyaSans-Bold.ttf') format('truetype')
}
@font-face {
	font-family: "KievitOT";
	font-weight: normal;
	src: local('KievitOT'),
		 url("/template/font/KievitOT-Regular.woff2") format("woff2"),
		 url("/template/font/KievitOT-Regular.woff") format("woff"),
		 url("/template/font/KievitOT-Regular.otf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: "KievitOT";
	font-weight: bold;
	src: local('KievitOT'),
		 url("/template/font/KievitOT-Bold.woff2") format("woff2"),
		 url("/template/font/KievitOT-Bold.woff") format("woff"),
		 url("/template/font/KievitOT-Bold.otf") format("opentype");
	font-display: swap;
}

/* 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: #7e7974;
	font-family: 'KievitOT', Tahoma, Geneva, sans-serif; font-size: 20px; line-height: 1.431;
    margin: 0;
}
#footer {
	background: #8b8579;
	color: #fff;
	font-weight: normal;
	font-family: 'Alegreya Sans'; font-size: 1.1em;
	padding: 4em 0 4em;
}
#footer a { color: #fff; }
#footer a:hover { font-weight: bold; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #f00; background: rgba(179, 164, 129, 0.5);
	color: white; text-shadow: none;
}

/* Links */
a { color: #c3a658; text-decoration: none; }
a:hover { color: #af8d30; }
a:focus { outline: thin dotted; }
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; text-transform: uppercase; }
h1 { font-size: 3.6em; margin: 0.67em 0; }
h2 { font-size: 2.2em; margin: 0.83em 0; }
h3 { color: #c3a658; font-weight: bold; font-size: 1.4em; margin: 1em 0; }
h4 { font-size: 1.25em; margin: 1.33em 0; }
h5 { font-size: 1em; margin: 1.67em 0; }
h6 { font-size: 0.85em; 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 2em; }
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; }
ul li { list-style-type: square; }
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; }
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; }

/* 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: 1520px; }
.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; }

/* msg */
.msg {
	background: #c3a658;
	border: 1px solid #c3a658;
	color: #ffffff;
}
.msgerror { 
	background: #FFF; 
	border: 1px solid #C00;
	color: #C00;
}
.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: #c3a658;
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Alegreya Sans', sans-serif; font-size: 1.25em; font-weight: 400;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.4em 1.75em;
	text-decoration: none;
}
a.button.secondary { background: #fff; color: #7e7974; }
a.button.secondary:hover { color: #fff; }
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #a5842d; }
button[disabled], html input[disabled] { cursor: default!important; background: #838383; }
button[disabled]:hover, html input[disabled]:hover { background: #838383; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #BFA05A!important; }

/* START CUSTOM PART */

/* CLASSES */
.fullscreen {
	width: 1920px;
	position: relative;
	left: -220px;
}
@media screen and (max-width: 1920px) {
	.fullscreen {
		width: auto;
		position: relative;
		left: 0;
	}
}

.tablelayout {
	display: table;
	width: 100%;
}
.tablelayout > * {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: table-cell;
	padding: 0 1rem;
	vertical-align: middle;
}

.boxes {
	clear: both;
	overflow: auto;
	display: flex; flex-wrap: wrap;
}
.boxes > * {
	background: #8b8579;
	box-sizing: border-box;
	color: #FFF;
	display: flex; flex-direction: column;
	margin-top: 12px; margin-bottom: 12px;
	/*transition: background 0.3s linear; -webkit-transition: background 0.3s linear; -moz-transition: background 0.3s linear; -o-transition: background 0.3s linear;*/
}
.boxes > *:nth-child(2n-1) { margin-left: 0; }
.boxes > a {
	font-weight: 300;
	text-decoration: none;
}
.boxes img {
	display: block;
	height: auto;
	width: 100%;
}
.boxes .box-content {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border: 1px solid #8b8579;
	flex-grow: 1;
}
.boxes .box-content > * { text-align: center; }
.boxes h2, .boxes h3 {
	color: #FFF;
	margin-top: 0.5em;
	padding-left: 1em; padding-right: 1em;
}
.boxes .box-info {
	color: #000;
	font-weight: 600;
}
.box-info-table > * {
	background: #8b8579;
	color: #746c60;
	padding: 0.3em 1em;
}
.boxes .box-info-table > * {
	background: #8b8579;
	color: #FFF;
}
.box-info-table > *:nth-child(1) { text-align: left; }
.box-info-table > *:nth-child(2) { text-align: right; }
.boxes .box-content > *:last-child { padding-left: 1em; padding-right: 1em; padding-bottom: 1em; }
.boxes > *:hover, .boxes > *:hover h2, .boxes > *:hover h3 {
	background: #f9f9f9;
	color: #8b8579!important;
}

/* PRIMARY STYLES [layout] */
body.infopage #submenu, body.infopage #subheader { display: none; }

.secondary-link {
	color: #7e7974;
	display: block;
	text-transform: uppercase;
}
.secondary-link span {
	font-size: 0.9em;
	vertical-align: -3px;
	margin-left: 0.4em;
}

h1 .subtitle, h2 .subtitle, .title-block .subtitle {
	color: #c3a658;
	display: block;
	font-size: 0.3888em;
	font-weight: bold;
	line-height: 140%;
}
.title-block h2 { margin-top: 0; }
.title-block .subtitle {
	font-size: 1.4em;
	text-transform: uppercase;
}

#header {
	background-color: #8b8579;
	color: #fff;
	height: 90px;
}
#header a { color: #fff; }
#header > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}
#header .cta .icon span {
	color: #c1a55a;
	font-size: 2em;
	margin-right: 0.5em;
	vertical-align: middle;
}
#header	.menu-button { width: 90px; }
#header .logo {
	width: 170px;
	margin-top: 7px;
}
#header .logo img {
	width: 170px;
	height: auto;
}
#header .cta {
	width: calc(100% - 260px);
	text-align: right;
}
#header .cta > a {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}
#header .cta > a > div { display: inline-block; }
#header .cta .facebook img, #header .cta .instagram img {
	width: 25px;
	height: auto;
	vertical-align: middle;
}
#menu {
	display: none;
	position: relative;
}
#menu #nav {
	background: rgba(255, 255, 255, 0.95);
	position: absolute; top: 0; left: 0; right: 0;
	z-index: 10;
}
#menu #nav a { color: #7e746c; }
#menu #nav .menu-part { padding: 7em 7.85em; }
#menu #nav .wrapper {
	max-width: 1920px;
}
#menu #nav .menu-part > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-position: inside;
}
#menu #nav .menu-part > ul > li {
	box-sizing: border-box;
	width: 33.33%;
	margin-bottom: 1em;
	padding: 0 0.5em;
}
#menu #nav .menu-part > ul > li > ul {
	padding-left: 2.7em;
	padding-top: 0.5em;
	list-style-image: url(/grafik/template/menu_arrow.png);
}
#menu #nav .menu-part > ul > li > ul > li {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 1400px) {
	#menu #nav .menu-part { padding: 3em; }
}
@media screen and (max-width: 770px) {
	#menu #nav .menu-part > ul > li { width: 50%; }
}
@media screen and (max-width: 585px) {
	#menu #nav .menu-part > ul > li { width: 100%; }
}

#subheader { position: relative; }
#subheader .wrapper {
	padding: 0;
	max-width: 1920px;
}
#subheader #panorama .panoimg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(100vh - 265px)!important;
	max-height: calc(100vh - 265px)!important;
}
#subheader .tns-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}
#subheader .tns-nav button {
	background: #fff;
	border: none;
	padding: 0;
	width: 19px;
	height: 19px;
	margin-left: 15px;
}
#subheader .tns-nav button:first-of-type { margin-left: 0; }
#subheader .tns-nav button.tns-nav-active {
	background: #826d60;
}

#submenu {
	background: #8b8579;
	color: #fff;
}
#submenu form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#submenu form div {
	padding: 0 1em;
	position: relative;
}
#submenu form div.submenu-request, #submenu form div.submenu-book {
	padding: 0;
	display: inline-block;
}
#submenu form div.submenu-request { padding-left: 1em; }
#submenu form div.submenu-request a, #submenu form div.submenu-book a {
	padding: 1em 2em;
	text-transform: uppercase;
	font-size: 1.2em;
}
#submenu form input {
	color: #826d60;
	font-size: 1.1em;
	font-family: 'KievitOT';
	padding: 0 0.5em;
	height: 40px;
	width: 160px;
}
#submenu form .submenu-arrival label, #submenu form .submenu-departure label { margin-right: 0.35em; }
#submenu form .submenu-arrival img, #submenu form .submenu-departure img {
	position: absolute;
	right: 30px;
	top: 6px;
}
#submenu .open-calender { cursor: pointer; }
#submenu .deleter {
	cursor: pointer;
	display: none;
	width: 20px;
	top: 12px!important;
}
@media screen and (max-width: 1100px) {
	#submenu form div { padding: 0 0.5em; }
}
@media screen and (max-width: 1015px) {
	/*#submenu form { padding: 1em; }
	#submenu form .submenu-actions { margin-top: 1em; }
	#submenu form .submenu-arrival { margin-bottom: 0; }*/

	#submenu .wrapper { padding: 0 10px; }
	#submenu form div.submenu-request a, #submenu form div.submenu-book a { padding: 1em 0.75em; }
	#submenu form input { width: 140px; }
}
@media screen and (max-width: 850px) {
	#submenu { font-size: 0.8em; }
	#submenu form .submenu-actions { padding: 0; }
	#submenu form div { padding: 0 0.25em; }
}
@media screen and (max-width: 700px) {
	#submenu .wrapper { padding: 0; }
	#submenu form { padding: 0; }
	#submenu form .submenu-arrival, #submenu form .submenu-departure { display: none; }
	#submenu form .submenu-actions {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#submenu form .submenu-actions > div {
		padding: 0;
		width: 50%;
	}
	#submenu form .submenu-actions > div > a {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		padding: 0.75em 2em;
	}
}

.breadcrumps {
	color: #7e7974;
	font-size: 0.9em;
	margin: 4.11em 0 0;
}
.breadcrumps a { color: #7e7974; }

#footer .wrapper, .newsletter .wrapper { max-width: 1700px; }
#footer h3 {
	color: #fff;
	font-size: 2.05em;
	font-weight: normal;
}
#footer .cols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#footer .cols .col { width: 25%; }
#footer .cols .col > div, #footer .cols .col li { line-height: 160%; }

#partners { text-align: center; }
#partners .partner { margin-top: 1em; }
#partners .partner.astoria {
	background: #837b6d;
	display: inline-block;
	padding: 0.5em;
	margin-top: 1em;
	text-align: center;
}
#partners .partner.astoria img {
	width: 200px;
	height: 100%;
}

#copyrightfooter {
	color: #2d2d2d;
	font-size: 0.85em;
	font-family: 'KievitOT';
	text-transform: uppercase;
	padding: 1.25em 20px;
}
#copyrightfooter.wrapper { max-width: 1700px; }
#copyrightfooter a { color: #2d2d2d; }
#copyrightfooter a:hover { font-weight: bold; }
#copyrightfooter a:first-of-type { text-transform: none; }
#copyrightfooter #languageselect .active { font-weight: bold; }
#copyrightfooter #nav_copyright { float: left; }
#copyrightfooter #languageselect { float: right; }
#copyrightfooter::after {
	content: '';
	display: block;
	float: none;
	clear: both;
}

/* CONTENT */

/* START Newsletter Block */
.newsletter {
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 11.4em 0 3em;
	margin-top: 4em;
}
.newsletter .title {
	font-size: 2.5em;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}
.newsletter form input {
	border: none;
	height: 50px;
}
.newsletter form input:first-of-type {
	box-sizing: border-box;
	color: #826d60;
	padding: 0.375em 1.3em;
	height: 65px;
	width: 400px;
}
.newsletter form input:last-of-type {
	box-sizing: border-box;
	height: 65px;
	padding: 0.375em 1.25em;
	text-transform: uppercase;
}
.newsletter .desc {
	margin-top: 1.5em;
	font-size: 1.0655em;
}

@media screen and (max-width: 700px) {
	.newsletter form {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.newsletter form input:first-of-type { width: 60%; }
	.newsletter form input:last-of-type { width: 40%; }
}
@media screen and (max-width: 500px) {
	.newsletter .title { font-size: 2.5em; }
	.newsletter form input:first-of-type { width: 100%; }
	.newsletter form input:last-of-type { width: 100%; }
}
/* END Newsletter Block */

/* END CUSTOM PART */

/* START Sticker */
#sticker {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: absolute; right: 25px; bottom: 18px; z-index: 2;
	max-width: 320px;
	text-decoration: none;
	opacity: 0.9;
	font-size: 1em;
}
#sticker > div {
	background: #8b8579;
	box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4); -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4);
	color: #ffffff;
	font-weight: 300;
	padding: 4px;
	display: table;
	width: 100%;
	transition: background 0.3s linear; -webkit-transition: background 0.3s linear; -moz-transition: background 0.3s linear; -o-transition: background 0.3s linear;
}
#sticker > div:hover { background: #c3a658; }
#sticker > div > div {
	border: 2px solid #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: table-cell;
	padding: 0.5rem;
	text-align: center;
	vertical-align: middle;
	width: 100%; height: 100%;
}
#sticker-headline {
	color: #ffffff;
	font-family: 'Kalam', Arial, cursive; font-size: 1.3em;
}
#sticker > div > div p { margin-bottom: 0; }
#header.hidesticker #sticker { opacity: 0; }

@media screen and (max-width: 1500px) {
	#sticker { font-size: 0.9em; }
}

@media screen and (max-width: 1370px), (max-height: 890px) {
	#sticker {
		font-size: 1em;
		right: 15px;
		top: 10px;
		position: absolute;
	}
	#sticker-headline { font-size: 1em; }
	#sticker > div {
		border-radius: 0;
		height: auto!important;
	}
	#sticker > div > div {
		border-radius: 0;
		padding: .25rem;
	}
	#sticker > div > div p { display: none;	}
}
/* END Sticker

/* START titleandtextl */
.titleandtextl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 4em 0 6em;
}
.titleandtextl .title-block {
	box-sizing: border-box;
	width: 47%;
	padding-right: 4em;
}
.titleandtextl .desc-block { width: 53%; }
/* END titleandtextl */

/* Start Hamburger CSS */
.hamburger {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover { opacity: 0.7; }
.hamburger.is-active:hover { opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after { background-color: #fff; }
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before { top: -10px; }
.hamburger-inner::after { bottom: -10px; }

/* Spin  */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before { transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Spin Reverse */
.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before { transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* End Hamburger CSS */

/* 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 {
        border: none;
	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%; margin-top: 0.25%; margin-bottom: 0.25%;
	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 { width: 64.45%; }
.responsiveimages.sixtyfx2thirtyf .rightside { width: 64.2%; }

.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; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }
.fancybox-button[disabled], .fancybox-button[disabled]:hover { background: none!important; }

/* Tiny-Slider */
.tns-outer { position: relative; z-index: 1; }
.tns-nav { text-align: center; }
.tns-nav > * {
	background: #FFF;
	border: 1px solid #000;
	display: inline-block;
	outline: none;
	width: 16px; height: 16px;
}
.tns-nav > *.tns-nav-active { background: #000; }
.tns-nav > * + * { margin-left: 8px; }
.tns-controls > * {
	background: #000;
	border: none;
	color: #FFF;
	display: inline-block;
	font-size: 80px;
	outline: none;
	position: absolute; z-index: 1000; top: 50%;
	transform: translateY(-50%);
	width: 40px;
}
.tns-controls > *:first-child { left: 0; }
.tns-controls > *:last-child { right: 0; }

/* Cookie Hint */
#cookiehint {
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: calc(100% - 20px); max-width: 400px;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 10px; bottom: 10px;
}
#cookiehint.bottom-higher { bottom: 40px; }
#cookiehint p {
	margin: 0; margin-right: 38px;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a[href="javascript:;"] { position: absolute; z-index: 1; right: 5px; top: 5px; }
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.top { top: 10px; bottom: initial; }

/* START Element Titelbox */
.titelbox {
	background-position: center;
	background-size: cover;
	color: #fff;
	display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;
	padding: 6em 0;
	position: relative;
}
.titelbox::before {
	content: '';
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	background: rgb(139,133,121);
	background: linear-gradient(270deg, rgba(139,133,121,1) 30%, rgba(139,133,121,0) 100%);
}
.titelbox .textcontent {
	box-sizing: border-box;
	width: 50%;
	padding-right: 1em;
	z-index: 10;
}
.titelbox .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.5em;
	hyphens: none;
	line-height: 1.1;
}
.titelbox .subtitle {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 0.5em;
}
.titelbox .action {
	font-size: 0.8em;
	margin-top: 1em;
}
.titelbox .title, .titelbox .subtitle { max-width: 350px; }

@media screen and (max-width: 780px) {
	.titelbox { justify-content: center; }
	.titelbox .textcontent {
		width: 100%;
		text-align: center;
		padding: 0 1em;
	}
	.titelbox .title, .titelbox .subtitle { max-width: none; }
	.titelbox::before { background: rgba(139,133,121, 0.6); }
}
@media screen and (max-width: 500px) {
	.titelbox { padding: 2em 0; }
}
/* END Element Titelbox */

/* START Horizontales Accordeon */
.horizontal-accordion {
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	min-height: 500px;
	gap: 2px;
}
.horizontal-accordion .horizontal-accordion-item {
	background-position: center;
	background-size: cover;
	cursor: pointer;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.horizontal-accordion .horizontal-accordion-item.active {
	width: 80% !important;
	transition: width 1s ease-out;
}
.horizontal-accordion .horizontal-accordion-item::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(139,133,121, 0.6);
	transition: background 1s ease-out;
}
.horizontal-accordion .horizontal-accordion-item.active .horizontal-accordion-content {
	padding-bottom: 1em;
}
.horizontal-accordion .horizontal-accordion-item.active::before {
	background: linear-gradient(0deg, rgba(139,133,121,1) 40%, rgba(139,133,121,0) 100%);
}
.horizontal-accordion .horizontal-accordion-item:hover .horizontal-accordion-content {
	padding-bottom: 4em;
}
.horizontal-accordion .horizontal-accordion-item.active:hover .horizontal-accordion-content {
	padding-bottom: 4em;
}
.horizontal-accordion .horizontal-accordion-item .horizontal-accordion-content .title, .horizontal-accordion .horizontal-accordion-item .horizontal-accordion-content .desc {
	opacity: 0;
	height: 0;
	transition: opacity 1s ease-out;
}
.horizontal-accordion .horizontal-accordion-item.active .horizontal-accordion-content .title, .horizontal-accordion .horizontal-accordion-item.active .horizontal-accordion-content .desc {
	opacity: 1;
	height: auto;
}
.horizontal-accordion .horizontal-accordion-item .horizontal-accordion-content {
	position: relative;
	padding: 1em;
	transition: padding 1s ease 0s;
	width: 100%;
}
.horizontal-accordion .horizontal-accordion-item .horizontal-accordion-content .icon img { max-width: 55px; }
.horizontal-accordion .horizontal-accordion-item.active .horizontal-accordion-content .title {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 0.8em;
}
.horizontal-accordion .horizontal-accordion-item.active .horizontal-accordion-content .desc {
	font-size: 0.9em;
	margin-top: 1em;
}
@media screen and (max-width: 700px) {
	.horizontal-accordion { min-height: 400px; }
	.horizontal-accordion .horizontal-accordion-item .horizontal-accordion-content .icon span { font-size: 2.25em; }
	.horizontal-accordion .horizontal-accordion-item.active .horizontal-accordion-content .title { font-size: 1em; }
	.horizontal-accordion .horizontal-accordion-item.active .horizontal-accordion-content .desc { font-size: 0.8em; }
}
@media screen and (max-width: 680px) {
	.horizontal-accordion { flex-wrap: wrap; }
	.horizontal-accordion .horizontal-accordion-item { width: 100%!important; }
	.horizontal-accordion .horizontal-accordion-item.active { width: 100%!important; }
}
/* END Horizontales Accordeon */

/* Media Queries */
@media screen and (max-width: 1600px)  {
	#subheader #panorama .panoimg { height: 45.83vw!important; }
}

/* Mobil bzw. Touchscreen */
@media screen and (max-width: 1210px) {
	.titleandtextl .title-block { width: 100%; }
	.titleandtextl .desc-block { width: 100%; }

	#footer .cols .col { width: 50%; }
}
@media screen and (max-width: 1023px), (any-hover: none) {
}
@media screen and (max-width: 1020px) {
	#header .cta > a { margin-right: 20px; }
	#header .cta > a.mail .icon span { margin: 0!important; }
	#header .cta > a.mail > div.text { display: none; }
}
@media screen and (max-width: 800px) {
	/* 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; }

	h1 { font-size: 2.8em; }
	h2 { font-size: 2em; }
	h2 .subtitle { font-size: 0.7em; }


}
@media screen and (max-width: 660px) {
	#header .cta > a.phone .icon span { margin: 0!important; }
	#header .cta > a.phone > div.text { display: none; }

	#footer h3 {
		text-align: center;
		margin-bottom: 0.25em;
	}
	#footer .cols .col {
		width: 100%;
		text-align: center;
	}
	#footer .cols .col ul { padding: 0; }
	#footer .cols .col ul li { list-style: none; }
}
@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; }

	body { font-size: 1.15em; }

	#header { height: 80px; }
	#header .menu-button { width: 70px; }
	#header .logo { width: 150px; }
	#header .logo img { width: 100%; height: auto; }
	#header .cta { width: calc(100% - 220px) }
	#header .cta > a { margin-right: 15px; }

	.titleandtextl { margin: 2em 0 4em; }
}

@media screen and (max-width: 430px) {
	#header .cta > a.mail { margin-right: 0; }
	#header .cta .facebook, #header .cta .instagram { display: none; }

}

/* PRINT STYLES */
@media print {
	* { 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, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }

	#panorama-container { display: none; }
	#submenu { display: none; }

	.galleryelement { display: none; }
	#vourboxes { display: none; }
	.offer-slides-container { display: none; }
	.newsletter { display: none; }
	#copyrightfooter { display: none; }

	.vourtextboxes .blocks .block { width: 100% !important; }
	.vourtextboxes .blocks .block .block-content { padding: 2em 0!important; }
	.vourtextboxes .blocks .block:nth-of-type(odd) { margin: 0!important; }
	.vourtextboxes .blocks .block:nth-of-type(even) { margin: 0!important; }

	.titleandtextl .title-block { width: 100% !important; }
	.titleandtextl .desc-block { width: 100% !important; }
}