/*
Theme Name: Levant
Theme URI: https://
Description: Thema voor de website van Levant.
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* Reset */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Variables */

:root {
	--main-taupe: #a78e81;
	--main-green: #5e6428;
	--main-brown: #be9d76;
}





/* Global styles */

body {
	background: #f7f3f1;
	color: #2c211f;
	font: 300 17px/30px "azo-sans-web", sans-serif;
	letter-spacing: 0.5px;
}



h1, h2, h3, h4, h5 {
	color: #41241e;
	letter-spacing: 0;
}

h1, h2, h3, h4 {
	font-weight: 400;
	font-family: adobe-garamond-pro, serif;
}

h5 {
	font-weight: 500;
	font-family: 'azo-sans-web', sans-serif;
}

h1 { margin-bottom: 20px; margin-bottom: 30px; font-size: 64px; line-height: 64px; }
h2 { margin-bottom: 15px; margin-bottom: 30px; font-size: 46px; line-height: 50px; }
h3 { margin-bottom: 10px; font-size: 38px; line-height: 42px; }
h4 { margin-bottom: 5px; font-size: 28px; line-height: 28px; }
h5 { margin-bottom: 0; font-size: 21px; line-height: 30px; }

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child {
	margin-bottom: 0;
}


.text-center h1 svg {
	color: var(--main-taupe);
	margin-bottom: 10px;
	font-size: 48px;
}


a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}


strong {
	font-weight: 700;
}


img {
	max-width: 100%;
	height: auto;
}


hr {
	height: 1px;
	margin: 0 0 20px;
	background: #909aae;
	border: 0;
}



/* --- Input */

::placeholder {
	color: #2c211f;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #2c211f;
}

::-ms-input-placeholder {
	color: #2c211f;
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

/*
form label, form legend {
	font: 400 14px "azo-sans-web", sans-serif;
}

form legend {
	margin-bottom: 10px;
}
*/

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=datepicker], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 18px 36px;
	background: transparent;
	color: #2c211f;
	font: 300 17px/30px "azo-sans-web", sans-serif;
	text-align: left;
	border: 1px solid #52423d;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=datepicker]:focus, textarea:focus, select:focus, button:focus {}


textarea {
	height: 100px;
}


/*
select {
	background: #fff url(img/chevron-down.svg) right 15px center/16px 9px no-repeat;
}
*/


input[type=submit], button {
	display: block;
	width: auto;
	margin: 0;
	padding: 15px 30px;
	background: #41241e;
	color: #f7f3f1;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	transition: all 0.2s;
}
input[type=submit]:hover, button:hover {
	background: var(--main-green);
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1494px;
	margin: 0 auto;
	padding: 0 15px;
}



/* --- Text */

span.intro {
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 1.5px;
}



/* --- Buttons */

a.button {
	position: relative;
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 18px 36px;
	background: var(--main-taupe);
	color: #2c211f;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child, a.button:only-of-type {
	margin: 0;
}
a.button:hover {
	background: #2c211f;
	color: #f7f3f1;
}


.text-center a.button {
	margin: 0 10px 20px;
}


a.button.taupe {
	background: var(--main-taupe);
}
a.button.taupe:hover {
	background: #2c211f;
	color: #f7f3f1;
}


a.button.brown {
	background: var(--main-brown);
}
a.button.brown:hover {
	background: var(--main-green);
}


a.button.outline {
	padding: 17px 35px;
	background: transparent;
	border: 1px solid var(--main-taupe);
}
a.button.outline:hover {
	background: var(--main-taupe);
}



/* --- Slider */

.flickity-button {
	background: transparent!important;
}
.flickity-button:disabled {
	opacity: 0!important;
}

.flickity-prev-next-button {
	top: 50%!important;
	width: 60px!important;
	height: 60px!important;
	margin-top: -30px;
	padding: 0!important;
	border-radius: 0!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: 50px!important;
	background: #f7f3f1 url(img/arrow-left.svg) center/22px 16px no-repeat!important;
}

.flickity-prev-next-button.next {
	right: 50px!important;
	background: #f7f3f1 url(img/arrow-right.svg) center/22px 16px no-repeat!important;
}


.flickity-prev-next-button .flickity-button-icon {
	display: none;
}


