@charset "utf-8";

@font-face {
    font-family: 'MyriadPro';
    src: url(../font/myriadpro-regular.woff) format('woff'),
		 url(../font/myriadpro-regular.otf) format('opentype');
}
@font-face {
    font-family: 'MyriadPro LT';
    src: url(../font/myriadpro-lt.woff) format('woff'),
		 url(../font/myriadpro-lt.otf) format('opentype');
}
@font-face {
    font-family: 'MyriadPro Semibold'; font-weight: 600;
    src: url(../font/myriadpro-semibold.woff) format('woff'),
		 url(../font/myriadpro-semibold.otf) format('opentype');
}
@font-face {
    font-family: 'MyriadPro Bold'; font-weight: bold;
    src: url(../font/myriadpro-bold.woff) format('woff'),
		 url(../font/myriadpro-bold.otf) format('opentype');
}

/* 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: #616161;
	font-family: 'MyriadPro', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#main, #footer { font-size: 1.3125em; }
#main, #footer, .liketext { line-height: 1.6em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #a2072e;
	color: #FFF; 
	text-shadow: none;
}

/* Links */
a { 
	color: #616161;
	text-decoration: underline;
}
a:hover { color: #a2072e; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

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

/* Typography */
h1, h2, h3 { line-height: 1.35em; text-align: left; }
h1 { 
	color: #a2072e;
	font-size: 2.619em; font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	margin: 0 auto 1em;
	max-width: 900px;
	text-align: center;
}
h2, .likeh2 { 
	color: #202020;
	font-size: 1.55em; font-family: 'MyriadPro', Helvetica, Arial, sans-serif;
	margin: 0.83em 0;
	text-transform: uppercase;
}
h3, .likeh3 { 
	color: #616161;
	font-size: 1.1em; font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	margin: 1em 0;
}
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 { 
	color: #a2072e;
	font-family: 'MyriadPro Bold', Helvetica, Arial, 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; }
ol ol, ul ul { margin: 0.4em 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;
}

/* 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: #FFF; 
	border: 1px solid #C00;
	color: #C00;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #a2072e; 
	border-radius: 7px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif; font-size: 0.85em; font-weight: 700;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.25em;
	padding: 0.6em 1em;
	text-decoration: none; text-transform: uppercase; text-align: center;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #3C3C3C; }
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: #a2072e!important; }

/* START CUSTOM PART */

/* CLASSES */
.parallax-window {
	height: 27.76vw;
	min-height: 250px;
	max-height: calc(100vh - 102.13px);
	background: transparent;
}
#digital-realtor-preimage .parallax-window {
	height: 20vw;
	min-height: 250px;
}

.liketable {
	display: table;
	width: 100%;
}
.liketable > * { 
	display: table-cell;
	vertical-align: middle;
}

