@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: 'Raleway'; font-style: normal; font-weight: 200;
	src: url(../font/raleway-light.woff2) format('woff2');
}
@font-face {
	font-family: 'Lora'; font-style: italic; font-weight: 400;
	src: url(../font/lora-italic.ttf) format('truetype');
}
@font-face {
	font-family: 'Lora'; font-style: normal; font-weight: 400;
	src: url(../font/lora-regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300;
	src: url(../font/sourcesanspro-light.ttf) format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400;
	src: url(../font/sourcesanspro-regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600;
	src: url(../font/sourcesanspro-semibold.ttf) format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700;
	src: url(../font/sourcesanspro-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: #F2F0EF;
	color: #1d2225;
	font-family: 'Source Sans Pro', sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#main, #prefooter { font-size: 1.2em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }
#article p, .liketext, #article ul { line-height: 1.45em; }

::selection {
	background: #898174;
	color: white; text-shadow: none;
}

/* Links */
a {
	color: #887f73;
	font-weight: 600;
	text-decoration: underline;
}
a:hover { color: #1f2428; }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }

h2 a, h3 a, h4 a {
	color: #887f73;
	font-weight: normal;
	text-decoration: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	color: #887f73;
	font-weight: 400;
	line-height: 1.15em;
}
h1 {
	font-size: 2.6em;
	margin: 0.67em 0;
	text-align: center;
}
h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 0.83em 0;
	text-transform: none;
}
h3 { color: #ab871b; font-size: 1.4em; margin: 1.2em 0; }
h4 { font-size: 1.2em; margin: 1.33em 0; }
h5 { font-size: 1.1em; margin: 1.5em 0; }
h6 { font-size: 1em; margin: 1.5em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong {
	color: #887f73;
	font-weight: 600;
}
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] { cursor: default!important; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}
.wrapper.big { max-width: 1920px; }

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1200px; }
.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: #FFF; 
	border: 1px solid #C00;
	color: #C00;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg h2 { 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: #ab871b;
	border: none;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif; font-weight: 600; font-size: 0.72em;
	line-height: 1.05em;
	margin: 0.5em 0;
	min-width: 190px;
	padding: 1em 1.4em;
	text-decoration: none; text-transform: uppercase; text-align: center;
	transition: background 0.3s linear; -webkit-transition: background 0.3s linear; -moz-transition: background 0.3s linear; -o-transition: background 0.3s linear;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #7c5e02; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next, button.next, a.button.prev, button.prev {
	padding-top: 0.915em; padding-bottom: 0.915em;
	vertical-align: -0.1em;
}
a.button.next:after, button.next:after, a.button.prev:before, button.prev:before { font: normal normal normal 14px/1 FontAwesome; font-size: 1.2em; }
a.button.next:after, button.next:after {
	content: '\f105';
	margin-left: 0.4em;
}
a.button.prev:before, button.prev:before {
	content: '\f104';
	margin-right: 0.4em;
}

/* Datepicker */
div .ui-widget-header { background: #BFA05A!important; }

/* START CUSTOM PART */
.button.variant2 {
	background: none;
}

.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: #837b6d;
	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 #837b6d;
	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: #f3efea;
	color: #746c60;
	padding: 0.3em 1em;
}
.boxes .box-info-table > * {
	background: #837b6d;
	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: #887f73!important;
}

.showcase-container .owl-carousel .owl-dots {
	position: absolute; bottom: 30px; left: 50%; z-index: 2;
	transform: translateX(-50%);
}
.showcase-container .owl-carousel .owl-dot { display: inline-block; }
.showcase-container .owl-carousel .owl-dot + * { margin-left: 10px; }
.showcase-container .owl-carousel .owl-dot span {
	background: #FFF;
	border-radius: 20px;
	display: block;
	width: 14px; height: 14px;
}
.showcase-container .owl-carousel .owl-dot.active span { background: #ab871b; }

.imagecarusel-container {
	overflow: hidden;
	position: relative; z-index: 1;
}
.imagecarusel-container > .overlaytext, .dreiboxen .overlaytext {
	position: absolute; bottom: 60px; left: 50%; z-index: 2;
	transform: translateX(-50%);
}
.imagecarusel-container > .overlaytext .liketitle, .dreiboxen .overlaytext .liketitle { font-size: 2em; }
.imagecarusel-container > .overlaytext *, .dreiboxen .overlaytext * { text-shadow: 1.25px 1.25px 5px #000; }

/* PRIMARY STYLES [layout] */
#header {
	background: #FFF;
	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);
	position: fixed; top: 0; left: 0; right: 0; z-index: 3;
}
#topheader {
	-webkit-box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2); box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2);
	position: relative; z-index: 2;
}
#topheader, #logo, #logo:before, #logo:after, #prefooter { background: #837b6d; }
#topheader * { color: #FFF; }
#topheader .wrapper > * {
	display: inline-block;
	float: left;
}
#topheader img {
	height: auto;
	min-width: 100%;
}
#topheader #showmobilemenu { display: none; }
#logoplaceholder {
	height: 1px;
	position: relative; z-index: 1;
	width: 27.5%;
}
#logo {
	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);
	display: inline-block;
	padding: 2.5rem 1.5rem 2.5rem;
	position: absolute; top: 0; left: 0; z-index: 1;
}
#logo img:nth-child(1) { width: 240px; }
#logo img:nth-child(2) {
	display: none;
	width: 130px;
}
#logo:before, #logo:after {
	content: '';
	height: 60px;
	position: absolute; top: 0; z-index: 1;
	width: 20px;
}
#logo:before { left: -20px; }
#logo:after { right: -20px; }
#cta {
	font-size: 1.125em; font-weight: 300;
	text-align: right;
}
#cta [class*="col"] {
	padding-top: 0.8em; padding-bottom: 0.8em;
	text-align: center;
	white-space: nowrap;
}
#cta [class*="col"]:first-child { text-align: right; }
#cta > .row.table > [class*="col-"] { padding: 0.7em 0.6em; }
#cta a {
	font-weight: 300;
	height: 60px;
	line-height: 22px;
	text-decoration: none;
}
#cta a .requesticon, #cta a .bookicon { display: none; }
#showmobilemenu, #cta a { transition: background 0.3s linear; -webkit-transition: background 0.3s linear; -moz-transition: background 0.3s linear; -o-transition: background 0.3s linear; }
#showmobilemenu:hover, #cta a:not(.button):hover { background: #ab871b; }
#cta a.button {
	border-radius: 0;
	font-size: 1.3em;
	min-width: 0;
}
#cta i {
	font-size: 1.5em;
	margin-right: 0.2em;
	vertical-align: -0.08em;
}