.flickity-viewport {
	overflow: visible!important;
}



.flickity-page-dots {
	bottom: -30px!important;
	height: 1px;
	margin: 0!important;
	line-height: 1px!important;
}

.flickity-page-dots .dot {
	float: left;
	width: 13%!important;
	height: 1px!important;
	margin: 0!important;
	background: #d9d3d2!important;
	border-radius: 0!important;
	opacity: 1!important;
}

.flickity-page-dots .dot.is-selected {
	background: var(--main-green)!important;
}



/* --- Block */

.block {
	float: left;
	width: 100%;
	background: #fff;
}



/* --- Cover */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	margin-bottom: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: #2c211f;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
}

.accordion > li {
	float: left;
	width: 100%;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #f7f3f1;
	list-style: none!important;
}

.accordion > li .accordion-control {
	position: relative;
	width: 100%;
	padding: 24px 80px 9px 20px;
	cursor: pointer;
}
.accordion > li .accordion-control:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #f7f3f1 url(img/arrow-down.svg) center/16px 22px no-repeat;
	content: " ";
}

.accordion > li.open .accordion-control:before {
	transform: rotate(180deg);
}

.accordion > li .accordion-control h3 {
	margin-bottom: 0;
	font-size: 24px;
}

.accordion > li .accordion-panel {
	display: none;
	width: 100%;
	padding: 20px;
	background: #f7f3f1;
}





/* Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: transparent;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 3;
}

#header .container {
	max-width: 1664px;
	max-width: 100%;
	padding-right: 0;
}

#header .row {
	height: 100px;
}



/* --- Logo */

#header #logo {
	display: block;
	width: 162px;
	height: 46px;
	transition: transform 0.4s ease-out;
	background-color: #f7f3f1;
	mask: url(img/logo.svg) no-repeat center;
}
#header #logo:hover {
	transform: scale(1.05);
}



/* --- Background */

#header-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(8px);
	z-index: 2;
	transition: background 0.2s;
}

#header-bg.scrolled {
	background: rgba(0, 0, 0, 0.5);
}

#header-bg.opaque {
	background: #2c211f;
}



/* --- Nav */

#header ul {}

#header ul li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#header ul li a {
	display: inline-block;
	padding: 2px 15px;
	color: #fff;
	border-radius: 17px;
	transition: all 0.2s;
}
#header ul li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}


#header ul li.current-menu-item, #header ul li.current-menu-ancestor {}

#header ul li.current-menu-item > a, #header ul li.current-menu-ancestor > a {
	background-color: rgba(255, 255, 255, 0.1)!important;
}


#header ul > li.menu-item-has-children {}

#header ul > li.menu-item-has-children > a {
	padding-right: 15px;
	background: url(img/nav-chevron.svg) right center no-repeat;

	padding-right: 30px;
	background: url(img/nav-chevron.svg) right 15px center no-repeat;
}


/* ------ Subnav */

#header ul li ul {
	position: absolute;
	top: 42px;
	top: 34px;
	left: -15px;
	width: 200px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.2);
	text-align: left;
	border-radius: 5px;
	transition: opacity 0.2s;
	backdrop-filter: blur(8px);
	visibility: hidden;
	opacity: 0;
}
#header ul li:hover ul {
	visibility: initial;
	opacity: 1;
}

#header ul li ul li {}

#header ul li ul li a {
	padding: 2px 15px;
}



/* ------ Language switcher */

#header .language-switcher {
	height: 100px;
	padding: 0 38px 0 28px;
	line-height: 100px;
	border-left: 1px solid rgba(247, 243, 241, 0.2)!important;
}

#header .language-switcher ul {}

#header .language-switcher ul li {}

#header .language-switcher ul li ul {
	top: 67px;
	width: 78px;
	line-height: 30px;
}



/* ------ Button */

#header a.button {
	padding: 0 50px;
	font-size: 14px;
	font-weight: 500;
	line-height: 100px;
}
#header a.button:hover {
	background: #2c211f;
}



/* --- Alternative header */

#header.no-banner #logo {
	background-color: #2c211f;
}

#header.no-banner.scrolled #logo {
	background: #f7f3f1;
}