.selectbox-container { 
	border-bottom: 3px solid #FFF;
	color: #FFF; 
	font-size: 1.3125rem; font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	padding-bottom: 3px; padding-left: 0.6em; padding-right: 0.6em;
	text-align: left;
}
.selectbox-container { 
	cursor: pointer;
	display: inline-block;
	position: relative; z-index: 1;
	vertical-align: -4px;
}
.selectbox-input-container { 
	display: table;
	width: 100%;
}
.selectbox-input-container > * { display: table-cell; }
.selectbox-input { 
	line-height: 1.25em;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	width: 100%; max-width: 170px; min-width: 170px;
}
.selectbox-arrow {
	margin-left: 5px;
	position: relative; top: 3.5px; right: 0; z-index: 1;
	width: 24px;
}
.selectbox-arrow i { 
	font-size: 1.5em;
	vertical-align: -3px;
}
.selectbox-container.active .selectbox-arrow i { transform: rotate(180deg); }
.selectbox-valuecontainer { position: relative; z-index: 1; }
.selectbox-valuecontainer > div {
	background: #FFF;
	border: 1px solid #616161;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: none;
	position: absolute; top: 10px; left: -0.6em; z-index: 1;
	max-height: 355px; min-width: calc(100% + 1.2em);
	overflow-x: visible; overflow-y: auto;
}
.selectbox-container.active .selectbox-valuecontainer > div { display: block; }
.selectbox-container.rightonly .selectbox-valuecontainer > div { left: auto; right: 0; }
.selectbox-valuecontainer a.selectable {
	color: #616161;
	display: block;
	font-size: 0.8em;
	line-height: 1.35em;
	min-height: 21px;
	padding: 0.5em 1em;
	text-decoration: none;
	white-space: nowrap;
}
.selectbox-valuecontainer a.selectable:hover, .selectbox-valuecontainer a.selectable.selected { background: #FAF7F5; }
.selectbox-valuecontainer a.selectable.groupborder { border-bottom: 1px solid; }
.selectbox-search-container {
	border: 1px solid #616161;
	margin: 0.8em;
}
.selectbox-search {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%
}
.selectbox-search > * {
	display: table-cell;
	padding: 2px 6px;
	vertical-align: middle;
}
.selectbox-search > *:last-child { width: 25px; }
.selectbox-search i {
	color: #616161;
	vertical-align: middle;
}
.selectbox-search input { 
	border: none;
	font-size: 0.8em;
	outline: none;
	text-transform: none!important;
	width: 100%!important;
}

.nothingfound {
	color: #856404;
	background-color: #fff3cd;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid #ffeeba;
	border-radius: .25rem;
}

/* PRIMARY STYLES [layout] */
.owl-dots { text-align: center; }
.owl-dot {
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	height: 14px; width: 14px;
}
.owl-dot + .owl-dot { margin-left: 8px; }
.owl-dot.active { background: #FFF; }

#header {
	background: #FFF;
	box-shadow: 0 -3px 10px black;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0;
	position: fixed; z-index: 3; left: 0; right: 0; top: 0;
}
#header, #header *[class*="col"] { height: 115px; }
#header.minimized, #header.minimized *[class*="col"] { height: 94px; }
#showmobilemenu { display: none; }
#logo-container { padding-left: 0; }
#logo {
	display: block;
	width: 100%; max-width: 250px;
	text-decoration: none;
}
#header.minimized #logo { max-width: 200px; }
#logo img {
	display: block;
	height: auto;
	width: 100%;
}
#logo-slogan {
	font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	margin-top: 0.6em;
	text-align: center;
	font-size: 0.9em;
}
#header.minimized #logo-slogan { display: none; }
#ctanav-container {
	padding-right: 0;
	position: relative; z-index: 1;
	text-align: right;
	vertical-align: top;
}
#header.minimized #header-cta { display: none; }
#header-cta > * {
	display: inline-block;
	position: relative; z-index: 1;
	text-decoration: none;
}
#header-cta > *:not(#languageselect):after {
	background: #dad9d9;
	content: '';
	position: absolute; z-index: 1; right: -1.6em; top: -1rem; bottom: -1rem;
	width: 1px;
}
#header-cta > *:last-child:after { display: none; }
#header-cta > * + * { margin-left: 3em; }
#header-cta .mobilesearch { display: none; }
#header-cta i { 
	vertical-align: -0.25em;
}
#languageselect > * {
	font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	text-decoration: none; text-transform: uppercase;
}
#languageselect > a:hover { color: #b2b1b1; }
#languageselect > a.active { color: #a2072e; }
#languageselect > span {
	margin: 0 0.3em;
	vertical-align: 0.05em;
}
#showmobilemenu { display: none; }

#nav { position: absolute; z-index: 1; right: 0; top: 48px; }
#header.minimized #nav { 
	top: 25%; right: auto; right: 0;
	transform: translateY(50%);
}
#nav ul { display: table; }
#nav > ul > li {
	display: table-cell;
	padding: 0 0.8em;
	position: relative; z-index: 1;
	vertical-align: middle;
}
#nav > ul > li:first-child { padding-left: 0; }
#nav > ul > li:last-child { padding-right: 0; }
#nav a {
	display: block;
	font-size: 1.125em;
	text-decoration: none; text-align: center;
}
#nav a i { vertical-align: -0.25em; }
#nav > ul > li:hover > a i { transform: rotate(180deg); }
#nav a:after {
	background: transparent;
	content: '';
	position: absolute; z-index: 1; left: 0; bottom: -2.2em;
	height: 2.2em;
	width: 100%;
}
#nav > ul > li:hover > a, #nav > ul > li:hover > a i { color: #a2072e; }
#nav > ul > li.active > a, #nav > ul > li.active > a i { color: #b2b1b1; }
#nav ul ul { 
	background: #a2072e;
	display: none;
	position: absolute; z-index: 1; left: 0; top: 2.2em;
}
@media screen and (max-width: 1400px) {
	.selectbox-input { max-width: 119px; min-width: 90px; }
}
@media screen and (min-width: 1024px) {
	#nav ul li:hover > ul { display: block; }
}
#nav ul ul a {
	color: #FFF;
	padding: 0.5em 1em;
	text-align: left;
	white-space: nowrap;
}
#nav ul ul li:hover a { background: #C9C1B9 }
#nav ul ul li.active a { background: #3C3C3C }

