
/* inter-300 - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-regular - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-500 - latin */
  @font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* inter-700 - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/inter-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



:root
{
	--body-color: #FFFFFF;
	--text-color: black;
	
	--theme-color: blue;
	--theme-color-light: lightblue;
	
	--box-bg-color: #cff0f8;
	
	--footer-bg-color: #575756;
	--footer-text-color: #FFFFFF;
	
	--hover-color: var(--theme-color-light);
	--swiper-navigation-size: 3em;
	--swiper-theme-color: white;
	
	--is-iso-level-spacing:-200px;
	--is-iso-level-active-count:1;
	--is-iso-flat-active-filter-color: var(--theme-color);
	
	
	--offer-bg-color: var(--box-bg-color);
	--offer-iso-bg-color: var(--box-bg-color);
	--offer-text-color: var(--text-color);
	--offer-text-color-th: var(--text-color);
	--offer-hover-color: rgba(76,94,73,.5);
	--offer-active-color: var(--theme-color);
	
	
}

body
{
	color:var(--text-color);
	background-color: var(--body-color);
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	margin:0;
}

/*
body.toggled
{
	overflow: hidden;
}

*/

body.toggled header
{
	overflow: auto;
	max-height: 100vh;
}


a
{
	color:inherit;
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}



.scroll-animated
{
	transform: translateY(5vh);
	opacity: 0;
	
}

.scroll-visible
{
	transition: transform .6s cubic-bezier(.3,.1,.3,1), opacity .9s ease-out;
	transform: none;
	opacity: 1;
}


header
{
	top:0;
	position:sticky;
	z-index: 200;
	background-color: var(--body-color);
}



header .wrapper,
footer > .wrapper
{
	margin:auto;
	max-width:80em;
	padding:1em 2em;
}

header .wrapper
{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}


header .items
{
	position: relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

header .logo img
{
	display:block;
	object-fit: contain;
	object-position: right center;
	height:6em;
	width: 18em;
	
}

header nav,
footer nav
{
	display:flex;
	gap: 1.5em;
}

header nav
{
	font-weight: 400;
	font-size: 0.9em;
	text-transform: uppercase;
	background-color: var(--body-color);
	
}

header nav a
{
	text-decoration: none;
	
	line-height: 1.3em;
	
	position: relative;
}


header nav a:before { 
	content: ''; 
	bottom: -3px; 
	height: 1px; 
	display: block; 
	left: 0; 
	position: absolute; 
	background-color: var(--text-color); 
	width: 0; 
	transition: all 0.7s cubic-bezier(0.65, 0, 0.49, 0.9);
	
}


header nav a:hover:before,
header nav a.active:before
{
	width: 100%;
}


header .headerbutton
{
	display: block;
	width: 110px;
	position: absolute;
	left: -170px;
	top: 2.2em;
	z-index: 2;
	transition : all .25s;
}

header .headerbutton:hover
{
	transform: scale(1.1);
}

header .headerbutton img
{
	width: 100%;
}

header .nav-toggle
{
	display: none;
	font-size: 2em;
	width: 1.5em;
	height: 1.5em;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border: 0px;
	border: 1px solid var(--burger-color);
	color: var(--burger-color);
	background: none;
	cursor: pointer;
}



header .nav-toggle::after
{
	content: "\f0c9";
}

.toggled header .nav-toggle::after
{
	content: "\f00d";
}




.offer > .wrapper
{
	max-width:80em;
	margin:auto;
}


.group > .wrapper > :first-child,
.group > .wrapper > .title:first-child > .wrapper > h1,
.group > .wrapper > .subtitle:first-child > .wrapper > h2
{
	margin-top:0;
}

.group > .wrapper > :last-child,
.group > .wrapper > .title:last-child > .wrapper > h1,
.group > .wrapper > .subtitle:last-child > .wrapper > h2
{
	margin-bottom:0;
}

.group .element
{
	margin:1em 0;
}

/* elements */


.box
{
	background-color: var(--box-bg-color);
	padding: 4em 2em;
}

.title
{
	color: var(--theme-color);
	
}


.offerpopup .title
{
	color: var(--text-color);
}

.title h1
{
	font-size: 3.75em;
	font-weight: 300;
	text-align: center;
}

.offerpopup .title h1
{
	font-size: 2em;
}

.subtitle,
.offer h2
{
	color: var(--theme-color);
}

.subtitle h2,
.offer h2
{
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	margin: 1.5em 0 1em 0;
}

.text2col .wrapper
{
	column-count: 2;
	column-gap: 2em;
}

.text .wrapper
{
	max-width: 56em;
	margin: auto;
}


.typo
{
	color: var(--text-color);
	line-height: 1.3em;
}

.images .wrapper
{
	display: grid;
	grid-template-columns: 1fr 1fr;
}


.images a,
.images img
{
	display:block;
	width:100%;
}


.images .legend
{
	display: none;
}


.slideshow.element
{
	margin-top: -1px;
}

/*Fix Grid fr unit*/
.slideshow .swiper:not(.multi)  .swiper-slide
{
	width: 100% !important;
}

.slideshow .swiper-slide > img
{
	display:block;
	width:100%;
}


.slideshow .swiper-slide > .legend
{
	display: none;
	position: absolute;
	bottom: 0; 
	left:0; 
	right:0;
	color:white;
	text-align:center;
	z-index:1;
	pointer-events: none;
	text-shadow:0px 0px 15px #333;
	padding:2em;
}

.slideshow .overlay
{
	position: absolute;
	top: -1px;
	left: 0;
	bottom: -1px;
	right: 0;
	z-index: 1;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}



.slideshow .multi .legend,
.slideshow .multi .swiper-button-next,
.slideshow .multi .swiper-button-prev
{
	display: none;
}



.gallery .wrapper
{
	max-width:80em;
	margin:auto;
}

.gallery .items
{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:1em;
}

.gallery .items a
{
	display: block;
	padding-top: 65%;
	background-size: 100%;
	background-position: bottom center;
}


.gallery .items a.scroll-animated
{
	opacity: 0;
	transform: translateY(5vh);
	
}

.gallery .items a.scroll-visible
{
	transition: transform .6s cubic-bezier(.3,.1,.3,1), opacity .75s cubic-bezier(.3,.1,.3,1), background-size .75s ease-in;	
	transform: none;
	opacity: 1;
}


.gallery .items a:hover
{
	background-size: 105%;
}




.gallery .legend
{
	display: none;
}


.gallery.vtours a
{
	display: block;
	position: relative;
	
}

.gallery.vtours a .overlay
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,.7);
	color: #FFFFFF;
	padding: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.gallery.vtours a .overlay .icon
{
	font-size: 8em;
}