#header.no-banner ul li a {
	color: #2c211f;
}

#header.no-banner.scrolled ul li a {
	color: #f7f3f1;
}


#header.no-banner ul > li.menu-item-has-children > a {
	background-image: url(img/nav-chevron-dark.svg);
}

#header.no-banner.scrolled ul > li.menu-item-has-children > a {
	background-image: url(img/nav-chevron.svg);
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding: 200px 0 100px;
}

#content.has-pagebuilder {
	padding: 0;
}


#content p:not(:last-child) + h1 {
	margin-top: 50px;
}

#content p:not(:last-child) + h2 {
	margin-top: 45px;
}

#content p:not(:last-child) + h3 {
	margin-top: 40px;
}

#content p:not(:last-child) + h4 {
	margin-top: 35px;
}

#content p:not(:last-child) + h5 {
	margin-top: 30px;
}


#content p {}
#content p:not(:last-child) {
	margin-bottom: 15px;
}


#content p a:not(.button) {
	position: relative;
	display: inline-block;
	color: var(--main-green);
	font-weight: 400;
	text-decoration: none;
}
#content p a:not(.button):after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--main-green);
	transition: width 0.2s;
	content: " ";
}
#content p a:not(.button):hover {}
#content p a:not(.button):hover:after {
	width: 0;
}


#content ul:not(.accordion) {
	margin: 0 0 20px 20px;
	list-style: disc;
}

#content ul:not(.accordion) li {}
#content ul:not(.accordion) li::marker {
	color: var(--main-taupe);
}


#content ol {
	margin: 0 0 20px 20px;
	list-style: numeric;
}

#content ol li {}


#content img {}


#content table {
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}
#content table:last-child, #content table:only-child {
	margin-bottom: 0;
}

#content table tr {}

#content table tr th, #content table tr td {
	padding: 14px 15px;
	border-bottom: 1px solid #d9d3d2;
}

#content table th, #content table thead td {
	background: #d9d3d2;
	font-weight: 500;
}

#content table td a:not(.button) {
	position: relative;
	display: inline-block;
	color: var(--main-green);
	font-weight: 400;
	text-decoration: none;
}
#content table td a:not(.button):after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--main-green);
	transition: width 0.2s;
	content: " ";
}
#content table td a:not(.button):hover {}
#content table td a:not(.button):hover:after {
	width: 0;
}





/* Pagebuilder */

section {
	padding: 75px 0;
}
section:first-child {}
section:last-child {
	padding-bottom: 150px!important;
}





#content section:nth-child(2) {
	padding-top: 150px!important;
}

#content:has(section.submenu) section:nth-child(3) {
	padding-top: 150px!important;
}





section.banner {
	position: relative;
	padding: 290px 40px 210px;
	background: #2c211f;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
}

section.banner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}

section.banner .container {
	position: relative;
	z-index: 1;
}

section.banner .container h1, section.banner .container h2, section.banner .container h3 {
	color: #fff;
}

section.banner .container p {
	text-transform: uppercase;
}


section.banner .cover {
	background: #000;
	opacity: 0.4;
	z-index: 0;
}



section.banner.home {
	padding-bottom: 100px;
}


section.banner.home .info {
	background: rgba(0,0,0,0.5);
	width: 543px;
	max-width: 100%;
	margin-top: 180px;
	border-radius: 10px;
	backdrop-filter: blur(8px);
}


section.banner.home .weather {
	width: 37%;
	height: 100%;
	padding: 55px 25px 40px;
}

section.banner.home .weather img {
	width: 44px;
}


section.banner.home .weather .temps {
	width: 100%;
	margin-top: 70px;
}


section.banner.home .weather .temps span {
	position: relative;
	padding-right: 16px;
}

section.banner.home .weather .temps span sup {
	position: absolute;
	right: 0;
}


section.banner.home .weather .temps span.max {
	font-size: 55px;
}

section.banner.home .weather .temps span.max sup {
	top: -12px;
	font-size: 16px;
}


section.banner.home .weather .temps span.min {
	font-size: 40px;
	color: var(--main-brown);
}

section.banner.home .weather .temps span.min sup {
	top: -12px;
	font-size: 14px;
}


