@charset "UTF-8";


@font-face {
font-family: "Riforma";
src: url("./fonts/RiformaLLWeb-Medium.eot");
src: url("./fonts/RiformaLLWeb-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/RiformaLLWeb-Medium.woff2") format("woff2"), url("./fonts/RiformaLLWeb-Medium.woff") format("woff");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "RiformaFix";
src: url("./fonts/RiformaLLWeb-Regular.eot");
src: url("../fonts/RiformaLLWeb-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/RiformaLLWeb-Regular.woff2") format("woff2"), url("./fonts/RiformaLLWeb-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* @group contao */

#left, #right, #header, #container, #main, #footer, .inside, .custom {
	position: relative;
	display: block;
}

#container:after, .custom:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.block {
	overflow: hidden;
}

.clear, #clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both;
}

.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

.warning {
	color: #c55;
	font-size: 1.1em;
}

.confirmation {
	color: #090;
	font-size: 1.1em;
}

.information {
	color: #999;
	font-size: 0.9em;
}

/* @end */

/* @group Basic */

html, body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

body {
	font-size: 62.5%;
	color: #666;
	background-color: #eee;
	font-family: 'Riforma', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	font-variant: normal;
	cursor: help;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

blockquote, q {
	quotes: none;
}

fieldset, img {
	border: 0;
}

li {
	list-style-type: none;
}

sup {
	font-size: inherit;
	font-size: 60%;
	font-weight: normal;
}

sub {
	vertical-align: text-top;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #da0030;
}

.ce_text a {
	color: #da0030;
}

b, strong {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: 0;
}

/* @group font styles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Riforma', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	line-height: 1.2;
	color: #444;
}

h1 {
	font-size: 26px;
	margin-bottom: 10px;
	color: black;
}

h2 {
	font-size: 16px;
	line-height: 1.05;
	text-transform: uppercase;
	color: #e62819;
	margin-top: 20px;
	margin-bottom: 9px;
}

h3 {
	font-size: 18px;
	line-height: 1.5;
}

p, li {
	font-family: 'Riforma', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	font-size: 16px;
	line-height: 1.2;
}

p {
	margin-bottom: 10px;
}

td, th {
	font-size: 12px;
	padding: 5px 10px 5px 0;
	border-top: 1px solid #aaa;
}

td:first-child, th:first-child {
	padding-left: 0;
}

td:last-child, th:last-child {
	padding-right: 2px;
}

p > ul {
	margin: 0;
}

/* @end*/

@media screen and (max-width:1180px) {
	h1 {
		font-size: 22px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	/* @group generic */
	
	h1, h2, h3, p, li {
		color: #333;
	}
	
	h1 {
		font-size: 24px;
	}
	
	h3, p, li {
		font-size: 16px;
	}
	
	td, th {
		padding-right: 5px;
	}
	
	/* @end */
}

/* @end */

input::ms-clear, input[type="password"]::ms-reveal {
	display: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
}

button, a.button, input[type="reset"], input[type="submit"], input[type="button"], input[type="image"] {
	background: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	overflow: visible;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
	line-height: normal !important;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	background: none;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	font-family: Arial, sans-serif;
	-webkit-appearance: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="datetime"]::-webkit-outer-spin-button, input[type="datetime"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="email"]::-webkit-outer-spin-button, input[type="email"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="password"]::-webkit-outer-spin-button, input[type="password"]::-webkit-inner-spin-button, input[type="search"]::-webkit-outer-spin-button, input[type="search"]::-webkit-inner-spin-button, input[type="tel"]::-webkit-outer-spin-button, input[type="tel"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button, input[type="text"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="url"]::-webkit-outer-spin-button, input[type="url"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
}

textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

optgroup {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

select::-ms-expand {
	display: none;
}

@-moz-document url-prefix() {
	input: invalid,
	  button:invalid,
	  select:invalid,
	  textarea:invalid {
	-moz-box-shadow: none;
	box-shadow: none;
}

input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
	border: 0;
	padding: 0;
}

select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
} }

/* @group layout */

body.nav-meta-open {
	overflow: hidden;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 20;
	pointer-events: auto;
}

#left {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: #fff;
	z-index: 30;
	overflow: hidden;
	transition: height 0.5s ease-in-out;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

#left::-webkit-scrollbar {
	width: 0 !important;
	display: none;
}

#left.open {
	height: 100%;
	overflow: auto;
}

#left .inside {
	padding: 50px 50px 0;
	height: 100%;
	box-sizing: border-box;
	background: white;
}

#right {
	position: fixed;
	right: 45px;
	top: 45px;
	z-index: 200;
	width: 40px;
	overflow: visible;
}

#container {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: transparent;
	z-index: 10;
	overflow-y: scroll;
	scrollbar-width: none;
	  /* Firefox */
	-ms-overflow-style: none;
	  /* IE 10+ */
}

#container::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 50px;
	min-height: 100%;
	box-sizing: border-box;
}

#main .project-title .claim {
	display: none;
}

#pageTitle {
	top: 10px;
	left: 0px;
	width: 300px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
}

#pageTitle a {
	font-size: 14px;
	margin: 0;
	color: #777;
}

.rs_project_map {
	width: 100% !important;
	height: 100% !important;
}

#map-city {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mod_article {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	overflow-y: auto;
}

.mod_article .ce_text {
	flex: 1 1 auto;
}

.mod_article .claim {
	display: n;
}

.home .mod_article {
	display: block;
}

@media screen and (max-width:1180px) {
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	#main {
		padding: 30px;
	}
	
	#right {
		right: 25px;
		top: 25px;
	}
	
	#left .inside {
		padding: 30px 30px 0;
		height: 100%;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	body {
		background-image: none;
		background-color: #fafafa;
		color: #333;
	}
	
	#wrapper {
		width: auto;
		margin: 0;
		height: auto;
	}
	
	#header {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 55px;
		background: #fff;
		z-index: 50;
	}
	
	#header .inside {
		padding: 0 10px;
	}
	
	#left {
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 0);
	}
	
	#left:after {
		content: "";
		display: table;
		clear: both;
	}
	
	#left .inside {
		height: 100%;
		box-sizing: border-box;
		padding: 20px;
		padding-right: 65px;
	}
	
	#right {
		position: fixed;
		right: 15px;
		top: 15px;
	}
	
	#container {
		position: absolute;
		width: auto;
		height: auto;
		left: 0;
		top: 400px;
		width: 100%;
		margin: 0;
		padding: 0;
		background: none;
		overflow: visible;
	}
	
	#main {
		position: relative;
		background: #fff;
		width: auto;
		float: none;
		margin: 0 auto;
		padding: 20px;
	}
	
	#main:hover {
		background: #fff;
	}
	
	.mod_article {
		overflow-y: auto;
		height: auto;
	}
	
	.mod_rs_project_details.block {
		overflow: visible !important;
	}
}

/* @end */

/* @group Navigation */

#nav-meta-menu, #nav-meta-min-max, #nav-meta-map {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
	font-size: 13px;
	text-indent: -9999px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	transition: .5s;
}

#nav-meta-menu {
	background-image: url(images/icon-hamburger.svg);
}

#nav-meta-menu:hover {
	background-image: url(images/icon-hamburger-hover.svg);
	background-color: rgba(255, 255, 255, 0.4);
}

#nav-meta-menu:hover::before {
	position: absolute;
	top: 10px;
	left: -10px;
	content: "Menu";
	font-size: 16px;
	width: auto;
	height: 20px;
	text-align: right;
	color: white;
}

#nav-meta-menu.active {
	background-image: url(images/icon-cross-hover.svg);
}

#nav-meta-menu.active:hover {
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(images/icon-cross-hover.svg);
}

#nav-meta-menu.inactive {
	display: block;
}

body.fullsize-map #nav-meta-menu, body.fullsize-type-map #nav-meta-menu {
	background-image: url(images/icon-hamburger-hover.svg);
}

body.fullsize-map #nav-meta-menu::before, body.fullsize-type-map #nav-meta-menu::before {
	color: #da0030;
}

body.fullsize-map #nav-meta-menu.active, body.fullsize-type-map #nav-meta-menu.active {
	background-image: url(images/icon-cross-hover.svg);
}

.home #nav-meta-menu, body.nav-red.fullsize-type-image #nav-meta-menu, body.nav-red.fullsize-type-map #nav-meta-menu, body.nav-red.fullsize-type-gallery #nav-meta-menu {
	background-color: rgba(255, 255, 255, 0.4);
	animation-name: glowing;
	animation-duration: 6s;
	animation-iteration-count: infinite;
}

.home #nav-meta-menu {
	animation-duration: 3s;
}

.home #nav-meta-menu.active, body.nav-red.fullsize-type-image #nav-meta-menu.active, body.nav-red.fullsize-type-map #nav-meta-menu.active, body.nav-red.fullsize-type-gallery #nav-meta-menu.active {
	animation: none;
	background-image: url(images/icon-cross-hover.svg);
}

@keyframes glowing {
0% {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url(images/icon-hamburger.svg);
}

50% {
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url(images/icon-hamburger-hover.svg);
}

100% {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url(images/icon-hamburger.svg);
}
}

#nav-meta-map {
	background-image: url(images/icon-map.svg);
	transform: none;
	height: 40px;
	display: block;
}

#nav-meta-map:hover {
	background-image: url(images/icon-map-hover.svg);
	background-color: rgba(255, 255, 255, 0.4);
}

#nav-meta-map:hover::before {
	position: absolute;
	top: 10px;
	left: -10px;
	content: "Karte";
	font-size: 16px;
	width: auto;
	height: 20px;
	text-align: right;
	color: white;
}

body.nav-meta-open #nav-meta-map {
	background-image: url(images/icon-map-hover.svg);
}

body.fullsize-map #nav-meta-map, body.fullsize-type-map #nav-meta-map {
	background-image: url(images/icon-map-hover.svg);
}

body.fullsize-map #nav-meta-map::before, body.fullsize-type-map #nav-meta-map::before {
	color: #da0030;
}

html[lang="fr"] #nav-meta-map:hover::before {
	content: "Carte";
}

html[lang="en"] #nav-meta-map:hover::before {
	content: "Map";
}

.state-fullscreen-2 #nav-meta-min-max:after {
	opacity: 0.6;
}

.state-fullscreen-2 #nav-meta-min-max:after:hover {
	opacity: 1;
}

#nav-meta-min-max {
	background-image: url(images/icon-arrowright.svg);
	position: fixed;
	top: 50px;
	left: 50px;
	height: 0;
	background-size: 28px;
	display: block;
	border: 1px solid #fff;
	opacity: 0;
	transition: opacity 0 linear 0;
	box-sizing: border-box;
}

#nav-meta-min-max:after {
	position: absolute;
	display: block;
	top: 10px;
	left: 90px;
	content: "Text anzeigen";
	font-size: 16px;
	width: 70px;
	height: 20px;
	text-align: right;
	color: white;
	opacity: 0;
}

#nav-meta-min-max:hover {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.4);
}

#nav-meta-min-max:hover:after {
	position: absolute;
	display: block;
	top: 10px;
	left: 90px;
	content: "Text anzeigen";
	font-size: 16px;
	width: 70px;
	height: 20px;
	text-align: right;
	color: white;
	opacity: 1;
	transition: 0.4s;
}

body.state-fullscreen-1 #nav-meta-min-max {
	height: 40px;
	z-index: 100;
	opacity: 1;
	transition: opacity 1s linear 1s;
}

body.state-fullscreen-1 #nav-meta-min-max:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

body.nav-meta-open #nav-meta-min-max {
	display: none;
	opacity: 0;
	transition-duration: 0;
	transition-delay: 0;
}

body.fullsize-map #nav-meta-min-max, body.fullsize-type-map #nav-meta-min-max {
	background-image: url(images/icon-arrowright-hover.svg);
	border-color: #da0030;
}

body.fullsize-map #nav-meta-min-max::after, body.fullsize-type-map #nav-meta-min-max::after {
	color: #da0030;
}

html[lang="fr"] #nav-meta-min-max:after {
	content: "Montrer le texte";
	width: 85px;
}

html[lang="en"] #nav-meta-min-max:after {
	content: "Show text";
}

#nav-main {
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
}

#nav-main span {
	display: block;
	text-align: left;
	line-height: 1;
	font-size: 26px;
}

#nav-main span.last {
	margin-right: 0;
}

#nav-main a, #nav-main strong {
	font-size: 26px;
	display: block;
	line-height: 1;
	padding: 8px 0;
	border-top: 1px solid #aaa;
	text-decoration: none;
	color: #000;
}

