@charset "utf-8";

@font-face {
	font-family: 'FuturaBT';
	src: url('/template/font/FuturaBT-Book.woff2') format('woff2'),
	url('/template/font/FuturaBT-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura Md BT';
	src: url('/template/font/FuturaBT-Medium.woff2') format('woff2'),
	url('/template/font/FuturaBT-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Le Havre Lrs';
	src: url('/template/font/LeHavreLayers-Primary.woff2') format('woff2'),
	url('/template/font/LeHavreLayers-Primary.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Maison De Fleur';
	src: url('/template/font/MaisonDeFleurRegular.woff2') format('woff2'),
	url('/template/font/MaisonDeFleurRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* 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: #3F3E37;
	color: #DFDAD4;
	font-family: 'FuturaBT', Tahoma, Geneva, sans-serif; font-size: 22px; line-height: 1.231;
    margin: 0;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#main, #footer { font-size: 1.090909em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #f00; background: rgba(99,102,65, 0.5);
	color: white; text-shadow: none;
}

/* Links */
a {
	color: #a5b15d;
	text-decoration: none;
}
a:hover { color: #c8d671; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

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

/* Typography */
h1, h2 { font-family: 'Le Havre Lrs'; font-weight: normal; line-height: 110%; text-align: left; }
h1 { color: #636641; font-size: 3em; margin: 0.67em 0 0.303030em; }
h2 { color: #636641; font-size: 2.5em; margin: 0.67em 0 0.303030em; }
h3 { font-size: 1.04545em; margin: 0.83em 0; font-weight: normal; text-transform: uppercase; }
h4 { font-size: 1em; margin: 1em 0; }
h5 { font-size: 0.95em; margin: 1.33em 0; }
h6 { font-size: 0.83em; margin: 1.67em 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 solid #DFDAD4;
	-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]:not(.fancybox-button), html input[disabled] { cursor: default!important; background: #838383;}
button[disabled]:hover:not(.fancybox-button), 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;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1460px; }
.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: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
}
.msgerror { 
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; color: #856404; }
.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: #636641;
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'FuturaBT'; font-size: 1em; font-weight: 400;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.75em 2em;
	text-decoration: none;
}
a.button:hover, button:hover:not(.fancybox-button), input[type="submit"]:hover, input[type="button"]:hover { background: #b6c364; }
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: #636641!important; }

/* START CUSTOM PART */

/* CLASSES */

/* PRIMARY STYLES [layout] */
html, body { height: 100%; }

.secbutton {
	background: none!important;
	border: 3px solid white!important;
	text-transform: uppercase;
}

#article {
	line-height: 1.8em;
	margin: 3em auto;
}
.infopage #article { margin: 0 auto; }

#header {
	position: relative;
	z-index: 10;
	height: 100%;
	overflow: hidden;
}
.nav {
	cursor: pointer;
	position: fixed;
	left: 2.1818em;
	top: 2.5em;
	z-index: 20;
}
.menu {
	display: none;
}
.menu.show {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	background: rgba(63, 62, 55, 0.92);
}
.menu .closemenu {
	position: absolute; top: 2.454545em; left: 2.318181em;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu > ul {
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.5em;
}
.menu > ul.glue {
	top: 10px;
	transform: none;
	height: calc(100vh - 20px);
	overflow: auto;
	margin-bottom: 10px;
}
.menu ul > li > ul {
	display: block;
	font-size: 0.5em;
}
.menu ul > li > ul > li { display: inline; }
.menu ul li a {
	color: #DFDAD4;
	line-height: 1.7em;
}
.menu ul > li > ul > li::after { content: ' - '; }
.menu ul > li > ul > li:last-of-type::after { content: '' }
.menu ul > li > ul > li:hover > a { border-bottom: 1px solid #ABA49A; color: #ABA49A; }
.menu > ul > li.active > a,  .menu > ul > li:hover > a { color: #ABA49A; }
.menu > ul > li.active > a, .menu > ul > li:hover > a { border-bottom: 1px solid #ABA49A; }
.menu > ul > li { position: relative; }
.menu > ul .openmenu {
	position: absolute;
	right: -80px;
	top: 0;
}
.menu > ul .openmenu img {
	display: inline;
	width: 20px;
	margin-left: 0.5em;
	background: #636b35;
	padding: 0.25em;
	vertical-align: middle;
}
.infopage #header { display: none; }
.infopage #nav_cta { display: none; }
.infopage h1 { margin-bottom: 1em; }
.nav .menubutton {
	display: block;
	width: 50px;
	position: relative;
}
.nav .menubutton span {
	background: #636b35;
	display: block;
	height: 4px;
	width: 50px;
	float: left;
}
#fixednav .nav .menubutton span { background: #636641; }
.nav .menubutton span:nth-of-type(2) {
	width: 40px;
	float: right;
	margin: 10px 0;
}
.nav .menubutton .desc {
	color: #fff;
	position: absolute; bottom: -95px; left: -2px;
	font-size: 1.090909em;
	transform: rotate(270deg);
}
#nav_cta {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}
#nav_cta .logo {
	background: #636b35;
	display: block;
	width: 10em;
}
#nav_cta .logo .desktoplogo { display: inline-block; }
#nav_cta .logo .mobileminilogo { display: none; }
#nav_cta .book img, #nav_cta .request img { display: none; }
#nav_cta .book span, #nav_cta .request span { display: inline; }
#mobile_nav_cta { display: none; }
#nav_cta .logo img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 2.25em 2em;
}
#nav_cta .request {
	background: #655E52;
	color: #fff;
	display: block;
	font-family: 'Le Havre Lrs';
	font-size: 0.8181em;
	text-align: center;
	padding: 0.75em 0;
}
#nav_cta .book {
	background: #3F3E37;
	color: #fff;
	display: block;
	font-family: 'Le Havre Lrs';
	font-size: 0.8181em;
	text-align: center;
	padding: 0.75em 0;
}
#header #panorama {
	height: 100%;
	position: relative;
	overflow: hidden;
}
#header #panorama .img {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
}
#header #panorama .owl-nav {
	position: absolute; right: 0; bottom: 0;
}
#header #panorama .owl-nav button {
	background: rgba(63, 62, 55, 0.9);
	width: 109px;
	height: 109px;
}
#header #panorama .owl-nav button:first-of-type { margin-right: 2px; }
#header .text {
	color: #fff;
	font-size: 3.090909em;
	text-transform: uppercase;
	position: absolute; left: 147px; bottom: 180px; z-index: 10;
}
#header .text .subtitle {
	font-size: 0.3529em;
	margin-top: 0.5em;
}
.socialmedia {
	position: fixed; left: 2.636363em; bottom: 2.5em; z-index: 14;
	transform: rotate(270deg);
	transform-origin: top left;
}
.socialmedia div { display: inline-block; }
.socialmedia .desc { color: #fff; }
.separator {
	border-top: 1px solid #fff;
	width: 20px;
	padding-bottom: 5px;
}
.socialmedia .facebook { margin: 0 1em 0 0.5em; }
#header .minicta {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#fixednav .minilogo {
	position: fixed; right: 2.636363em; top: 2.5em; z-index: 5;
}
#fixednav .minilogo .desktoplogo { display: inline-block; }
#fixednav .minilogo .mobileminilogo { display: none; }