#navigation {
	background: #FFF;
	font-size: 1.31em;
}
#nav { position: relative; z-index: 1; }
#navigation ul {
	display: table;
	float: right;
}
#navigation ul, #cta { width: 72.5%; }
#cta > div > a:nth-of-type(1) .buttontext, #cta > div > a:nth-of-type(2) .buttontext { vertical-align: 6px; }
#navigation li {
	display: table-cell;
	padding: 1.7em 0;
	text-align: center;
}
html[lang="it"] #navigation li { padding: 1.72em 0; }
#navigation a {
	color: #898174;
	display: block;
	font-weight: 400;
	padding: 0 1.2em;
	text-decoration: none;
	white-space: nowrap;
}
html[lang="it"] #navigation a { font-size: 0.9em; }
#navigation li + li > a { border-left: 1px solid #e5e3e0; }
#navigation li.active > a, #navigation a:hover { color: #1f2428; }

#navigation ul ul {
	display: none;
	margin-top: 0; margin-bottom: 0;
	padding: 1.4em 0;
	position: absolute; left: 50%; top: 3em; z-index: 2;
	transform: translateX(-50%);
}
body:not(.mobilemenu) #navigation ul li:hover > ul { display: table; }
body:not(.mobilemenu) #navigation ul li > ul > li:hover > ul {
	display: block;
	left: 50%;
	padding: 0.25em 0 0;
	transform: translateX(-50%);
}
#navigation ul ul:before {
	background: #e9e8e8;
	content: '';
	display: block;
	height: 92px;
	position: absolute; top: 1.5em; left: -300%; right: -300%; z-index: 1;
}
#navigation ul ul li { position: relative; z-index: 1; }
body.mobilemenu #navigation ul ul ul li { background: #f7f7f7; }
#navigation ul ul ul li { display: block; padding: 0.25em 0 0; }
#navigation ul ul ul:before {
	top: 0;
	bottom: 0;
	left: -1000%;
	right: -1000%;
	height: calc(100% + 20px);
}
#navigation ul ul ul li a {
	border: none;
	font-size: 0.85em;
}
#navigation ul ul a {
	border-left-color: #d4d1cf;
	color: #1f2428;
}
/*#navigation ul ul li.active > a, #navigation ul ul a:h*/