#languageselect-minimized { 
	background-color: transparent; 
	display: none;
	border: none; 
	outline: 0;
	-webkit-appearance: menulist;
	color: #b2b1b1;
	font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif; font-size: 1.125em;
	position: absolute; z-index: 1; right: 0; top: -10%;
	text-align: center;
	transform: translateY(50%);
}
#header.minimized #languageselect-minimized { display: inline-block; }
#languageselect-minimized, #languageselect-minimized > * { text-transform: uppercase;  }

#panorama-container { position: relative; z-index: 1; }
#panorama { 
	margin-top: 115px;
	position: relative; z-index: 1;
}
#panorama .video-container { background: #EEE; }
#panorama, #panorama .img, #panorama .video-container {
	height: calc(80vh - 225px);
	overflow: hidden;
}
#panorama.home, #panorama.home .img, #panorama.home .video-container { height: calc(100vh - 225px); }
#panorama .img { 
	background-repeat: no-repeat; background-position: center; background-size: cover;
	z-index: 1!important;
}
#panorama .owl-nav > * {
	display: inline-block;
	position: absolute; z-index: 1; top: 50%; 
	transform: translateY(-50%);
}
#panorama .owl-nav > *:hover { opacity: 0.85; }
#panorama .owl-nav > *:first-child { left: 2em; }
#panorama .owl-nav > *:last-child { right: 2em; }
#panorama .owl-nav img { 
	display: block;
	height: auto;
	width: 30px;
}
#panorama .owl-nav .material-icons {
	color: #FFF;
	font-size: 50px;
	text-shadow: 0 0 5px black;
}
#panorama .owl-dots { 
	position: absolute; z-index: 1; left: 50%; bottom: 20px; 
	transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
	#panorama .owl-nav { display: none; }
}

#callus-container {
	position: absolute; z-index: 1; left: 0; top: 0;
	width: 100%;
}
#callus-container .wrapper { text-align: right; }
#callus {
	background: rgba(0,0,0,0.7);
	color: #FFF;
	display: inline-block;
	padding: 14px;
	text-decoration: none;
	white-space: nowrap;
}
#callus:hover { opacity: 0.9; }
#callus .material-icons { margin-right: 0.5em; }
#callus span { vertical-align: 6px; }
#callus span:last-child {
	margin-left: 0.35em;
	text-decoration: underline;
}
@media screen and (max-width: 380px) {
	#callus .material-icons + * { display: none; }
	#callus span:last-child { margin-left: 0; }
}

#before-main { min-height: 200px; }
#before-main .wrapper { position: relative; z-index: 2; }
#company-description {
	background: rgba(0,0,0,0.7);
	color: #FFF;
	display: inline-block;
	hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;
	padding: 1.5em;
	position: absolute; z-index: 1; bottom: 120px; left: 20px;
	text-align: center;
	width: 265px;
}
#company-description-title, #newsletter-form-title {
	font-size: 2em; font-weight: bold;
	text-transform: uppercase;
}
#company-description p { font-size: 1.2em; }
#company-description .button {
	background: transparent;
	border: 2px solid #FFF;
	font-family: 'MyriadPro', Helvetica, Arial, sans-serif; font-weight: normal;
	margin-top: 40px;
	min-width: 120px;
	text-align: center;
}
#company-description .button:hover {
	background: rgba(0,0,0,0.5);
	border-color: #EEE;
}

#newsletter-form {
	background: #FFF;
	border: 3px solid #a2072e;
	display: inline-block;
	padding: 1em;
	position: absolute; z-index: 1; right: 20px; top: -295px;
	text-align: center;
	width: 230px;
}
#newsletter-form p {
	font-size: 0.8em;
	margin: 2.4em 0;
}
#newsletter-form input[type="email"] {
	padding: 0.25em;
}
#newsletter-form input[type="submit"] {
	font-family: 'MyriadPro', Helvetica, Arial, sans-serif; font-weight: normal;
	margin-top: 2.3em;
	padding: 1em 1.8em;
}
@media screen and (max-width: 1023px) {
	html[lang="it"] #before-main .wrapper { padding: 0; }
	html[lang="it"] #company-description {
		box-sizing: border-box;
		display: block;
		position: static; left: auto; right: auto; top: auto; bottom: auto;
		width: 100%;
	}
	html[lang="it"] #newsletter-form { display: none; }
	html[lang="it"] #search-container { margin-top: 0px!important; }
}
@media screen and (max-width: 895px) {
	#before-main .wrapper { padding: 0; }
	#company-description, #newsletter-form {
		box-sizing: border-box;
		display: block;
		position: static; left: auto; right: auto; top: auto; bottom: auto;
		width: 100%;
	}
	/*#newsletter-form { display: none; }*/
	#search-container { margin-top: 0px!important; }
}