#fixednav .mini_cta {
	position: fixed; right: 2.636363em; bottom: 2.5em; z-index: 5;
	transform: rotate(90deg);
	transform-origin: top right;
}
#fixednav .mini_cta a, #fixednav .mini_cta div {
	color: #fff;
	display: inline-block;
}
#fixednav .mini_cta a img { display: none; }

.subtitle {
	font-size: 1.045em;
	text-transform: uppercase;
}

.footermap {
	position: relative;
	text-align: center;
	margin-top: 2em;
}
.footermap #gmap_footer_map {
	color: #7f4c00;
	margin-bottom: 5px;
	width: 100%;
	height: 620px;
}
.footermap a {
	display: block;
	position: absolute;
	bottom: 3em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.25em;
	padding: 0.75em 4em;
}
#gmap_footer_alternative { margin-top: 3em; }

#footer { color: #ABA49A; }
#footer hr { border-top: 1px solid #aba49a; }
#footer a {	color: #ABA49A; }

#footermenu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 2em 0;
	line-height: 1.8em;
}
#footermenu > div {
	display: table-cell;
}
#footermenu #address { width: 50%; }
#footermenu #services { width: 30%; }
#footermenu #extra {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
#footermenu #extra a {
	display: block;
	text-transform: uppercase;
}
#footermenu #extra .feedback { margin-top: 2em; }