.gallery.vtours a .overlay .iconsmall
{
	font-size: 3em;
	padding: .5em;
}

.links .items
{
	display:flex;
	gap: 1em;
	flex-wrap:wrap;
	justify-content: center;
}


.links .items .link 
{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.links .items .link i
{
	font-size: 4em;
	padding: .5em;
}

.links .items .link img
{
	display: block;
	width: 12em;
	margin: 1em auto 1em auto;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.48);
}



.distances .wrapper
{
	max-width: 56em;
	margin: auto;
}


.distances table
{
	width: 100%;
	
	border-spacing: 3px;
}

.distances table thead td
{
	font-size: 1.5em;
	color: var(--theme-color);
	background: none;
}

.distances table thead td:nth-child(2)
{
	width: 80%;
}


.distances table td,
.distances table th
{
	padding: .5em;
	text-align: center;
	background: var(--theme-color-light);
	min-width: 2em;
	
}

.distances table th
{
	text-align: left;
	
	font-weight: normal;
}

.distances table td
{
	white-space: nowrap;
	
}

.distances table td.icon
{
	font-size: 1.5em;
	color: var(--theme-color);
}

.distances .walk::before 
{
	font: var(--fa-font-solid);
	content: "\f554";
}

.distances .bike::before 
{
	font: var(--fa-font-solid);
	content: "\f206";
}

.distances .car::before 
{
	font: var(--fa-font-solid);
	content: "\f1b9";
}

.distances .public::before 
{
	font: var(--fa-font-solid);
	content: "\f207";
}

.offer
{
	background: var(--offer-bg-color);
	color: var(--offer-text-color);
}

.offer.hasIso .items .item:first-child
{
	background: var(--offer-iso-bg-color);
}