#nav-main a.last, #nav-main strong.last {
	border-bottom: 1px solid #aaa;
}

#nav-main a:hover, #nav-main strong, #nav-main a.trail {
	color: #da0030;
	z-index: 100;
}

#nav-main a:hover {
	font-weight: 400;
}

#nav-main ul.level_2 {
	border-bottom: 1px solid #aaa;
	margin-bottom: 0;
}

#nav-main ul.level_2 li {
	margin-left: 20px;
}

#nav-main ul.level_2 li a.last, #nav-main ul.level_2 li strong.last {
	border-bottom: none;
}

#nav-main.submenu {
	position: absolute;
	top: 182px;
	background: white;
	max-height: 0px;
	width: calc(100% - 100px);
	z-index: 10001;
	margin-right: 0;
	transition: max-height 0.5s;
}

#nav-main.submenu strong {
	color: #eee;
}

#nav-main.submenu.open {
	max-height: 600px;
	box-shadow: 0px 20px 20px #fff;
}

#left .mod_rs_project_details:nth-child(3) {
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
}

#left .mod_rs_offer {
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
}

#left .mod_rs_offer h3, #left .mod_rs_offer p, #left .mod_rs_offer li {
	font-size: 16px;
	line-height: 1.3;
	color: #444;
	margin: 0;
	font-feature-settings: 'tnum' on;
}

#left .mod_rs_offer .count, #left .mod_rs_offer .multiply {
	display: inline-block;
	width: 20px;
}

#left .mod_rs_offer .multiply {
	width: 10px;
}

#left .mod_rs_offer h3 {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 8px 0;
	margin-bottom: 10px;
	color: black;
	font-size: 26px;
	line-height: 1;
}

#left .mod_rs_offer a {
	color: #666;
}

#nav-contact-info h3, #nav-contact-info p {
	line-height: 1.3;
	color: #444;
	margin: 0;
}

#nav-contact-info h3 {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 8px 0;
	margin-bottom: 10px;
	color: black;
	font-size: 26px;
	line-height: 1;
}

#nav-contact-info p {
	font-size: 16px;
}

#nav-contact-info a {
	color: #da0030;
}

#nav-contact-info img {
	display: block;
	height: 92px;
	width: 184px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#nav-contact-info > div {
	margin-bottom: 7px;
}

.mod_rs_booknav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
}

.mod_rs_booknav ul {
	position: relative;
	display: flex;
	width: 80px;
}

.mod_rs_booknav ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.mod_rs_booknav .prev, .mod_rs_booknav .next {
	align-self: flex-start;
	overflow: hidden;
	margin-left: 10px;
}

.mod_rs_booknav a {
	display: block;
	width: 30px;
	height: 40px;
	text-indent: -200px;
	background-repeat: no-repeat;
	background-position: center;
}

.mod_rs_booknav .prev a {
	background-image: url(images/icon-arrowleft-grey.svg);
}

.mod_rs_booknav .prev a:hover {
	background-image: url(images/icon-arrowleft-hover.svg);
}

.mod_rs_booknav .next a {
	background-image: url(images/icon-arrowright-grey.svg);
}

.mod_rs_booknav .next a:hover {
	background-image: url(images/icon-arrowright-hover.svg);
}

.home .mod_rs_booknav {
	margin-top: 7px;
	margin-right: 0;
}

.mod_rs_contact_form {
	float: left;
	width: 25%;
}

.nav-meta-3col #left #nav-main, .nav-meta-3col #left .mod_rs_project_details:nth-child(3), .nav-meta-3col #left .mod_rs_contact_form {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}

.nav-meta-3col #left .mod_rs_offer {
	display: none;
}

.nav-meta-3col #left .mod_rs_contact_form {
	margin: 0;
}

.nav-meta-2col #left #nav-main, .nav-meta-2col #left .mod_rs_contact_form {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}

.nav-meta-2col #left .mod_rs_project_details:nth-child(3), .nav-meta-2col #left .mod_rs_offer {
	display: none;
}

.nav-meta-2col #left .mod_rs_contact_form {
	margin: 0;
}

@media screen and (max-width:1180px) {
	#nav-main {
		margin: 0;
	}
	
	#nav-main.submenu {
		top: 152px;
		width: calc(100% - 60px);
	}
	
	#nav-main span, #nav-main a, #nav-main strong {
		font-size: 22px;
	}
	
	.mod_rs_contact_form, #left .mod_rs_project_details:nth-child(3), #left .mod_rs_offer {
		width: 48%;
		margin: 50px 2% 0 0;
		margin-top: 50px;
	}
	
	#left .mod_rs_offer {
		clear: left;
	}
	
	.nav-meta-3col #left #nav-main, .nav-meta-3col #left .mod_rs_project_details:nth-child(3), .nav-meta-3col #left .mod_rs_contact_form {
		width: 48%;
		margin: 0 2% 0 0;
		margin-bottom: 50px;
	}
	
	.nav-meta-3col #left .mod_rs_offer {
		display: none;
	}
	
	.nav-meta-3col #left .mod_rs_contact_form {
		float: right;
	}
	
	.mod_rs_booknav {
		top: 5px;
	}
	
	.mod_rs_booknav a {
		height: 25px;
	}
	
	#nav-contact-info h3 {
		font-size: 22px;
	}
	
	#nav-meta-min-max {
		top: 30px;
		left: 30px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	#nav-meta-menu:hover::before, #nav-meta-map:hover::before {
		display: none;
	}
	
	#nav-main {
		float: none;
		width: 100%;
		margin: 8px 0 0 0;
	}
	
	#nav-main li.home {
		border-top: 1px solid #ccc;
	}
	
	#nav-main.submenu {
		top: 60px;
		margin-top: 0;
		width: calc(100% - 40px);
	}
	
	#nav-main.submenu.open {
		width: calc(100% - 40px);
		top: 60px;
		margin-top: 0;
		margin-right: 0;
	}
	
	#nav-main span, #nav-main a, #nav-main strong {
		font-size: 24px;
	}
	
	.mod_rs_contact_form, #left .mod_rs_offer {
		float: none;
		width: 100%;
		margin: 40px 0 0 0;
	}
	
	#nav-meta-min-max {
		left: 15px;
		top: 15px;
	}
	
	#nav-meta-min-max:hover {
		background-color: rgba(255, 255, 255, 0.4);
	}
	
	#left .mod_rs_project_details:nth-child(3) {
		float: none;
		width: 100%;
		margin: 0;
		margin-top: 50px;
	}
	
	.nav-meta-3col #left #nav-main, .nav-meta-3col #left .mod_rs_project_details:nth-child(3), .nav-meta-3col #left .mod_rs_contact_form {
		width: 100%;
		margin: 0;
		margin-bottom: 50px;
	}
	
	.nav-meta-3col #left .mod_rs_offer {
		display: none;
	}
	
	.nav-meta-3col #left .mod_rs_contact_form {
		margin: 0;
	}
	
	.nav-meta-2col #left #nav-main, .nav-meta-2col #left .mod_rs_contact_form {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	
	.nav-meta-2col #left .mod_rs_project_details:nth-child(3), .nav-meta-2col #left .mod_rs_offer {
		display: none;
	}
	
	.nav-meta-2col #left .mod_rs_contact_form {
		margin: 0;
	}
	
	.mod_rs_booknav {
		top: 8px;
	}
}

/* @end */

/* @group Navigation page */

#page {
	position: relative;
	padding: 4px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 16px;
	color: #da0030;
}

#page p {
	font-size: 26px;
	margin: 0;
	background-image: url(images/icon-arrowdown-grey.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 80px) center;
}

#page p:hover {
	background-image: url(images/icon-arrowdown-hover.svg);
}

#page p.active {
	background-image: url(images/icon-arrowup-grey.svg);
}

#page p.active:hover {
	background-image: url(images/icon-arrowup-hover.svg);
}

@media screen and (max-width:1180px) {
	#page p {
		font-size: 22px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	#page {
		padding: 6px 0;
	}
	
	#page p {
		font-size: 24px;
	}
}

/* @end */

/* @group Form */

.formbody {
	width: 100%;
	overflow: hidden;
}

.formbody h3 {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 8px 0;
	font-size: 26px;
	line-height: 1;
}

.submit_container {
	clear: left;
	float: none;
}

.submit_container:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

label {
	display: none;
}

legend {
	padding-right: 6px;
	background-color: #fff;
	color: #666;
}

.widget {
	position: relative;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="submit"], select, textarea, button {
	position: relative;
	display: block;
	border: none;
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 8px 0;
	width: 100%;
	border-radius: 0;
	outline: none;
	background-color: rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	font-family: inherit;
	font-weight: inherit;
	font-size: 16px;
	line-height: normal;
	transition: background-color 1s;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"], input[type="radio"] {
	position: relative;
	display: inline-block;
	border: 1px solid #333;
	padding: 5px;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: inherit;
	font-size: 16px;
	line-height: auto;
	height: 14px;
	width: 14px;
}

input[type="submit"] {
	background-color: rgba(0, 0, 0, 0.2);
	transition: 0.4s;
}

input[type="submit"]:hover {
	background-color: #777;
	color: #fff;
	border-color: #777;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("images/arrow-down.svg");
	background-size: 16px 16px;
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
}

select::-ms-expand {
	display: none;
}

input:focus, select:focus, textarea:focus {
	border-bottom: 1px solid #da0030;
	background-color: rgba(218, 0, 48, 0.05);
}

.widget-submit button {
	border: none;
	background-color: #ccc;
	width: 50%;
}

.widget-submit {
	padding: 20px 0 40px;
}

.contact-form select, .contact-form input, .contact-form textarea {
	font-size: 26px;
}

.contact-form .widget-submit {
	margin-top: 20px;
}

.home .message.ajaxconfirm p, .message.ajaxconfirm p {
	font-size: 16px;
	color: #444;
}

.radio_container, .checkbox_container {
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.radio_container legend, .checkbox_container legend {
	font-size: 16px;
	padding-bottom: 3px;
	color: #444;
}

.radio_container label, .checkbox_container label {
	font-size: 16px;
	padding-left: 2px;
	display: inline-block;
}

.radio_container > span, .checkbox_container > span {
	display: block;
	padding-left: 3px;
}

.radio_container + br, .checkbox_container + br {
	display: none;
}

span.mandatory {
	font-weight: bold;
	color: #f00;
}

p.confirm {
	font-size: 1.3em;
	color: #090;
}

.home p.error, p.error {
	margin: 6px 0;
	font-size: 16px;
	color: #da0030;
}

input.error[type="text"], input.error[type="password"], textarea.error {
	border-color: #da0030 !important;
	background-color: #ffd;
}

input.captcha {
	width: 48px;
	margin-right: 6px;
}

span.captcha_text {
	font-weight: normal;
	color: #808080;
}

/* @end */

/* @group placeholder */

/* WebKit, Blink, Edge */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ccc;
}

/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

/* Mozilla Firefox 19+ */

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

/* Internet Explorer 10-11 */

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #ccc;
}

/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

input:placeholder-shown, textarea:placeholder-shown {
	color: #ccc;
}

/* @end */

/* @group Suchen */

.mod_search {
	padding-bottom: 5px;
}

.mod_search > div {
	margin: 20px 0;
}

.mod_search input.text {
	float: left;
	width: 75%;
	height: 40px;
}

.mod_search input.submit {
	width: 25%;
	height: 40px;
	border-left: none;
}

.mod_search .header {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #555;
}

.mod_search .radio_container {
	margin-top: 10px;
}

.mod_search .radio_container span {
	display: inline;
	padding-right: 20px;
	padding-left: 2px;
}

.mod_search h3, .mod_search p {
	margin-bottom: 5px;
}

.mod_search .relevance {
	color: #999;
}

.mod_search .url {
	color: #999;
}

.mod_search .highlight {
	text-decoration: underline;
	font-weight: normal;
}

.mod_search .pagination {
	margin-top: 2em;
	height: 20px;
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.formbody {
		margin-top: 50px;
	}
	
	.mod_search .radio_container span {
		display: block;
		padding-bottom: 5px;
	}
}

/* @end */

/* @group Content */

.ce_table {
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
}

.ce_table th:first-child, .ce_table td:first-child {
	width: auto;
	padding-left: 0;
}

.ce_text ol {
	margin-left: 19px;
	margin-bottom: 10px;
}

.ce_text ol li {
	list-style: decimal outside;
}

.ce_text ul {
	margin-left: 17px;
	margin-bottom: 10px;
}