over { color: #898174; }
#panorama-container {
	margin-top: 156px;
	position: relative; z-index: 1;
	-webkit-box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2); box-shadow: 0px 3px 12px 4px rgba(0,0,0,0.2);
}
#panorama-container, #panorama .img { height: calc(100vh - 156px); }
#panorama .img {
	background-position: center center; background-repeat: no-repeat; background-size: cover;
	width: 100%;
	z-index: 1!important;
}
#pano-pager-next, #pano-pager-prev {
	color: #f4f4f4;
	font-size: 7em; font-weight: 300;
	position: absolute; z-index: 2; top: 50%;
	transform: translateY(-50%);
}
#pano-pager-next img, #pano-pager-prev img {
	height: auto;
	width: 40px;
}
#pano-pager-prev { left: 1rem; }
#pano-pager-next { right: 1rem; }
#panorama-overlay, .imagecarusel-overlay {
	background: rgba(0,0,0,0.15);
	pointer-events: none;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
}

#slogan-container {
	font-size: 0.8em;
	position: absolute; bottom: 2.5rem; left: 0; right: 0; z-index: 1;
}
#slogan-container.top-0 { bottom: 3rem; }
#slogan-container.top-1 { bottom: 3rem; }
#slogan-container > * + * { margin: 0.2rem 0 0; }
#slogan-container > * { max-width: 80%; }
#slogan-container h2, #slogan-container p {
	color: #FFF;
	font-family: 'Raleway', sans-serif; font-weight: 200;
	text-shadow: 1.25px 1.25px 5px #000;
}
#slogan-container h2 {
	font-size: 3.3em;
	margin: 0;
}
#slogan-container p {
	font-size: 1.8em;
}
#slogan-container p + * { margin-top: 0.5rem; }
#slogan-container .button { font-size: 1.1em; }

#lastminute-sticker {
	position: absolute; right: 9rem; bottom: 2.5rem; z-index: 1;
	max-width: 260px;
	text-decoration: none;
}
#lastminute-sticker > div {
	background: #fdfcfc;
	border-radius: 50%;
	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: #414139;
	font-weight: 400;
	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;
}
#lastminute-sticker > div:hover { background: #FFF; }
#lastminute-sticker > div > div {
	border: 2px solid #b5b0a7; border-radius: 50%;
	display: table-cell;
	padding: 2rem;
	text-align: center;
	vertical-align: middle;
	width: 100%; height: 100%;
}
#lastminute-headline {
	color: #8b990e;
	font-style: italic; font-size: 1.2em;
	text-transform: uppercase;
}

.showcase-container { padding: 4em 0; }