#search-container {
	background-position: center; background-repeat: no-repeat; background-size: cover;
	margin-top: 240px;
	height: 440px;
	position: relative; z-index: 2;
}
#search-container::before {
	background: rgba(0,0,0,0.1);
	content: '';
	display: block;
	position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 0;
}
#search-container form {
	display: table;
	height: 100%;
	width: 100%;
}
#search-container form > * { 
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
}
#search-container-title {
	color: #FFF;
	font-size: 2em;
	margin-bottom: 1.5em;
	text-shadow: 0 0 3px black;
}
#search-container .selectbox-container {
	background: rgba(255,255,255,0.7);
	border-bottom: none;
	color: #606060;
	font-size: 1.2rem;
	margin-left: 0.8em;
	min-width: 170px; max-width: 170px;
	padding: 11px 12px;
}
#search-container .selectbox-input-container {
	margin-left: auto; margin-right: auto;
	width: auto;
}
#search-container .selectbox-container:first-of-type { margin-left: 0; }
#search-container .selectbox-input {
	margin-bottom: 5px;
	max-width: 140px; min-width: 0;
	text-align: center;
}
#search-container .selectbox-arrow i { vertical-align: -5px; }
#search-container .selectbox-input i {
	font-size: 1.45em;
	margin-right: 0.25em;
	vertical-align: -6px;
}
#search-container *[type="submit"] {
	background: rgba(255,255,255,0.7);
	border: 1px solid #a2072e;
	color: #a2072e;
	font-size: 1.44em;
	margin-left: 2em;
	padding-left: 2em; padding-right: 2em; padding-top: 13px; padding-bottom: 13px;
	text-transform: none;
	vertical-align: 17px;
}
#search-container *[type="submit"]:hover { background: #FFF; }
#search-container *[type="submit"] i { display: none; }
@media screen and (max-width: 1125px) {
	html[lang="de"] #search-container *[type="submit"] {
		margin-top: 25px; margin-left: 0;
		vertical-align: 0;
	}
}
@media screen and (max-width: 1110px) {
	html[lang="it"] #search-container *[type="submit"] {
		margin-top: 25px; margin-left: 0;
		vertical-align: 0;
	}
}
@media screen and (max-width: 920px) {
	#search-container { height: 520px; }
	#search-container-title { font-size: 1.6em; }
	#search-container .selectbox-container {
		display: block;
		margin: 10px auto!important;
		min-width: 240px; max-width: 240px;
	}
	#search-container .selectbox-container:first-of-type { z-index: 5; }
	#search-container .selectbox-container:nth-of-type(2) { z-index: 4; }
	#search-container .selectbox-container:nth-of-type(3) { z-index: 3; }
	#search-container .selectbox-container:nth-of-type(4) { z-index: 2; }
	#search-container .selectbox-input { max-width: 190px; }
}

#main { 
	padding: 3.5em 0 0;
	position: relative; z-index: 1;
}
body.infopage #main { margin-top: 135px; }
#languageselect-mobile {
	display: none;
	position: absolute; z-index: 1; right: 20px; top: 1em;
}

#breadcrump {
	color: #a2072e;
	font-size: 0.8; font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	margin-bottom: 2.5em;
	text-align: center; text-transform: uppercase;
}
#breadcrump > * { 
	color: #000;
	text-decoration: none;
}
#breadcrump img {
	display: inline-block;
	height: auto;
	margin: 0 1.2em;
	vertical-align: -0.4em;
	width: 8px;
}

