@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: 'La Pontaise'; font-style: normal; font-weight: 400;
	font-display: block;
	src: local('sans-serif'), url('../font/LaPontaise-Regular.ttf') format('truetype');
	src: url('../font/LaPontaise-Regular.woff') format('woff'),
		 url('../font/LaPontaise-Regular.woff2') format('woff2'),
		 url('../font/LaPontaise-Regular.otf') format('opentype')
}

@font-face {
	font-family: 'La Pontaise'; font-style: normal; font-weight: 500;
	font-display: block;
	src: local('sans-serif'), url('../font/LaPontaise-Medium.ttf') format('truetype');
	src: url('../font/LaPontaise-Medium.woff') format('woff'),
		 url('../font/LaPontaise-Medium.woff2') format('woff2'),
		 url('../font/LaPontaise-Medium.otf') format('opentype')
}

@font-face {
	font-family: 'Questa Sans'; font-style: normal; font-weight: 400;
	font-display: block;
	src: local('sans-serif'), url('../font/QuestaSans-Regular.otf') format('opentype');
	src: url('../font/QuestaSans-Regular.woff') format('woff'),
		 url('../font/QuestaSans-Regular.woff2') format('woff2')
}

@font-face {
	font-family: 'Martel Sans'; font-style: normal; font-weight: 400;
	font-display: block;
	src: local('sans-serif'), url('../font/MartelSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Martel Sans'; font-style: bold; font-weight: 700;
	font-display: block;
	src: local('sans-serif'), url('../font/MartelSans-Bold.ttf') format('truetype');
}

/* 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: 'Questa Sans', Tahoma, Geneva, sans-serif; font-size: 15px; line-height: 1.531;
    margin: 0;
}
#main { font-size: 1.625em; }

::selection {
	background: #f00; background: rgba(14, 84, 76, 0.5);
	color: white; text-shadow: none;
}

/* Links */
a { color: #11544c; }
a:hover { color: #22a594; }
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-family: 'La Pontaise'; font-weight: normal; line-height: 110%; text-align: left; }
h1 { font-size: 1.385em; margin: 0.67em 0; }
h2 { font-size: 1.385em; margin: 0.83em 0; }
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.85em; margin: 1.67em 0; }
h6 { font-size: 0.65em; 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; }
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] { border-color: #d3d3d3; color: #d3d3d3; cursor: default; }
button[disabled]:hover, html input[disabled]:hover { border-color: #d3d3d3; color: #d3d3d3; }
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; }
th { 
	background: #11544c;
	color: #fff;
}
th, td { padding: 0.25em; }
tr:nth-of-type(odd) { background: #dfdfdf; }

/* 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: 1800px; }
.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: #d4edda; 
	border: 1px solid #c3e6cb;
	color: #155724;
}
.msgerror { 
	background: #f8d7da; 
	border: 1px solid #f5c6cb;
	color: #721c24;
}
.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: transparent;
	border-radius: 0px; border: 0; border-bottom: 3px solid #11544c;;
	color: #11544c;
	display: inline-block;
	font-family: 'Martel Sans'; font-size: 1.15em; font-weight: 700;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0em 0.25em;
	text-transform: uppercase;
	text-decoration: none;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { color: #22a594; border-color: #22a594; }
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: #111!important; }

/* START CUSTOM PART */

/* CLASSES */
.video-container {
	overflow: hidden;
	position: relative;
	height: 100vh;
}
.video-container video {
	height: 100%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* PRIMARY STYLES [layout] */
#article h1:first-of-type { display: none; }
#article h1.nowrapper {
    box-sizing: border-box;
	width: 100%;
    max-width: 1800px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
}
.infopage #main { margin-top: 2em; }
.infopage #article h1:first-of-type { display: block; }
.infopage #panorama-container {
	background: #11544c;
	height:	280px;
}
.infopage #article h1:first-of-type {
	position: absolute;
	top: 115px;
	color: #e7c6bf;
	font-size: 1.75em;
}

@-webkit-keyframes hvr-pulse {
  25% {
	bottom: -10px;
  }
  75% {
	bottom: 0;
  }
}
@keyframes hvr-pulse {
  25% {
	  bottom: -10px;
  }
  75% {
	bottom: 0;
  }
}