#prefooter {
	font-weight: 300;
	text-align: center;
}
#prefooter * { color: #f3efea!important; }
#prefooter a {
	font-weight: 300;
	text-decoration: none;
}
#prefooter img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 80%; max-width: 300px;
}
#address { margin: 2.5em 0; }
#prefooter-buttons > * {
	font-weight: 600!important;
	margin-left: 0.25em; margin-right: 0.25em;
	min-width: 205px;
}
#prefooter-buttons > a > span {
	margin-right: 0.5em;
	font-size: 1.5em;
	vertical-align: -6px;
}
#prefooter-buttons > a > img {
	display: inline-block;
	width: 20px;
	height: auto;
	vertical-align: -6px;
	margin-right: 0.5em;
}

#partner > * {
	filter: grayscale(100%); -webkit-filter: grayscale(100%);
	width: 25%;
}
#partner > *:hover { filter: grayscale(100%); -webkit-filter: grayscale(0%); }
#partner img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%; max-width: 150px;
}

#partner > *:nth-child(4) img {
	max-width: 120px;
}

.partner-footer { background: #827b6e; }
.partner-footer > div {
    text-align: center;
    padding-bottom: 1em;
}
.partner-footer img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

#footer {
	background: #837b6d;
	color: #FFF;
	padding: 0 0 1em;
}
#footer .spacer, #footer .row > *:first-child a { margin: 0 0.5em; }
#footer .spacer { margin-right: 0; }
#footer a {
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}
#footer a.active, #footer a:hover { text-decoration: underline; }
#nav_copyright { text-align: right; }

/* CONTENT */
#article { margin-top: 5em; }
#article > div:last-of-type:not(.element) { margin-bottom: 4em; }
body.infopage #article { margin-top: 10em; }
#article h1 { margin-top: 0.4em; }
#article table tr > * { padding: 0.6em 1em; }
#article table th {
	background: #898074;
	color: #FFF;
	font-weight: 600;
}
#article table tr > td { border-top: 1px solid #837b6d; }
#article table thead td { border-top: 0!important; }
#article table tbody > tr:nth-child(2n) { background: #FFF; }
#article table.clean tr > * { padding: 0; }
#article table.clean th, #article table.clean tbody > tr:nth-child(2n), #article table.clean tbody > tr:hover { background: transparent; }
#article table.clean tr > td, #article table.clean thead td { border-top: none!important; }

