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

h1, h2, h3, h4, h5, h6{
	font-family: "oxanium", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1{
	font-size: 50px;
	line-height: 55px;
}

h6{
	font-size: 18px;
	line-height: 18px;
}

p{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

.button{
	font-family: "oxanium", sans-serif;
	font-weight: 700;
	font-style: normal;
	background: #EC6608;
	border-radius: 10px;
	padding: 20px 30px;
}

.button:hover{
	background: #003E66;
}

#menu{
	padding-top: 30px;
	position: fixed;
	width: 100%;
	z-index: 999999;
}


.top-bar, .top-bar ul{
	background-color: transparent;
	color: white !important;
}

.top-bar a{
	color: white;
	font-family: "oxanium", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.top-bar a:hover{
	color: #EC6607;
}

.is-dropdown-submenu{
	background-color: #EC6607 !important;
	border: none;
}

.submenu{
	background: #EC6607 !important; 
	border-radius: 10px;
	padding: 15px;
}

.submenu a:hover{
	color: #003E66 !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
	border-color: #EC6607 transparent transparent;
}



#header{
	min-height: 80vh;
	background: linear-gradient(90deg,rgba(0, 62, 102, 0.8) 0%, rgba(0, 62, 102, 0.8) 100%), url('img/Krapteberoep_Lasser-scaled.jpg');
	background-size: cover;
	padding-top: 200px;	
	padding-bottom: 200px;
	color: white;
	position: relative;
	overflow: hidden;
}


.headerimg{
	position: absolute;
	width:500px;
	bottom: -50px;
	right: 0px;
	
}

#steps{
	position: relative;
	padding-bottom: 100px;
}

#steps .grid-container{
	margin-top: -100px;
}

#step{
	min-height: 200px;
	border-radius: 25px;
	background: #E1E8F0;
	padding: 30px;
	color: #003E66;
}

.laststep{
	padding-top: 100px !important;
	background: #EC6608 !important;
	color: white !important;
	transition: 0.5s;
}

.laststep:hover{
	transition: 0.5s;
	background: #003E66 !important;
}

#contentsectie1{
	min-height: 500px;
	background: white;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #003E66;
}

.imgsquare{
	background: black;
	height: 500px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	position: relative;
	overflow: hidden;
}

.imgsquare img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	object-fit: cover;
}