.housingcomplexes-container { margin: 100px 0 0; }
.housingcomplexes-container h2 {
	color: #a2072e;
	font-size: 1em; font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	margin-bottom: 2em;
	text-align: center; text-transform: uppercase;
}
.housingcomplexes {
	box-sizing: border-box;
	height: 555px;
	overflow: hidden;
	padding: 0 40px;
}
.housingcomplexes.inited {
	height: auto;
	overflow: visible;
}
.housingcomplexes .owl-stage, .housingcomplexes .owl-item, .housingcomplexes .item { display: flex; }
.housingcomplexes .item { width: 100%; }
.housingcomplexe {
	display: flex; flex-direction: column;
	margin: 0 8px;
	width: calc(100% - 16px);
}
.housingcomplexe img {
	display: block;
	height: auto;
	width: 100%;
}
.housingcomplexes-content {
	display: flex; flex-direction: column; flex-grow: 1;
	font-size: 0.9em;
	padding: 12px;
	text-align: center;
}
.housingcomplexes-content > * {
	display: flex; flex-direction: column; flex-grow: 1;
	line-height: 1.25em;
	justify-content: flex-end;
}
.housingcomplexes-title { font-weight: bold; }
.housingcomplexes-realestate-title { margin: 1.25em 0 1.5em; }
.housingcomplexes .owl-nav > * {
	position: absolute; z-index: 1; top: 50%;
	transform: translateY(-50%);
}
.housingcomplexes .owl-nav > *:first-child { left: 8px; }
.housingcomplexes .owl-nav > *:last-child { right: 8px; }

.buy_andor_rent {
	display: table;
	margin: 100px 0;
	width: 100%;
}
.buy_andor_rent > * {
	background: #3c3c3c;
	box-sizing: border-box;
	color: #FFF!important;
	display: table-cell;
	padding: 150px 40px;
	text-decoration: none; text-align: center;
	vertical-align: middle;
}
.buy_andor_rent.both > * { width: 50%; }
.buy_andor_rent > *:hover { opacity: 0.9; }
.buy_andor_rent > *:first-child { background: #a2072e; }
.buy_andor_rent .arrow-container {
	background: #FFF;
	border-radius: 50%;
	color: #3c3c3c;
	line-height: 58px;
	margin: 20px auto 0;
	text-align: center;
	width: 42px; height: 42px;
}
.buy_andor_rent > *:first-child .arrow-container { color: #a2072e; }
.buy_andor_rent .arrow-container .material-icons { font-size: 1.4em; }
.buy_andor_rent-title {
	font-size: 1.3em; font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 580px) {
	.buy_andor_rent, .buy_andor_rent > * { display: block; }
	.buy_andor_rent { margin: 60px 0; }
	.buy_andor_rent > * {
		padding: 50px;
		width: 100%!important;
	}
}

.facts {
	display: flex; flex-wrap: nowrap;
	font-size: 0.9em;
	line-height: 1.35em;
	margin: 100px 0 0;
}
.facts > * {
	box-sizing: border-box;
	display: flex; flex-direction: column;
	justify-content: space-between;
	padding: 10px 45px;
	text-align: center;
	width: 33.3%;
}
.facts .material-icons {
	color: #a2072e;
	font-size: 50px;
}
.facts img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 75px;
}
.facts h2 {
	font-size: 1.3em;
	text-align: center;
}
.facts h2, .facts p, .facts ul {
	margin: 0;
	padding: 1em 0;
}
@media screen and (max-width: 1023px) {
	.facts { display: block; }
	.facts > * {
		display: block;
		margin: 0 auto;
		width: 100%; max-width: 450px;
	}
	.facts > * + * { margin-top: 40px; }
	.facts h2, .facts p, .facts ul {
		margin: 1em 0;
		padding: 0;
	}
}

#contact-container { padding: 80px 0; }
#contact-preimage, #digital-realtor-preimage {
	margin: 0 auto 100px;
	max-width: 3000px;
}
#contact-preimage img, #digital-realtor-preimage img {
	display: block;
	height: auto;
	width: 100%;
}
#contact-container .msg { text-align: center; }
#contact-container .msgerror { margin-bottom: 2em; }
#contact-container .msg, #contact-container .msgerror { font-size: 1rem; }
#contact-container .msg ul, #contact-container .msgerror ul {
	margin-bottom: 0em;
	padding-left: 20px;
}
#contact-headline {
	color: #000;
	font-size: 1.31em; font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	margin-bottom: 2em;
	text-align: center; text-transform: uppercase;
}
#contact-content {
	margin: 0 auto;
	max-width: 780px;
}
#contact-content .row + .row { margin-top: 1em; }
#contact-content input, #contact-content textarea {
	box-sizing: border-box;
	font-size: 1rem;
	padding: 0.3em 0.5em;
	width: 100%;
}
#contact-content textarea {
	font-family: Arial;
	min-height: 200px;
	resize: vertical;
}
#contact-content .submit-row {
	margin-top: 2em!important;
	text-align: center;
}
#contact-content .submit-row .button { font-size: 0.85rem; font-family: 'MyriadPro', Helvetica, Arial, sans-serif; font-weight: normal; }
@media screen and (max-width: 585px) {
	#contact-content .submit-row {
		margin-top: 1em!important;
		text-align: right;
	}
}
#contact-loader {
	background: rgba(0,0,0,0.7);
	display: none;
	position: fixed; z-index: 1000; left: 0; top: 0; bottom: 0; right: 0;
}
#contact-loader > div {
	position: absolute; z-index: 1; left: 50%; top: 50%;
	transform: translate(-50%, -50%);
}
#contact-loader .material-icons {
	animation: spin 1s linear infinite; -moz-animation: spin 1s linear infinite; -webkit-animation: spin 1s linear infinite;
	color: #FFF;
	font-size: 3rem;
}
@-moz-keyframes spin {
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	}
}

