@charset "utf-8";

@font-face {
    font-family: 'Amarillo';
    src: url('../font/amarillo.woff') format('woff'),
		url('../font/amarillo.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir Black';
    src: url('../font/avenirblack.otf') format('otf'),
		url('../font/avenirblack.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir Book';
    src: url('../font/avenirbook.otf') format('otf'),
		url('../font/avenirbook.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir Medium';
    src: url('../font/avenirmedium.otf') format('otf'),
		url('../font/avenirmedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir Roman';
    src: url('../font/avenirroman.otf') format('otf'),
		url('../font/avenirroman.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: #fff;
	color: #000;
	font-family: 'Avenir Medium', sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#main { font-size: 1.062em; line-height: 1.6em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #000;
	color: #FFF;
	text-shadow: none;
}

/* Links */
a { 
	color: #000;
	text-decoration: underline;
	transition: color 0.1s linear; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; -o-transition: color 0.1s linear;
}
a:hover { color: #E4D627; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { 
	color: #000; 
	text-decoration: none;
}

/* Typography */
h1, h2, .likeh2, h3, .likeh3 { 
	font-weight: normal; font-family: 'Avenir Black', sans-serif;
	line-height: 1.25em;
	text-align: left;
}
h1 { font-size: 2.3em; margin: 0.67em 0; }
h2, .likeh2 { 
	font-size: 1.82em;
	margin: 0.83em 0;
}
h3, .likeh3 {
	font-size: 1.5em;
	margin: 1em 0;
	text-transform: uppercase;
}
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-family: 'Avenir Black', sans-serif; }
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 30px; }
ol, ul { padding: 0 0 0 30px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1240px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg { 
	background: #d4edda; 
	border: 1px solid #c3e6cb;
	color: #155724;
}
.msgerror { 
	background: #f8d7da; 
	border: 1px solid #f5c6cb;
	color: #721c24;
}
.msg, .msgerror {
	line-height: 1.3em;
	padding: 1em;
}
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; margin-bottom: 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: #000; 
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Avenir Black', sans-serif; font-size: 1em; font-weight: normal;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.25em;
	padding: 0.5em 1.2em;
	text-decoration: none; text-transform: uppercase;
	transition: background 0.2s linear; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { 
	background: #fefc00;
	color: #000;
}
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: #fefc00!important; }

/* START CUSTOM PART */

/* CLASSES */
.valigntop { vertical-align: top; }
.img-overlay {
	background: rgba(0, 0, 0, 0.1);
	position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0;
	pointer-events: none;
}
.img-slogan {
	color: #FFF;
	font-family: 'Avenir Black', sans-serif; font-size: 2.31em;
	letter-spacing: 0.2em;
	position: absolute; left: 2.5em; right: 2.5em; top: 50%; z-index: 1;
	text-transform: uppercase; text-align: center; text-shadow: 0 0 35px #000;
	transform: translateY(-50%);
}
.owl-nav > * { 
	position: absolute; z-index: 1; top: 50%; 
	transform: translateY(-50%);
}
.owl-nav > *:first-child { left: 25px; }
.owl-nav > *:last-child { right: 25px; }
.owl-nav a {
	display: inline-block;
	width: 30px;
}
.owl-nav img {
	display: block;
	height: auto;
	width: 100%;
}
.owl-dots { 
	position: absolute; z-index: 1; left: 50%; bottom: 1rem;
	transform: translateX(-50%);
}
.owl-dots > * {
	background: #e1dddd;
	border-radius: 50%;
	display: inline-block;
	width: 8px; height: 8px;
}
.owl-dots > * + * { margin-left: 1rem; }
.owl-dots > *.active { background: #fefc00; }
i.fa-phone-volume {
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}

/* PRIMARY STYLES [layout] */
#header .grid-container { position: relative; z-index: 1; }
#header .grid-container:before {
	background: #fefc00;
	content: '';
	height: 29px;
	position: absolute; z-index: 1; bottom: 0; left: 0; right: 0;
}
#header .grid-container > .row { position: relative; z-index: 1; }
#header .grid-container *[class*="col-"] { padding-bottom: 0; }
#header .grid-container *[class*="col-"]:first-child { padding-left: 0; }
#header .grid-container *[class*="col-"]:last-child { 
	padding-right: 0;
	vertical-align: top;
}

#logo { display: block; width: 300px; }
#logo img {
	display: block;
	height: auto;
	width: 100%;
}

#cta { display: inline; }

#showmobilemenu {
	display: none;
	margin-right: 1.5em;
	text-align: center;
	width: 52px;
}
#showmobilemenu:hover { color: #000; }
#showmobilemenu i { 
	font-size: 2.3em!important;
	margin-top: -1px;
	vertical-align: 1.1rem;
}
#showmobilemenu i.fa-times, body.mobilemenu #showmobilemenu i.fa-bars { display: none!important; }
body.mobilemenu #showmobilemenu i.fa-times { display: inline-block!important; }