#footer #copyright {
	font-size: 0.91666em;
	margin-top: 2em;
	padding-bottom: 4em;
}
#footer #copyright #languageselect {
	display: block;
	float: left;
	width: 50%;
}
#footer #copyright #nav_copyright {
	display: block;
	width: 50%;
	float: right;
	text-align: right;
}
#footer #copyright::after {
	content: '';
	clear: both;
	float: none;
	display: block;
}

/* CONTENT */

/* START Review */
.reviews { margin: 3em auto; }
.reviewblock .deco {
	color: #ABA49A;
	font-size: 4em;
	margin-bottom: 0.25em;
}
.reviewblock .text {
	color: #ABA49A;
	font-size: 1.5em;
	line-height: 1.5em;
}
.reviewblock .text .title { margin-bottom: 0.5em; }
.reviewblock .from {
	color: #636641;
	font-size: 1.272727em;
	margin: 1.227em 0;
}
.reviewblock .owl-dots .owl-dot {
	background: #fff;
	border-radius: 30px;
	width: 15px;
	height: 15px;
	margin-left: 1em;
}
.reviewblock .owl-dots .owl-dot.active {
	background: #9e9e9e;
}
.reviewblock .owl-dots .owl-dot:first-of-type { margin-left: 0; }
.reviewfooter {
	text-align: right;
	margin-top: 1em;
}
.reviewfooter a {
	display: inline-block;
	vertical-align: middle;
}
.reviewfooter a img { vertical-align: middle; }
.reviews .feedback-icons { text-align: right; }
.reviews .feedback-icons .tripadvisor img {
	height: 51px;
	width: auto;
	vertical-align: -30px;
}
.reviews .feedback-icons .holidaycheck img {
	height: 109px;
	width: auto;
	vertical-align: middle;
}
@media screen and (max-width: 650px) {
	.reviewfooter {
		text-align: center;
		margin-top: 2em;
	}
	.reviewfooter a { display: block; }
}
/* END Review */

/* START Newsletter */
.newsletterform {
	background-size: cover;
	background-position: center center;
}
.newsletterform .content { padding: 3em 20px 9em; }
.newsletterform .content form { margin-top: 2em; }
.newsletterform .content form input[type="email"] {
	background: #DFDAD4;
	border: 1px solid #707070;
	font-size: 0.909090em;
	font-family: 'FuturaBT';
	padding: 1.5757em;
	width: 522px;
	float: left;
}
.newsletterform .content form .button {
	background: #636641;
	float: left;
	padding: 1.206em 0;
	width: 165px;
	text-align: center;
}
.newsletterform .content form a img { vertical-align: middle; }
.newsletterform .content form::after {
	content: '';
	clear: both;
	display: block;
	float: none;
}
@media screen and (max-width: 1670px) {
	.newsletterform .content form .button { padding: 1.127em 0; }
}
@media screen and (max-width: 790px) {
	.newsletterform .content form input[type="email"] { width: 60%; }
	.newsletterform .content form .button { width: 20%; }
}
@media screen and (max-width: 585px) {
	.newsletterform .content form .button { padding: 1.0182em 0; }
}
/* END Newsletter */

/* START Deco-Link */
.deco-link {
	color: #DFDAD4;
	text-transform: uppercase;
}
.deco-link::after {
	content: url('/grafik/template/next_bold.png');
	margin: 0 0.25em 0 0.75em;
	vertical-align: -2px;
}
.deco-link:hover::after { content: url('/grafik/template/next_bold_g.png'); }
/* END Deco-Link */