#prefooter { margin-bottom: 50px; }
#main + #prefooter { margin-top: 80px; }
#prefooter .wrapper { text-align: right; }
#prefooter a { display: inline-block; }
#prefooter a + a { margin-left: 20px; }
#prefooter a:first-child { width: 150px; }
#prefooter a:nth-child(2) { width: 80px; }
#prefooter img {
	display: block;
	height: auto;
	width: 100%;
}

#digital-realtor-container { margin: 80px 0; }
#digital-realtor-container > div {
	max-width: 1800px;
	margin: 0 auto;
	position: relative; z-index: 1;
}
#digital-realtor-container > div::before {
	background: rgba(0,0,0,0.3);
	content: '';
	display: block;
	position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0;
}
#digital-realtor-content {
	font-size: 1.5em;
	position: absolute; z-index: 1; left: 50%; top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
}
#digital-realtor-content .text {
	color: #FFF;
	margin-bottom: 1em;
	text-shadow: 0 0 3px black;
}
#digital-realtor-content .button {
	font-weight: normal;
	min-width: 120px;
	text-align: center;
	font-family: 'MyriadPro', Helvetica, Arial, sans-serif;
	font-size: 0.56em;
}
#digital-realtor-answer { font-size: 1.4em; }
@media screen and (max-width: 1150px) {
	#digital-realtor-content { font-size: 1.2em; }
}
@media screen and (max-width: 767px) {
	#digital-realtor-content { font-size: 1em; }
}
@media screen and (max-width: 620px) {
	#digital-realtor-container {
		background: #3c3c3c;
		padding: 2em 0;
	}
	#digital-realtor-preimage, #digital-realtor-container > div::before { display: none; }
	#digital-realtor-content {
		position: static;
		transform: none;
	}
	#digital-realtor-content .text { text-shadow: none; }
	#digital-realtor-content .button:hover {
		background: #FFF;
		color: #616161;
	}
}

#footer {
	background: #a2072e;
	color: #FFF;
	padding: 40px 0;
	text-align: center;
}
#footer .wrapper {
	font-size: 0.7em;
	line-height: 1.25em;
	position: relative; z-index: 1;
}
#footer a {
	color: #FFF!important;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer .spacer {
	display: inline-block;
	width: 20px;
}

#nav_copyright {
	color: #FFF;
	margin-top: 20px;
	text-align: center;
}
#nav_copyright > .nav_copyright-spacer {
	color: transparent;
	margin: 0 0.7em;
}
#nav_copyright > span:last-of-type { margin-left: 2em; }
@media screen and (min-width: 500px) {
	#nav_copyright .like-inline {
		display: inline;
		margin-left: 40px;
	}
}
@media screen and (max-width: 499px) {
	#nav_copyright .like-inline { margin-top: 8px; }
}

#socialmedia-containter { margin-top: 20px; }
#socialmedia-containter > a {
	background: #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	padding: 8px;
	text-decoration: none!important;
	width: 40px; height: 40px;
}
#socialmedia-containter > a + a { margin-left: 10px; }
#socialmedia-containter img {
	display: block;
	height: auto;
	width: 100%;
}
@media screen and (min-width: 800px) {
	#socialmedia-containter {
		margin-top: 0;
		position: absolute; z-index: 1; right: 20px; top: 0;
	}
	#nav_copyright { text-align: right; }
}