#header .spacer {
	border-left: 1px solid #d8d5d1;
	display: inline-block;
	margin: 0 1.5em;
	height: 40px;
	vertical-align: -16px;
}
#header .grid-container *[class*="col-"]:last-child a { 
	font-size: 0.875em;
	text-decoration: none;
}
#header .grid-container *[class*="col-"]:last-child a i { 
	font-size: 1.3em;
	margin-right: 0.7rem;
}
#header .button { padding: 0.8em 1.6em; }
#header .button i { display: none; }
#header #slogan { 
	font-size: 0.875em; font-family: 'Avenir Black', sans-serif;
	position: absolute; z-index: 1; right: 10px; bottom: 5px; 
}

#nav { margin-top: 10px; }
#nav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
html[lang="it"] #nav ul { table-layout: auto; }
#nav ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#nav ul li + li { border-left: 1px solid #dddddd; }
#nav a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,efefef+22,f6f6f6+49,efefef+80,dddddd+100 */
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #efefef 22%, #f6f6f6 49%, #efefef 80%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dddddd 0%,#efefef 22%,#f6f6f6 49%,#efefef 80%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dddddd 0%,#efefef 22%,#f6f6f6 49%,#efefef 80%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 5px solid transparent;
	
	display: block;
	font-family: 'Avenir Black', sans-serif; font-size: 1.125em;
	padding: 1em 0.3em;
	text-decoration: none;
	transition: border-color 0.15s linear; -webkit-transition: border-color 0.15s linear; -moz-transition: border-color 0.15s linear; -o-transition: border-color 0.15s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1060px) {
	#nav a { font-size: 1em; }
}
#nav a:hover, #nav li.active > a {
	border-bottom-color: #fefc00;
	color: #000;
}
@media screen and (min-width: 1024px) {
	html[lang="de"] #nav ul > li:nth-child(2) { width: 21%; }
}
@media screen and (min-width: 1024px) and (max-width: 1130px) {
	html[lang="de"] #nav ul > li:nth-child(2) { width: 210px; }
}

#panorama-container {
	height: 500px;
	margin-top: 10px;
	overflow: hidden;
}
@media screen and (max-width: 1259px) {
	#panorama-container { height: 39.66vw; }
}
@media screen and (max-width: 1023px) {
	#panorama-container { height: 40.86vw; }
}
#panorama .img { position: relative; z-index: 1; }
#panorama img {
	display: block;
	height: auto;
	width: 100%;
}

#main { margin-top: 25px; margin-bottom: 55px; }
#main h1 { margin: 0; }
#main header { margin-bottom: 0.67em; }
#main header p { 
	color: #AAA;
	margin: 0;
	text-transform: uppercase;
}

#partner {
	border-top: 1px solid #000; border-bottom: 1px solid #000;
	display: table;
	margin-bottom: 3em;
	width: 100%;
}
#partner > * {
	display: table-cell;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
}
#partner img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
#partner > * img { max-width: 120px; }
#partner > *:nth-child(3) img { max-width: 170px; }
#partner > *:nth-child(4) img { max-width: 150px; }
#partner > *:nth-child(5) img { max-width: 60px; }
#partner > *:nth-child(6) img { max-width: 140px; }

