@charset "utf-8";
/* CSS Document */

/*
Theme Name: VanderVeer theme
Author: TheLaundry // VanderVeer
Author URI: https://vdveer.nl
Description: Template door TheLaundry / VanderVeer
Version: 0.0.1
Tags: 
*/


/* Fonts:
    * font-family: "Mukta Malar", sans-serif; 500, 600
    * font-family: "Montserrat", sans-serif; variable
*/

body, html {
	padding:0;
	margin:0;
    background-color:#0D0B0C;
    color:#FFEDD3;
	font-size:18px;
	line-height: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight:200;
}

* {
	box-sizing: border-box;
}

p {
    color:#FFEDD3;
	font-size:18px;
	line-height: 34px;
	font-weight:400;
}
@media screen and (max-width:480px) {
	body, html, p {
		font-size:16px;
		line-height: 30px;
	}
}

@media screen and (max-width:730px) {
	.hidemobile {
		display: none!important;
	}
}
@media screen and (min-width:731px) {
	.hidedesktop {
		display: none!important;
	}
}


hr {
	height:2px;
	width:100%;
	border:none;
	background-color: #4D4D4D;
}

a {
    
}

a.button {
    display: inline-block;
	font-size:18px;
	line-height: 26px;
	font-weight:700;
	background-color: #D29D51;
	color:#211612;
	padding:14px 32px 12px 32px;
	border-radius: 200px;
	text-decoration: none;
	transition: .3s ease;
}
a.button:hover {
	background-color: #FFEDD3;
}
@media screen and (max-width:930px) {
	a.button {
		font-size:16px;
		line-height: 24px;
		padding:12px 25px 10px 25px;
	}
}
.videobg {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: hidden;
}
.videobg iframe, .videobg video {
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	opacity:.6;
}
.videobg::before {
	content:'';
	position: absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:20%;
	min-height:200px;
	background:linear-gradient(to bottom, #0D0B0C, rgba(13,11,12,0.0))
}
.videobg::after {
	content:'';
	position: absolute;
	z-index:1;
	bottom:0;
	left:0;
	width:100%;
	height:20%;
	min-height:200px;
	background:linear-gradient(to top, #0D0B0C, rgba(13,11,12,0.0))
}
.anchor {
	display: block;
	width:100%;
	height:0;
	transform:translateY(-100px);
	pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
	.videobg iframe, .videobg video {
		width:100vw;
		height:56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.videobg iframe, .videobg video {
		height:100vh;
		width:177.77777vh;
	}
}

.center {
	text-align: center;
}

.left {
	float:left!important;
}
.right {
	float:right!important;
}
.bigspace-bottom {
	margin-bottom:160px;
}
.bigspace-top {
	margin-top:160px;
}
.bigspace {
	margin-top:160px;
	margin-bottom:160px;
}
.space-bottom {
	margin-bottom:80px;
}
.space-top {
	margin-top:80px;
}
.space {
	margin-top:80px;
	margin-bottom:80px;
}
.smallspace-top {
	margin-top:60px;
}
.smallspace-bottom {
	margin-bottom:60px;
}
.smallspace {
	margin-top:60px;
	margin-bottom:60px;
}
h1, h2, h3 {
	font-family: "Mukta Malar", sans-serif;
	font-weight:600;
}
.hero h1, .hero h2 {
	font-weight: 600;
}
h1 {
    font-size:100px;
    line-height: 100px;
    font-size: clamp(40px, 8vw, 100px);
    line-height: clamp(40px, 8vw, 100px);
    margin:35px 0 15px 0;
}
h2 {
    font-size:50px;
    line-height: 54px;
    font-size: clamp(30px, 5vw, 50px);
    line-height: clamp(34px, 5vw, 54px);
    margin:15px 0 25px 0;
}
h3 {
    font-size:36px;
    line-height: 42px;
    font-size: clamp(28px, 4vw, 36px);
    line-height: clamp(32px, 4vw, 42px);
    margin:8px 0 25px 0;
}
.headercontainer, .bigcontainer, .container, .midcontainer, .smallcontainer, .minicontainer, .flexrow {
    display: flex;
    flex-wrap: wrap;
	position: relative;
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.row, .flexrow {
	width:100%;
	overflow:hidden;
    padding-left:0;
    padding-right:0;
}
.bigcontainer, .headercontainer {
	width:1440px;
}
.container {
	width:1300px;
}
.midcontainer {
	width:900px;
}
.smallcontainer {
	width:600px;
}
.minicontainer {
	width:450px;
}

.space-between {
    justify-content: space-between;
}

.div5 {
    width:calc(5% - 12px);
}
.div10 {
    width:calc(10% - 12px);
}
.div15 {
    width:calc(15% - 12px);
}
.div20 {
    width:calc(20% - 12px);
}
.div25 {
    width:calc(25% - 12px);
}
.div30 {
    width:calc(30% - 12px);
}
.div33 {
    width:calc(33% - 12px);
}
.div40 {
    width:calc(40% - 12px);
}
.div45 {
    width:calc(45% - 12px);
}
.div50 {
    width:calc(50% - 12px);
}
.div60 {
    width:calc(60% - 12px);
}
.div70 {
    width:calc(70% - 12px);
}
.div80 {
    width:calc(80% - 12px);
}

@media screen and (max-width:970px) {
	.bigspace-bottom {
		margin-bottom:90px;
	}
	.bigspace-top {
		margin-top:90px;
	}
	.bigspace {
		margin-top:90px;
		margin-bottom:90px;
	}
    .space-top {
        margin-top:60px;
    }
    .space-bottom {
        margin-bottom:60px;
    }
    .space {
        margin-top:60px;
        margin-bottom:60px;
    }
    .smallspace {
        margin-top:30px;
        margin-bottom:30px;
    }
    .div10, .div15, .div20 {
        width:calc(50% - 8px);
    }
    .div25, .div30, .div33, .div40, .div45, .div50, .div60, .div70, .div80 {
        width:100%;
    }
}

header {
	position: relative;
	z-index: 99;
	
	width:100%;
	padding-top:40px;
	margin-bottom:100px;
}
header .headercontainer {
	align-items: flex-end;
}
header .logo {
	margin-right:40px;
}
header .logo img {
	display: block;
	height:100px;
	width:100px;
	object-fit: contain;
	object-position: bottom left;
}
header nav {
	font-size:20px;
	line-height: 28px;
	font-weight:700;
}
header nav ul {
	list-style: none;
	margin:0;
	padding:0;
}
header nav li {
	display: inline-block;
	margin:0 27px 0 0;
	padding:0;
}
header nav li a {
	position: relative;
	display: block;
	color:#FFEDD3;
	text-decoration: none;
	padding-bottom:4px;
	transition: .3s ease;
}
header nav li.soon {
	cursor: not-allowed;
}
header nav li.soon a {
	pointer-events: none!important;
	opacity:0.6;
}
header nav li.soon a::before {
	content:'binnenkort';
	position: absolute;
	bottom:100%;
	right:-8px;
	font-size:12px;
	line-height: 12px;
	color:#D29D51;
	font-family: "Mukta Malar", sans-serif;
	font-weight:600;
}
header nav li a::after {
	content:'';
	position: absolute;
	bottom:0;
	left:0;
	width:0%;
	height:4px;
	background-color: #D29D51;
	border-radius: 100px;
	transition: .16s ease-in-out;
}
header nav li a:hover, header nav li.current-menu-item a {
	color:#D29D51;
}
header nav li a:hover::after, header nav li.current-menu-item a::after {
	width:100%;
}
header .headerbutton {
	margin-left:auto;
}
header .headerbutton a.button::before {
	content:'';
	display: inline-block;
	float:left;
	width:20px;
	height:24px;
	background-image:url('img/icons/sack.svg');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right:12px;
}
@media screen and (max-width:960px) {
	header .logo {
		margin-right:15px;
	}
	header .logo img {
		width:70px;
		height:70px;
	}
	header nav {
		font-size:18px;
		line-height: 22px;
	}
	header nav li {
		margin-right:15px;
	}
}
@media screen and (max-width:560px) {
	header {
		padding-top:20px;
		margin-bottom:50px;
	}
	header nav {
		flex:1 1 0px;
	}
	header nav ul {
		display: flex;
		flex-wrap:wrap;
		align-items: flex-end;
		width:100%;
	}
	header nav ul li {
		flex-basis:0;
	}
}
@media screen and (max-width:420px) {
	header .logo {
		margin-right:12px;
	}
	header .logo img {
		width:60px;
		height:60px;
	}
	header nav {
		font-size:16px;
		line-height: 22px;
	}
	header nav li {
		margin-right:12px;
	}
}
@media screen and (max-width:360px) {
	header .logo {
		margin-right:12px;
	}
	header .logo img {
		width:45px;
		height:45px;
	}
	header nav {
		font-size:14px;
		line-height: 20px;
	}
	header nav li {
		margin-right:12px;
	}
}

.hamburger {
	position: fixed;
	z-index:99;
	top:28px;
	right:70px;
	width:45px;
	height:45px;
	cursor: pointer;
}
.hamburger span {
	display:block;
	position: absolute;
	left:6px;
	height:3px;
	width:33px;
	background:red;
	transition: 0.3s ease;
}
.hamburger span:nth-child(1) {
	top:12px;
}
.hamburger span:nth-child(2) {
	top:21px;
}
.hamburger span:nth-child(3) {
	top:30px;
}

.opennav .hamburger span:nth-child(1) {
	top:21px;
	transform:rotate(45deg);
}
.opennav .hamburger span:nth-child(2) {
	top:21px;
	opacity:0;
}
.opennav .hamburger span:nth-child(3) {
	top:21px;
	transform:rotate(-45deg);
}

.hero {
	min-height:100vh;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom:200px;
}
.hero-content {
	flex:1 1 0px;
	max-width:930px;
}
.hero-img {
	width:430px;
	max-width: 100%;
	margin-left:auto;
}
.hero-img img {
	width:100%;
}
@media screen and (max-width:930px) {
	.hero-content {
		flex:none;
		width:630px;
		max-width: 100%;
		margin:0 auto;
		text-align: center;
	}
	.hero-img {
		width:360px;
		max-width: 90%;
		margin:0 auto;
	}
}
@media screen and (max-width:730px) {
	.hero {
		margin-bottom:60px;
	}
}
.scrolldown {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	color:#D29E51;
	font-weight:700;
	text-decoration: none;
	transition:.3s ease;
}
.scrolldown::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24.059" height="15.812" viewBox="0 0 24.059 15.812"><path id="Path_97" data-name="Path 97" d="M18.424,0,9.211,10.995,0,0" transform="translate(2.818 2.818)" fill="none" stroke="rgba(26,26,27,1.00)" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></svg>');
	display: block;
	float:left;
	text-align: center;
	width:80px;
	height:75px;
	line-height: 80px;
	padding-top:5px;
	margin-right:32px;
	background-color: #D29E51;
	transition:.3s ease;
}
.scrolldown:hover {
	color:#FFEDD3;
}
.scrolldown:hover::before {
	background-color:#FFEDD3;
}