.ce_text ul li {
	list-style-type: square;
}

.ce_text table {
	width: 100%;
}

.ce_text table th:first-child, .ce_text table td:first-child {
	width: auto;
	padding-left: 0;
}

.ce_text.kontakt {
	margin-top: 20px;
}

.ce_text.lead p {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.ce_text pre {
	padding: 9px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
}

.ce_gallery {
	margin-top: 10px;
}

.ce_gallery ul {
	margin-bottom: 0;
}

.ce_gallery ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.ce_gallery li {
	float: left;
	padding: 0 5px 10px 0;
}

.ce_downloads {
	margin-bottom: 5px;
}

.ce_downloads ul {
	margin-bottom: 0;
}

.ce_downloads li {
	padding: 0;
}

.ce_downloads a {
	display: block;
	color: #666;
	padding: 15px 0 15px 40px;
	background-image: url(images/icon-pdf-hover.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 32px;
	transition-duration: 0.4s;
	transition-property: background-image, color;
}

.ce_downloads a:hover {
	color: #da0030;
	background-image: url(images/icon-pdf-hover.png);
}

.ce_downloads p {
	margin-bottom: 3px;
}

.ce_downloads h3 {
	font-size: 22px;
	line-height: 1.2;
	padding-bottom: 0px;
	color: #666;
}

.ce_downloads .size {
	color: rgba(0, 0, 0, 0.2);
	padding-left: 7px;
}

.ce_downloads a:hover .size {
	color: #da0030;
}

.ce_downloads img {
	display: none;
}

.ce_downloads .size {
	display: none;
}

.ce_hyperlink {
	position: relative;
	font-size: 16px;
	padding-right: 22px;
}

.ce_hyperlink a {
	display: block;
	color: #666;
	padding: 15px 0 15px 40px;
	background-image: url(images/icon-list-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
	transition-duration: 0.4s;
	transition-property: background-image, color;
}

.ce_hyperlink a:hover {
	color: #da0030;
	text-decoration: none;
}

.ce_hyperlink.back .hyperlink_txt {
	padding: 8px 0;
	display: block;
}

.ce_hyperlink.link360 a, .ce_hyperlink.link360 a:hover {
	background-image: url(images/icon-360-hover.png);
}

.ce_hyperlink.back {
	margin-top: 30px;
}

.ce_hyperlink.back a {
	background: none;
	text-decoration: underline;
}

/* @end */

/* @group images */

.ce_image {
	margin-bottom: 1em;
}

.image_container img {
	background-color: #fff;
	display: block;
}

.image_container.float_right img {
	background-color: #fff;
	display: block;
	margin-top: 0;
	margin-right: 0;
}

.image_container .caption {
	margin-top: 0;
	padding: 5px 0;
	font-size: 1.0em;
	border-bottom: 1px solid #ddd;
}

/* @end */

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.ce_hyperlink {
		font-size: 16px;
	}
}

/* @group Content */

.ce_hyperlink.back .hyperlink_txt {
	padding: 10px 0;
	display: block;
}

p.back {
	font-size: 14px;
	font-family: Arial;
}

.info, .time {
	font-size: 1.1em;
	color: #999;
	margin-bottom: 7px;
}

.image_container img {
	display: block;
}

/* @end */

/* @group changelanguage */

.mod_changelanguage {
	position: absolute;
	left: 13px;
	top: 115px;
	z-index: 3000;
}

.home .mod_changelanguage {
	top: 220px;
}

.mod_changelanguage li {
	float: left;
	line-height: 1;
	padding: 2px 0 0px;
}

.mod_changelanguage a {
	color: rgba(255, 255, 255, 0.4);
}

.mod_changelanguage a:hover {
	color: #e62819;
}

.mod_changelanguage li.lang-de {
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.mod_changelanguage li.lang-en {
	padding-left: 10px;
}

/* @end */

/* @group rs_project */

.mod_rs_object_list h1 {
	clear: both;
	position: relative;
	font-size: 16px;
	line-height: 1;
	color: black;
	margin-bottom: 0;
	margin-top: 0;
	padding: 4px 0 10px 0;
	border-bottom: 1px solid #aaa;
	z-index: 1000;
	overflow: visible;
}

.has-object-list #page {
	margin-bottom: 6px;
}

/* @end */

/* @group project-header */

.project-header {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.project-header .project-company {
	font-size: 18px;
	line-height: 1;
	color: black;
	margin: 0;
	height: 40px;
}

.project-header .project-company span {
	color: #da0030;
}

.project-header .project-title {
	position: relative;
	font-size: 26px;
	color: black;
}

.project-header .project-title a {
	display: block;
	color: black;
}

.project-header .project-title a:hover {
	color: #da0030;
	text-decoration: none;
}

.angebot .project-header .project-title {
	height: 64px;
	overflow: hidden;
}

.angebot .project-header .project-title .claim {
	display: none;
}

.project-partner {
	position: absolute;
	top: 80px;
	right: 0;
	width: auto;
}

.project-partner img {
	height: 35px;
	width: auto;
}

/* @end */

/* @group Preview Overlay */

#preview-overlay {
	position: fixed;
	top: 0;
	left: 50%;
	height: 100vh;
	width: 50%;
	background: white;
	z-index: 90;
}

#preview-overlay .modal-window {
	overflow: auto;
}

#preview-overlay .modal-body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#preview-overlay .modal-body pre {
	display: none;
}

.objects-view-full #preview-overlay {
	left: 0;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#preview-object {
	position: absolute;
	top: 140px;
	width: calc(100% - 50px);
}

.objects-view-full #preview-object {
	top: 50px;
	padding: 0 50px;
	padding-bottom: 0;
	box-sizing: border-box;
	width: 100%;
}

#preview-items {
	display: flex;
	flex-wrap: wrap;
}

#preview-items h3 {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: top;
	color: black;
	font-size: 26px;
	line-height: 1;
}

#preview-items h3 span {
	width: 100%;
	display: block;
	padding: 8px 0;
	border-top: 1px solid #aaa;
}

#preview-items h3 span.object-type {
	border-bottom: 1px solid #aaa;
}

#preview-items .situation, #preview-items .profile, #preview-items .overview, #preview-items .layout {
	position: relative;
	display: block;
	border-bottom: 1px solid #aaa;
	height: 190px;
	padding: 0;
	margin: 10px 0 0 0;
	width: 50%;
	box-sizing: border-box;
}

#preview-items .situation .bg-image, #preview-items .profile .bg-image, #preview-items .overview .bg-image, #preview-items .layout .bg-image {
	margin-top: 25px;
	height: calc(100% - 40px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
}

#preview-items .situation em, #preview-items .profile em, #preview-items .overview em, #preview-items .layout em {
	position: absolute;
	display: block;
	top: 0;
	bottom: auto;
	height: 20px;
	background: white;
	color: black;
	font-size: 12px;
	width: 70px;
}

#preview-items .overview {
	display: none;
}

#preview-items .layout {
	margin-right: 0;
	width: 100%;
	height: calc(100vh - 460px);
	border-bottom: none;
}

.objects-view-full #preview-items h3 span {
	float: left;
	width: auto;
	border-bottom: 1px solid #aaa;
}

.objects-view-full #preview-items span.object-ref {
	width: 260px;
}

.objects-view-full #preview-items span.object-type {
	width: calc(100% - 260px);
}

.objects-view-full #preview-items .situation, .objects-view-full #preview-items .profile, .objects-view-full #preview-items .overview, .objects-view-full #preview-items .layout {
	width: calc(25% - 20px);
	height: 150px;
	margin-right: 20px;
	border-bottom: none;
}

.objects-view-full #preview-items .overview {
	display: block;
}

.isometry #preview-items .overview {
	display: block;
}

.isometry #preview-items .profile {
	display: none;
}

#viewToggle {
	position: absolute;
	bottom: 40px;
	right: 50px;
	background: #fff;
}

#viewToggle p {
	font-size: 12px;
	margin: 0;
	padding: 8px 10px;
	padding-right: 50px;
	min-width: 65px;
	cursor: pointer;
	background-image: url(images/icon-expand-hover.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
	background-size: 24px;
	border: 1px solid #aaa;
	transition: 0.4s;
}

#viewToggle p:hover {
	background-image: url(images/icon-expand-hover.png);
	background-color: rgba(218, 0, 48, 0.05);
	color: #da0030;
	border-color: #da0030;
}

#viewToggle p#viewClose {
	background-image: url(images/icon-close.png);
}

#viewToggle p#viewClose:hover {
	background-image: url(images/icon-close-hover.png);
}

/* @end */

/* @group Detail Overlay */

#details-overlay {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	color: #444;
}

#details-overlay .project-header {
	position: absolute;
	left: 50px;
	top: 50px;
	right: 50px;
	margin: 0;
	height: 75px;
	color: #444;
}

#details-overlay .object-data {
	position: absolute;
	top: 142px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	height: auto;
	overflow: hidden;
}

#details-overlay .object-nav-ref {
	position: relative;
	clear: left;
	float: left;
	width: 260px;
	padding: 8px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#details-overlay .object-nav-ref .object-ref {
	font-size: 26px;
	line-height: 1;
}

#details-overlay .object-nav-ref .object-toggle {
	position: absolute;
	top: 5px;
	right: 0px;
	display: block;
	width: 20px;
	height: 30px;
	padding: 0;
	text-indent: -200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(images/icons-navi.png);
	width: 20px;
	cursor: pointer;
	background-position: center -150px;
}

#details-overlay .object-nav-ref .object-toggle:hover {
	background-image: url(images/icons-navi-hover.png);
}

#details-overlay .object-nav-ref .object-toggle.close {
	background-position: center -200px;
}

#details-overlay .object-nav {
	position: relative;
	float: right;
	padding: 10px 0;
	height: 45px;
	width: calc(100% - 280px);
	margin-top: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	box-sizing: border-box;
	z-index: 9000;
}

#details-overlay .object-nav .object-factsheet {
	position: absolute;
	top: 9px;
	left: 0;
	background: none !important;
}

#details-overlay .object-nav .object-apply-link {
	position: absolute;
	top: 9px;
	left: 180px;
	background: none !important;
}

#details-overlay .object-nav .next, #details-overlay .object-nav .prev, #details-overlay .object-nav .modal-close {
	position: absolute;
	top: 2px;
	display: block;
	width: 20px;
	height: 30px;
	padding: 0;
	text-indent: -200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(images/icons-navi.png);
}

#details-overlay .object-nav span:hover, #details-overlay .object-nav a:hover {
	background-image: url(images/icons-navi-hover.png);
}

#details-overlay .object-nav .modal-close {
	right: 0;
	background-position: center 0;
}

#details-overlay .object-nav .next {
	right: 60px;
	background-position: center -50px;
}

#details-overlay .object-nav .prev {
	right: 110px;
	background-position: center -100px;
}

#details-overlay .object-facts {
	clear: left;
	float: left;
	width: 260px;
}

#details-overlay .object-facts table {
	width: 100%;
	border: none;
	margin-top: 10px;
}

#details-overlay .object-facts th {
	color: #666;
	border-top: 1px solid #aaa;
	text-align: left;
	padding-right: 0;
}

#details-overlay .object-facts td {
	color: #666;
	border-top: 1px solid #aaa;
	padding-right: 0;
	text-align: right;
}

#details-overlay .object-facts th.first, #details-overlay .object-facts td.first {
	border: none;
}

#details-overlay .object-facts tr:hover td {
	background: #fff;
}

#details-overlay .object-facts span {
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
	padding-top: 5px;
	border-top: 1px solid #aaa;
	text-align: left;
}

#details-overlay .object-facts span img {
	display: block;
	float: right;
	height: 95%;
	width: auto;
	cursor: pointer;
}

#details-overlay .object-facts span b {
	position: absolute;
	display: block;
	width: auto;
	background: white;
	padding: 0 5px 5px 0;
	color: #666;
}

#details-overlay #object-plan-thumbs {
	margin-top: -1px;
}

#details-overlay #object-plan-detail {
	float: right;
	margin-top: 20px;
	width: calc(100% - 280px);
	height: calc(100% - 70px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#details-overlay #object-plan-detail .navi {
	float: right;
	margin-right: 15px;
}

/* @end */

/* @group objects-view-full */

.objects-view-full {
	background: #fff;
}

.objects-view-full #container {
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.objects-view-full #main {
	background: white;
}

.objects-view-full label {
	color: #444;
}

.objects-view-full p {
	color: #444;
	background: #fff;
}