[data-iso3d]
{
	position:relative;
	aspect-ratio:1;
	
	--is-iso-meta_zone_state_active_free_color: #00ff004d;
	--is-iso-meta_zone_state_active_reserved_color: #ffff004d;
	--is-iso-meta_zone_state_active_rented_color: #ff00004d;
	--is-iso-meta_zone_state_active_sold_color: #ff00004d;
	--is-iso-meta_zone_state_selected_free_color: #00ff0099;
	--is-iso-meta_zone_state_selected_reserved_color: #ffff0099;
	--is-iso-meta_zone_state_selected_rented_color: #ff000099;
	--is-iso-meta_zone_state_selected_sold_color: #ff000099;
	--is-iso-meta_zone_state_filter_free_color: #00ff001a;
	--is-iso-meta_zone_state_filter_reserved_color: #ffff001a;
	--is-iso-meta_zone_state_filter_rented_color: #ffff001a;
	--is-iso-meta_zone_state_filter_sold_color: #ff00001a;
}

[data-iso3d] canvas 
{
	position: absolute;
	top:0;
	left:0;
	box-sizing: border-box;
	background: transparent;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	outline: none;
}

[data-iso3d] .model-toolbar
{
	position:absolute;
	bottom:0;
	display:flex;
	align-items: center;
	justify-content: center;
	z-index:1;
	width:100%;
}

[data-iso3d] .model-overlay,
[data-iso3d] .model-loading
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:grid;
	place-items: center;
	box-sizing: border-box;
	z-index:1;
	pointer-events:none;
}

[data-iso3d] .model-overlay
{
	display:none;
}

[data-iso3d] .model-overlay.model-overlay-mouse,
[data-iso3d] .model-overlay.model-overlay-touch
{
	display:grid;
	color:white;
	font-size:clamp(1em,3vw,1.5em);
	padding:2em;
	text-align:center;
}

[data-iso3d] .model-overlay.model-overlay-mouse > div,
[data-iso3d] .model-overlay.model-overlay-touch > div
{
	background:rgba(0,0,0,.3);
	padding: .5em 1em;
}

[data-iso3d] .model-overlay.model-overlay-mouse .model-info-touch,
[data-iso3d] .model-overlay.model-overlay-touch .model-info-mouse
{
	display:none;
}

[data-iso3d] .model-loading-done
{
	display:none;
}

[data-iso3d] .model-toolbar > div
{
	background:white;
	outline:1px solid rgb(200,200,200);
	background: var(--offer-active-color);
	color: #FFFFFF;
	transition: all .2s ease-in-out;
}

[data-iso3d] .model-toolbar > div:hover
{
	color: var(--theme-color-light);
	background: var(--theme-color);
}


[data-iso3d] .model-toolbar > div::after,
[data-iso3d] .model-loading > div::after
{
	display: block;
	font:var(--fa-font-regular);
	cursor: pointer;
	width:1em;
	height:1em;
	padding: 1em;
	margin:auto;
}