#infofooter { 
	background: #e5e3e3;
	padding: 3.57em 0;
}
#infofooter .infofooter-title {
	color: #707070;
	font-size: 1.23em; font-family: 'MyriadPro Bold', Helvetica, Arial, sans-serif;
	margin-bottom: 1.55em;
	padding-bottom: 0.8em;
	position: relative; z-index: 1;
	text-transform: uppercase;
}
#infofooter .infofooter-title:after {
	background: #707070;
	content: '';
	height: 1px;
	position: absolute; z-index: 1; left: 0; bottom: 0;
	width: 80px;
}
#infofooter .address-container {
	display: table;
	font-size: 0.85em;
	width: 100%;
}
#infofooter .address-container > * {
	display: table-cell;
	vertical-align: top;
}
#infofooter .address-container > .icon-side { width: 40px; }
#infofooter .address-container > .icon-side i {
	color: #a2072e;
	font-size: 1.75em;
	margin-top: 0.1em;
}
#infofooter .address-container > .icon-side i.smaller { 
	font-size: 1.5em; 
	margin-top: 0.2em;
}
#infofooter .address-container > .text-side { 
	color: #707070;
	line-height: 1.4em;
	vertical-align: middle;
}
#infofooter .address-container + .address-container { margin-top: 1.6em; }
#infofooter .address-container:last-child { margin-top: 0.6em; }
#infofooter .socialmedia-container > div {
	margin-top: 1.6em;
	display: inline-block;
}
#infofooter .socialmedia-container > div img { min-width: 45px; }
#searchtext-container { max-width: 320px; }
#searchtext { 
	font-size: 0.76em;
	line-height: 1.7em;
}
#searchtext b, #searchtext strong {	
	color: #616161;
	font-family: 'MyriadPro Semibold', Helvetica, Arial, sans-serif;
}
#searchtext em { 
	color: #a2072e; 
	font-family: 'MyriadPro Semibold', Helvetica, Arial, sans-serif;
}
#searchtext-container .button { 
	font-size: 1.04em;
	width: 100%; 
}
#nl-form { max-width: 310px; }
#nl-form input { 
	font-size: 1.04em; 
	width: 100%;
}
#nl-form input[type="email"] { 
	background: #FFF;
	border: none; border-radius: 7px;
	font-size: 1em;
	margin-bottom: 0.3em;
	padding: 0.6em 1em;
}
#nl-form input[type="email"]:focus { outline-color: #a2072e; }
#nl-form input[type="email"]::placeholder {
    color: #a2a2a2;
    opacity: 1;
}
#nl-form input[type="email"]:-ms-input-placeholder { color: #a2a2a2; }
#nl-form input[type="email"]::-ms-input-placeholder { color: #a2a2a2; }
#nl-form p {
	color: #707070;
	font-size: 0.66em;
	line-height: 1.7em;
}

#navfooter { 
	background: #e9e8e8;
	font-size: 0.85em;
	padding: 2em;
}
#navfooter a:hover { text-decoration: underline; }
#navfooter .languageselect { display: none; }
#footer-logos img { 
	max-width: 200px; 
	vertical-align: middle;
}
#footer-logos a img { 
	height: 100px; 
	margin-left: 2em;
}

/* CONTENT */
#article table tr > * { padding: 0.5em 0.7em; }
#article table.clean tr > * { padding: 1px; }
#article table tbody tr > * { border-bottom: 1px solid #AAA; }
#article table.clean tbody tr > * { border-bottom: none; }
#article table th {
	background: #C9C1B9;
	color: #333;
}
#article table.clean th { 
	background: none;
	color: #616161;
}

.housingcomplexe .housingcomplexes-detail { margin-top: 1em; }

