:root{
	--donkereKleur : #122C3A;
	--goudeKleur: #A2853F;
}	


.grid-container{
	max-width: 84rem;
}

h1, h2, h3, h4, h5{
	font-family: "stratos", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

h1{
	line-height: 40px;
	margin-bottom: 20px;
}

h2{
	line-height: 38px;
	margin-bottom: 20px;
}

h3{
	line-height: 30px;
	margin-bottom: 20px;
}

h4{
	line-height: 25px;
	margin-bottom: 20px;
}

p{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a{
	color: #A2853F;
}

ul{
	margin-left: 0px;
	list-style: none;
}

.reveal{
	max-width: 60rem;
	width: auto;
	padding: 50px;
	border-radius: 10px;
	color: white;
	background: var(--donkereKleur);
	border: none;
	top: 100px !important;

	
}


input{
	font-family: "proxima-nova", sans-serif !important;
	border-radius: 10px !important;
	height: 50px !important;
}

input[type=submit]{
	background: #A2853F;
	font-family: "stratos", sans-serif !important;
	padding: 20px;
	font-weight: 900;	
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 10px;
	margin-bottom: 0px;
	padding: 0.85em 1em;
	border: none;
	box-shadow: none;
}


.button.openmenu{

	background: var(--donkereKleur) !important;
	color: white !important;
	border: 2px solid white;
	z-index: 999999;
	width: 110px;
}

.button.openmenu:hover{
	background: #A2853F !important;
}

#sidemenu{
	width: 500px;
	position: fixed;
	height: 100vh;
	right:0px;
	top:0px;
	background: var(--donkereKleur);
	z-index: 888888;
	padding-top: 200px;
	padding-left: 50px;
	display: none;
}

#sidemenu.toggle{
	display: block;
}


.menu-menu-bfree-container ul{
	margin-bottom: 100px;
	margin-left: 0px;
	display: grid;
}

.menu-menu-bfree-container li a{
	font-family: "stratos", sans-serif !important;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	color: white;
	font-size: 25px;
}

#sidemenu .menu-menu-bfree-container li a:hover{
 	color:#A2853F;
}

#menu{
	position: absolute;
	pointer-events: none;
	width: 100%;
	top:0px;
	left: 0px;
	padding-top: 50px;
	padding-right: 50px;
	z-index: 999999;
	
}

.button.openmenu{
	pointer-events: all !important;
}

#menurow{
	text-align: right;
	padding-right: 10%;
	position: fixed;
}


#header{
	padding-top: 200px;
	padding-bottom: 350px;
	min-height: 100vh;
	background: linear-gradient(-90deg, rgba(127,131,130,1) 0%, rgba(223,228,228,1) 100%);
	color: var(--donkereKleur);
}

#header.headerpage{
	padding-top: 200px;
	padding-bottom: 200px;
}
.procedureRuimte{
	padding-top: 0px !important; 
}

#header .logo{
	margin-bottom: 150px;
}

#headerlogo{
	position: absolute;
}


.textwidget{
	color:white;
}

#headertekst{
	padding-right: 100px;
	padding-top: 200px;
	padding-bottom: 200px;
}

.button{
	background: white;
	font-family: "stratos", sans-serif;
	font-weight: 900;	
	color: #A2853F;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 10px;
	margin-bottom: 0px;
}

.button:hover{
	background: #A2853F;
	color: white;
}

.button.black{
	background: var(--donkereKleur) !important;
}

.button.black:hover{
	background: #A2853F !important;
}

#headerimg{
	width: 100%;
	min-height: 500px;
	background: var(--donkereKleur);
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border-radius: 10px;
}

#img{
	width: 100%;
	min-height: 420px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border-radius: 10px;
	margin-bottom: 30px;
}

#headerimg1{
	padding-top: 50px;
}

#headerpageimg1{
	padding-top: 150px;
}

.usps{
	margin-top: 200px;

}

.usps ul, .uspslist ul{
	list-style: none;
	margin-left: 0px;
	font-size: 20px;
}
.vink{
	color: var(--goudeKleur);
	padding-right: 20px;
	font-weight: 800;
}
.usps i, .uspslist i{
	margin-right: 10px;
	color: #A2853F;
}

.uspslist{
	font-size: 20px;
	font-family: "proxima-nova", sans-serif;
}

#header .blokwit{
	margin-top: 100px;	
}

.blokwit{
	margin-bottom: 200px;
	padding: 50px;
	background: white;
	border-radius: 10px;
	color: var(--donkereKleur);
}

.blokwit p{margin-bottom: 0px;}

#ctas{
	min-height: auto;
	background: var(--donkereKleur);
}

#ctas .grid-container{
	position: relative;
	top: -150px;
}

#ctablok{
	min-height: 400px;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 10px;
	position: relative;
}

#ctablok .button{
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#black{
	background: var(--donkereKleur);
	padding-top: 150px;
	padding-bottom: 150px;
	color: white;
}

#gradient{
	background: linear-gradient(-90deg, rgba(127,131,130,1) 0%, rgba(223,228,228,1) 100%);
	padding-top: 150px;
	padding-bottom: 150px;
	color: var(--donkereKleur);
}


.margintop{
	margin-top: -120px;
}

#black.cta{
	padding-top: 50px;
}


#featured{
	margin-top: 150px;
}