section.banner.home .stats {
	width: 63%;
	height: 100%;
	padding: 40px;
	font-weight: 300;
	font-size: 16px;
	line-height: 34px;
	border-left: 1px solid rgb(247, 243, 241, 0.2);
}

section.banner.home .stats span {
	display: inline-block;
	width: 47%;
	color: var(--main-brown);
}





#content section.submenu {
	position: sticky;
	top: 100px;
	padding: 0!important;
	background: #f7f3f1;
	font-size: 14px;
	line-height: 55px;
	border-bottom: 1px solid #d9d3d2;
	z-index: 2;
	overflow: hidden;
}

#content section.submenu .links {
	float: left;
	width: 100%;
	display: block;
}
#content section.submenu .links:after {
	content: 'flickity';
	display: none;
}

#content section.submenu .links .link {
	display: inline-block;
	padding: 0 12px;
}

#content section.submenu .links .link a {
	display: block;
	border-bottom: 5px solid transparent;
	transition: border 0.2s;
}
#content section.submenu .links .link a:hover {
	border-bottom: 5px solid var(--main-taupe);
}

#content section.submenu .links .link.active a {
	font-weight: 500;
	border-bottom: 5px solid var(--main-taupe);
}



@media screen and ( min-width: 768px ) {

	#content section.submenu .links:after {
		content: " ";
	}

}





section.contentrow {}

section.contentrow .container {
	max-width: 1494px;
}


section.contentrow.custom-background {}

section.contentrow.custom-background .container {
	max-width: 1434px;
	padding-top: 100px;
	padding-bottom: 100px;
}


section.contentrow.text-text {}
section.contentrow.img-img {}
section.contentrow.text-img {}
section.contentrow.img-text {}





section.mediarow {}

section.mediarow img, section.mediarow video {
	float: left;
	width: 100%;
	height: auto;
}


section.mediarow .video-wrapper {
	position: relative;
	background: #2c211f;
	overflow: hidden;
}


section.mediarow .video-wrapper .cover {
	background: #000;
	opacity: 0.4;
	z-index: 0;
	transition: opacity 0.2s;
}

section.mediarow .video-wrapper .cover.hidden {
	opacity: 0;
}


section.mediarow .video-wrapper button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	background: #fff url(img/icon-play.svg) center no-repeat;
	border-radius: 100%;
	opacity: 1;
	transition: all 0.2s;
}
section.mediarow .video-wrapper button:hover {
	width: 130px;
	height: 130px;
}

section.mediarow .video-wrapper button.pause {
	background: #fff url(img/icon-pause.svg) center no-repeat;
	opacity: 0;
}
section.mediarow .video-wrapper:hover button.pause {
	opacity: 1;
}





section.faq {
	padding: 70px 0 75px;
}

section.faq .container {
	max-width: 1434px;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}





section.holesslider {
	overflow: hidden;
}


section.holesslider .title {
	margin-bottom: 35px;
}


section.holesslider .slider {
	margin: 0;
}

section.holesslider .slider .slide {
	position: relative;

	display: block;
	width: calc(100% - 30px);
	min-height: 670px;
	margin: 0 10px;
	padding: 512px 50px 50px;
	background-color: #2c211f;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

section.holesslider .slider .slide .content {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);

	width: 470px;
	max-width: calc(100% - 100px);
	height: 107px;
	margin: 0 auto;

	background: rgba(0, 0, 0, 0.5);
	color: #f7f3f1;

	font-weight: 400;
	font-size: 16px;
	line-height: 34px;

	border-radius: 10px;
}

section.holesslider .slider .slide .content .number {
	width: 27%;
	height: 107px;
	text-align: center;
	border-right: 1px solid rgb(247, 243, 241, 0.2);
}

section.holesslider .slider .slide .content h4 {
	color: #f7f3f1;
	font: 300 55px/107px "azo-sans-web", sans-serif;
}

section.holesslider .slider .slide .content .info {
	width: 73%;
	height: 107px;
	padding: 18px 50px 0;
}

section.holesslider .slider .slide .content .info span {
	display: inline-block;
	width: 50%;
	color: var(--main-brown);
}





section.photoslider {
	padding: 75px 0 105px;
	overflow: hidden;
}

section.photoslider .title {
	margin-bottom: 35px;
}


