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

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

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

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 400;
	src: url('https://static.immoserver.ch/fonts/google/cormorant-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/cormorant-v18-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


:root
{
	--header-color: #FFFFFF;
	--header-text-color: black;
	
	--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-active-color: var(--theme-color);
	
	
}

body
{
	color:var(--text-color);
	background-color: var(--body-color);
	font-family: 'Roboto', 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;
}

.hidden
{
	display:none;
}


.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: 100;
	background-color: var(--header-color);
	color:var(--header-text-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;
	position: relative;
}



header .logout
{
	font-weight: 300;
	font-size: .7em;
	margin-left: .5em;
	text-transform: none;
	
	
}


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;
	align-items: flex-end;
}

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

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


header .wrapper > nav a:before { 
	content: ''; 
	bottom: -3px; 
	height: 1px; 
	display: block; 
	left: 0; 
	position: absolute; 
	background-color: var(--header-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 .subnav
{
	background: #b6b45f;
}



header .subnav nav
{
	
	font-size: 1em;
	text-transform: none;
	background: transparent;
	margin:auto;
	max-width:80em;
	padding:0em 2em;
}


header nav.sub a
{
	padding: .5em 0;
	font-weight: 300;
	font-size: 0.8em;
}

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(--header-text-color);
	color:var(--header-text-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);
	
}

.anker
{
	scroll-margin-top: calc(var(--header-height) + 2em);
}


.title h1
{
	font-size: 3.75em;
	font-weight: 400;
	font-family: 'Cormorant';
	text-align: center;
	
}



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

.subtitle h2
{
	font-size: 2em;
	font-weight: 400;
	font-family: 'Cormorant';
	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;
}


.image_text_horizontal.element
{
	margin: 2em 0;
}

.image_text_horizontal .wrapper
{
	margin: auto;
	max-width: 1200px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
	color: var(--text-color);
}

.image_text_horizontal.reverse .wrapper
{
	direction: rtl;
}

.image_text_horizontal .item
{
	direction : ltr;
}




.image_text_horizontal .wrapper img
{
	display: block;
	width: 100%;
}

.image_text_horizontal .subtitle h2
{
	text-align: left;
	margin: 0 0 .5em 0;
}



.image_text_vertical .wrapper
{
	margin: auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em 1em;
	color: var(--text-color);
	
}

.image_text_vertical .wrapper .item
{
	width: 100%;
	max-width: calc(50% - .5em);
	background: var(--theme-color-light);
	padding: 1em;
	box-sizing: border-box;
}

.image_text_vertical .wrapper .item img
{
	display: block;
	width: 100%;
}

.image_text_vertical .subtitle h2
{
	text-align: left;
	margin: .5em 0;
}


.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);
}


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

.highlights .items .item
{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
	
	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;
}

.highlights .items .item > div
{
	margin: 1em 0;
}
	

.highlights .number
{
	font-weight: 700;
	font-size: 2em;
}


.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 .dist::before 
{
	font: var(--fa-font-solid);
	content: "\f4d7";
}

.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 > .wrapper
{
	max-width: 100%;
	
}

.offer.hasIso .items
{
	display:grid;
	grid-template-columns: 3fr 4fr;
	gap:1em;
}


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


.offer .items .item
{
	padding: 2em;
	background: var(--offer-bg-color);
}

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


.offer h2
{
	font-size: 2em;
	font-weight: 300;
	text-align: left;
}


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

.offer .houses table tr[data-fancybox]:hover
{
	cursor:pointer;
}

.offer .houses table tbody tr,
.facts tbody tr
{
	border-bottom: 1px solid var(--offer-text-color);
}

.offer .houses table th
{
	

	color: var(--offer-text-color-th);
	font-weight: 300;
	padding: 0 .5em .75em .5em;
}

.offer .houses table td,
.offer .houses table th,
.facts td
{
	padding: .5em;
}

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


.offer .houses table tr[data-availability_status = "free"] .availability_status::before {
	font: var(--fa-font-light);
	font-size: .75em;
	content: "\f324";
}

.offer .houses table tr[data-availability_status = "free"] .availability_status span {
	display:none;
}

.offer .houses table tr[data-availability_status = "reserved"] .availability_status
{
	color: #e4a370;
}

.offer .houses table tr[data-availability_status = "rented"] .availability_status,
.offer .houses table tr[data-availability_status = "sold"] .availability_status
{
	color: #a11a17;
}



.offer.hasIso .iso,
.offer.hasIso .iso [data-iso]
{
	position: -webkit-sticky;
	position: sticky;
	top:0
}

.offer.hasIso .iso > img
{
	width: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 .offerMobile span
{
	white-space: nowrap;
}

.offer .filters
{
	display:flex;
	flex-wrap:wrap;
	gap:1em;
}

/*
.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;
}

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

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

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

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

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

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

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

.offer .filters .checkbox
{
	white-space: nowrap;
}

.offer .filtered
{
	display:none;
}

.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,
.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: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;
}


.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%;
}














/* */


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,
	.offer .optional,
	header .subnav
	{
		display:none;
	}
	
	.toggled header nav,
	.offer.hasIso .items,
	.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;
	}


	.offer .items .item
	{
		padding: 2em 1em;
	}

	.offer.hasIso .items .item:first-child
	{
		padding: 0 1em 0 1em
	}


	.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;
	}
	
	.image_text_horizontal .wrapper
	{
		grid-template-columns: 1fr;
	}
	
	.image_text_vertical .wrapper
	{
		gap: 1em;
	}
	
	.image_text_vertical .wrapper .item
	{
		max-width: 100%;
	}
	
	
}


@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;
	}
	
}