#header .scrolldown {
	outline: none;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	cursor: pointer;
	position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;    
}
#header .scrolldown::selection { background: transparent; }
#header .scrolldown i {
	color: #fff;
    font-size: 5em;
}
#panorama-container .panoramaimg {
	height: 100vh;
	background-color: #11544c;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#panorama-container #slogan {
	box-sizing: border-box;
	color: #fff;
	position: absolute; top: 50%; left: 50%; z-index: 3;
    min-width: 65%;
    text-align: center;   
	font-family: 'Martel Sans';
    font-size: 3.75em;
    font-weight: bold;
    transform: translate(-50%, -50%);
}
#panorama-container #logo {
	position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;	
} 
#panorama-container #logo img {
	width: 100%;
    max-width: 535px;
    padding: 2em;
    box-sizing: border-box;
}
#panorama-container .owl-nav i {
	color: #fff;
	font-size: 5em;
}
#panorama-container .owl-nav > button, #panorama-container .owl-nav > div {
	border: 0;
	position: absolute;
    top: 50%;
	z-index: 5;
    transform: translateY(-50%);
}
#panorama-container .owl-nav .owl-prev { left: 8%; }
#panorama-container .owl-nav .owl-next { right: 8%; }
#panorama-container #nav_left {
	position: absolute;
    top: 60px;
    left: 60px;
    z-index: 3;
}
#panorama-container #mobilemenubutton { display: none; }
#panorama-container #nav_left a, #panorama-container #nav_right #contactlink {
	color: #fff;
	font-family: 'Martel Sans'; font-size: 1.15em; font-weight: 700;
	padding: 0em 0.25em;
	text-transform: uppercase;
	text-decoration: none;
}
#panorama-container #nav_left a:hover, #panorama-container #nav_right #contactlink:hover { border-bottom: 1px solid #fff; }
#panorama-container #nav_left li.active a { border-bottom: 1px solid #fff; }
#panorama-container #nav_left li { 
	float: left; 
	margin-left: 6em;
}
#panorama-container #nav_left li:first-of-type { margin-left: 0; }
#panorama-container #nav_right {
	position: absolute;
	top: 60px;
	right: 60px;
	z-index: 3;
}
#panorama-container #nav_right #contactlink {
	float: left;
	margin-right: 6em;
	padding-bottom: 6px;
}
#panorama-container #nav_right .socialmedia { float: right; }
#panorama-container #nav_right .socialmedia a img {
	width: 20px;
	vertical-align: top;
	margin-right: 1em;
}
#panorama-container #nav_right .socialmedia a i {
	color: #fff;
}
#panorama-container #languageselect {
	position: absolute;
	right: 60px;
	top: 140px;
	z-index: 3;
}
#panorama-container #languageselect a {
	color: #fff;
	display: block; 
	text-decoration: none;
	font-family: 'Martel Sans'; font-size: 1.25em; font-weight: 700;
}
#panorama-container #languageselect a::after {
	border: 1px solid #fff;
    content: '';
    display: block;
    width: 10px;
    margin: 10px 0;
}
#panorama-container #languageselect a:last-of-type::after {
	border: none;
}

#footer {
	margin-top: 3em;
    margin-bottom: 3em;
}
#footer a {
	color: #111111;
	font-family: 'Martel Sans'; 
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 3em;
}
#footer a:hover { text-decoration: underline; }
#footer #nav_footer {
	float: left;
}
#footer #nav_copyright {
	float: right;
}
#footer #scrollup {
    background: #111;
	-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
	display: none;
	position: fixed; right: 20px; bottom: 20px; z-index: 3;
    padding: 0.25em;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;  
}
#footer #scrollup i {
	color: #fff;
	font-size: 3em;
	vertical-align:	middle;
}
#footer::after {
	content: '';
	clear: both;
	display: block;
	float: none;
}

.decointro .responsiveimages {
	clear: none!important;
	overflow: visible!important;
}

.decointro .responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: none!important;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	text-decoration: none;
	width: 100%;
	text-align: left!important;
}

.decointro .green .responsiveimages a img {
	width: 100%!important;
	max-width: 740px!important;
}

.decointro .rosa .responsiveimages a img {
	width: 100%!important;
	max-width: 1193px!important;
}

/* CONTENT */
/* START Menu Fragment */
.menucardscontainer {
	margin-top: 6em;
	margin-bottom: 4em;
}
.menuitem { text-align: center; }
.menucardtable { 
	display: table;
	width: 100%;
}
.menucardcol {
	display: table-cell;
	text-align: center;
	width: 50%;
}