/* Aside */
#aside > .showcase-container { text-align: center; }
#aside > .showcase-container h2 {
	font-size: 2.8em;
	margin-top: 0; margin-bottom: 0.3em;
	text-transform: none;
}
#aside .subtitle {
	font-size: 1.35em;
	margin-bottom: 3em;
}
#aside > .showcase-container, .angebote:nth-of-type(2n) .item { background: #837b6d; }
#aside > .showcase-container, #aside > .showcase-container h2, .angebote:nth-of-type(2n) .item * h3,
.angebote:nth-of-type(2n) .item .package-timespan { color: #f3efea; }
#aside > .showcase-container:nth-child(2n), .angebote:nth-of-type(2n-1) .item { background: #F2F0EF; }
#aside > .showcase-container:nth-child(2n), #aside > .showcase-container:nth-child(2n) h2 { color: #746c60; }
.angebote:nth-of-type(2n-1) .item h3, .angebote:nth-of-type(2n-1) .item .package-timespan { color: #1d2225; }
#aside img {
	display: block;
	height: auto;
	width: 100%;
}
#aside > .showcase-container .imagecarusel-container { margin-bottom: 1.5em; }
#aside > .showcase-container .liketitle { white-space: nowrap; }

/* Element */
.element {
	padding: 4em 0;
	text-align: center;
}
.element h2 {
	font-size: 2.8em;
	margin-top: 0; margin-bottom: 0.3em;
	text-transform: none;
}
.element .subtitle {
	font-size: 1.35em;
	margin-bottom: 3em;
}
.boxmitlink.element .button { margin-top: 3em; }
.element img {
	display: block;
	height: auto;
	width: 100%;
}
.element .tns-nav {
	position: absolute; bottom: 30px; left: 50%; z-index: 2;
	transform: translateX(-50%);
}
.element .tns-nav button {
	background: #FFF;
	border: none;
	display: inline-block;
	width: 14px;
	height: 14px;
	min-width: auto;
	padding: 0;
}
.element .tns-nav button.tns-nav-active { background: #ab871b; }

.dreiboxen {
	background: #837b6d;
	color: #f3efea!important;
	padding-bottom: 6em;
	text-align: center;
}
.dreiboxen h2 { color: #fff; }
.dreiboxen .item { padding: 0 4px; }
.dreiboxen .item > div {
	background-position: center; background-repeat: no-repeat; background-size: cover;
	height: 450px;
	position: relative; z-index: 1;
}
.dreiboxen .overlaytext {
	bottom: 20px;
	width: 90%;
}
.dreiboxen .overlaytext .liketitle {
	font-weight: bold; font-size: 1.5em;
	margin-bottom: 0.7em;
	white-space: normal;
}
.dreiboxen .button { text-shadow: none; }
.dreiboxen .packages-imagecarusel { overflow: hidden; max-height: 450px; }
.dreiboxen .tns-nav { bottom: -2.5em; }

.boxmitlink {
	color: #333!important;
	background: #F2F0EF;
	text-align: center;
}
.boxmitlink h2 { color: #333; }
.boxmitlink .overlaytext div:nth-of-type(2) { margin: 1em 0; }
.boxmitlink .imagecarusel-container > .overlaytext, .dreiboxen .overlaytext { color: #FFF; }

.angebote { background: #837b6d; }
.angebote h2 { color: #fff; }
.angebote .subtitle { color: #fff; }
.angebote .packages-imagecarusel, #aside #holidaycheck .tablelayout, #impressions-container  { margin-bottom: 2.5em; }
.angebote .owl-stage { display: flex!important; flex-wrap: wrap; }
.angebote .packages-imagecarusel { display: block; display: flex; }
.angebote .packages-imagecarusel .item {
	display: block; display: flex; flex-direction: column;
	margin: 0% 0.5%;
	width: 98%;
}
.angebote .image-container {
	min-height: 150px;
	position: relative; z-index: 1;
}
.angebote .minpricesticker {
	background: #ab871b;
	color: #FFF;
	display: table;
	font-size: 0.75em;
	position: absolute; z-index: 1; right: 1em; bottom: -2.5em;
}
.angebote .minpricesticker > * {
	display: table-cell;
	vertical-align: middle;
	width: 100px; height: 100px;
}
.angebote .minpricesticker span.price { font-size: 1.3em; }
.angebote .package-content {
	background: #F2F0EF;
	display: flex; flex-direction: column; flex-grow: 1;
	padding: 1em;
}
.angebote .package-content > div:first-child { display: flex; flex-direction: column; flex-grow: 1; }
.angebote h3 {
	color: #887f73!important;
	flex-grow: 1;
	font-weight: 700; font-size: 1em;
	margin: 1.5em 0 0.2em;
	text-transform: uppercase;
}
.angebote .package-content .package-timespan {
	color: #887f73!important;
	font-weight: 600; font-size: 0.8em;
	margin-bottom: 1em;
}
.angebote .tns-nav { bottom: -30px; }
.angebote .button.next { margin-top: 3.5em; }

.impressions {
	background: #F2F0EF;
}
.impressions h2 { color: #333; }



#impressions-container {
	clear: both;
	overflow: auto;
}
#impressions-container > * {
	display: inline-block;
	float: left;
	height: 390px;
	padding-right: 4px; padding-bottom: 4px;
	width: 18.75%;
}
#impressions-container > *:nth-child(4n) { padding-right: 0; }
#impressions-container > *:nth-child(2), #impressions-container > *:nth-child(7) { width: 38.65%; }
#impressions-container > *:nth-child(3), #impressions-container > *:nth-child(6) { width: 23.85%; }
#impressions-container .impressions-inner {
	background-repeat: no-repeat; background-size: cover; background-position: center;
	display: block;
	width: 100%; height: 100%;
}
@media screen and (max-width: 1937px) {
	#impressions-container > * { height: 20vw; }
}
@media screen and (max-width: 800px) {
	#impressions-container > * {
		border-right: 4px;
		width: 35%;
	}
	#impressions-container > *:nth-child(2n) { padding-right: 0; }
	#impressions-container > *:nth-child(4n-2), #impressions-container > *:nth-child(2n+1) { width: 65%; }
	#impressions-container > *:nth-child(4n+1) { width: 35%; }
}

.holidaycheck {
	background: #F2F0EF;
	color: #1D2225;
}
.holidaycheck h2 { margin-bottom: 1em; }
.holidaycheck div.hc-widget.hc-widget-large { width: 100%!important; }
.holidaycheck h2 { color: #746c60; }

/* Start Popup */
.popupoverlay {
	background: rgba(137, 129, 116, 0.75);
	position: fixed; top: 0; left: 0; z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
}
.popup {
	background: #e9e8e8;
	color: #1f2428;
	display: inline-block;
	position: relative; top: 50%; z-index: 100;
	margin: 0 4em;
	max-width: 500px;
	transform: translateY(-50%);
}
.popup .close {
	cursor: pointer;
	position: absolute;
	right: -40px;
	top: -40px;
}
.popup .close img { width: 35px; }
.popup .text {
	padding: 1.25em;
	font-weight: 300;
	font-size: 1.2em;
}
@media screen and (max-width: 670px) {
	.popup { margin: 0 2em; }
	.popup .close {
		right: -25px;
		top: -25px;
	}
	.popup .close img { width: 25px; }
	.popup .text { font-size: 1em; }
}
/* End Popup */

.price span:nth-child(2n) { 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;
}
div.responsiveimages { margin: 1em 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.fiftyfifty a { width: 49.75%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	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; }
.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; }

/* Media Queries */
/* Mobil bzw. Touchscreen */
@media screen and (max-width: 1023px), (any-hover: none) {
}
@media screen and (max-width: 1200px) {
	#logo { padding: 1rem 1.5rem 1.7rem; }

	#cta .row { float: right; width: auto; }

	#navigation { font-size: 1.1em; }
	#navigation ul ul:before { height: 77px; }

	#panorama-container { margin-top: 139px; }
	#panorama-container, #panorama .img { height: calc(100vh - 139px); }

	#slogan-container > * { max-width: 68%; }
}
@media screen and (max-width: 1025px) {
	#navigation { font-size: 0.9em; }
	#navigation ul ul:before { height: 63px; }

	#panorama-container { margin-top: 125px; }
	#panorama-container, #panorama .img {
		height: calc(100vh - 125px);
		max-height: 45vw; min-height: 50vh;
	}

	#pano-pager-next img, #pano-pager-prev img { width: 40px; }

	#lastminute-sticker {
		bottom: -5rem;
		right: 3rem;
	}
	#lastminute-sticker > div {
		font-size: 0.85em;
		width: 200px; height: 200px;
	}
	#lastminute-sticker > div > div { padding: 1rem; }
}
@media screen and (max-width: 1025px) {
	#slogan-container > * { max-width: none; }
	#slogan-container {
		bottom: auto!important; top: 50%;
		font-size: 0.8em;
		padding: 0 70px;
		text-align: center;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 950px) {
	#cta { width: 260px; }
	#cta i { margin-right: 0; }
	#cta .buttontext { display: none; }
	#cta .row > *:nth-child(1), #cta .row > *:nth-child(2) {
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		width: 50px;
	}
	#cta .row > *:nth-child(1) .material-icons, #cta .row > *:nth-child(2) .material-icons { margin-top: 3px; }

	.angebote .button.next { margin-top: 4.5em; }
}
@media screen and (max-width: 1010px), (any-hover: none) {
	#topheader {
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		height: 60px;
	}
	#topheader #showmobilemenu {
		display: inline-block;
		font-size: 2em;
		margin-right: 10px; margin-top: 5px;
		height: 50px;
		text-align: center;
		width: 50px;
	}
	#topheader #showmobilemenu span { vertical-align: -6px; }
	#logoplaceholder { width: auto; }
	#logo {
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		padding: 5px;
		position: static;
		width: auto;
	}
	#logo:before, #logo:after { display: none; }
	#logo img:first-child { display: none; }
	#logo img:nth-child(2) { display: block; }
	#cta { float: right!important; }

	#panorama-container { margin-top: 60px; }
	#panorama-container, #panorama .img { height: calc(100vh - 60px); }

	/* Menü */
	#navigation {
		height: calc(100vh - 60px);
		font-size: 1.31em;
		opacity: 1;
		overflow-y: auto; overflow-x: hidden;
		padding: 0;
		position: fixed; left: -100%; top: 60px; z-index: 3;
		transition: left 1s ease-in-out; -webkit-transition: left 1s ease-in-out; -moz-transition: left 1s ease-in-out; -o-transition: left 1s ease-in-out;
		width: 100%;
	}
	body.mobilemenu #navigation { left: 0; }
	body.showmobilemenu #panorama-container, body.showmobilemenu #main, body.showmobilemenu #prefooter, body.showmobilemenu #partner, body.showmobilemenu #footer { display: none; }
	#nav { padding-left: 0; padding-right: 0; }
	#navigation ul { float: none; }
	#navigation ul, #navigation ul li {
		display: block;
		width: 100%;
	}
	#navigation li {
		padding: 0;
		position: relative; z-index: 1;
		text-align: left;
	}
	html[lang="it"] #navigation li { padding: 0; }
	#navigation li span {
		background: #ab871b;
		color: #FFF;
		cursor: pointer;
		padding: 0.15em 0.2em;
		position: absolute; right: 1.2em; top: 0.4em; z-index: 1;
	}
	#navigation a {
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
		padding-top: 0.5em; padding-bottom: 0.5em;
		white-space: normal;
	}
	html[lang="it"] #navigation a { font-size: 1em; }
	#nav > ul > li.active > a, #nav > ul > li > a:hover { text-decoration: underline; }
	#nav > ul > li.active > ul { display: block; }
	#navigation ul ul {
		background: #e9e8e8;
		padding: 0;
		position: static; top: 0; left: 0;
		transform: none;
	}
	#navigation ul ul:before { display: none; }
	#navigation ul ul a {
		border-left: none;
		font-size: 0.9em;
		padding-left: 2em;
		width: 100%;
	}

	body.infopage #article { margin-top: 5em!important; }
}
@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; }

	#footer { padding: 1em 0; }
	#footer [class*="col"] { text-align: center; }
	#footer [class*="col"] + [class*="col"] { margin-top: 0.35em; }

	#slogan-container { display: none; }
}
@media screen and (max-width: 730px) {
	#partner { display: none; }

	#aside #holidaycheck .tablelayout, #aside #holidaycheck .tablelayout > * { display: block; }
	#aside #holidaycheck .tablelayout > * { width: 100%; }
	#aside #holidaycheck .tablelayout > * + * { margin-top: 0.5em; }
	#aside #holidaycheck .tablelayout > * > div {
		display: inline-block;
		float: none!important;
	}

	.boxmitlink .liketitle { font-size: 1.4em; }
}
@media screen and (max-height: 760px) and (max-width: 1025px), (max-width: 660px) {
	#lastminute-sticker { display: none; }
	#article { margin-top: 3em; }
	body.infopage #article { margin-top: 5em; }
}
@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; }

	#main, #prefooter { font-size: 1.1em; }
	#article .pagenav { font-size: 1.35em; }
	h1 { font-size: 2.25em; }
	h2, .element h2, .element .liketitle { font-size: 1.5em; }

	.impressions { display: none; }
}
@media screen and (max-width: 550px) {
	.boxmitlink .liketitle { font-size: 1.2em!important; }

	#cta { width: 138px; }
	#cta .row > *:nth-child(1), #cta .row > *:nth-child(2) {
		background: #ab871b;
		border-radius: 50%; border: 1px solid #ab871b;
		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);
		padding: 14px;
		position: fixed; bottom: 20px; z-index: 2;
		transition: bottom 0.3s linear; -webkit-transition: bottom 0.3s linear; -moz-transition: bottom 0.3s linear; -o-transition: bottom 0.3s linear;
		width: 58px; height: 58px;
	}
	#cta .row > *:nth-child(1).fadeout, #cta .row > *:nth-child(2).fadeout { bottom: -150px; }
	#cta .row > * i { vertical-align: 0; }
	#cta .row > *:nth-child(1) { text-align: center; right: 90px; }
	#cta .row > *:nth-child(1) i { text-indent: -1px; }
	#cta .row > *:nth-child(2) { right: 20px; }

	#pano-pager-next img, #pano-pager-prev img { width: 30px; }
	.pretext { display: none; }
}
@media screen and (max-width: 500px) {
	.boxmitlink .overlaytext { bottom: 40px; }
	.boxmitlink .tns-nav { bottom: 10px; }
}
@media screen and (max-width: 470px) {
	#prefooter-buttons > * {
		display: block;
		margin-left: auto; margin-right: auto;
		max-width: 120px;
	}

	#cta a .requesticon { display: block; }
	#cta a .requesttext { display: none; }
	#cta .row > *:nth-child(3) {
		background: #ab871b;
		border-radius: 50%; border: 1px solid #ab871b;
		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);
		padding: 14px;
		position: fixed; bottom: 20px; z-index: 2;
		transition: bottom 0.3s linear; -webkit-transition: bottom 0.3s linear; -moz-transition: bottom 0.3s linear; -o-transition: bottom 0.3s linear;
		width: 58px; height: 58px;
		margin: 0;
	}
	#cta .row > *:nth-child(3).fadeout { bottom: -150px; }
	#cta .row > *:nth-child(3) { right: 160px; }
}
@media screen and (max-width: 435px) {
	.boxmitlink .overlaytext { display: none; }
}
@media screen and (max-height: 450px) {
	#panorama-container { display: none; }
	#main { margin-top: 60px; }
	#article { margin-top: 5em; }
}