section.photoslider .slider {
	margin: 0;
}

section.photoslider .slider .slide {
	width: auto;
	min-height: 100%;
	max-height: 436px;
	margin: 0 15px;
}

section.photoslider .slider .slide img {
	width: 100%;
}





section.logoslider {
	overflow: hidden;
}


section.logoslider .title {
	margin-bottom: 35px;
}


section.logoslider .slider {}

section.logoslider .slide {
	float: left;
	width: 12.5%;
	height: 160px;
	padding: 0 40px;
	background: #f7f3f1;
	text-align: center;
	line-height: 160px;
}

section.logoslider .slide img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 110px;
	mix-blend-mode: luminosity;
	mix-blend-mode: multiply;
	vertical-align: middle;
	opacity: 0.5;
	transition: all 0.2s;
}
section.logoslider .slide img:hover {
	mix-blend-mode: multiply;
	opacity: 1;
}





section.contenttegels {}

section.contenttegels .tile {
	position: relative;
	margin-bottom: 30px;
	padding: 45px 30px 35px;
	background: #fff;
	overflow: hidden;
}





section.formulier {}

section.formulier .container {
	padding: 75px 229px;
	background: var(--main-brown);
}





section.fotoblokken {}

section.fotoblokken img {
	width: 100%;
	margin-bottom: 35px;
}

section.fotoblokken.expand {}





@keyframes colorfade {
	0% {
		background-color: #d8cbc4;
	}
	20% {
		background-color: #d8cbc4;
	}
	40% {
		background-color: var(--main-taupe);
	}
	70% {
		background-color: #d8cbc4;
	}
	100% {
		background-color: #d8cbc4;
	}
}



#content section.divider {
	padding: 50px 0!important;
}
#content section.divider:nth-child(2) {
	padding-top: 100px!important;
}

#content section.divider .element {
	width: 68px;
	height: 70px;
	margin: 0 auto;
	background-color: #d8cbc4;
	mask: url(img/element.svg) no-repeat center;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-name: colorfade;
}





/* Plugins */

/* --- Gravity Forms */

.gform_required_legend {
	display: none;
}


.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400!important;
	font-size: 14px!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 14px 15px!important;
	font-size: 17px!important;
}


.gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: 10px!important;
	vertical-align: top!important;
}


.gform_wrapper.gravity-theme .ginput_container_time {
	max-width: 84px!important;
	min-width: 84px!important;
}

.gform_wrapper.gravity-theme .ginput_container_consent label {
	font-size: 15px;
}


.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	padding-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0!important;
}





/* Footer */

#footer {
	position: relative;
	background: #2c211f;
	color: #f7f3f1;
	font-size: 14px;
	line-height: 24px;
}

#footer a {
	color: #f7f3f1;
}
#footer a:hover {
	color: var(--main-taupe);
}





#footer #newsletter {
	padding: 80px 0;
	color: #fff;
	border-bottom: 1px solid #52423d;
}

#footer #newsletter ::placeholder {
	color: #f7f3f1;
	opacity: 1;
}

#footer #newsletter :-ms-input-placeholder {
	color: #f7f3f1;
}

#footer #newsletter ::-ms-input-placeholder {
	color: #f7f3f1;
}

#footer #newsletter span {
	color: var(--main-taupe);
	font: 32px/38px adobe-garamond-pro, serif;
}

#footer #newsletter input {
	margin: 0;
	background: #52423d;
	color: #f7f3f1;
}

#footer #newsletter input[type=submit] {
	background: var(--main-taupe);
	color: #2c211f;
}
#footer #newsletter input[type=submit]:hover {
	background: var(--main-green);
	color: #f7f3f1;
}

#footer #newsletter .gform-body {
	float: left;
	width: calc(100% - 144px);
}

#footer #newsletter .gform-footer {
	float: left;
	width: 144px;
	margin: 0;
	padding: 0;
}



#footer #info {
	padding: 95px 0 0;
}

#footer #info p {
	margin-bottom: 25px;
}

#footer #info a {
	text-decoration: underline;
}
#footer #info a:hover {
	text-decoration: none;
}


#footer #info .textwidget {
	margin-bottom: 40px;
}