#prefooter {
	background: #000;
	font-size: 1.125em; font-family: 'Avenir Roman', sans-serif;
	padding: 4.5em 0;
}
#prefooter, #prefooter a { color: rgba(255,255,255,0.8); }
#prefooter .prefooter-title, #prefooter b, #prefooter i, #socialmedia-fb > *:last-child { color: #FFF; }
#prefooter a, #footer a { text-decoration: none; }
#prefooter a:hover, #footer a:hover { text-decoration: underline; }
#prefooter .prefooter-title { 
	font-size: 1.44em; font-family: 'Avenir Black', sans-serif;
	margin-bottom: 1.2em;
	padding-bottom: 0.55em;
	position: relative; z-index: 1;
}
#prefooter .prefooter-title:before {
	background: #FFF;
	content: '';
	position: absolute; z-index: 1; bottom: 0; left: 0;
	width: 50px; height: 1px;
}
#prefooter .icon-text {
	display: table;
	width: 100%;
}
#prefooter .icon-text > * {
	display: table-cell;
	line-height: 1.25em;
	vertical-align: top;
}
#prefooter .icon-text > *:first-child { width: 30px; }
#prefooter .icon-text + .icon-text { margin-top: 0.6em; }

#socialmedia-fb { margin-top: 2em!important; }
#socialmedia-fb > * { vertical-align: middle!important; }
#socialmedia-fb > *:first-child { padding-right: 0.8em; }
#socialmedia-fb > *:last-child { font-family: 'Avenir Black', sans-serif; font-size: 0.85em; }
#prefooter .fa-facebook-square {
	background: #FFF;
	color: #3b5998; 
	font-size: 2.3em;
	line-height: 0.8em;
	text-indent: -2px;
	width: 84%;
}
#prefooternav ul {
	clear: both;
	margin-top: -0.3em;
	overflow: auto;
}
#prefooternav li {
	display: inline-block;
	float: left;
	padding-left: 14px; padding-top: 0.3em; padding-bottom: 0.3em;
	position: relative;
	width: calc(50% - 0.5em);
}
#prefooternav li:before {
	background: #FFF;
	content: '';
	position: absolute; left: 0; top: 0.8em; z-index: 1;
	width: 5px; height: 5px;
}
#prefooternav a { display: block; }
#openingtxt { line-height: 1.6em; }

#footer { font-family: 'Avenir Roman', sans-serif; font-size: 0.8em; }
#copyright, #languageselect .active, #mobile_languageselect .active { font-family: 'Avenir Black', sans-serif; }
#footer { padding-top: 1.6rem; padding-bottom: 1.4rem; }
#footer a:hover { text-decoration: none; }
#languageselect { 
	font-size: 0.9em;
	margin-bottom: 0.4em;
}
#mobile_languageselect {
	display: none;
	margin-left: 0.8em;
}

/* DIVPOPUP */
#popup-overlay {
	background: rgba(0,0,0,0.7);
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;
}
#popup-container {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	max-width: 500px; width: 100%;
	padding: 0 20px 0 10px;
	position: absolute; left: 50%; top: 50%; z-index: 1;
	transform: translate(-50%, -50%);
}
#popup-inner {
	background: #FFF;
	color: #000;
}
#popup-inner > * { 
	margin: 0;
	padding: 15px 20px;
}
#popup-title { 
	background: #fefc00;
	font-size: 1.45em; font-family: 'Avenir Black', sans-serif;
	text-transform: uppercase;
}
#popup-content { 
	font-size: 1.062em;
	overflow-y: auto; overflow-x: hidden;
	max-height: 65vh;
}
#popup-content > p:first-child { margin-top: 0; }
#popup-content > p:last-child { margin-bottom: 0; }
#popup-content p { line-height: 1.6em; }
#popup-content a {
	color: #000;
	text-decoration: underline;
}
#popup-closer:hover { color: #000; }
#popup-closer {
	background: #FFF;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	height: 32px;
	padding: 2px 5px 8px;
	position: absolute; right: 4px; top: -18px; z-index: 1;
	text-align: center;
	width: 32px;
}
#popup-closer i { 
	font-size: 1.5em;
	margin-top: 1px;
	text-indent: 2px;
}