/* START ELEMENT Bildermittext */
.bildermittext {
	margin: 4em 0;
	position: relative;
}
.bildermittext .imgs {
	/*height: calc(1920px / 2.19);*/
	overflow: hidden;
}
.bildermittext .imgs .img img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bildermittext .desc {
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.bildermittext .title { white-space: nowrap; }
.bildermittext .title span {
	border: 3px solid #fff;
	padding: 15px 45px;
	font-size: 1.65em;
	text-transform: uppercase;
	font-family: 'Le Havre Lrs';
}
.bildermittext .subtitle {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.bildermittext .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.bildermittext .owl-dots .owl-dot {
	background: rgb(255, 255, 255, 0.50);
	border-radius: 15px;
	width: 15px;
	height: 15px;
	margin-left: 1.5em;
}
.bildermittext .owl-dots .owl-dot:first-of-type { margin-left: 0; }
.bildermittext .owl-dots .owl-dot.active { background: #fff; }
.bildermittext .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 47%;
	transform: translateY(-50%);
	z-index: 20;
}
.bildermittext .owl-nav .owl-prev, .bildermittext .owl-nav .owl-next { position: absolute; }
.bildermittext .owl-nav .owl-prev { left: 1.5em; }
.bildermittext .owl-nav .owl-next { right: 1.5em; }

@media screen and (max-width: 750px) {
	.bildermittext .desc {
		top: 30%;
		transform: translateY(-30%);
	}

	.bildermittext .title span {
		padding: 10px 35px;
		font-size: 0.75em;
	}

	.bildermittext .subtitle {
		top: 50px;
		font-size: 0.75em;
		padding: 0 5em;
		line-height: 1;
	}

	.bildermittext .owl-dots {
		bottom: 5px;
	}

	.bildermittext .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin-left: 0.5em;
	}
}
/* END ELEMENT Bildermittext */

/* START ELEMENT Zweiboxenmitbild */
.zweiboxenmitbild { margin: 4em 0; }
.zweiboxenmitbild .box:first-of-type {
	float: left;
	width: 50%;
}
.zweiboxenmitbild .box:last-of-type {
	float: right;
	width: 50%;
}
.zweiboxenmitbild .box img {
	display: block;
	width: 100%;
	height: auto;
}
.zweiboxenmitbild .box .img { position: relative; }
.zweiboxenmitbild .box .img .title {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
}
.zweiboxenmitbild .box .img .title span {
	border: 3px solid #fff;
	padding: 15px 45px;
	font-size: 1.65em;
	text-transform: uppercase;
	font-family: 'Le Havre Lrs';
}
.zweiboxenmitbild .box .img .subtitle {
	color: #fff;
	position: absolute;
	top: calc(50% + 80px);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.zweiboxenmitbild .box .img .deco-link {
	color: #fff;
	position: absolute;
	top: calc(50% + 130px);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.zweiboxenmitbild .box .img .deco-link::after { content: url('/grafik/template/next_bold_w.png'); }
.zweiboxenmitbild .box .img .deco-link:hover::after { content: url('/grafik/template/next_bold_w.png'); }

.zweiboxenmitbild::after {
	content: '';
	clear: both;
	display: block;
	float: none;
}

@media screen and (max-width: 800px) {
	.zweiboxenmitbild .box:first-of-type {
		float: none;
		width: 100%;
	}
	.zweiboxenmitbild .box:last-of-type {
		float: none;
		width: 100%;
	}
}
/* END ELEMENT Zweiboxenmitbild */

/* START ELEMENT Angebote */
.offerselement { margin: 4em 0; }
.offerselement .offerelement .offerimage img {
	display: block;
	width: 100%;
	height: auto;
}
.offerselement .offerelement .offerimage .img::after {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.offerselement .offerelement .offerimage { position: relative; }
.offerselement .offerelement .offerimage .topprice {
	background: #3F3E37;
	position: absolute; top: 0; right: 0;
	text-align: center;
	padding: 0.5em 1em;
}
.offerselement .offerelement .offerimage .topprice {
	color: #fff;
	font-size: 1.5em;
}
.offerselement .offerelement .offerimage .topprice .from {
	font-size: 0.696969em;
}
.offerselement .offerelement .offerimage .desc {
	position: absolute;
	bottom: 70px;
	text-align: center;
	left: 0;
	right: 0;
	padding: 0 1em;
}
.offerselement .offerelement .offerimage .desc .title {
	font-family: 'Le Havre Lrs';
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	line-height: 1.1;
}
.offerselement .offerelement .offerimage .desc .dates {
	margin-bottom: 1em;
}
.offerselement::after {
	content: '';
	clear: both;
	float: none;
	display: block;
}

.offerselement.owl-carousel .owl-stage { margin: 0px auto; }
.offerselement.owl-carousel .owl-nav .owl-prev {
	position: absolute; left: 0; top: 50%; z-index: 5;
	transform: translateY(-50%);
}
.offerselement.owl-carousel .owl-nav .owl-prev.disabled, .offerselement.owl-carousel .owl-nav .owl-next.disabled { display: none; }
.offerselement.owl-carousel .owl-nav .owl-next {
	position: absolute; right: 0; top: 50%; z-index: 5;
	transform: translateY(-50%);
}
.offerselement.owl-carousel .owl-nav img {
	background: #3f3e37;
	width: 20px;
	height: 20px;
	padding: 15px;
}
.offerselement.owl-carousel .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
.offerselement.owl-carousel .owl-dots .owl-dot.active { background: #636b35; }
.offerselement.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #3f3e37;
	margin-left: 10px;
}
.offerselement.owl-carousel .owl-dots .owl-dot:first-of-type { margin-left: 0; }
@media screen and (max-width: 1200px) {
	.offerselement .offerelement .offerimage .desc .title { font-size: 1.25em; }
}
@media screen and (max-width: 1200px) {
	.offerselement .offerelement .offerimage .desc { bottom: 30px; }
	.offerselement .offerelement .offerimage .topprice { font-size: 1.15em; }
	.offerselement.owl-carousel .owl-dots { bottom: 5px; }
}
/* END ELEMENT Angebote */

/* START News Fragment */
.newsfragment { margin: 4em 0; }
.newses .news .title {
	color: #DFDAD4;
	font-family: 'Le Havre Lrs';
	font-size: 1.545454em;
	margin-top: 1em;
	padding: 0 3em;
}
.newses .news .img img { height: auto; }
.newses .news .img .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #3f3e37;
	padding: 1em 2em;
}
.newses .news .img .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: #3f3e37;
	padding: 1em 2em;
}
.newses .news .date {
	color: #DFDAD4;
	font-size: 0.9090em;
	padding: 0 5.3em;
}
.newses .owl-prev, .newses .owl-next { position: absolute; }
.newses .owl-prev img, .newses .owl-next img {
	padding: 1em 2em;
	background: #3f3e37;
}
.newses .deco-link {
	padding: 0 5.3em;
	font-size: 0.9090em;
}
.newses .deco-link:hover { color: #c8d671; }
@media screen and (max-width: 450px) {
	.newses .owl-prev img, .newses .owl-next img { padding: 0.5em 1em; }
}
/* END News Fragment */

/* START Hinweisbox */
.hints {
	position: fixed!important; z-index: 10!important; bottom: -310px; right: -600px;
	transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-webkit-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-moz-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-o-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	text-align: right;
	width: 550px!important;
}
.hints.show { bottom: 1em; right: 1em; }
.hint-innercontainer {
	background: #FFF;
	/*box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75);*/
	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; background-image: url('/grafik/template/hotelclosed.jpg');
	width: 200px;
}
.hint-content {
	background: #3f3e37;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	font-size: 1.05em;
	line-height: 1.35em;
	position: relative; z-index: 1;
	width: 350px;
}
.hint-remove { cursor: pointer; }
.hint-content .hint-remove { position: absolute; z-index: 1; right: 10px; top: 10px; }
.hint-content .hint-remove img {
	display: block;
	height: 14px;
	width: 14px;
}
.hint-title {
	background: #636b35;
	color: #FFF;
	padding: 1em;
}
.hint-content p { 
	font-size: 0.9em;
	margin: 0;
	padding: 1em;
}
.hint-buttoncontainer { 
	margin-left: 1em; margin-right: 1em; margin-top: 2em; margin-bottom: 1em;
	text-align: right;
}
.hint-content .button { font-size: 0.8em; }
.hint-innercontainer-mobile {
	background: #636b35;
	color: #FFF!important;
	display: none;
	padding: 0.5em;
	text-decoration: none!important;
}
.hint-innercontainer-mobile .hint-remove { margin-left: 0.8em; }
.hints .owl-nav div{
	display: block;
	width: auto;
	height: auto;
	opacity: 1;

}
.hints .owl-nav  .owl-prev{
	background: none;
	margin-left: 0;
}
.hints .owl-nav  .owl-prev img {
	background: #655e52;
	padding: 0.5em;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.hints .owl-nav  .owl-next{
	float: right;
	background: none;
	margin-right: 0;
}
.hints .owl-nav  .owl-next img {
	background: #655e52;
	padding: 0.5em;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.hints .owl-nav  div:hover{
	text-decoration: none;
	opacity: 1;
}
@media screen and (max-width: 680px) {
	.hints { width: calc(100% - 2em)!important; }
	.hints.show { bottom: 3.8em; }
	.hint-innercontainer { display: none; }
	.hint-innercontainer-mobile {
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-right: 3em;
		padding-left: 2em;
	}
	.hints .owl-nav .owl-next img {
		padding: 0.5em;
		width: 10px;
		height: 10px;
		top: 6px;
		right: -15px;
		transform: none;
	}
	.hints .owl-nav .owl-prev img {
		padding: 0.5em;
		width: 10px;
		height: 10px;
		top: 6px;
		left: -15px;
		transform: none;
	}
	.hint-innercontainer-mobile .hint-remove {
		margin-left: 0.8em;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 340px) {
	.hint-innercontainer-mobile { font-size: 0.9em; }
}
/* END Hinweisbox */

/* 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 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, .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; }
.tablecontainer td, .tablecontainer th {
	padding: 0.5em;
	border: 1px solid #DFDAD4;
}
.tablecontainer th { background: #636641; }

/* 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; }

/* Media Queries */
@media screen and (max-width: 1670px) {
	/* 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: 20px; }

	#header #panorama .owl-nav button {
		width: 60px;
		height: 60px;
	}

	.menu ul { font-size: 1.5em; }
	.menu .closemenu {
		top: 1.454545em;
		left: 1.318181em;
	}

	#header .text {
		left: 10px;
		font-size: 2.5em;
	}

	.nav, #fixednav .nav {
		background: #636b35;
		left: 0.636363em;
		top: 0.5em;
		padding: 0.75em;
	}
	#fixednav .nav .menubutton span, .nav .menubutton span { background: #fff; }
	.nav .menubutton .desc { display: none; }

	.nav, #fixednav .nav { padding: 0.58em 0.5em; }
	.nav .menubutton { width: 38px; }
	.nav .menubutton span { width: 38px; }
	.nav .menubutton span:nth-of-type(2) {
		width: 27px;
		margin: 9px 0;
	}

	#nav_cta .logo { width: 3em; }
	#nav_cta .logo .desktoplogo { display: none; }
	#nav_cta .logo .mobileminilogo { display: inline-block; }
	#nav_cta .book img, #nav_cta .request img {
		display: inline-block;
		width: 30px;
	}
	#nav_cta .book .desc, #nav_cta .request .desc { display: none; }
	#nav_cta .logo img { padding: 0.5em; }

	#panorama .owl-nav button {
		width: 60px;
		height: 60px;
	}

	#fixednav .minilogo {
		background: #636b35;
		right: 0.636363em;
		top: 0.5em;
		padding: 0.5em;
	}
	#fixednav .minilogo .desktoplogo { display: none; }
	#fixednav .minilogo .mobileminilogo { display: inline-block; }
	#fixednav .minilogo img { width: 38px; }

	#fixednav .mini_cta {
		transform: none;
		right: 0.636363em;
		bottom: 0.5em;
	}
	#fixednav .mini_cta .separator { display: none; }
	#fixednav .mini_cta a {
		width: 50px;
		height: 50px;
		background: #636b35;
		text-align: center;
	}
	#fixednav .mini_cta a:first-of-type { margin-right: 0.25em; }
	#fixednav .mini_cta a img {
		display: inline-block;
		width: 35px;
		margin-top: 7px;
	}
	#fixednav .mini_cta a span { display: none; }

	.socialmedia {
		transform: none;
		left: 0.636363em;
		bottom: 0.5em;
	}
	#fixednav .socialmedia {
		left: 0.636363em;
		bottom: 0.5em;
	}
	.socialmedia .desc { display: none; }
	.socialmedia .separator { display: none; }
	.socialmedia a {
		background: #636b35;
		display: inline-block;
		text-align: center;
		width: 50px;
		height: 50px;
	}
	.socialmedia a img { vertical-align: -20px; }
	.socialmedia .facebook {
		margin: 0 0.25em 0 0;
	}

	.infopage #article { margin: 5em auto; }

	.footermap a { padding: 0.75em 2em; }

	#footer #copyright { margin: 2em 0 4em; }

	.menu .closemenu img { width: 20px; }

}

@media screen and (max-width: 1024px) {
	#footermenu > div {
		box-sizing: border-box;
		display: block;
		padding-left: 1em;
	}
	#footermenu > div:first-of-type { padding-left: 0; }
	#footermenu #address { width: 50%; }
	#footermenu #services { width:	50%; }
	#footermenu #extra {
		margin-top: 2em;
		width: 100%;
	}
	#footermenu #extra a {
		display: inline-block;
		padding-left: 1.5em;
	}
	#footermenu	#extra a:first-of-type { padding-left: 0; }
}

@media screen and (max-width: 700px) {
	.zweiboxenmitbild .box .img .title { top: 30%; }
	.zweiboxenmitbild .box .img .subtitle { top: calc(30% + 80px); }
	.zweiboxenmitbild .box .img .deco-link { top: calc(30% + 130px); }

	.reviews .feedback-icons { padding-top: 1em; }
	.reviews .feedback-icons .tripadvisor img {
		height: 40px;
		vertical-align: -24px;
	}
	.reviews .feedback-icons .holidaycheck img { height: 80px; }

	.newses .news .title { padding: 0 1em; }
	.newses .news .date { padding: 0 1.9em; }
	.newses .deco-link { padding: 0 1.9em; }
	#footer #copyright #nav_copyright {
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer #copyright #languageselect {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0.5em;
	}

	.newsletterform .content { padding: 1em 20px 2em; }
	.footermap #gmap_footer_map { height: 300px; }
}
@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: 18px; }
	.socialmedia a img { vertical-align: -24px; }

	#footermenu #address { width: 100%; }
	#footermenu #services {
		width: 100%;
		padding-left: 0;
		margin-top: 2em;
	}
	#footermenu #extra { margin-top: 0; }

	.reviews .feedback-icons {
		text-align: center;
		padding-top: 1em;
	}
	.reviews .feedback-icons a { display: block; }
	.reviews .feedback-icons .holidaycheck img { margin-right: 40px; }

}

/* 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, #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; }

	.nav { display: none; }
	.socialmedia { display: none; }
	#nav_cta { display: none; }
	#fixednav { display: none; }

	.bildermittext { display: none; }
	.zweiboxenmitbild { display: none; }
	.offerselement { display: none!important; }
	.newses { display: none!important; }
	.footermap { display: none; }

	#footermenu #services { display: none; }
	#footermenu #extra { display: none; }
	#footermenu #address {
		width: 100%;
		text-align: center;
	}
}