@media screen and (max-width: 560px) {
	.menucardscontainer {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.menucardtable { display: block; }
	.menucardcol {
		margin-top: 2em;
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 1725px) {
	.decointro .responsiveimages a { text-align: center!important; }	
}
/* END Menu Fragment */

/* START Event Fragment */
#events .event {
	display: table;
	margin: 4em 0;
	width: 100%;
}
#events .event > * {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#events .event > *:first-child { padding-right: 60px; }
#events .event > *:last-child { padding-left: 60px; padding-top: 60px; }
#events .event img {
	display: block;
	height: auto;
	width: 100%; max-width: 750px;
}
#events .event h2 {
	font-weight: 500;
	margin: 0;
}
#events .event .date {
	margin-bottom: 0.5em; margin-top: 0.5em;
	font-size: 0.75em;
}
#events .event .teaser { font-size: 0.92em; }
#events .event .actions {
	margin-top: 2em;
	text-align: right;
}
#events .event .next {
	color: #333;
	font-size: 0.92em;
	text-transform: uppercase; text-decoration: none;
}
.noevents { margin: 1em 0; }
@media screen and (min-width: 1024px) and (max-width: 1300px) {
	#events .event > *:last-child {
		font-size: 0.9em;
		padding-top: 0;
		vertical-align: middle;
	}
}
@media screen and (max-width: 1023px) {
	#events .event, #events .event > * { display: block; }
	#events .event {
		margin-left: auto; margin-right: auto;
		max-width: 750px;
	}
	#events .event > * {
		padding: 0!important;
		width: 100%;
	}
	#events .event > *:last-child { padding-top: 2em!important; }
}
@media screen and (max-width: 585px) {
	#events .event h2 { margin-top: -18px; }
}
/* END Event Fragment */

/* START Offerboxes */
.offerspreview-container {
	margin-top: 0; margin-bottom: 3em;
	padding-top: 0; padding-bottom: calc(4em - 32px);
	position: relative; z-index: 1;
}
.offerspreview-container h2 {
	margin-top: 0; margin-bottom: 2em;
	text-align: center; text-transform: uppercase;
}
.offerspreview-container-btnbox {
	position: relative; z-index: 1; bottom: -3.2em;
	text-align: center;
}
.offerspreview-container-btn {
	background: #111;
	color: #FFF!important;
	padding: 0.35em 0.5em;
	text-decoration: none;
}

#offerboxes {
	color: #000;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left: -0.25em;
	width: calc(100% + 0.5em);
}
#offerboxes::after {
	clear: both;
	content: '';
	display: table;
}
#offerboxes > * {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 0.25em;
	text-align: center; text-decoration: none;
	width: 33.33%;
}
@supports (display: grid) {
	#offerboxes > * { width: 100%!important; }
}
#offerboxes .offerbox-title {
	font-family: 'Questa Sans'; font-size: 0.92em;
	line-height: 1.25em;
	margin: 0;
	padding: 0.5em; padding-bottom: 0;
	text-transform: uppercase; text-align: center;
}
#offerboxes .offerbox-nightsstring {
	font-size: 0.8em; font-style: italic;
	line-height: 1.25em;
	padding: 0.5em;
}
#offerboxes .offerbox-title, #offerboxes .offerbox-nightsstring {
	background: #11544c;
	color: #FFF;
}
#offerboxes img {
	display: block;
	height: auto;
	width: 100%;
}
#offerboxes .offerbox-likebtn {
	background: #FFF;
	color: #333;
	padding-top: 1.1em;
	text-align: left;
}
#offerboxes .offerbox-likebtn a {
	color: #333;
	font-size: 0.92em;
	text-transform: uppercase;
	text-decoration: none;
}
#offerboxes .offerbox-likebtn a:last-of-type { margin-left: 1em; }
@media screen and (max-width: 1150px) {
	#offerboxes {
		color: #001;
		grid-template-columns: 1fr 1fr;
	}
	#offerboxes > * { width: 50%; }
}
@media screen and (min-width: 701px) and (max-width: 1150px) {
	.offerspreview-container #offerboxes > *:last-child { position: relative; z-index: 1; left: 25%; }
	@supports (display: grid) {
		.offerspreview-container #offerboxes > *:last-child { left: 50%; }
	}
}
@media screen and (max-width: 700px) {
	#offerboxes {
		color: #002;
		grid-template-columns: 1fr;
	}
	#offerboxes > * { width: 100%; }
}
/* END Offerboxes */

/* START Hinweisbox */