/* CONTENT */
#main h1.hidden { position: absolute; z-index: 1; left: -100000000px; }

#article table tr > * { padding: 0.6em 0.6em; }
#article table th { 
	background: #000;
	color: #FFF;
	font-weight: 600; 
}
#article table thead tr > * { font-family: 'Avenir Black', sans-serif; }
#article table tbody > tr { background: #eee; }
#article table tbody > tr:nth-child(2n) { background: #e0e0e0; }
#article table.clean tr > * { padding: 0; }
#article table.clean th, #article table.clean tbody > tr, #article table.clean tbody > tr:hover { background: transparent; }
#article table.clean tr > *, #article table.clean thead > * {
	border-right: none!important;
	font-weight: bold;
}

#article .price-container { margin: 2em 0; }
#article .regularprice { text-decoration: line-through; }
#article .offerprice { 
	color: #B12704;
	font-size: 1.5em;
}

/* Showcase */
#aside { margin-top: 3em; }
#aside .showcase { padding-bottom: 2em; }
#aside .showcase .showcasetitle-container {
	background: #fefc00;
	display: table;
	width: 100%;
}
#aside .showcase .showcasetitle-container > * {
	display: table-cell;
	padding: 0.45em 1.2em;
	vertical-align: middle;
}
#aside .showcase .showcasetitle-container i { font-size: 1.6em; }
#aside .showcase .showcasetitle-container h2 {
	display: inline-block; 
	font-size: 1.529em;
	margin: 0; margin-left: 0.8em;
	text-transform: uppercase;
}
#aside .showcase .showcasetitle-container a { 
	font-family: 'Avenir Black', sans-serif;
	text-decoration: none; text-transform: uppercase;
}
#aside .showcase .showcasetitle-container a:hover { color: #000; }
#aside .showcase .showcasetitle-container a i { display: none; }
#aside .showcase-content-container { margin-top: 30px; }
#aside .showcase-scale-container { overflow: hidden; }
#aside .showcase-cycle-item .showcase-scale-container > * { 
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
}
#aside .showcase-cycle-item:hover .showcase-scale-container > * {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}
#aside .showcase-imgcontainer { 
	background-position: center; background-repeat: no-repeat; background-size: cover;
	height: 370px;
	position: relative; z-index: 1;
}
#aside .newsshowcase-cycle img {
	display: block;
	margin-left: auto; margin-right: auto;
	height: auto; width: 100%; max-width: 386px;
}
#aside .showcase-content-container .showcase-cycle-item {
	color: #000;
	text-decoration: none;
}
#aside .showcase-content-container > .owl-carousel .showcase-cycle-item-inner { padding: 0 7px; }
#aside .showcase-imgcontainer-overlay {
	color: #FFF;
	position: absolute; z-index: 1; bottom: 1.5rem; left: 2.5em; right: 2.5em;
	text-align: center; text-shadow: 0 0 16px #000;
}
#aside .showcase-content {
	padding: 1em;
	text-align: center;
}
#aside .showcase-content .button { margin-top: 0.5em; }
#aside .showcase-content .btnbox .button + .button { margin-left: 5px; }
#aside .owl-dots {
	bottom: -2.5rem;
	display: none;
}
@media screen and (max-width: 450px), (min-width: 700px) and (max-width: 850px) {
	#aside .showcase-content .btnbox > * {
		display: block;
		margin-left: 0!important;
		text-align: center;
	}
	#aside .showcase-content .btnbox .button + .button { margin-top: 5px; }
}