.objects-view-full .filterSection .widget {
	width: auto;
}

.objects-view-full .mod_rs_booknav {
	display: none;
}

/* @end*/

@media all and (min-width: 1200px) {
	.objects-view-full .prio4 {
		display: table-cell;
	}
}

@media screen and (max-width:1180px) {
	.project-header .project-title {
		font-size: 22px;
	}
	
	#viewToggle {
		bottom: 25px;
		right: 30px;
	}
	
	#preview-object {
		position: absolute;
		top: 117px;
		width: calc(100% - 30px);
	}
	
	.objects-view-full #preview-object {
		top: 30px;
		padding: 0 30px;
		padding-bottom: 0;
		box-sizing: border-box;
		width: 100%;
	}
	
	.objects-view-full #preview-overlay {
		height: 220px;
	}
	
	#preview-items h3 {
		font-size: 22px;
	}
	
	#preview-items h3 span {
		padding: 6px 0;
	}
	
	#preview-items .layout {
		height: calc(100vh - 420px);
	}
	
	#immobilienangebote .ce_hyperlink {
		clear: both;
		float: none;
		width: 100% !important;
		padding-top: 12px;
		margin-right: 0;
		min-height: 40px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	#immobilienangebote .ce_hyperlink {
		float: none;
		width: 100%;
		padding-top: 12px;
		margin-right: 0;
		min-height: 40px;
	}
	
	#preview-overlay {
		display: none !important;
	}
	
	.project-header {
		position: absolute;
		top: -380px;
		left: 20px;
		margin-bottom: 20px;
		z-index: 0;
		width: calc(100% - 75px);
	}
	
	.project-header .project-company {
		color: white;
	}
	
	.project-header .project-company span {
		color: white;
	}
	
	.project-header .project-title {
		color: white;
	}
	
	.project-header .project-title a {
		color: white;
	}
	
	#details-overlay {
		overflow: auto;
	}
	
	#details-overlay .modal-body {
		min-height: 1000px;
	}
	
	#details-overlay .project-header {
		left: 20px;
		top: 20px;
		right: 20px;
	}
	
	#details-overlay .project-header .project-title {
		color: black;
	}
	
	#details-overlay .project-header .project-title a {
		color: #da0030;
	}
	
	#details-overlay .project-header .project-company {
		color: black;
	}
	
	#details-overlay .project-header .project-company span {
		color: #da0030;
	}
	
	#details-overlay .object-data {
		position: relative;
		display: block;
		width: calc(100% - 40px);
		top: 148px;
		left: 20px;
		right: 20px;
		bottom: auto;
	}
	
	#details-overlay .object-nav-ref {
		position: relative;
		clear: left;
		float: none;
		width: 100%;
		padding: 8px 0;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	}
	
	#details-overlay .object-nav-ref .object-ref {
		font-size: 26px;
		line-height: 1;
	}
	
	#details-overlay .object-nav-ref .object-toggle {
		position: absolute;
		top: 5px;
		right: 0px;
		display: block;
		width: 20px;
		height: 30px;
		padding: 0;
		text-indent: -200px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(images/icons-navi.png);
		width: 20px;
		cursor: pointer;
		background-position: center -150px;
	}
	
	#details-overlay .object-nav-ref .object-toggle:hover {
		background-image: url(images/icons-navi-hover.png);
	}
	
	#details-overlay .object-nav-ref .object-toggle.close {
		background-position: center -200px;
	}
	
	#details-overlay .object-nav {
		position: relative;
		float: none;
		padding: 10px 0;
		height: 45px;
		width: calc(100%);
		margin-top: 0;
		border-top: none;
		border-bottom: 1px solid #aaa;
		box-sizing: border-box;
		z-index: 9000;
	}
	
	#details-overlay .object-nav .object-factsheet {
		position: absolute;
		top: 9px;
		left: 0;
		background: none !important;
	}
	
	#details-overlay .object-nav .object-apply-link {
		position: absolute;
		top: 9px;
		left: 180px;
		background: none !important;
	}
	
	#details-overlay .object-nav .next, #details-overlay .object-nav .prev, #details-overlay .object-nav .modal-close {
		position: absolute;
		top: 2px;
		display: block;
		width: 20px;
		height: 30px;
		padding: 0;
		text-indent: -200px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(images/icons-navi.png);
	}
	
	#details-overlay .object-nav span:hover, #details-overlay .object-nav a:hover {
		background-image: url(images/icons-navi-hover.png);
	}
	
	#details-overlay .object-nav .modal-close {
		right: 0;
		background-position: center 0;
	}
	
	#details-overlay .object-nav .next {
		right: 60px;
		background-position: center -50px;
	}
	
	#details-overlay .object-nav .prev {
		right: 110px;
		background-position: center -100px;
	}
	
	#details-overlay .object-facts {
		clear: left;
		float: none;
		width: 100%;
	}
	
	#details-overlay .object-facts table {
		width: 100%;
		border: none;
		margin-top: 10px;
	}
	
	#details-overlay .object-facts th {
		color: #666;
		border-top: 1px solid #aaa;
		text-align: left;
		padding-right: 0;
	}
	
	#details-overlay .object-facts td {
		color: #666;
		border-top: 1px solid #aaa;
		padding-right: 0;
		text-align: right;
	}
	
	#details-overlay .object-facts th.first, #details-overlay .object-facts td.first {
		border: none;
	}
	
	#details-overlay .object-facts tr:hover td {
		background: #fff;
	}
	
	#details-overlay .object-facts span {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 5px;
		border-top: 1px solid #aaa;
		text-align: left;
	}
	
	#details-overlay .object-facts span img {
		display: block;
		margin: 30px 5px;
		float: none;
		height: auto;
		width: auto;
		cursor: pointer;
	}
	
	#details-overlay .object-facts span b {
		position: absolute;
		display: block;
		width: auto;
		background: white;
		padding: 0 5px 5px 0;
		color: #666;
	}
	
	#details-overlay #object-plan-thumbs {
		margin-top: -1px;
	}
	
	#details-overlay #object-plan-detail {
		display: none;
	}
}

@media all and (max-width: 480px) {
	.table-big .col {
		font-size: 16px;
	}
	
	table.homegate th:last-child, table.homegate td:last-child {
		display: none;
	}
}

/* @end */

/* @group mieterspiegel, object-list */

.object-list {
	width: 100%;
	height: calc(100vh - 468px);
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 1px solid #333;
}

.object-list p.error {
	margin-top: 30px;
	font-size: 14px;
}

.filter-section.collapsed + .object-list {
	height: calc(100vh - 340px);
}

.object-list-table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
}

.object-list-table th, .object-list-table td {
	font-family: 'RiformaFix', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-moz-font-feature-settings: 'tnum' on;
	-ms-font-feature-settings: 'tnum' on;
	-o-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	font-feature-settings: 'tnum' on;
}

.object-list-table th {
	white-space: nowrap;
	font-size: 10px;
	border-top: none;
	border-bottom: 1px solid black;
	color: black;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

.object-list-table tr:hover td {
	background: rgba(218, 0, 48, 0.05);
	color: #000;
	cursor: auto;
}

.object-list-table tr.group td {
	color: black;
	text-align: left;
	padding-top: 20px;
}

.object-list-table tr.group:hover td {
	background: transparent;
}

.object-list-table a {
	display: block;
	margin: -2px -4px 0;
	padding: 0 2px;
	width: 100%;
	height: 19px;
	text-indent: -250px;
	overflow: hidden;
	text-align: left;
	background-color: transparent;
	background-image: url(images/link-items.png);
	background-size: 16px;
	background-position: center  -29px;
	background-repeat: no-repeat;
	color: #c00;
}

.object-list-table a:hover {
	background-color: rgba(255, 0, 0, 0.1);
}

.object-list-table .details_link a {
	background-position: 60% -114px;
}

.object-list-table .external_link a {
	background-image: url(images/icon-moebel.png);
	background-position: 60% 0;
}

.object-list-table .factsheet, .object-list-table .details_link, .object-list-table .external_link, .object-list-table .external_link2, .object-list-table .apply_link {
	text-align: center;
	width: 50px;
}

.object-list-table .floor {
	white-space: nowrap;
	padding-right: 8px;
}

.object-list-table .occupation_date {
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 3px;
}

.object-list-table .surface, .object-list-table .balcony, .object-list-table .loggia, .object-list-table .terrace, .object-list-table .basement, .object-list-table .reduit, .object-list-table .price_net, .object-list-table .price_extra, .object-list-table .price_gross {
	text-align: right;
}

.object-list-table .linkMoebel a {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	text-indent: -100px;
	background-repeat: no-repeat;
	background-image: url(images/icon-moebel.png);
	background-position: 60% 0;
	background-size: 20px;
	overflow: hidden;
	text-align: left;
	line-height: 1;
	margin-top: -2px;
	margin-bottom: -2px;
}

.objects .object-list-table .linkMoebel {
	margin-top: 0;
	margin-bottom: -6px;
}

.object-list-table .prio2, .object-list-table .prio3, .object-list-table .prio4, .object-list-table .terrace {
	display: none;
}

.objects-view-full .prio2, .objects-view-full .prio3, .objects-view-full .prio4, .objects-view-full .terrace, .objects-view-full .balcony {
	display: table-cell;
}

.objects-view-full .filterSection .widget.subtype {
	display: block;
}

.object-info {
	position: absolute;
	bottom: 37px;
	left: 50px;
}

.object-info .cellar, .object-info .parking-slots, .object-info .infotext {
	font-family: 'RiformaFix', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-moz-font-feature-settings: 'tnum' on;
	-ms-font-feature-settings: 'tnum' on;
	-o-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	font-feature-settings: 'tnum' on;
	display: inline-block;
	margin-right: 5px;
}

.object-info .cellar thead, .object-info .parking-slots thead {
	display: none;
}

.object-info .cellar table, .object-info .parking-slots table {
	table-layout: auto;
	border: none;
	width: auto;
}

.object-info .cellar td, .object-info .parking-slots td {
	border: none;
	width: auto;
	text-align: left;
	padding: 2px 7px 0 0;
	font-size: 11px;
	line-height: 12px;
}

.object-info .cellar td.col_0, .object-info .cellar td.col_3, .object-info .parking-slots td.col_0, .object-info .parking-slots td.col_3 {
	text-align: right;
}

.object-info .cellar a, .object-info .parking-slots a {
	text-decoration: none;
}

.object-info .cellar a:hover, .object-info .parking-slots a:hover {
	color: #e62819;
	text-decoration: underline;
}

.object-info .parking-slots td:nth-child(1), .object-info .parking-slots td:nth-child(4) {
	text-align: right;
}

.object-info .infotext {
	font-size: 11px;
	line-height: 12px;
}

@media all and (min-width: 1200px) {
	.objects-view-full .prio4 {
		display: table-cell;
	}
}

@media screen and (max-width:1180px) {
	.object-list {
		height: calc(100vh - 420px);
	}
	
	.filter-section.collapsed + .object-list {
		height: calc(100vh - 300px);
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.object-list {
		width: 100%;
		height: auto;
		overflow: auto;
	}
	
	.object-list-table {
		border-bottom: 1px solid #555;
	}
	
	.object-list-table th {
		font-size: 12px;
	}
	
	.object-list-table td {
		white-space: nowrap;
	}
	
	.object-list-table .floor {
		padding-right: 5px;
	}
	
	.object-list-table td a, .object-list-table tr:hover td a {
		background-position: 60% -29px;
	}
	
	.object-list-table td.details_link a, .object-list-table tr:hover td.details_link a {
		background-position: 60% -114px;
	}
	
	.object-info {
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	.object-info .cellar, .object-info .parking-slots, .object-info .infotext {
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
		margin: 20px 0 0 0;
	}
}

@media all and (max-width: 480px) {
	.table-big .col {
		font-size: 16px;
	}
	
	table.homegate th:last-child, table.homegate td:last-child {
		display: none;
	}
}

/* @end */

/* @group Swiper */

#header .mod_rs_project_details, #header .socialMedia, #header .mod_navigation {
	display: none;
}

#container {
	z-index: 25;
	transition: all .5s;
}

body.state-fullscreen-1 #container {
	transform: translateX(-100%);
}

.fullscreen-trigger {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	opacity: 0;
	transition: opacity .5s;
	cursor: pointer;
}

.fullscreen-trigger:hover {
	opacity: 1;
}

body.state-fullscreen-1 .fullscreen-trigger {
	opacity: 0;
	pointer-events: none;
}