@media screen and (max-height: 450px), (max-width: 450px) {
	.showcase-container { padding-top: 2em; padding-bottom: 2em; }
	.dreiboxen { padding-bottom: 4em; }
}
@media screen and (max-width: 410px) {
	#aside #holidaycheck .hc-widget-medium { width: 100%; max-width: 300px; }
}
@media screen and (max-width: 400px) {
	.angebote .minpricesticker > * { width: 110px; height: 110px; }
}

@media screen and (max-width: 375px) {
	#cta a .bookicon { display: block; }
	#cta a .booktext { display: none; }
	#cta .row > *:nth-child(4) {
		background: #ab871b;
		border-radius: 50%; border: 1px solid #ab871b;
		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);
		padding: 14px;
		position: fixed; bottom: 20px; z-index: 2;
		transition: bottom 0.3s linear; -webkit-transition: bottom 0.3s linear; -moz-transition: bottom 0.3s linear; -o-transition: bottom 0.3s linear;
		width: 58px; height: 58px;
		margin: 0;
	}
	#cta .row > *:nth-child(4).fadeout { bottom: -150px; }
	#cta .row > *:nth-child(4) { right: 230px; }
}

/* 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; }

	#article { margin-top: 0; }
	.showcase-container { padding: 0!important; }
	#panorama-container { display: none; }
	.element { display: none; }
	#prefooter img { display: none; }
	#prefooter * { color: #333!important; }
	#prefooter-buttons { display: none; }
}