/* 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,
.video-container video {
	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.portrait a { width: 100%; max-width: 300px; }
.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: 25%;
}
#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 (min-width: 1024px) and (max-width: 1200px) {
	#header.minimized #nav { bottom: 40%; }
	#languageselect-minimized { top: -5px; bottom: auto; }
}
@media screen and (min-width: 1024px) and (max-width: 1110px) {
	#header, #header *[class*="col"] { height: 120px; }
	#logo-slogan, #nav { font-size: 0.9em; }
	#nav ul ul { top: 2.4em; }
	#header.minimized #nav ul ul { top: 2.2em; }
}
@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; }
	
	#header, #header *[class*="col"] { height: 90px!important; }
	#showmobilemenu { 
		display: inline-block;
		margin-right: 0;
		vertical-align: -20px!important;
	}
	#showmobilemenu i { font-size: 2.3em; }
	#logo {
		display: inline-block;
		margin-top: 5px;
		max-width: 200px; width: auto;
	}
	#logo-slogan { display: none; }
	
	#header.minimized #header-cta { display: block; }
	#header-cta > *:not(#languageselect):after { right: -1em}
	#header-cta > * + * { 
		margin-left: 1.5em; 
		vertical-align: -15px;
	}
	#header-cta a.cta-elem i { margin-right: 0; }
	#header-cta a.cta-elem > span { display: none; }
	#header-cta a.cta-elem:nth-of-type(3) > span { display: inline-block; }
	#languageselect {
		display: block;
		margin-top: -10px;
	}
	#languageselect-minimized { display: none!important; }
	
	#nav {
		background: #FFF;
		height: calc(100vh - 90px);
		overflow-y: auto; overflow-x: hidden;
		padding: 0;
		position: fixed; right: -100vw!important; top: 90px!important; z-index: 3; bottom: auto!important;
		transition: right 1s ease-in-out; -webkit-transition: right 1s ease-in-out; -moz-transition: right 1s ease-in-out; -o-transition: right 1s ease-in-out;
		transform: translateY(0)!important;
		width: 100%;
	}
	body.mobilemenu #nav { right: 0!important; }
	body.showmobilemenu #panorama, body.showmobilemenu #search-container, body.showmobilemenu #main, body.showmobilemenu #contact-container, body.showmobilemenu #footer { display: none; }
	#nav > ul, #nav > ul > li { display: block; }
	#nav > ul { margin-top: 1em; }
	#nav > ul > li { padding: 0; }
	#nav a {
		display: block;
		padding: 0.5em 1em;
		text-align: left;
	}
	#nav ul ul { 
		background: #FFF;
		position: static;
	}
	#nav > ul > li.mobileactive > ul { display: block; }
	#nav > ul > li > a i {
		background: #a2072e;
		color: #FFF!important;
		padding: 5px;
		position: absolute; z-index: 1; right: 1em; top: 3px;
		text-align: center;
	}
	#nav > ul > li:hover > a i { transform: rotate(0deg); }
	#nav > ul > li.mobileactive > a i { transform: rotate(180deg); }
	#nav ul ul a { 
		color: #3C3C3C;
		font-size: 1em;
		padding-left: 2em;
	}
	#nav ul ul li:hover a, #nav ul ul li.active a {
		background: #FFF;
		color: #a2072e;
		text-decoration: underline;
	}
	
	#panorama { margin-top: 90px; }
	#panorama, #panorama .img, #panorama .video-container { height: 50vw!important; max-height: calc(100vh - 150px); overflow: none; }
	#panorama .owl-nav > *:first-child { left: 1.5em; }
	#panorama .owl-nav > *:last-child { right: 1.5em; }
	#panorama .owl-nav img { width: 20px; }
	#panorama .owl-dots { display: none; }
	#callus-container .wrapper { text-align: center; }
	#callus { padding-top: 8px; padding-bottom: 8px; }
	
	body.infopage #main { margin-top: 80px; }
	
	#infofooter-contact { display: none; }
	
	#navfooter { padding: 1em 0; }
	#footer-slogan { display: none; }
	#navfooter, #navfooter .alignright { text-align: center!important; }
	#navfooter .languageselect {
		display: block;
		text-transform: uppercase;
		color: #a2072e;
		margin-top: 0.5em;
	}
	#navfooter .languageselect a {
		text-decoration: none;
		color: #a2072e;
	}
	#navfooter .languageselect a.active { 
		text-decoration: underline;
		font-weight: bold;
	}
	#navfooter .languageselect span { margin: 0 0.5em; }
}
@media screen and (max-width: 600px) {
	#navfooter .languageselect { margin-bottom: 3.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; }
	
	#infofooter {
		padding: 1.5em 0; 
		text-align: center;
	}
	#infofooter .row > * + * { margin-top: 2em; }
	#infofooter .infofooter-title { display: none; }
	#infofooter .address-container {
		margin-left: auto; margin-right: auto;
		width: auto;
	}
	#infofooter .address-container + .address-container { margin-top: 0.6em; }
	#nl-form { margin-left: auto; margin-right: auto; }
	#footer-logos a img { margin: 1em 0; }
}
@media screen and (max-width: 767px) {
	#main { font-size: 1em; }
	#contact-container { font-size: 0.7em; }
	#footer { font-size: 1.1em; }
}
@media screen and (max-width: 640px), (max-height: 430px) {
	#panorama, #panorama .img, #panorama .video-container { max-height: calc(100vh - 90px); }
	#panorama .owl-nav img { width: 12px; }
}
@media screen and (max-width: 640px) {
	#breadcrump { display: none; }
	#article { margin-top: 1em; }
}
@media screen and (max-width: 440px) {
	#main { padding: 1em 0 0; }
	#showmobilemenu { vertical-align: 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; }
}