.fullscreen-trigger-link {
	display: none;
	padding: 0.5em 1.5em;
	background: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	transition: background-color .2s;
}

.fullscreen-trigger-link:hover {
	background: #000;
	text-decoration: none;
}

body.fullsize-type-gallery .fullscreen-trigger-link--gallery {
	display: block;
}

body.fullsize-type-image .fullscreen-trigger-link--image {
	display: block;
}

body.fullsize-type-map .fullscreen-trigger-link--map {
	display: block;
}

.swiper-current-slide-title {
	display: block;
	z-index: 10;
	position: fixed;
	bottom: 100px;
	background: rgba(0, 0, 0, 0.4);
	left: 50%;
	transform: translateX(-50%);
	padding: 7px 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	text-align: center;
}

body.state-fullscreen-2 .swiper-current-slide-title.has-text {
	opacity: 1;
	pointer-events: auto;
}

.swiper-button-next {
	background-image: url(images/icon-arrowright.svg);
	right: 50px;
}

.swiper-button-prev {
	background-image: url(images/icon-arrowleft.svg);
	left: 50px;
}

.swiper-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.swiper-fullscreen .swiper-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.swiper-fullscreen .swiper-button-next, .swiper-fullscreen .swiper-button-prev {
	background-size: 40px;
	transition: .5s;
}

.swiper-fullscreen .swiper-button-next {
	transform: translateX(calc(100% + 60px));
}

.swiper-fullscreen .swiper-button-next:hover {
	background-image: url(images/icon-arrowright-hover.svg);
}

.swiper-fullscreen .swiper-button-prev {
	transform: translateX(calc(-100% - 60px));
}

.swiper-fullscreen .swiper-button-prev:hover {
	background-image: url(images/icon-arrowleft-hover.svg);
}

.swiper-thumbnails {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	z-index: 2;
	transform: translateY(100%);
	transition: transform .5s;
}

.swiper-thumbnails .swiper-slide {
	width: auto;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.swiper-thumbnails .swiper-slide-active, .swiper-thumbnails .swiper-slide:hover {
	-webkit-box-shadow: 0 0 0 1px white;
	-moz-box-shadow: 0 0 0 1px white;
	box-shadow: 0 0 0 1px white;
}

.swiper-thumbnails .swiper-slide img {
	width: 98px;
	height: 70px;
}

body.state-fullscreen-2 .swiper-fullscreen .swiper-button-next, body.state-fullscreen-2 .swiper-fullscreen .swiper-button-prev {
	transform: translateX(0);
}

body.state-fullscreen-2 .swiper-thumbnails {
	transform: translateY(0);
}

.ce_rs_project_gallery, .ce_rs_standalone_gallery, .mod_rs_project_map {
	position: relative;
	padding-top: 40px;
}

.ce_rs_project_gallery.virtual, .ce_rs_standalone_gallery.virtual, .mod_rs_project_map.virtual {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.ce_rs_project_gallery ul, .ce_rs_standalone_gallery ul, .mod_rs_project_map ul {
	width: 100%;
}

.ce_rs_project_gallery ul:after, .ce_rs_standalone_gallery ul:after, .mod_rs_project_map ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.ce_rs_project_gallery li, .ce_rs_standalone_gallery li, .mod_rs_project_map li {
	position: relative;
	display: block;
	float: left;
	width: calc(20% - 4px);
	height: 0;
	padding-bottom: 13%;
	margin: 2px;
	font-size: 12px;
	line-height: 1;
	background: #eee;
	overflow: hidden;
	text-align: center;
}

.ce_rs_project_gallery figure, .ce_rs_standalone_gallery figure, .mod_rs_project_map figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ce_rs_project_gallery a, .ce_rs_standalone_gallery a, .mod_rs_project_map a {
	display: block;
	width: 100%;
	height: 100%;
}

.ce_rs_project_gallery img, .ce_rs_standalone_gallery img, .mod_rs_project_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	text-align: center;
}

.ce_rs_project_gallery li span, .ce_rs_standalone_gallery li span, .mod_rs_project_map li span {
	position: absolute;
	display: block;
	bottom: 2px;
	left: 3px;
	font-size: 11px;
	line-height: 1.1;
	color: #fff;
}

.ce_rs_project_gallery li:hover, .ce_rs_standalone_gallery li:hover, .mod_rs_project_map li:hover {
	-webkit-box-shadow: 0px 0px 0px 1px black;
	-moz-box-shadow: 0px 0px 0px 1px black;
	box-shadow: 0px 0px 0px 1px black;
}

.ce_rs_project_gallery li img, .ce_rs_standalone_gallery li img, .mod_rs_project_map li img {
	transition: transform 0.2s;
}

.ce_rs_project_gallery li:hover img, .ce_rs_standalone_gallery li:hover img, .mod_rs_project_map li:hover img {
	transform: scale(1.2);
}

.page-background-image {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.fullscreen-trigger {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 400px;
		bottom: auto;
		display: flex;
	}
	
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	
	.swiper-current-slide-title {
		bottom: 80px;
	}
	
	.swiper-fullscreen {
		height: 400px;
		bottom: auto;
		transition: height 0.2s 0.5s;
	}
	
	.state-fullscreen-1 .swiper-fullscreen {
		height: 100%;
		transition: height 0.2s;
	}
	
	.swiper-slide:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transition: background .5s;
		background: rgba(0, 0, 0, 0.2);
	}
	
	.state-fullscreen-1.state-fullscreen-2 .swiper-slide:before {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		transition: background .5s;
		background: tr;
	}
	
	.swiper-thumbnails .swiper-slide img {
		width: auto;
		height: 50px;
	}
	
	.page-background-image {
		position: relative;
		height: 400px;
		bottom: auto;
		transition: height 0.2s 0.5s;
	}
	
	.page-background-image:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transition: background .5s;
		background: rgba(0, 0, 0, 0.2);
	}
	
	.state-fullscreen-1 .page-background-image {
		height: 100%;
		transition: height 0.2s;
	}
	
	.ce_rs_project_gallery, .ce_rs_standalone_gallery, .mod_rs_project_map {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		background: white;
	}
}

/* @end */

/* @group gallery 360 views */

.ce_rs_project_gallery_360 {
	position: relative;
	background: white;
	margin-top: 20px;
}

.ce_rs_project_gallery_360 ul {
	width: 100%;
}

.ce_rs_project_gallery_360 ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.ce_rs_project_gallery_360 li {
	display: block;
	float: left;
	width: calc(20% - 4px);
	height: 0;
	padding-bottom: 13%;
	margin: 2px;
	font-size: 12px;
	line-height: 1;
	background: #eee;
	overflow: hidden;
	text-align: center;
}

.ce_rs_project_gallery_360 img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	text-align: center;
}

.ce_rs_project_gallery_360 a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.ce_rs_project_gallery_360 li span {
	position: absolute;
	display: block;
	bottom: 2px;
	left: 3px;
	font-size: 11px;
	line-height: 1.1;
	color: #fff;
}

.ce_rs_project_gallery_360 li:hover {
	-webkit-box-shadow: 0px 0px 0px 1px black;
	-moz-box-shadow: 0px 0px 0px 1px black;
	box-shadow: 0px 0px 0px 1px black;
}

.ce_rs_project_gallery_360 li img {
	transition: transform 0.2s;
}

.ce_rs_project_gallery_360 li:hover img {
	transform: scale(1.2);
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.ce_rs_project_gallery_360 {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		background: white;
	}
}

/* @end */

/* @group form rgs */

body.rgs-form {
	background: grey;
}

body.rgs-form .fullscreen-trigger {
	background-color: red !important;
}

body.rgs-form .fullscreen-trigger:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

body.rgs-form #container {
	width: calc(100% - 130px);
	margin: 0;
}

body.rgs-form label {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

body.rgs-form #nav-meta-map, body.rgs-form #left .mod_rs_offer {
	display: none;
}

/* @end */

/* @group mimo */

body.mimo #wrapper {
	margin: 0 100px;
	width: auto;
}

body.mimo #container {
	position: relative;
	padding-top: 40px;
	width: 100%;
}

.ce_guay_mimo {
	position: absolute;
	top: 190px;
	left: 50px;
	right: 50px;
	height: calc(100vh - 300px);
}

.mimo-filters {
	position: relative;
	margin-bottom: 0;
	min-height: 150px;
}

.mimo-filters:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.mimo-filters-reset {
	position: absolute;
	right: 10px;
	bottom: 20px;
	padding: 0 0;
	width: 40px;
}

