/* =====================
		STANDAARD STYLING
===================== */

body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	-webkit-transition: .25s;
	transition: .25s;
}

/* =====================
		MENU
===================== */

.menu ul {
	list-style: none;
	margin-left: -40px;
	text-align: right;
	margin-top: 20px;
}

.menu li {
	display: inline-block;
}

.menu-cont {
    margin-top: 80px;
}

.menu-cont a {
	font-size: 22px;
	margin-left: 30px;
	color: #041a71;
	font-weight: 400;
}

.menu-cont a:hover {
	text-decoration: none;
	color: #ee6e34;

}


/* =====================
		HEADER
===================== */

.header {
	background-image: url(../img/header.jpg);
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 80px;
}

.header-vervolg{
	background-image: url(../img/header.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 80px;
}

.inneroranjeblok {
	background: #ee6e34;
	color: #fff;
	padding: 30px 30px 20px 30px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-top: -35px;
	-webkit-box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 15%);
}

.inneroranjeblok h2 {
	font-weight: 500;
}

.inneroranjeblok p {
    font-size: 17px;
}


.grijzebalk {
	background: #e6e5ef;
	height: 50px;
}

img.logo {
	position: relative;
	top: -69px;
}

/* =====================
		INHOUD
===================== */

.grijzebg {
    background: #e6e5ef;
    padding-bottom: 110px;
    padding-top: 30px;
}

.innerblokhome {
	background: #fff;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 20%);
	margin-top: -230px;
}

.logo-blok {
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 50px;
}

a.button-website {
	background: #041a71;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 30px;
	margin-top: 10px;
	display: inline-block;
}

a.button-website:hover {
	text-decoration: none;
	background: #ee6e34;
}

.plaats {
	display: inline;
	color: #041a71;
	font-weight: 600;
	font-size:18px;
}

.locatie {
	display: inline;
	text-transform: uppercase;
	margin-right: 30px;
	color: #041a71;
	font-size:18px;
}


.informatie {
    border-top: 1px solid #d0cce0;
    border-bottom: 1px solid #d0cce0;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}



/* =====================
		FOOTER
===================== */

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

img.logo-footer {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}