.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: 50px;
    right: 50px;
}
.hint-innercontainer {
	background: rgba(231, 198, 191, 0.8);
	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);
	color: #11544c;
	display: table;
	table-layout: fixed; text-align: left;
	width: 100%;
}
.hint-innercontainer > * {
	display: table-cell;
	vertical-align: top;
}
.hint-image {
	background-position: center; background-repeat: no-repeat; background-size: cover;
	width: 300px;
}
.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: -20px; 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-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; top: 0; }
.hint-content .hint-mobile-show i { font-size: 1.65em; }
.hint-content .hint-remove i, .hint-content .hint-mobile-show i {
	color: #0e544c;
	font-size: 3em;
}
.hint-title {
	background: #0e544c;
	color: #FFF;
	padding: 1em;
}
.hint-content a { text-decoration: none; }
.hint-content a:hover { color: #0c544c; }
.hint-content p { 
	font-size: 1.75em;
	font-family: 'La Pontaise';
	margin: 0;
	padding: 2em 2em 1em;
	text-align: center;
	line-height: 1.3;
}
.hint-content p img {
	width: 150px!important;
	margin: 1em auto 0;
}
.hint-buttoncontainer { 
	margin-left: 1.5em; margin-right: 1.5em; margin-top: 1.5em; margin-bottom: 1em;
	text-align: right;
}
.hint-content .button { font-size: 0.8em; }
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 750px) {
	.hint-mobile-show { display: block; }
	.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-content p img { display: none!important; }
	.hint-content .hint-remove i, .hint-content .hint-mobile-show i { font-size: 2em; }
	.hint-content p {
		font-size: 1em;
	}
	.hint-container.show {
		right: 10px;
		bottom: 10px;
	}
}
@media screen and (max-width: 359px) {
	.hint-content { width: 280px; }
	.hint-container { width: 280px; }
}
/* END Hinweisbox */