.mimo-filters-reset button {
	background-image: url(images/icon-reset.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
	width: 40px;
	border: 1px solid #ccc;
}

.mimo-filters-inner {
	display: flex;
	flex-wrap: wrap;
}

.mimo-filter {
	padding: 10px 10px 10px 0;
	width: 16.66%;
	box-sizing: border-box;
}

.mimo-filter.building_title, .mimo-filter.rentalgross, .mimo-filter.area {
	width: 33.3%;
}

.mimo-filter.rentalgross {
	margin-top: 5px;
}

.mimo-filter.area {
	margin-top: 5px;
}

.mimo-filter label {
	display: block;
	margin-bottom: 7px;
}

.mimo-filter-select {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
}

.mimo-table {
	position: relative;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	padding-bottom: 10px;
}

.mimo-table-wrapper {
	width: 100%;
	padding: 0;
	position: relative;
	border-top: 1px solid #666;
	overflow: auto;
	height: calc(100vh - 450px);
}

.mimo-table th {
	font-family: 'Riforma', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	font-size: 10px;
	padding: 10px 8px 8px 0;
	border-bottom: 1px solid #666;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 99;
	background-color: #fff;
	color: #000;
}

.mimo-table td {
	font-family: 'RiformaFix', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-moz-font-feature-settings: 'tnum' on;
	-ms-font-feature-settings: 'tnum' on;
	-o-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	font-feature-settings: 'tnum' on;
	font-size: 12px;
	padding: 10px 8px 8px 0;
	border-top: 1px solid #bbb;
	text-transform: capitalize;
}

.mimo-table td .bewerben {
	color: #da0030;
}

.mimo-table td .bewerben:hover {
	border-bottom-color: #da0030;
}

.mimo-table td .bewerben:after {
	content: " →";
}

.mimo-table tr:last-child td {
	border-bottom: 1px solid #bbb;
}

.mimo-table-row:hover td {
	background: #fafafa;
	cursor: n-resize;
}

.mimo-table-row.group {
	border-top: 2px solid #666;
	font-family: 'Riforma', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

.mimo-table-row.group:hover td {
	background: none;
}

.mimo-table-cell.floor, .mimo-table-cell.rooms, .mimo-table-cell.area, .mimo-table-cell.terrasse, .mimo-table-cell.rental_conditions, .mimo-table-cell.reference_date, .mimo-table-cell.rentalgross, .mimo-table-cell.rentalgross_net, .mimo-table-cell.rentalprice_squaremeter_net, .mimo-table-cell.incidental_costs, .mimo-table-cell.balcony, .mimo-table-cell.loggia_area, .mimo-table-cell.terrace_area, .mimo-table-cell.basement_area, .mimo-table-cell.garden_sitting_place_area {
	text-align: right;
}

.mimo-table-cell.pdf_file {
	color: transparent;
	max-width: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.mimo-table-cell.pdf_file a {
	display: inline-block;
	text-transform: lowercase;
	text-indent: -999px;
	width: 40px;
	border: none;
	background-image: url(images/icon-doc.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.mimo-table-cell.pdf_file a:hover {
	opacity: 1;
	background-image: url(images/icon-doc-hover.svg);
}

.mimo-table-cell.pdf_file {
	color: #333;
}

.mimo-table-cell.details button {
	display: inline-block;
	text-transform: lowercase;
	text-indent: -999px;
	width: 40px;
	border: none;
	background-image: url(images/icon-details.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	font-size: inherit;
	border: none;
	overflow: hidden;
}

.mimo-table-cell.details button:hover {
	background-image: url(images/icon-details-hover.svg);
}

.industry .ce_guay_mimo .mimo-filter.rentalgross {
	clear: left;
}

.industry .ce_guay_mimo .mimo-filter.property_type {
	width: calc(25% - 20px);
}

.mimo-table-cell.title, .mimo-table-cell.terrasse, .mimo-table-cell.rental_conditions, .mimo-table-cell.rentalgross_net, .mimo-table-cell.rentalprice_squaremeter_net, .mimo-table-cell.incidental_costs, .mimo-table-cell.balcony, .mimo-table-cell.loggia_area, .mimo-table-cell.terrace_area, .mimo-table-cell.basement_area, .mimo-table-cell.garden_sitting_place_area {
	display: none;
}

.objects-view-full .mimo-table-cell.title, .objects-view-full .mimo-table-cell.terrasse, .objects-view-full .mimo-table-cell.rental_conditions, .objects-view-full .mimo-table-cell.rentalgross_net, .objects-view-full .mimo-table-cell.rentalprice_squaremeter_net, .objects-view-full .mimo-table-cell.incidental_costs, .objects-view-full .mimo-table-cell.balcony, .objects-view-full .mimo-table-cell.loggia_area, .objects-view-full .mimo-table-cell.terrace_area, .objects-view-full .mimo-table-cell.basement_area, .objects-view-full .mimo-table-cell.garden_sitting_place_area {
	display: table-cell;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.mimo-table-cell--title, .mimo-table-head-cell--title {
		display: none;
	}
}

@media screen and (max-width:1180px) {
	.ce_guay_mimo {
		position: absolute;
		top: 160px;
		left: 30px;
		right: 30px;
		height: calc(100vh - 270px);
	}
	
	.mimo-table-wrapper {
		height: calc(100vh - 440px);
	}
	
	.mimo-table-cell.title, .mimo-table-cell.balcony, .mimo-table-cell.incidental_costs, .mimo-table-cell.rental_conditions, .mimo-table-cell.terrasse, .mimo-table-cell.usage, .mimo-table-cell.state {
		display: none;
	}
}

@media (min-width: 961px) and (max-width: 1200px) {
	.mimo-filter {
		padding: 10px 10px 10px 0;
		width: 16.66%;
		box-sizing: border-box;
	}
	
	.mimo-filter.building_title, .mimo-filter.rentalgross, .mimo-filter.area {
		width: 33.3%;
	}
	
	.mimo-filter.rentalgross {
		margin-top: 5px;
	}
	
	.mimo-filter.area {
		margin-top: 5px;
	}
	
	.mimo-table-cell.title, .mimo-table-cell.balcony, .mimo-table-cell.terrasse, .mimo-table-cell.usage, .mimo-table-cell.state {
		display: none;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	body.mimo #wrapper {
		background: white;
		margin: 0;
		padding: 0;
		width: auto;
		z-index: 0;
	}
	
	.ce_guay_mimo {
		position: relative;
		background: white;
		left: 0;
		right: 0;
		top: 10px;
		bottom: auto;
		height: auto;
	}
	
	.mimo-table-wrapper {
		height: auto;
	}
	
	.mimo-filters {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.mimo-filter {
		padding: 10px 20px 10px 0;
		width: calc(50%);
	}
	
	.mimo-filter.building_title {
		width: calc(100%);
	}
	
	.mimo-filter.rentalgross {
		width: calc(50%);
	}
	
	.mimo-filter.area {
		width: calc(40% - 40px);
	}
	
	.mimo-table-wrapper {
		height: auto;
		overflow-y: auto;
	}
	
	.mimo-table-cell.title, .mimo-table-cell.terrasse, .mimo-table-cell.rental_conditions, .mimo-table-cell.rentalgross_net, .mimo-table-cell.rentalprice_squaremeter_net, .mimo-table-cell.incidental_costs, .mimo-table-cell.balcony, .mimo-table-cell.loggia_area, .mimo-table-cell.terrace_area, .mimo-table-cell.basement_area, .mimo-table-cell.garden_sitting_place_area, .objects-view-full .mimo-table-cell.title, .objects-view-full .mimo-table-cell.terrasse, .objects-view-full .mimo-table-cell.rental_conditions, .objects-view-full .mimo-table-cell.rentalgross_net, .objects-view-full .mimo-table-cell.rentalprice_squaremeter_net, .objects-view-full .mimo-table-cell.incidental_costs, .objects-view-full .mimo-table-cell.balcony, .objects-view-full .mimo-table-cell.loggia_area, .objects-view-full .mimo-table-cell.terrace_area, .objects-view-full .mimo-table-cell.basement_area, .objects-view-full .mimo-table-cell.garden_sitting_place_area {
		display: none;
	}
}

/* @end */

/* @group noUISlider */

.mimo-filter-slider .noUi-base {
	margin-left: 5px;
	margin-right: 5px;
	width: calc(100% - 24px);
	border-radius: none;
}

.mimo-filter-slider .noUi-tooltip {
	display: block;
	position: absolute;
	bottom: -25px !important;
	border: none;
	border-radius: 0;
	background: none;
	color: #000;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
}

.mimo-filter-slider .noUi-connect {
	background-color: #ddd;
	height: 12px;
	top: 2px;
}

.mimo-filter-slider .noUi-connects {
	background-color: #fff;
	border-radius: 0;
}

.mimo-filter-slider .noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	background: #fff;
	cursor: default;
	box-shadow: none;
}

.mimo-filter-slider .noUi-handle {
	width: 20px !important;
	height: 20px !important;
	left: 30px;
	right: auto;
	top: -2px !important;
	border: 2px solid #999;
}

.mimo-filter-slider .noUi-connects {
	border-radius: 6px !important;
}

.mimo-filter-slider .noUi-horizontal {
	display: none;
}

.mimo-filter-slider .noUi-active {
	box-shadow: none;
}

.mimo-filter-slider .noUi-handle:after, .mimo-filter-slider .noUi-handle:before {
	content: "";
	display: none;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #f00;
	left: 14px;
	top: 6px;
}

/* @end */

/* @group mimo preview*/

.container-overflow #container {
	overflow: visible;
}

.mimo-preview {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100vh;
	z-index: 1000;
	background: #fff;
	overflow: hidden;
	padding-right: 40px;
	box-sizing: border-box;
}

.mimo-preview.inactive {
	display: none;
}

.mimo-preview-table {
	display: none;
}

.mimo-preview-header {
	position: relative;
	padding: 0;
	margin: 142px 10px 20px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 41px;
	box-sizing: border-box;
}

.mimo-preview-header .title {
	padding-top: 4px;
	font-size: 26px;
}

.mimo-preview-header .buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.mimo-preview-header .mimo-preview-close {
	float: right;
	width: 40px;
	margin-right: 0;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(images/icon-cross-grey.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	z-index: 20;
	border: none;
	background-color: #fff;
}

.mimo-preview-header .mimo-preview-close:hover {
	background-image: url(images/icon-cross-hover.svg);
}

.mimo-preview-header .mimo-preview-extend, .mimo-preview-header .mimo-preview-details {
	float: left;
	display: none;
	width: 40px;
	margin-right: 0;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(images/icon-cross-grey.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/icon-extend.svg);
	background-size: 22px;
	margin-lef: 10px;
	z-index: 20;
	background-color: white;
	border: 1px solid #ccc;
}

.mimo-preview-images {
	padding: 0 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mimo-preview-images::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.mimo-preview-image {
	padding: 10px;
	padding-top: 0;
	box-sizing: border-box;
	height: 160px;
}

.mimo-preview-image.situation_plan {
	width: 30%;
}

.mimo-preview-image.isometry {
	width: 19%;
}

.mimo-preview-image.image {
	width: 49%;
}

.mimo-preview-image.layout_plan {
	width: 100%;
	margin-top: 20px;
	height: calc(100vh - 425px);
}

.mimo-preview-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 0 100%;
}

.mimo-preview-image.layout_plan img {
	object-position: 45% 100%;
}

.objects-view-full .mimo-preview {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 140px;
	left: 50px;
	width: calc(100% - 100px);
	z-index: 1000;
	background: #fff;
	height: 240px;
	overflow: hidden;
	box-sizing: border-box;
}

.objects-view-full .mimo-preview-header {
	position: relative;
	padding: 0;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 41px;
	box-sizing: border-box;
}

.objects-view-full .mimo-preview-header .title {
	padding-top: 4px;
	font-size: 26px;
}

.objects-view-full .mimo-preview-header .buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.objects-view-full .mimo-preview-header .mimo-preview-close {
	float: right;
	width: 40px;
	margin-right: 0;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(images/icon-cross-grey.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	z-index: 20;
	border: 1px solid #ccc;
	background-color: #fff;
}

.objects-view-full .mimo-preview-header .mimo-preview-extend, .objects-view-full .mimo-preview-header .mimo-preview-details {
	float: left;
	display: none;
	width: 40px;
	margin-right: 0;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(images/icon-cross-grey.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/icon-extend.svg);
	background-size: 22px;
	margin-lef: 10px;
	z-index: 20;
	background-color: white;
	border: 1px solid #ccc;
}

.objects-view-full .mimo-preview-content {
	margin-top: 20px;
	height: 160px;
}

.objects-view-full .mimo-preview-images {
	height: 100%;
	padding: 0 0;
	box-sizing: border-box;
}

.objects-view-full .mimo-preview-image {
	float: left;
	height: 100%;
	width: auto;
	padding: 0;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.objects-view-full .mimo-preview-image img {
	height: 100%;
	width: auto;
	max-width: 400px;
	transition-property: height, max-width;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}

.objects-view-full .mimo-preview-image img[src$="icon.png"] {
	display: none;
}

.objects-view-full .mimo-preview-image-caption {
	display: block;
	font-size: 12px;
}

@media (min-width: 961px) and (max-width: 1200px) {
	.mimo-preview-image {
		padding: 10px;
		padding-top: 0;
		box-sizing: border-box;
		height: 120px;
	}
	
	.mimo-preview-image.layout_plan {
		width: 100%;
		margin-top: 20px;
		height: calc(100vh - 345px);
	}
	
	.mimo-preview-header {
		margin-top: 116px;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		height: 37px;
		box-sizing: border-box;
	}
	
	.mimo-preview-header .title {
		padding-top: 4px;
		font-size: 22px;
	}
	
	.mimo-preview {
		height: 100vh;
	}
	
	.objects-view-full .mimo-preview {
		top: 117px;
		left: 30px;
		width: calc(100% - 60px);
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.mimo-preview {
		top: auto;
		position: relative;
		background: white;
		height: 0;
		display: none;
	}
	
	.mimo-preview-image {
		display: none;
	}
	
	.mimo-preview-image img {
		display: none;
	}
	
	.industry .mimo-preview.active {
		top: 40px;
		height: calc(100vh - 40px);
		position: fixed;
		background: white;
	}
	
	.industry .mimo-preview-images {
		height: 100%;
		padding: 0 10px;
	}
	
	.industry .mimo-preview-image {
		width: 100%;
		height: 100%;
		padding: 0;
	}
	
	.industry .mimo-preview-image img {
		max-width: 100%;
		height: auto;
	}
}

/* @end */

/* @group mimo details */

.mimo-details {
	position: fixed;
	top: 140px;
	left: 50px;
	right: 50px;
	bottom: 40px;
	z-index: 1001;
	background: white;
}

.mimo-details.active {
	display: block;
}

.mimo-details.inactive {
	display: none;
}

.mimo-details-header {
	position: relative;
	height: 41px;
	border-top: 1px solid #aaa;
}

.mimo-details-header .title {
	position: absolute;
	left: 0;
	top: 8px;
	width: 320px;
	font-size: 26px;
	line-height: 1;
}

.mimo-details-header .links {
	position: absolute;
	left: 360px;
	top: 12px;
	width: 320px;
	font-size: 12px;
}

.mimo-details-header .links .links-ref, .mimo-details-header .links .links-factsheet {
	float: left;
	margin-right: 40px;
}

.mimo-details-header .links .links-ref .label, .mimo-details-header .links .links-ref .url, .mimo-details-header .links .links-factsheet .label, .mimo-details-header .links .links-factsheet .url {
	display: inline-block;
}

.mimo-details-header .links .links-ref .url br, .mimo-details-header .links .links-factsheet .url br {
	display: none;
}

.mimo-details-header .links a {
	display: block;
	text-transform: lowercase;
	text-indent: -999px;
	width: 40px;
	border: none;
	background-image: url(images/icon-doc.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.mimo-details-header .links a:hover {
	opacity: 1;
	background-image: url(images/icon-doc-hover.svg);
}

.mimo-details-header .buttons {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.mimo-details-header .buttons .mimo-details-close {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	margin: 0;
	margin-left: 20px;
	text-indent: -999px;
	overflow: hidden;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	font-size: 14px;
	background-image: url(images/icon-cross-grey.svg);
	background-size: 36px;
}

.mimo-details-header .buttons .mimo-details-close:hover {
	background-image: url(images/icon-cross-hover.svg);
}

.mimo-details-header .buttons .mimo-details-prev {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	margin: 0;
	margin-left: 20px;
	text-indent: -999px;
	overflow: hidden;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	font-size: 14px;
	background-image: url(images/icon-arrowleft-grey.svg);
}

.mimo-details-header .buttons .mimo-details-prev:hover {
	background-image: url(images/icon-arrowleft-hover.svg);
}

.mimo-details-header .buttons .mimo-details-next {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	margin: 0;
	margin-left: 20px;
	text-indent: -999px;
	overflow: hidden;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	font-size: 14px;
	background-image: url(images/icon-arrowright-grey.svg);
}

.mimo-details-header .buttons .mimo-details-next:hover {
	background-image: url(images/icon-arrowright-hover.svg);
}

.mimo-details-table {
	float: left;
	table-layout: auto;
	width: 330px;
}

.mimo-details-table th {
	width: 140px;
	color: black;
}

.mimo-details-table br {
	display: none;
}

.mimo-details-images {
	position: absolute;
	top: 41px;
	right: 0;
	padding-top: 10px;
	border-top: 1px solid #aaa;
	  /* display: flex;
		flex-wrap: wrap;
		align-items: flex-end;*/
	width: calc(100% - 360px);
	height: calc(100% - 60px);
}

.mimo-details-images .mimo-details-image {
	position: relative;
	float: left;
	display: block;
	width: 25%;
	height: 180px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0;
	background-color: white;
	transition: background-color 0.4s;
}

.mimo-details-images .mimo-details-image:hover {
	background-color: #eee;
	cursor: pointer;
}

.mimo-details-images .mimo-details-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: 0 100%;
}

.mimo-details-images .mimo-details-main-image {
	position: absolute;
	top: 210px;
	right: 0;
	width: 100%;
	height: calc(100% - 210px);
}

.mimo-details-images .mimo-details-main-image .mimo-details-image:hover {
	background-color: #fff;
	cursor: auto;
}

.mimo-details-images .mimo-details-main-image figure, .mimo-details-images .mimo-details-main-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: 45% 50%;
}

.objects-view-full .mimo-details-table-row.balcony {
	display: table-row;
}

@media (min-width: 961px) and (max-width: 1200px) {
	.mimo-details.active {
		left: 30px;
		top: 117px;
		width: calc(100% - 60px);
		bottom: 20px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.mimo-details.active {
		width: 100%;
		position: absolute;
		top: 10px;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	.mimo-details-content {
		overflow: auto;
		width: 100%;
	}
	
	.mimo-details-header {
		position: relative;
		width: 100% !important;
		height: 90px;
	}
	
	.mimo-details-header .links {
		top: 50px;
		right: auto;
		left: auto;
	}
	
	.mimo-details-table {
		position: relative;
		float: none;
		table-layout: auto;
		width: 100%;
	}
	
	.mimo-details-images {
		position: relative;
		float: none;
		width: 100%;
	}
	
	.mimo-details-images .mimo-details-image {
		position: relative;
		float: none;
		clear: both;
		display: block;
		width: 100%;
		height: 380px;
		padding: 10px 0 40px 0;
	}
	
	.mimo-details-images .mimo-details-main-image {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		display: none;
	}
	
	.mimo-details-images .mimo-details-main-image .mimo-details-image:hover {
		background-color: #fff;
		cursor: auto;
	}
	
	.mimo-details-images .mimo-details-main-image figure, .mimo-details-images .mimo-details-main-image img {
		height: 100%;
		width: 100%;
		object-fit: contain;
		object-position: 45% 50%;
	}
	
	.mimo-details-images .mimo-details-image-caption {
		margin: 10px 0;
	}
}

/* @end */

/* @group mimo footer */

.mimo-footer-download {
	position: fixed;
	left: 50px;
	bottom: 36px;
}

.mimo-footer-download > div {
	display: inline-block;
}

.mimo-footer-download a, .mimo-footer-download span {
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
	vertical-align: baseline;
	border-bottom: 1px solid transparent;
	color: #da0030;
	font-family: 'RiformaFix', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-moz-font-feature-settings: 'tnum' on;
	-ms-font-feature-settings: 'tnum' on;
	-o-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	font-feature-settings: 'tnum' on;
	font-size: 12px;
	line-height: 16px;
}

.mimo-footer-download a:hover, .mimo-footer-download span:hover {
	border-bottom-color: #da0030;
}

.filter-toggle {
	display: none;
}

.baubeschrieb-overlay, .bruttomiete-overlay, .parking-overlay, .basement-overlay, .taxes-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0.5;
	z-index: 100000;
}

.baubeschrieb-overlay.show, .bruttomiete-overlay.show, .parking-overlay.show, .basement-overlay.show, .taxes-overlay.show {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 1s;
}

.baubeschrieb-overlay.hidden, .bruttomiete-overlay.hidden, .parking-overlay.hidden, .basement-overlay.hidden, .taxes-overlay.hidden {
	width: 1px;
	height: 1px;
	opacity: 0;
	transition: opacity 0.5s, height 0s linear 0.6s, width 0s linear 0.6s;
}

.baubeschrieb-text, .bruttomiete-text, .parking-text, .basement-text, .taxes-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 10px #444;
}

.baubeschrieb-text strong, .bruttomiete-text strong, .parking-text strong, .basement-text strong, .taxes-text strong {
	font-family: 'Riforma', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	display: block;
	color: black;
	margin-bottom: 5px;
}

.baubeschrieb-text p, .baubeschrieb-text li, .bruttomiete-text p, .bruttomiete-text li, .parking-text p, .parking-text li, .basement-text p, .basement-text li, .taxes-text p, .taxes-text li {
	font-family: 'RiformaFix', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-moz-font-feature-settings: 'tnum' on;
	-ms-font-feature-settings: 'tnum' on;
	-o-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	font-feature-settings: 'tnum' on;
}

.baubeschrieb-text li, .bruttomiete-text li, .parking-text li, .basement-text li, .taxes-text li {
	list-style: circle;
	margin-bottom: 0;
}

.baubeschrieb-text ul, .bruttomiete-text ul, .parking-text ul, .basement-text ul, .taxes-text ul {
	margin-left: 20px;
}

.baubeschrieb-open, .bruttomiete-open, .parking-open, .basement-open, .taxes-open {
	color: #da0030;
	cursor: pointer;
}

.baubeschrieb-close, .bruttomiete-close, .parking-close, .basement-close, .taxes-close {
	float: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	color: grey;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 10px;
	font-size: 20px;
	box-sizing: border-box;
	text-align: center;
	background: white;
	transition: border 0.2s;
}

.baubeschrieb-close:hover, .bruttomiete-close:hover, .parking-close:hover, .basement-close:hover, .taxes-close:hover {
	text-decoration: none;
	color: #da0030;
	border: 1px solid #ccc;
}

@media screen and (max-width:1180px) {
	.mimo-footer-download {
		position: fixed;
		left: 30px;
		bottom: 22px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.mimo-footer-download {
		position: relative;
		left: auto;
		bottom: auto;
		clear: both;
		padding: 50px 0;
	}
	
	.mimo-footer-download > div {
		display: block;
	}
	
	.mimo-footer-download br {
		display: none;
	}
	
	.mimo-footer-download a, .mimo-footer-download span {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
		vertical-align: baseline;
		border-bottom: 1px solid transparent;
		font-size: 14px;
	}
	
	.mimo-footer-download a a:hover, .mimo-footer-download span a:hover {
		border-bottom-color: #da0030;
	}
	
	.baubeschrieb-overlay, .bruttomiete-overlay, .parking-overlay, .basement-overlay, .taxes-overlay {
		position: fixed;
		z-index: 1000000;
	}
	
	.baubeschrieb-text, .bruttomiete-text, .parking-text, .basement-text, .taxes-text {
		position: absolute;
		top: 110px;
		left: 0;
		padding: 20px;
		transform: none;
		width: auto;
	}
	
	.baubeschrieb-text p, .baubeschrieb-text li, .bruttomiete-text p, .bruttomiete-text li, .parking-text p, .parking-text li, .basement-text p, .basement-text li, .taxes-text p, .taxes-text li {
		font-size: 14px;
	}
	
	.filter-toggle {
		display: block;
		position: fixed;
		top: 12px;
		left: 50%;
		margin-left: -50px;
		height: 20px;
		width: 100px;
		background: #eee;
		z-index: 8000;
		border-radius: 10px;
		font-size: 12px;
		text-align: center;
		padding-top: 3px;
		box-sizing: border-box;
		font-family: 'Riforma', Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-variant-ligatures: none;
		cursor: ns-resize;
	}
}

/* @end */

/* @group mimo mini*/

.mod_guay_mimo_mini h3 {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 8px 0;
	margin-bottom: 10px;
	color: black;
	font-size: 26px;
	line-height: 1;
}

.mod_guay_mimo_mini a {
	color: #444;
}

.mod_guay_mimo_mini a:hover {
	color: #da0030;
}

/* @end */

/* @group Home */

.home .custom {
	position: absolute;
	top: 50px;
	left: 50px;
	width: calc(100% - 160px);
	height: calc(50% - 80px);
	background: none;
	pointer-events: auto;
	z-index: 10;
}

.home .custom .mod_rs_project_details {
	overflow: visible;
}

.home .custom .project-header {
	position: relative;
	height: auto;
	margin: 0;
	border: none;
	z-index: 0;
	pointer-events: auto;
}

.home .custom .project-header .project-company {
	font-size: 26px;
	margin: 0;
	height: 50px;
	color: white;
}

.home .custom .project-header .project-company span {
	color: white;
}

.home .custom .project-header .project-title {
	position: relative;
	margin: 0;
	margin-left: -5px;
	font-size: 70px;
	line-height: 0.9;
	color: white;
	padding-bottom: 20px;
}

.home .custom .project-header .project-title a, .home .custom .project-header .project-title span {
	color: white;
}

.home .projectPartner {
	position: absolute;
	margin: 0;
	top: 695px;
	height: 70px;
	left: 0;
	width: 50%;
	font-size: 40px;
	line-height: 1.1;
}

.home .projectPartner img {
	height: 40px;
	width: auto;
}

.home #zusatz {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	bottom: 38px;
	right: 305px;
	text-align: right;
}

.home h1 {
	margin-top: 30px;
	font-size: 48px;
}

.home p, .home li, .home td {
	font-size: 26px;
	color: white;
	font-feature-settings: 'tnum' on;
}

.home .mod_article a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

.home .mod_article a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

.home .mod_article ul {
	padding-bottom: 5px;
}

.home p {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
}

.home .count {
	display: inline-block;
	width: 34px;
	text-align: right;
}

.home .multiply {
	display: inline-block;
	width: 17px;
}

@media screen and (min-width: 1120px) {
	.stoerer-text.column p {
		column-count: 2;
		column-gap: 30px;
	}
}

body.home #container {
	background: rgba(0, 0, 0, 0.4);
	animation-name: sliding-up;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	width: 100%;
	height: 50%;
	z-index: 25;
	top: 100%;
	overflow-x: auto;
}

body.home #container #main {
	background: none;
	overflow: visible;
}

body.home #container #main .inside {
	background: none;
}

#container {
	z-index: 25;
	transition: all .5s;
}

body.home.state-fullscreen-1 #container {
	animation-name: sliding-down;
	animation-duration: 1s;
	animation-delay: 0;
	animation-fill-mode: forwards;
}

body.home .fullscreen-trigger {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	align-items: flex-end;
}

/*
.page-background-image {
	//animation-name: zooming;
	//animation-duration: 14s;
	//animation-delay: 0;
	//animation-fill-mode: forwards;
}
*/
@keyframes zooming {
0% {
	transform: scale(1);
}

50% {
	transform: scale(1.5);
}

100% {
	transform: scale(1);
}
}

@keyframes sliding-up {
0% {
	top: 100%;
	opacity: 0;
	transform: translateY(100%);
}

30% {
	opacity: 0.5;
	transform: translateY(0%);
}

100% {
	top: 50%;
	opacity: 1;
}
}

@keyframes sliding-down {
0% {
	top: 50%;
	opacity: 1;
	transform: translateX(0%);
}

100% {
	top: 100%;
	opacity: 0;
	transform: translateX(0%);
	transform: translateY(100%);
}
}

/* @end*/

/* @end */

@media screen and (max-width:1180px) {
	.home .custom {
		top: 30px;
		left: 30px;
	}
	
	.home .custom .project-header .project-title {
		font-size: 54px;
		line-height: 1;
	}
	
	.home .custom .project-header .project-title br {
		display: none;
	}
	
	.home .custom .project-header .project-company {
		font-size: 22px;
		margin: 0;
		height: 50px;
	}
	
	.home p, .home li, .home td {
		font-size: 22px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	body {
		background: white;
	}
	
	body.home #container {
		background: #fff;
		animation: none;
		width: 100%;
		height: auto;
		z-index: 25;
		top: 400px;
	}
	
	body.home #container #main {
		background: none;
	}
	
	body.home #container #main .inside {
		background: none;
	}
	
	.home .mod_article a {
		font-size: 16px;
		color: #666;
		text-decoration: none;
		border-bottom: 1px dashed #666;
	}
	
	.home .mod_article a:hover {
		color: #da0030;
		text-decoration: none;
		border-bottom: 2px solid #da0030;
	}
	
	.home .count, .home .multiply {
		display: inline-block;
		width: 12px;
	}
	
	.home p, .home li, .home td {
		font-size: 16px;
		color: #666;
	}
	
	.home .custom {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 60px);
		height: 400px;
		background: none;
		pointer-events: auto;
		z-index: 10;
	}
	
	.home .custom .mod_rs_project_details {
		overflow: visible;
	}
	
	.home .custom .project-header {
		position: absolute;
		top: 20px;
		height: auto;
		margin: 0;
		border: none;
		z-index: 0;
		pointer-events: auto;
	}
	
	.home .custom .project-header .project-company {
		font-size: 22px;
		margin: 0;
		height: 50px;
		color: white;
	}
	
	.home .custom .project-header .project-company span {
		color: white;
	}
	
	.home .custom .project-header .project-title {
		position: relative;
		margin: 0;
		font-size: 30px;
		line-height: 1;
		color: white;
		padding-bottom: 20px;
	}
	
	.home .custom .project-header .project-title a {
		color: white;
	}
	
	body.home .fullscreen-trigger {
		display: none;
		top: 0;
		right: 0;
		width: 100%;
		height: 50%;
		align-items: flex-end;
	}
}

/* @group Stoerer */

#stoerer {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: -15px -15px 20px 30px;
	width: 240px;
	height: 240px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	transform: rotate(-15deg);
	font-size: 26px;
	color: white;
	font-feature-settings: 'tnum' on;
	z-index: 1000;
	background: #da0030;
	border: 2px solid #da0030;
	color: white;
	transition: background 0.5s, transform 0.2s;
}

#stoerer.has-link:hover {
	transform: rotate(0deg);
	background: white;
	color: #da0030;
}