@media screen and (max-width: 700px) {
	#aside .owl-nav { display: none; }
	#aside .owl-dots, #aside .referenceshowcase-cycle .owl-nav, #aside .prospectshowcase-cycle .owl-nav { display: block; }
	#aside .referenceshowcase-cycle .owl-dots { display: none; }

	#aside .showcase + .showcase { margin-top: 3em; }
	
	#aside .showcase-content-container > .owl-carousel .showcase-cycle-item-inner { padding: 0; }
}
@media screen and (max-width: 500px) {
	#aside .showcase .showcasetitle-container { font-size: 0.8em; }
	#aside .showcase .showcasetitle-container i, #aside .showcase .showcasetitle-container a .text { display: none; }
	#aside .showcase .showcasetitle-container h2 { margin-left: 0; }
	#aside .showcase .showcasetitle-container a i { display: block; }
}

/* Offer-Showcase */
#aside .offershowcase-category { 
	color: rgba(255, 255, 255, 0.95);
	font-size: 1.29em; font-family: 'Avenir Medium', sans-serif;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
#aside .showcase-imgcontainer-overlay h3 {
	font-size: 1.8em;
	margin: 0;
	text-align: center;
}
#aside .offershowcase-price { position: absolute; z-index: 1; right: 0.5em; top: 0.5em; }
#aside .offershowcase-price > div {
	background: #000;
	border-radius: 50%;
	display: table;
}
#aside .offershowcase-price > div > div {
	height: 155px;
	display: table-cell;
	vertical-align: middle;
}
#aside .offershowcase-price > div > div > div {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #FFF;
	padding: 0 1em;
	text-align: center;
	width: 155px; 
}
#aside .offershowcase-pricev { 
	font-family: 'Avenir Black', sans-serif; font-size: 1.3em;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap; 
}

/* News-Showcase */
#aside .newsshowcase-cycle .showcase-content { text-align: left; }
#aside .newsshowcase-cycle .showcase-content h3 { margin-bottom: 0; }

/* Referenzen-Showcase */
#aside .referenceshowcase-cycle .lightbox {
	color: #000;
	text-decoration: none; 
}
#aside .referenceshowcase-cycle .referenceshowcase-otherimgs {
	clear: both;
	overflow: auto;
	margin-top: 2%;
}
#aside .referenceshowcase-cycle .referenceshowcase-otherimgs > * {
	display: inline-block;
	float: left;
	width: 23.5%;
}
#aside .referenceshowcase-cycle .referenceshowcase-otherimgs > * + * { margin-left: 2%; }
#aside .referenceshowcase-cycle .referenceshowcase-otherimgs > *:nth-child(n+5) { display: none; }
#aside .referenceshowcase-cycle img { height: auto; }
#aside .referenceshowcase-cycle .showcase-content {
	clear: both;
	overflow: auto;
}
#aside .referenceshowcase-cycle p { margin-top: 0; }
#aside .referenceshowcase-cycle time { 
	font-size: 0.8em;
	float: right;
}

/* Prospekt-Showcase */
#aside .prospectshowcase-cycle { padding-bottom: 3em; }
#aside .prospectshowcase-cycle h3 { text-align: center; }
#aside .prospectshowcase-cycle blockquote { 
	color: #888;
	font-style: italic;
}
#aside .prospectshowcase-cycle img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%; max-width: 300px;
}
#aside .prospectshowcase-cycle .owl-dots { 
	display: block!important;
	bottom: 0!important;
}
@media screen and (max-width: 700px) {
	#aside .prospectshowcase-cycle { padding-bottom: 0; }
	#aside .prospectshowcase-cycle .owl-dots { bottom: -2.5em!important; }
}

/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	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 a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