#footer #info .quicklinks {
	font: 22px/40px adobe-garamond-pro, serif;
}

#footer #info .quicklinks ul {
	margin: 0;
	list-style: none;
}

#footer #info .quicklinks ul li {}

#footer #info .quicklinks ul li a {
	text-decoration: none;
	transition: all 0.2s;
}
#footer #info .quicklinks ul li:hover a {
	padding-left: 2px;
}



#footer #info #socials {}

#footer #info #socials a {
	display: block;
	width: 60px;
	height: 60px;
	margin-left: 15px;
	background: transparent;
	color: var(--main-taupe);
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #52423d;
	transition: all 0.2s;
}
#footer #info #socials a:last-child {
	margin-left: 0;
}
#footer #info #socials a:hover {
	background: #52423d;
}



#footer #socket {
	padding: 40px 0 100px;
}

#footer #socket ul {
	margin: 0;
	list-style: none;
}

#footer #socket ul li {
	display: inline-block;
	margin-right: 20px;
}







/* CMS */

img.alignright { float: right; }
img.alignleft { float: left; }
img.aligncenter { display: block; margin: 0 auto; }
a img.alignright { float: right; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin: 0 auto; }





/* Responsive */

/* --- Max widths */

@media screen and (max-width: 1399px) {

	#header ul li a {
		padding: 2px 10px;
	}

}



@media screen and (max-width: 1199px) {

	#toggle-menu {
		position: absolute;
		top: 30px;
		right: 30px;
		width: 40px;
		height: 40px;
		background: #be9d76;
		cursor: pointer;
		pointer-events: auto;
		z-index: 999;
	}
	#toggle-menu.open {}

	#toggle-menu span {
		position: absolute;
		left: 10px;
		display: block;
		width: 20px;
		height: 2px;
		background: #2c211f;
		border-radius: 1px;
		transform: rotate(0deg);
		transition: 0.2s ease-in-out;
	}
	#toggle-menu span:nth-child(1) {
		top: 16px;
	}
	#toggle-menu span:nth-child(2) {
		top: 22px;
	}
	#toggle-menu.open span:nth-child(1) {
		top: 19px;
		transform: rotate(45deg);
	}
	#toggle-menu.open span:nth-child(2) {
		top: 19px;
		transform: rotate(-45deg);
	}


	#mobile-menu {
		display: none;
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		height: calc(100vh - 100px);
		padding: 40px 20px 140px;
		background: #2c211f;
		background: rgba(0, 0, 0, 0.5);
		line-height: 42px;
		border-top: 1px solid rgba(247, 243, 241, 0.35);
		overflow-y: scroll;
		z-index: 3;
		backdrop-filter: blur(8px);
	}

	#mobile-menu ul {
		margin: 0;
		padding: 0;
		font-weight: 500;
		font-size: 16px;
		text-transform: uppercase;
	}

	#mobile-menu ul li {
		position: relative;
	}

	#mobile-menu ul li.menu-item-has-children {}
	#mobile-menu ul li.menu-item-has-children:before {
		position: absolute;
		top: 10px;
		right: 0;
		width: 16px;
		height: 22px;
		background: url(img/nav-chevron.svg) right center no-repeat;
		transition: transform 0.2s;
		content: " ";
	}

	#mobile-menu ul li.menu-item-has-children.open {}
	#mobile-menu ul li.menu-item-has-children.open:before {
		transform: rotate(180deg);
	}

	#mobile-menu ul li a {
		color: #fff;
	}

	#mobile-menu ul li.button {
		padding: 15px 0;
	}

	#mobile-menu ul li.button a {
		display: inline-block;
		padding: 5px 28px;
		background: var(--main-brown);
		color: #2c211f;
		font-weight: 400;
	}

	#mobile-menu ul li ul {
		display: none;
		margin: 5px 0;
		padding: 10px 20px;
		background: #52423d;
		background: rgba(247, 243, 241, 0.35);
		font-weight: 400;
		font-size: 13px;
		line-height: 32px;
		backdrop-filter: blur(8px);
	}

	#mobile-menu ul li ul li {}

	#mobile-menu ul li ul li a {}



	section.contentrow.img-text .content {
		margin-top: 40px;
	}

	section.contentrow.text-img .content {
		margin-bottom: 40px;
	}


	section.logoslider .slide {
		width: 20%;
	}

}



