/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
	--headline: 100px;
	--h1: 65px;
	--h2: 45px;
	--h3: 24px;
	--h4: 20px;
	--h5: 16px;
	--groen: #93d500;
	--donker: #000;
	--radius: 0px;
}

/* grid */
.res-text {
    font-size: unset !important;
}

/* header */
.header-wrapper.stuck {
	box-shadow: none;
}
.nav > li > a {
    font-weight: 500 !important;
	font-size: 20px;
	font-family: "nexa", sans-serif;
	font-weight: 500;
}
	
/* global */
body, body p, body li {
	font-size: 20px;
	font-family: "nexa", sans-serif;
	font-weight: 500;
}
.headline {
	font-size: var(--headline);
	line-height: 1em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "nexa", sans-serif;
    font-weight: 500 !important;
    line-height: 1.25em;
}
h1,
.h1,
.banner h1,
.banner .h1 {
	font-size: var(--h1);
	line-height: 1.1em;
}
h2,
.h2,
.banner h2,
.banner .h2 {
	font-size: var(--h2);
}
h3,
.h3,
.banner h3,
.banner .h3 {
	font-size: var(--h3);
	line-height: 1.5em;
}
h4,
.h4,
.banner h4,
.banner .h4 {
	font-size: var(--h4);
}
h5,
.h5 {
	font-size: var(--h5);
	letter-spacing: 0;
}
h6,
.h6 {
	font-size: 14px;
	opacity: 1;
	letter-spacing: 0;
}
.dark,
.dark p,
.dark td {
	color: #fff;
}
.uppercase {
	letter-spacing: 0;
}
p.intro {
	font-size: var(--h3);
	line-height: 1.5em;
}
strong {
    font-weight: 900;
}
small {
	font-size: 14px;
}
.nomargin,
.banner .nomargin {
	margin-bottom: 0;
	margin-top: 0;
}
.banner p {
	margin-top: 0;
}
.nopadding {
	padding-bottom: 0;
}
.parallax-active {
	opacity: 1 !important;
}

.donker {
	color: var(--donker) !important;
}
.section.bg-donker {
	background-color: var(--donker);
}
h3.bg-donker {
	background-color: var(--donker);
	padding: 0.25em;
}
.groen {
	color: var(--groen) !important;
}
.section.bg-groen {
	background-color: var(--groen);
}
.shadow {
	text-shadow: 5px 3px rgba(0,0,0,0.85);
}
.box.border-groen .image-cover {
	border: 2px solid var(--groen);
}
.box.circle .image-cover {
	border-radius: 999px;
}


/* buttons */
.button {
	font-weight: 300;
}
.button.is-outline {
	border-width: 1px;
	padding: 0 0.5em;
}
.button.is-medium {
	font-size: 20px;
	line-height: 2.4em;
}
.button.align-bottom {
	position: absolute;
	bottom: 1em;
}
.button.is-link {
	padding: 0;
}
.dark a:not(.button):hover {
	color: var(--groen) !important;
}
footer li {
	list-style-image: url('/wp-content/uploads/icon-arrows-right.svg');
}
footer .menu li {
	display: inline;
	position: relative;
	padding: 0 8px;
}
footer .menu li:first-child {
	padding-left: 0;
}
	footer .menu li span {
		position: absolute;
		bottom: 18px;
		right: -6px;
		line-height: 1rem;
		font-size: var(--h2);
	}
	footer .menu li:last-child span {
		display: none;
	}

/* animaties */
.slideUp {
	transform: translateY(20%);
	opacity: 0;
	animation: slide-up 1.5s ease-in-out forwards;
	animation-delay: 0.5s;
}
.slideUp.second {
	animation-delay: 1.5s;
}
.slideUp.third {
	animation-delay: 2.5s;
}
@keyframes slide-up {
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.slideInUp {
	transform: translate(0, 10vh);
	transition: all 1s ease-in-out;
	opacity: 0.5;

}
.slideInUp.zichtbaar {
	transform: translate(0, 0);
	opacity: 1;
}

.mask-angled-right {
    -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
	transform: translateY(-100px);
}

.circle-left aside, .circle-right aside {
	border: 1px solid #fff;
	border-radius: 999px;
	position: absolute;
	top: 0;
	transform: translate(-50%,-50%);
	right: 0px;
	width: clamp(100px,270px,20vw);
	height: clamp(100px,270px,20vw);
}
.circle-right aside {
	right: unset;
	left: 0px;
	transform: translate(42px,-50%);
}
.circle-left aside:after, .circle-right aside:before {
	content: '';
	position: absolute;
	right: -42px;
	width: 42px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: #fff;
}
.circle-right aside:before {
	left: -42px;
	right: unset;
}
.circle-groen aside {
	border-color: var(--groen);
}
.circle-groen aside:before, .circle-groen aside:after {
	background-color: var(--groen);
}
.circle-left *, .circle-right * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* afbeelding en vlak */
img.afbeelding {
	position: absolute;
	pointer-events: none;
}

.vlak {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	width: 100vw;
	padding: 0 !important;
	margin: 0 !important;
	z-index: -2;
}
.vlak-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: -1px;
	right: -1px;
}
.vlak.bg-groen .vlak-overlay {
	background-color: var(--groen);
}
.vlak.bg-goud .vlak-overlay {
	background-color: var(--goud);
}
.vlak-bg {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.angle-b-t {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
main:after {
	clip-path: polygon(0 0%, 100% 90%, 100% 100%, 0% 100%);
	content: '';
	position: absolute;
	height: 100px;
	width: 100%;
	background-color: rgba(100,100,100,0.85);
	background-color: #000;
	bottom: -1px;
	z-index: 99;
}

.js-marquee .ux-logo {
	position: relative;
	margin: 0 2em;
}
.js-marquee .ux-logo:after {
	content: '';
	height: 200px;
	width: 1px;
	background-color: #000;
	position: absolute;
	right: -2em;
	top: 50%;
	transform: translateY(-50%);
}

/* formulieren */
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 0px solid #ddd;
    border-radius: 36px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #000;
    font-size: 1em;
    padding-left: 1.5em;
}
body .field-wrap>div input[type=checkbox] {
	appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
	width: 50px;
	height: 50px;
	border: 4px solid #fff;
	border-radius: 16px;
	cursor: pointer;
}
body .field-wrap>div input[type=checkbox].nf-checked {
    background-color: var(--groen);
}
body .checkbox-wrap label {
	margin-left: 1.5em;
	text-align: left;
}
body .dark input[type=submit] {
	color: #000;
	text-transform: none;
	font-weight: normal;
}

/* footer */
footer {
	overflow: hidden;
}
.absolute-footer {
	display: none;
}

@media screen and (max-width: 550px) {
.circle-right aside {
	transform: translate(-50%,-50%);
	left: 50%;
	right: 0;
}
.circle-left aside:after, .circle-right aside:before {
	left: 50%;
	right: unset;
	width: 1px;
	top: unset;
	bottom: -42px;
	transform: translateX(-50%);
	height: 42px;
}
@media screen and (max-width: 850px) {
	:root {
		--huge: 68px;
		--headline: 36px;
		--h1: 25px;
		--h2: 20px;
		--h3: 20px;
		--h4: 18px;
		--radius: 10px;
	}
	.button.align-bottom {
		position: unset;
	}
}

@media screen and (min-width: 851px) {
	.absolute__lg {
		position: absolute;
		z-index: 99;
	}


}