/* 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; max-width: 80%;
}
.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: 1023px) {
	/* 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; }
	.m-hide { display: none; }
	
	#header { 
		background: #FFF;
		box-shadow: 0 0 8px 0px #3e3d3d;
		padding-bottom: 4px;
		position: fixed; top: 0; left: 0; right: 0; z-index: 3; 
	}
	#header .grid-container:before { height: 24px; left: 80.4px; right: -20px; }
	#header .grid-container .col-4 { 
		padding-top: 4px;
		width: 100%;
	}
	#header .grid-container .col-8 { width: 0%; }
	#languageselect { position: absolute; z-index: 1; top: 4px; right: 0; }
	
	#showmobilemenu { display: inline-block; }
	#logo { 
		display: inline-block;
		width: 200px;
	}
	
	#header .text { display: none; }
	#header i { 
		display: inline-block!important;
		margin-right: 0!important;
	}
	#header .button { padding: 0.81em; }
	#header .spacer { display: none; }
		
	#cta { position: fixed; right: 1rem; bottom: 1rem; z-index: 3; }
	#cta > * {
		background: #f7ea4e;
		border-radius: 50%; border: 0;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		color: #000;
		display: inline-block;
		font-family: 'Avenir Black', sans-serif; font-size: 1.294em; font-weight: normal;
		hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
		line-height: 1.25em;
		padding: 0.8em;
		text-decoration: none; text-transform: uppercase; text-align: center;
		transition: background 0.2s linear; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear;
		width: 55px; height: 55px;
	}
	#cta > *:hover { 
		background: #fefc00;
		color: #000;
	}
	#cta > * + * { margin-left: 5px; }
	#cta > * i { 
		font-size: 1.8em!important;
		vertical-align: -12px;
	}
	
	#slogan { display: none; }
	
	#nav {
		background: #eee;
		height: calc(100vh - 84px);
		opacity: 1;
		overflow-y: auto; overflow-x: hidden;
		margin: 0;
		padding: 0;
		position: fixed; left: -1023px; top: 84px; 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 #nav { left: 0; }
	body.showmobilemenu #panorama-container, body.showmobilemenu #main, body.showmobilemenu #partner-container, body.showmobilemenu #prefooter, body.showmobilemenu #footer { display: none; }
	
	#nav ul, #nav ul li { display: block; }
	#nav ul li { border-left: none;  }
	#nav ul li + li { border-top: 1px solid #DDD; }
	#nav a { 
		background: transparent;
		border-left: 5px solid transparent; border-bottom: none;
		padding: 0.7em 1em;
		text-align: left; 
	}
	#nav a:hover, #nav .active > a { border-left-color: #f7ea4e; }
	
	#header + * { 
		margin-top: 83px;
		padding-left: 0; padding-right: 0;
	}
	#header + #main { 
		margin-top: 100px;
		padding-left: 20px; padding-right: 20px;
	}
	
	.img-slogan { font-size: 1.7em; }
	.owl-nav a { width: 20px; }
	
	#prefooter { padding-top: 2em; padding-bottom: 2em; }
	
	#footer { padding-top: 0.8rem; padding-bottom: 0.8rem; }
}

@media screen and (max-width: 800px) {
	#article, #prefooter { font-size: 1em; }
}

@media screen and (max-width: 670px) {
	/* 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; }
	
	#panorama .img-slogan, #panorama .owl-dots { display: none; }
	
	#partner { 
		clear: both;
		display: block;
		overflow: auto;
	}
	#partner > * {
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
		display: inline-block;
		float: left;
		min-height: 70px;
		width: 50%;
	}
	#partner > *:nth-child(6) { margin-top: 16px; }
	
	#prefooter *[class*="col"], #footer *[class*="col"] { text-align: center; }
	#prefooter *[class*="col"] + [class*="col"] { margin-top: 4em; }
	#prefooter .prefooter-title:before { display: none; }
	#prefooter .icon-text { 
		margin: 0 auto;
		width: auto;
	}
	
	#footer *[class*="col"] + [class*="col"] { margin-top: 7px; }
	
	#article { font-size: 0.9em; }
}

@media screen and (max-width: 470px) {
	#languageselect { display: none; }
	#mobile_languageselect { display: inline; }
}

@media screen and (max-width: 380px) {
	#nav {
		height: calc(100vh - 66px);
		top: 66px;
	}
	#showmobilemenu i { vertical-align: 0.6rem; }
	
	#logo { width: 150px; }
	
	#header + * { margin-top: 65px; }
	#header + #main { margin-top: 85px; }
	
	#partner-container { display: none; }
	
	#prefooter .icon-text > *:first-child, #socialmedia-fb > *:last-child { display: none; }
	#socialmedia-fb > *:first-child {
		display: inline-block!important; 
		padding: 0;
	}
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}