#stoerer.is-square {
	float: none;
	width: 100%;
	text-align: left;
	transform: rotate(0deg);
	height: auto;
	padding: 13px;
	border-radius: 0;
	margin: 0;
	margin-bottom: 10px;
}

#stoerer.is-square a {
	display: block;
	width: auto;
}

#stoerer a {
	color: white;
	border: none;
	text-decoration: none;
	transition: color 0.5s;
}

#stoerer:hover a {
	color: #da0030;
}

.has-stoerer .mod_article {
	overflow: visible;
}

.stoerer-text h3 {
	margin: 10px 0 5px 0;
	line-height: 1;
	padding: 7px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 26px;
	color: black;
}

.stoerer-tabelle table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: auto;
	border: none;
	margin: 10px 0;
}

.stoerer-tabelle td {
	border: none;
	font-size: 22px;
	line-height: 1.3;
	padding: 0 7px 0 0;
	text-align: left;
}

.stoerer-tabelle td.col_0 {
	text-align: right;
}

@media screen and (max-width:1180px) {
	#stoerer {
		width: 200px;
		height: 200px;
		font-size: 22px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	#stoerer {
		position: relative;
		float: none;
		bottom: auto;
		right: auto;
		margin: 0;
		margin-bottom: 20px;
		height: auto;
		width: auto;
		font-size: 16px;
		transform: rotate(0deg);
		border-radius: 0;
	}
	
	.stoerer-text p a {
		line-height: 1.3;
		color: #666;
		text-decoration: none;
		border-bottom: 1px dashed #666;
	}
	
	.stoerer-text p a:hover {
		color: #da0030;
		text-decoration: none;
		border-bottom: 2px solid #da0030;
	}
}