#featuredtekst{
	padding-top: 50px;
}


#white{
	background: white;
	padding-top: 150px;
	padding-bottom: 150px;
	color: var(--donkereKleur);
}


.show{
	display: none;
}

.tabs-title.is-active .show{
	display: block;
}
.tabs-title{
	width: calc(20% - 20px);
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	background: var(--donkereKleur);
	min-height: 250px;
	transition: 0.5s;
	position: relative;
}

.arrows{
	position: absolute;
	right: 10%;
	bottom: 0;
	transform: translate(50%, 50%);
}

.slogan{
	position: absolute;
	top: 20%;
	left: 20%;
	transform: translateY(-50%);
}

.arrowStappen{
	position: absolute;
	bottom: -30%;
	right: 10%;
	transform: translateY(-50%)
	display:
}

.tabs-title.is-active{
	background: #A2853F;
}

.tabs-title h1{
	opacity: 0.5;
	margin-bottom: -10px;
}

.tabs-title > a{
	color: white;
	min-height: 250px;
	padding-top: 90px;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true], .tabs-title > a:hover{
	background: none !important;
	color: white !important;
}

.tabs{
	border: none;
}

#stappencontent{
	margin-top: 100px;
}

.tabs-panel{padding: 0px;}

#imgouter{
	min-height: 400px;
	background: red;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	position: relative;
}

#imgouter img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stappencontent{
	padding-top: 0px !important;
}

.tabs-content{border: none;}

#stappen{
	margin-top: -50px;
}

.tabs{background: none;}


#stapcontent{
	padding-right: 50px;
}

.tabs-title:hover{
	background: #A2853F;
	transition: 0.5s;
}

#footer{
	background: var(--donkereKleur);
	padding-bottom: 100px;
	padding-top: 100px;
	color: white;
}

.footerlogo{
	width: 250px;
}

#footercontact{
	padding-top: 50px;
}

#footersocials{
	display: flex;
	justify-content: end;
	align-items: end;
	
}

#footersocials a {
	background:white; 
	margin-left: 13px;
	height: auto;
	width: auto;
	padding: 15px;
	border-radius: 999999px;
}
#footersocials a:hover {
	color: var(--donkereKleur);
	background: var(--goudeKleur);
	transition: all 0.2s ease-in-out;
	color: white;
}

#whatsappIcon{
	position: fixed;
	right: 14.5%;
	bottom: 100px;
	color:white; 
	margin-left: 10px;
	height: auto;
	width: auto;
	padding: 15px;
	border-radius: 999999px;
	z-index: 300;
} 

#whatsappIcon:hover{
	color: var(--donkereKleur);
	background: var(--goudeKleur);
	transition: all 0.2s ease-in-out;
	color: white;
}

.arrowParent{
	position: relative;
	background: orange;
	z-index: 999;
}
.arrow{
	position: absolute;
	right: 25%;
	bottom: -3%;
	transform: translate(50%, 50%); 
}

.arrowMenu{
	position: absolute;
	top: 10%;
	left: 0%;
	rotate: 270deg;
	transform: translate(20%, -23%); 
	color: var(--goudeKleur);
}





form textarea{
	border-radius: 10px !important;
	height: 100px !important;
}
form label{
	color:white;
}


/* Telefoon formaat L */
@media only screen and (min-width: 100px) and (max-width: 425px) {
	
	h1{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	
	h2{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	
	h3{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	
	h4{
		line-height: 20px;
		margin-bottom: 15px;
	}

	#sidemenu{
		width: 100%;
	}
	#menurow{
		padding-right: revert-layer;
	}
	
 	#headerimg, #headerpageimg1{
		margin-top: 1rem;
		padding-top: 0px;
		position: relative;
	}
	#headertekst{
		padding-top:2rem;
		padding-bottom: 0px;
		padding-right: 0px;
		
	}
	
	#ctablok{
		margin: 1rem 0rem;
	} 
	
	#featured {
		margin-top: 0px;
	}
	
	#header.headerpage {
		padding-bottom: 40px;
	}	
	
	#white {
		padding-top: 86px;
		padding-bottom: 86px;
	}
	
	#stappen {
		margin-top: 30px;
	}
	#stappencontent {
		margin-top: 55px;
	}
	.tabs-title{
		margin: 10px 10px;
		width: calc(50% - 20px);	
	}
	
	#imgouter{
		margin-top: 3rem
	}
	
	#gradient {
		padding-top: 80px;
	}
	
	.blokwit{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	#black {
		padding-top: 70px;
	}
	
	#ctas{
		padding-top: 200px;
	}
			
	.reveal{
		width: 100%;
		padding: 20px;
		top: 0px !important;
		z-index: 999999999;
	}

	
	#footersocials{
		justify-content: start;
	
	}
	#whatsappIcon{
		bottom: 100px;
	}
	
	.usps{
		margin-top: 100px;
	
	}
}

/* Tablet formaat */
@media only screen and (min-width: 426px) and (max-width: 768px){
	#menurow{
		padding-right: 1%;
	}
	#whatsappIcon{
		right:5%
	}
	
	
	#headerimg, #headerpageimg1{
		margin-top: 2rem;
		padding-top: 0px;
	}
	
	#ctablok{
		margin: 1rem 0rem;
	} 
	

	
}