.responsiveimages.threeinarow .owl-prev, .responsiveimages.sixinarow .owl-prev, .responsiveimages.nineinarow .owl-prev {
	position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.responsiveimages.threeinarow .owl-prev i, .responsiveimages.sixinarow .owl-prev i, .responsiveimages.nineinarow .owl-prev i { color: #fff; }
.responsiveimages.threeinarow .owl-prev.disabled, .responsiveimages.sixinarow .owl-prev.disabled, .responsiveimages.nineinarow .owl-prev.disabled { display: none; }
.responsiveimages.threeinarow .owl-next, .responsiveimages.sixinarow .owl-next, .responsiveimages.nineinarow .owl-next {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.responsiveimages.threeinarow .owl-next i, .responsiveimages.sixinarow .owl-next i, .responsiveimages.nineinarow .owl-next i { color: #fff; }
.responsiveimages.threeinarow .owl-next.disabled, .responsiveimages.sixinarow .owl-next.disabled, .responsiveimages.nineinarow .owl-next.disabled { display: none; }

/* 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 {
    border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages:not(.owl-carousel) 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:not(.owl-carousel) a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; text-align: center; }
.responsiveimages.fullwidth a img { max-width: 1193px!important; }
.responsiveimages.portrait a { width: 100%; max-width: 596px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.threeinarow:not(.owl-carousel) a { width: 33%; }

.responsiveimages.owl-carousel .owl-item img {
	height: auto;
	width: 100%;
}
.responsiveimages:not(.owl-carousel) 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; }
	.responsiveimages.threeinarow a {
		margin-left: 0;
		width: 100%;
	}
}
@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; }

/* 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;
	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;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* START Hamburger Animation */
.hamburger {
	padding: 10px 10px 8px;
	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.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after { background-color: #fff; }
.hamburger-box {
	width: 30px;
	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: 30px;
	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; }
.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); 
}
/* END Hamburger Animation */

/* START Intro Vorlage */
.onlygreen {
	padding: 3em;
	background: #11544c;
	color: #e7c6bf;
}
.onlyrosa {
	padding: 3em;
	background: #e7c6bf;
	color: #11544c;
}
.decointro .green {
	padding: 3em 0 6em;
	background: #11544c;
	color: #e7c6bf;
}
.decointro .transparent {
	background: #FFF!important;
	color: #333!important;
}
.decointro .rosa {
	padding: 3em 0 0;
	margin-bottom: 30em;
	background: #e7c6bf;
	color: #11544c;
}
.decointro .title {
	padding: 0 40px;
	font-family: 'La Pontaise';
	font-size: 1.385em;
	margin-bottom: 2em;
}
.decointro .green .text {
	padding: 0 40px;
	max-width: 1000px;
	margin-left: 6em;
}
.decointro .green img {
	margin-top: 5em;
	margin-bottom: -16em;
}
.decointro .rosa .title {
	max-width: 800px;
	margin-right: 3em;
}
.decointro .rosa img {
	margin-top: 6em;
	margin-bottom: -26em;
	float: right;
}
.decointro .rosa::after {
	content: '';
	clear: both;
	display: block;
	float: none;
}
.decointro .rosa .text {
	padding: 0 40px;
	max-width: 800px;
	margin-right: 0;
}

@media screen and (max-width: 1725px) {
	.imgcontainer { text-align: center; }
	.decointro .green { padding-bottom: 4em; }
	.decointro .green img {
		margin-top: 2em;
		margin-bottom: 0;
		text-align: center;
		max-width: 740px;
		width: 100%;
		height: auto;
	}
	.decointro .rosa .title	{
		max-width: none;
		margin-right: 0;
	}
	.decointro .rosa .text { max-width: 1000px; }
	.decointro .rosa img {
		margin-top: 2em;
		margin-bottom: 4em;
		float: none;
		width: 100%;
		max-width: 806px;
		height: auto;
	}
	.decointro .rosa { margin-bottom: 2em; }
}
/* END Intro Vorlage */

/* Media Queries */
@media screen and (max-width: 1850px) {
	#footer { margin-bottom: 6em; }
}
@media screen and (max-width: 1550px) {
	#panorama-container #nav_left li { margin-left: 2.5em; }
	#panorama-container #nav_right #contactlink { margin-right: 2.5em; }
}
@media screen and (max-width: 1150px) {
	#panorama-container #nav_left li { margin-left: 1.25em; }
	#panorama-container #nav_right #contactlink { margin-right: 1.5em; }
	#panorama-container #slogan { font-size: 3em; }
}
@media screen and (max-width: 1010px) {
	/* 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; }
	
	body { font-size: 14px; }
	
	#panorama-container .owl-nav .owl-prev { left: 2%; }
	#panorama-container .owl-nav .owl-next { right: 2%; }
	#panorama-container .owl-nav i { font-size: 3em; }
	.infopage #article h1:first-of-type { display: block!important; }
	#article h1:first-of-type { display: none!important; }
	.infopage #article h1:first-of-type { top: 50px; }
	.infopage #article h1:first-of-type { display: block; }
	#panorama-container #nav {
		background: #0e544c;
		width: 100%;
		height: 100vh;
		position: fixed; left: 100vw; bottom: 0; z-index: 4;
		transition: left 750ms ease 0s;
	}
	#panorama-container #nav_left {
		position: static; top: auto; left: auto;
		padding-top: 110px;
	}
	#panorama-container #nav_left li {
		text-align: center;
		float: none;
		margin-left: 0;
		margin-top: 2em;
	}
	#panorama-container #nav_right {
		position: static; right: auto; top: auto; 
		text-align: center;
	}
	#panorama-container #nav_right #contactlink { 
		display: inline-block;
		float: none; 
		margin-right: 0;
		margin-top: 2em;
		text-align:	center;
	}
	#panorama-container #nav_right .socialmedia { 
		float: none;
		display: block;
		text-align: center;
		margin-top: 3em;
	}
	#panorama-container #languageselect {
		position: static; left: auto; top: auto;
		text-align:	center;
		margin-top: 1em;
	}
	#panorama-container #languageselect a {
		display: inline-block;
		margin-right: 1em;
		font-size: 1em;
	}
	#panorama-container #languageselect a:last-of-type { margin-right: 0; }
	#panorama-container #languageselect a::after { border: none; }
	#panorama-container #mobilemenubutton { 
		background: #111;
		-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
		box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
		display: block;
		position: fixed; top: 20px; right: 20px; z-index: 5;
	}
	#panorama-container #mobilemenubutton.open { box-shadow: none; }
}
@media screen and (max-width: 700px) {
	.decointro .green .text { margin-left: 0; }
}
@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; }
	
	#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

	body { font-size: 12px; }
	
	#panorama-container #logo img { padding: 0.5em; }
	#panorama-container .owl-nav i { font-size: 2em; }
	
	#footer #nav_footer { float: none; }
	#footer #nav_copyright { 
		float: none; 
		text-align: center;
	}
	#footer #nav_footer a { 
		display: block; 
		text-align: center;
		margin-bottom: 1em;
	}
	#footer a { margin-right: 0; }
	
	#panorama-container #slogan { font-size: 2em; }
	
	.decointro .title { padding: 0; }
	.decointro .green .text { padding: 0; }
	.decointro .rosa .text { padding: 0; }
}

/* 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; }
	
	.decointro .green { padding: 1em 0!important; }
	.decointro .title { margin-bottom: 1em; }
	.decointro .green .text { max-width: 100%; margin-left: 0; }
	.decointro .green img { margin: 1em 0!important; }
	.decointro .rosa { padding: 1em 0!important; margin-bottom: 1em; }
	.decointro .rosa img { margin: 1em 0!important; }
	.onlygreen { padding: 1em 0; }
	.threeinarow { display: none!important; }
	.infopage #article h1:first-of-type { position: relative; top: auto; }
	.requestcontainer { display: none; }
	.actions { display: none; }
}