/* @end */

/* @group SVG */

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */

.ie9 img[src*=".svg"] {
	width: 100%;
}

/* 2 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src*=".svg"] {
		width: 100%;
	}
}

/* @end */

/* @group Filter/Widget */

.filter-section {
	position: relative;
	margin-top: -2px;
}

.filter-section-header {
	display: block;
	padding: 7px 0;
}

.filter-section-headline {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #000;
	padding: 4px 0;
}

.filter-section-toggler {
	position: absolute;
	right: 2px;
	top: 8px;
	display: block;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 27px;
	cursor: pointer;
	background-image: url(images/icon-arrowup-grey.svg);
	background-repeat: no-repeat;
	background-position: center center;
    /*
		&::before {
			position: absolute;
			right: 0;
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid #c00;
			transition: transform .2s;
		}
		*/
}

.filter-section-toggler:hover {
	background-image: url(images/icon-arrowup-hover.svg);
}

.filter-section-body {
	overflow: hidden;
	height: auto;
	max-height: 127px;
	transition: max-height .2s ease-in-out;
}

.filter-section.collapsed .filter-section-body {
	max-height: 0;
}

.filter-section.collapsed .filter-section-toggler::before {
	transform: rotate(-90deg);
}

.filter-section.collapsed .widget.widget-submit {
	display: block;
}

.filter-section.collapsed .filter-section-toggler {
	background-image: url(images/icon-arrowdown-grey.svg);
}

.filter-section.collapsed .filter-section-toggler:hover {
	background-image: url(images/icon-arrowdown-hover.svg);
}

.filter-section.collapsed .widget.reset {
	display: none;
}

.filter-section .widget {
	float: left;
	display: block;
	height: 50px;
	min-width: 55px;
	padding-right: 3px;
	margin-bottom: 10px;
}

.filter-section .widget.floor {
	min-width: 65px;
}

.filter-section .widget.price_gross {
	clear: left;
	width: 160px;
	margin-left: 0;
}

.filter-section .widget.surface {
	width: 160px;
	margin-left: 10px;
}

.filter-section .widget.reset, .filter-section .widget.filter {
	position: absolute;
	right: 0;
	top: 18px;
	width: auto;
	margin: 0;
	padding: 0;
}

.filter-section .widget.filter {
	display: none;
}

.filter-section .widget.reset {
	top: 54px;
	min-width: 35px;
}

.filter-section .widget.reset button {
	border: 1px solid #999;
	background-image: url(images/icon-reset.svg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	text-indent: -999px;
	overflow: hidden;
}

.filter-section .widget.reset button:hover {
	background-color: #ddd;
	border-color: #333;
}

.filter-section .widget .submit {
	width: 100%;
}

.filter-section .widget select {
	font-size: 12px;
	border: 1px solid #aaa;
	padding: 5px;
}

.filter-section .widget label {
	display: block;
	font-size: 10px;
	margin-bottom: 3px;
}

.filter-section .submit_container {
	float: right;
	margin: 2px 0;
	min-width: 20px;
}

.gewerbe .filter-section .widget.subtype {
	display: block;
}

.gewerbe .filter-section .widget.price_net, .gewerbe .filter-section .widget.status {
	display: none;
}

.irs-line {
	top: 5px;
}

.irs-bar {
	top: 5px;
}

.irs-slider {
	top: 2px;
}

.irs-min, .irs-max {
	display: none;
}

.irs-from, .irs-to, .irs-single {
	top: 22px;
}

.irs-from, .irs-to, .irs-single {
	background: transparent;
	font-family: 'RiformaFix', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant-ligatures: none;
	-moz-font-feature-settings: 'tnum' on;
	-ms-font-feature-settings: 'tnum' on;
	-o-font-feature-settings: 'tnum' on;
	-webkit-font-feature-settings: 'tnum' on;
	font-feature-settings: 'tnum' on;
	color: #333;
}

.irs-from:after, .irs-to:after, .irs-single:after {
	display: none;
}

.showFilter {
	display: none;
}

.noFilter .filterSection {
	display: none;
}

/* @end */

/* @end */

/* @group View/prio */

/* @group table */

th.tL, td.tL {
	text-align: left;
}

.refNr {
	width: 90px !important;
}

th.externLink, td.externLink {
	display: none;
}

td.externLink {
	padding: 2px 10px 0 0;
}

.noReduit th.reduit, .noReduit td.reduit {
	display: none !important;
}

.noBasement th.basement, .noBasement td.basement {
	display: none !important;
}

.showLink th.externLink, .showLink td.externLink {
	display: table-cell;
}

/* @end*/

/* @end */

/* @end */

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	#viewToggle {
		display: none;
	}
	
	.filter-section-body {
		overflow: hidden;
		height: auto;
		max-height: 300px;
		transition: max-height .2s ease-in-out;
	}
}

.logo-partner {
	display: block;
	position: absolute;
	right: auto;
	top: auto;
	left: 50px;
	bottom: 50px;
	width: 230px;
}

.logo-partner img {
	display: block !important;
	width: 100%;
	height: auto;
	padding: 0;
}

body.home.bluemeweier #container {
	overflow: visible;
}

.logo-bluemeweier {
	display: block !important;
	position: absolute;
	left: auto;
	top: -90px;
	bottom: auto;
	width: 340px;
	height: auto;
}

.logo-bluemeweier img {
	display: block !important;
	width: 100%;
	height: auto;
	padding: 0;
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.logo-partner {
		display: block;
		position: relative;
		right: auto;
		top: auto;
		left: auto;
		bottom: auto;
		width: 180px;
		height: 70px;
	}
	
	.logo-bluemeweier {
		top: -70px;
		width: 260px;
	}
}

/* @end */

/* @group impressum */

.impressum {
	width: 100%;
	table-layout: fixed;
}

.impressum td {
	border: none !important;
	text-align: left;
	border: none;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}

.impressum td a {
	color: #da0030;
	text-decoration: underline;
}

.impressum td a:hover {
	color: #e62819;
	text-decoration: underline;
}

.impressum td strong {
	color: black;
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.impressum table, .impressum tbody, .impressum tr, .impressum td {
		display: block;
		width: auto;
	}
}

/* @end */

/* @group Social Media */

#left #btn-social-media {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	transition-delay: 0s;
}

#left.open #btn-social-media {
	opacity: 1;
	transition-delay: 0.6s;
}

#btn-social-media {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 300px;
	height: 36px;
}

#btn-social-media > div {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	font-size: 10px;
	line-height: 1;
	background-color: #bbb;
	background-position: center center;
	background-size: 100%;
	transition: background-color 0.4s ease-in-out 0s;
}

#btn-social-media > div:hover {
	background-color: #000;
}

#btn-social-media a {
	position: absolute;
	display: block;
	width: 100% !important;
	height: 100%;
	background: transparent;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 8;
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
    /*	text-indent: -999px;*/
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	color: white;
	opacity: 0.5;
}

#btn-social-media a:hover {
	overflow: visible;
	opacity: 1;
	border: 1px solid #ccc;
	line-height: 9.5;
	color: black;
}

#btn-social-media .btn-email {
	background-image: url(images/social-icon-email.svg);
}

#btn-social-media .btn-facebook {
	background-image: url(images/social-icon-facebook.svg);
}

#btn-social-media .btn-twitter {
	background-image: url(images/social-icon-twitter.svg);
}

#btn-social-media .btn-instagram {
	background-image: url(images/social-icon-instagram.svg);
}

#btn-social-media .btn-impressum {
	background-image: url(images/social-icon-impressum.svg);
}

@media screen and (max-width:1180px) {
	#btn-social-media {
		position: absolute;
		bottom: 30px;
		left: 30px;
	}
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	#btn-social-media {
		clear: both;
		position: relative;
		bottom: auto;
		left: auto;
		width: 300px;
		height: 100px;
	}
}

/* @end */

/* @group RegimoApp */

.regimoapp .page-background-image {
	background-size: contain;
	background-color: #ddd;
	background-position: 86% center;
	transition: background-position .2s;
}

.regimoapp.state-fullscreen-1.state-fullscreen-2 .page-background-image {
	background-position: 50% center;
}

@media screen and (max-width:920px), screen and (orientation: landscape) and (max-height:600px) {
	.regimoapp .page-background-image {
		background-position: center bottom;
		background-size: 30%;
	}
	
	.regimoapp.state-fullscreen-1.state-fullscreen-2 .page-background-image {
		background-position: 50% center;
		background-size: contain;
	}
}

/* @end */

/* @end */