@media screen and (max-width: 959px) {

	#footer #newsletter span {
		display: inline-block;
		margin-bottom: 20px;
	}


	section.logoslider .slide {
		width: 25%;
	}

}



@media screen and (max-width: 767px) {

	h1 { font-size: 54px; line-height: 54px; }
	h2 { font-size: 42px; line-height: 46px; }
	h3 { font-size: 34px; line-height: 38px; }
	h4 { font-size: 26px; line-height: 26px; }


	section {
		padding: 75px 0;
	}
	section:first-child {}
	section:last-child {
		padding-bottom: 75px!important;
	}


	#content section:nth-child(2) {
		padding-top: 75px!important;
	}

	#content:has(section.submenu) section:nth-child(3) {
		padding-top: 75px!important;
	}

	#content section.submenu {
		padding: 0!important;
	}


	section.banner {
		padding: 190px 30px 110px;
	}


	section.holesslider .slider .slide {
		width: 100%;
		padding: 512px 25px 50px;
	}

	section.holesslider .slider .slide .content {
		max-width: calc(100% - 50px);
	}

	section.holesslider .slider .slide .content .info {
		padding: 18px 25px 0;
	}


	section.logoslider .slide {
		width: 33.33333%;
	}


	section.mediarow .video-wrapper button {
		width: 60px;
		height: 60px;
	}
	section.mediarow .video-wrapper button:hover {
		width: 70px;
		height: 70px;
	}



	#footer #newsletter {
		padding: 40px 0;
	}

	#footer #info {
		padding: 45px 0 0;
	}

	#footer #socket {
		padding: 40px 0 50px;
	}

}



@media only screen and (max-width: 641px) {

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 30px!important;
	}

}



@media screen and (max-width: 567px) {

	.flickity-prev-next-button {}

	.flickity-prev-next-button.previous {
		left: 0!important;
	}

	.flickity-prev-next-button.next {
		right: 0!important;
	}



	section.banner.home .info {
		margin-top: 90px;
	}


	section.banner.home .weather {
		padding: 20px 15px;
	}

	section.banner.home .weather .temps {
		margin-top: 50px;
	}

	section.banner.home .weather .temps span {
		padding-right: 12px;
	}

	section.banner.home .weather .temps span.max {
		font-size: 32px;
	}

	section.banner.home .weather .temps span.max sup {
		top: -8px;
		font-size: 12px;
	}

	section.banner.home .weather .temps span.min {
		font-size: 22px;
	}

	section.banner.home .weather .temps span.min sup {
		top: -4px;
		font-size: 10px;
	}


	section.banner.home .stats {
		padding: 20px 15px;
		font-size: 11px;
		line-height: 24px;
	}


	section.logoslider .slide {
		width: 50%;
	}

}



@media screen and (max-width: 479px) {

	h1 { font-size: 44px; line-height: 44px; }
	h2 { font-size: 38px; line-height: 42px; }
	h3 { font-size: 30px; line-height: 34px; }
	h4 { font-size: 24px; line-height: 24px; }


	section.logoslider .slide {
		width: 100%;
	}

}



/* --- Min widths */

@media screen and (min-width: 480px) {

}



@media screen and (min-width: 568px) {

}



@media screen and (min-width: 768px) {

}



@media screen and (min-width: 960px) {

}



@media screen and (min-width: 1200px) {

	#mobile-menu {
		display: none!important;
	}

	#toggle-menu {
		display: none!important;
	}

	#header ul li.button {
		display: none;
	}



	section.contentrow.img-text .col-3-lg {}

	section.contentrow.img-text .col-5-lg {
		margin-left: -107px;
		display: flex;
		align-items: flex-end;
	}



	section.contentrow.text-img .col-5-lg {
		display: flex;
		align-items: flex-end;
		padding-top: 90px;
	}

	section.contentrow.text-img .col-3-lg {
		margin-left: -107px;
	}

}



@media screen and (min-width: 1494px) {

	section.fotoblokken.expand {
		--grid-gutter: 152px;
	}

	section.fotoblokken.expand .container {
		max-width: 1616px;
	}

}