[data-iso3d] .model-loading > div::after{
	content:"\f110";
	animation-name: fa-spin;
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

[data-iso3d] .model-toolbar .model-prev::after{content:"\f01e"; transform:rotate(-45deg)}
[data-iso3d] .model-toolbar .model-next::after{content:"\f0e2"; transform:rotate(45deg)}
[data-iso3d] .model-toolbar .model-zoom-in::after{content:"\f00e";}
[data-iso3d] .model-toolbar .model-zoom-out::after{content:"\f010";}
[data-iso3d] .model-toolbar .model-fullscreen::after{content:"\f065";}
[data-iso3d] .model-toolbar .model-maximize::after{content:"\f31e";}
[data-iso3d] .model-toolbar .model-settings::after{content:"\f013";}
[data-iso3d] .model-toolbar .model-home::after{content:"\f14e";}

.offer.hasIso > .wrapper
{
	max-width:100em;
}

.offer .offeriso
{
	grid-area: iso;
	display:grid;
	background:white;
}


.offer [data-iso3d]
{
	aspect-ratio: auto;
}

.offer.hasIso.offer3d
{
	overflow:hidden;
}

.offer.hasIso.offer3d .offersidebar
{
	grid-area: sidebar;
	position:relative;
	min-height: 0;
}

.offer.hasIso.offer3d .offersidebar,
.offer.hasIso.offer3d .offerdetail,
.offer.hasIso.offer3d .offerdetail .close
{
	background: var(--offer-bg-color);
}

.offer.hasIso.offer3d .offerlist
{
	grid-area: list;
	overflow-x:hidden;
	overflow-y:auto;
	height:100%;
	padding:2em;
	box-sizing: border-box;
}

.offer.hasIso.offer3d .offerdetail
{
	grid-area: detail;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;

	transition:transform 1s;
	transform:translateX(-100%);
}

.offer.hasIso.offer3d .offerdetail .close
{
	position:absolute;
	top: calc(50% - 1em);
	right:-1px;
	font-size:2em;
	display:grid;
	place-items:center;
	width:2em;
	height:2em;
	cursor:pointer;
	transform:translateX(0%);
	transition:transform .5s;
	background: var(--offer-active-color);
	color: #FFFFFF;
	transition: all .2s ease-in-out;
}

.offer.hasIso.offer3d .offerdetail .close:hover
{
	color: var(--theme-color-light);
	background: var(--theme-color);
}

.offer.hasIso.offer3d .offerdetail .close::after
{
	content: "\f00d";
	display: block;
	font:var(--fa-font-regular);
}

.offer.hasIso.offer3d.offer-state-popup .offerdetail
{
	transform:translateX(0%);
	display:grid;
}

.offer.hasIso.offer3d.offer-state-popup .offerdetail .close
{
	transform:translateX(100%);
}

.offer.hasIso.offer3d .offerpopup
{
	display:none;
	overflow:hidden;
	transition: display 1s;
	padding: 2em;
	box-sizing: border-box;
}

.offer.hasIso.offer3d .offerpopup.toggled
{
	display:block;
	overflow:auto;
}

.offer.hasIso.offer3d > .wrapper
{
	padding:0;
	max-width: none;
}

.offer.hasIso.offer3d > .wrapper > .items
{
	display:grid;
	grid-template-columns: 32em auto;
	grid-template-areas: "sidebar iso";
	height:calc(100svh - var(--header-height));
}



.offer .house h2 small
{
	display: block;
	font-size: .5em;
	font-weight: normal;
}


.offer .houses table,
.facts table
{
	width: 100%;
	border-collapse: collapse;
}

.offer .houses [data-offerlink]:hover
{
	cursor:pointer;
}

.offer .houses .odd,
.facts tr:nth-child(odd)
{
	background: white;
}


.offer .houses td,
.offer .houses th,
.facts td,
.facts th
{
	padding:.5em .5em;
	white-space: nowrap;
}



.offer .houses tr[data-availability_status=sold] .primary
{
	color: red;
}

.offer .houses tr[data-availability_status=reserved] .primary
{
	color: orange;
}




.offer  h1,
.offer  h2
{
	margin-top: 0px;
}


.offer .houses [data-reference]:hover,
.offer .houses [data-reference].active
{
	background:var(--offer-hover-color);
	color: white;
}

.offer .houses [data-reference].selected
{
	background:var(--offer-active-color);
	color: white;
}

.offer.hasIso .iso 
{
	position:relative;
	display:grid;
}

.offer.hasIso .iso > img
{
	width:100%;
}

.offer [data-iso] svg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.offer [data-iso] .is-iso-level 
{
	transition: all .6s ease;
}

.offer [data-iso] .is-iso-level.is-iso-open 
{
	transform: translateY(calc(var(--is-iso-level-spacing) * var(--is-iso-level-active-count) ) );
}

.offer .filter .button
{
	display:inline-block;
	text-align:center;
	background:none;
	color:black;
	outline:1px solid rgb(200,200,200);
}

.offer .filters
{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	gap:1em;
	padding: 1em;
	outline:1px solid rgb(200,200,200);
	margin-top:1px;
}

.offer .filters.toggled
{
	display:none;
}

/*
.offer .filter-disabled,
.offer .filters-disabled
{
	display:none;
}
*/

.offer .filters .filter[data-filter-type=slider]
{
	flex: 1 0 auto;
	min-width:8em;
}

.offer .filters .filter[data-filter-type=slider][data-filter-field=rentalprice_incl],
.offer .filters .filter[data-filter-type=slider][data-filter-field=sellingprice],
.offer .filters .filter[data-filter-type=slider][data-filter-field=rentalpriceexcl_m2y]
{
	flex: 2 0 auto;
}

.offer .filters .checkbox
{
	display:block;
	margin:5px 0;
	white-space: nowrap;
}

.offer .filtered
{
	display:none;
}




.slider-input
{
	padding:0 8px;
	margin:8px 0;
	height: 10px;
}

.slider-value
{
	font-size:smaller;
}

.slider-value span
{
	white-space: nowrap;
}

.slider-input,
.slider-input .noUi-handle
{
	box-shadow: none;
}

/* Hide markers on slider handles */
.noUi-handle::before,
.noUi-handle::after
{
	display: none;
}

.noUi-connect
{
	background: var(--offer-active-color);
}

.noUi-horizontal .noUi-handle
{
	height: 18px;
	width: 18px;
	top: -5px;
	right: -9px; /* half the width */
	border-radius: 9px;
}



@media(orientation: portrait)
{
	.offer.hasIso.offer3d > .wrapper > .items
	{
		grid-template-columns:none;
		grid-template-areas: "iso"
		"sidebar";
		height:auto;
	}
	
	.offer .offeriso
	{
		position:sticky;
		top:var(--header-height,0);
		z-index:100;
	}
	
	.offer [data-iso3d]
	{
		height: calc(50svh - var(--header-height) / 2);
	}

	.offer.hasIso.offer3d .offerdetail
	{
		position:sticky;
		top: calc((50svh + var(--header-height) / 2));
		transition: none;
	}
	
	.offer.hasIso.offer3d.offer-state-popup .offerdetail
	{
		height:calc((100dvh - var(--header-height)) - (50svh - var(--header-height) / 2));
	}
	
	.offer.hasIso.offer3d .offerlist
	{
		height:auto;
	}
	
	.offer.hasIso.offer3d .offersidebar
	{
		display:grid;
		grid-template-areas: "detail"
			"list";
	}
	
	.offer.hasIso.offer3d
	{
		overflow:visible;
	}
	
	.offer.hasIso.offer3d .offerdetail .close
	{
		right:0px;
	}
	
	.offer.hasIso.offer3d.offer-state-popup .offerdetail .close
	{
		right:1px;
		top:-1px;
		transform: translateY(-100%);
	}
}



.plan img
{
	display:block;
	width:100%;
	box-shadow: 0 0 2px 1px #ddd;
}

input,
select
{
	margin:0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select
{
	box-sizing:border-box;
	font:inherit;
	color: #3c3c3b;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select
{
	display:block;
	width:100%;
	border: 0;
	border-bottom:1px solid var(--theme-color);
	padding:.5em .5em .25em .5em;
	border-radius: 0;
	background: #FFFFFF;
}



textarea
{
	height: 10em;
}

button,
.button,
.contact button
{
	background: var(--theme-color-light);
	border: 1px solid var(--theme-color);
	border-radius: 5px;
	color: var(--theme-color);
	padding: .75em 1em;
	white-space: nowrap;
	display: inline-block;
	font-weight:normal;
	font-size: .9em;
	min-width: 16em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	 transition: all .2s ease-in-out;
}

button.carousel__button.is-close
{
	min-width: 0;
}


.button:hover,
button:hover,
.contact button:hover
{
	transform: scale(1.05);
	color: var(--theme-color-light);
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	
}

.contact button
{
	text-transform: uppercase;
}



.contact button::after
{
	font: var(--fa-font-regular);
	content: "\f1d8";
	margin-left: .35em;
	
}



.button.primary,
button.primary
{
	font-weight:bold;
}

.button.secondary,
button.secondary
{
	font-weight: normal;
	background: none;
}


.contact > .wrapper
{
	max-width: 80em;
	margin: 0 auto 2em auto;
}

.contact .form-group
{
	margin-bottom:1.5em;
}

.contact .form-label
{
	display: block;
	padding-bottom: 0.5em;
}

.contact .form-warning
{
	color:red;
	margin-bottom: .5em;
	margin-top:.25em;
	display:block;
	width:100%;
}

.contact .form-invalid
{
	border-color:red;
}

.contact .selectables
{
	display:flex;
	flex-wrap:wrap;
	gap: 0 1em;
}

.contact .selectables > label
{
	display:flex;
	align-items: center;
	gap:.5em;
}

.contact input[name=Email_Address]{display:none;}

.contact .items
{
	display:grid;
	grid-template-columns: 3fr 2fr;
	gap:4em;
	margin:0;
}

.contact .ajax-loading,
.contact .ajax-error,
.contact .mail.success,
.contact .mail.error
{
	
	background: green;
	padding:3em 1em;
	text-align:center;
	color:white;
}

.contact .ajax-error,
.contact .mail.error
{
	background:red;
}

.contact .ajax-form .ajax-loading,
.contact .ajax-form .ajax-result,
.contact .ajax-form .ajax-error,
.contact .ajax-form.ajax-state-loading form,
.contact .ajax-form.ajax-state-success form
{
	display:none;
}

.contact .ajax-form.ajax-state-loading .ajax-loading,
.contact .ajax-form.ajax-state-success .ajax-result,
.contact .ajax-form.ajax-state-error .ajax-error
{
	display:block;
}


.contact .info 
{
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.contact .info > div.person,
.contact .info > div.company
{
	background: var(--theme-color-light);
	padding: 2em;
}

.contact .info a
{
	text-decoration: none;
}



.contact .person img,
.contact .company img
{
	width: 200px;
	margin-bottom: 1em;
}

.contact .person .name
{
	font-weight: 500;
	margin-bottom: .5em;
}

.contact .company .city
{
	margin-bottom: 1em;
}

.contact .subtitle h2
{
	text-align: left;
	margin-top: 0;
}

.googlemap .responsive
{
	position: relative;
	padding: 0;
	height: 70vh;
	overflow: hidden;
}



.responsive
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

.video video
{
	display:block;
	width:100%;
}










.consent-cover
{
	position:absolute;
	width:100%;
	height:100%;
	background: #000000;
	display:flex;
	justify-content: center;
	align-items:center;
}

.consent-cover .consent-message
{
	text-align:center;
	color: #FFFFFF;
}

.consent-cover-info
{
	display:flex;
	flex-direction:column;
	align-items: center;
	gap:.5em;
	padding:2em;
}

.consent-dialog
{
	position:sticky;
	bottom:0;
	background: #000000;
	color: #FFFFFF;
	z-index:1;
	box-shadow: 3px 3px 10px 0px rgb(50 50 50);
}

.consent-dialog .wrapper
{
	display:flex;
	flex-direction:column;
	gap:.5em;
	margin:auto;
	max-width:80em;
	padding:1em 2em;
}


.consent-dialog .links .items
{
	justify-content: flex-start;
}


.toggle-button
{
	font-size:1.4em;
	position:relative;
	width:2em;
	height:1em;
	background:gray;
	box-sizing:border-box;
	border-radius:.5em;
	transition:background .5s;
	cursor:pointer;
}

.toggle-button::after
{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:calc(1em - 4px);
	height:calc(1em - 4px);
	margin:2px;
	background:white;
	border-radius:.4em;
}

.toggle-button.active
{
	background:green;
}

.toggle-button.active::after
{
	right:0;
	left:auto;
}

a[consent-settings]
{
	cursor: pointer;
}

.consent-settings.fancybox__content 
{
	background: #000000;
	color: #FFFFFF;
	
	--text-color: #FFFFFF;
	--theme-color: #FFFFFF;
	
}

.consent-settings .tab
{
	border-top:1px solid black;
}

.consent-settings .consent-preferences
{
	border-bottom: 1px solid #FFFFFF;
}

.consent-settings .tab .header
{
	display:flex;
	justify-content: space-between;
	align-items:center;
	gap:.5em;
}


.consent-links
{
	gap:.5em;
	display:inline-flex;
	text-decoration: underline;
	flex-wrap: wrap;
}

.consent-settings .tab [data-toggle]
{
	cursor:pointer;
}

.consent-settings .tab [data-toggle] h2
{
	display: flex;
	gap:.5em;
	align-items: center;
}


.consent-settings .tab [data-toggle] h2:before
{
	display: block;
	font: var(--fa-font-regular);
	content:"\f054"
}

.consent-settings .tab [data-toggle].active h2:before
{
	content:"\f078";
}


.consent-settings .tab .body
{
	padding-bottom: 1em;
}

.consent-settings .tab .body
{
	padding-bottom: 1em;
}


.consent-dialog button.primary,
.consent-settings button.primary,
.consent-cover button.primary
{
	background: #FFFFFF;
	color: #000000;
}


.consent-dialog button.secondary,
.consent-settings button.secondary,
.consent-cover button.secondary
{
	background: #000000;
	border-color: #FFFFFF;
	color: #FFFFFF;
}





.tab .body.toggled
{
	display:block;
}



.hidden
{
	display:none;
}





/* */


footer
{
	color: var(--footer-text-color);
	background: var(--footer-bg-color);
}


footer > .wrapper
{
	padding: 2em;
}

footer .group > .wrapper
{
	padding:0em;
}

footer a
{
	text-decoration: none;
}



footer .subtitle,
footer .typo
{
	color:var(--footer-text-color);
}

footer .text
{
	text-align: center;
}


footer nav
{
	 justify-content: center;
	 margin: 2em auto;
}


.text-left
{
	text-align: left;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;
}



.fancybox__content
{
	padding:0;
	width:50em;
	max-width:100%;
	background-color: var(--box-bg-color); 
}

.fancybox__slide.has-image .fancybox__content
{
	width: 100%;
}

.fancybox__content .group
{
	padding: 2em;
}

.fancybox__content .title h1
{
	text-align: left;
}


.icon::after,
.icon::before
{
	text-align: center;
	font: var(--fa-font-regular);
}



@media(max-width: 1500px)
{
	
	.slideshow .multi .swiper-slide
	{
		width: 33.33% !important;
	}
	
	.title h1
	{
		font-size: 3em;
	}
	
	.gallery.vtours a .overlay .icon
	{
		font-size: 4em;
	}
	
	.gallery.vtours a .overlay .iconsmall
	{
		font-size: 1em;
		padding: .5em;
	}


	.button,
	.contact button
	{
		min-width: 10em;
	}
		
	.links .items .link i 
	{
		font-size: 2em;
	}
	
	.links .items .link img
	{
		width: 8em;
	}
	

}


@media(max-width:1000px)
{
	header nav
	{
		display:none;
	}
	
	.toggled header nav,
	.contact .items,
	.offer .offerMobile
	{
		display:block;
	}
	
	header .nav-toggle
	{
		display: flex;
	}
	
	.toggled header nav
	{
		display: flex;
		flex-direction: column;
		padding: 2em 1em 2em 1em;
		width: 100%;
	}
	
	header .wrapper
	{

		flex-direction: column;
	}
	
	header .items
	{
		width: 100%;
	}
	
	header .logo img
	{
		object-position: left center;
	}
	
	header .headerbutton
	{
		top: 0;
		width: 6em;
		left: auto;
		right: 100px;
		
	}

	
}


@media(max-width: 800px)
{

	header .wrapper,
	footer > .wrapper
	{
		padding:1em 1em;
	}

	
	header .logo img
	{
		height:4em;
		width: 12em;
	}
	
	header .headerbutton
	{
		left: auto;
		right: 80px;
		width: 4em;
		top: 0em;
	}

	.box
	{
		padding: 2em 1em;
	}
		
	.title h1
	{
		font-size: 2.2em;
	}
	
	.subtitle h2,
	.offer h2
	{
		font-size: 1.5em;
	}
	
	.text2col .wrapper
	{
		column-count: 1;
	}
	
	.slideshow .multi .swiper-slide
	{
		width: 50% !important;
	}
	


	.gallery.vtours a .overlay
	{
		font-size: .8em;
	}
	
	.gallery.vtours a .overlay .icon
	{
		font-size: 2em;
	}
	
	.gallery.vtours a .overlay .iconsmall
	{
		display: none;
	}

	.distances table td,
	.distances table th
	{
		min-width: 1em;
		
	}


	.distances table thead td:first-child,
	.distances table td.icon
	{
		display: none;
	}

	.contact .info > div.person,
	.contact .info > div.company
	{
		padding: 1em;
	}

	.fancybox__content .group
	{
		padding: 1em;
	}

	footer > .wrapper
	{
		padding: 2em 1em;
	}


}



@media(max-width: 600px)
{

	.images .wrapper
	{
		grid-template-columns: 1fr;
	}
	
	
	.offer.hasIso.offer3d .offerlist,
	.offer.hasIso.offer3d .offerpopup
	{
		padding: 2em 1em;
	}
	
}


@media(max-width: 500px)
{

	.offer .optional
	{
		display:none;
	}
	
}

@media(max-width: 400px)
{
	header .headerbutton
	{
		display: none;
	}

	.title h1
	{
		font-size: 2em;
	}
	
	.subtitle h2
	{
		font-size: 1.3em;
	}
	
	.gallery.vtours .items
	{
		grid-template-columns: 1fr;
	}
	
	.distances 
	{
		font-size: .8em;
	}
	
}



