/*Common*/
body {
	background-color: rgb(230,230,230);
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	text-align: justify;
}

a,
.btn-link {
	color: black;
}

a:hover,
.btn-link:hover {
	color: rgb(0,158,187);
	text-decoration: none;
}

/*Header*/
.navbar {
	background-color: transparent;
	font-weight: 500;
	height: 56px;
	justify-content: flex-end;
} 

.navbar.scroll {
	background-color: rgb(200,200,200);
}

.navbar-collapse.collapse.show {
	background-color: rgb(200,200,200);
	padding: 20px;
}

.sticky-top {
	position: fixed;
	width: 100%;
}

.navbar-light .navbar-nav .nav-link {
	color: black;
}
 
.navbar-light .navbar-nav .nav-link:hover,
.dropdown-item:hover,
.navbar-light .navbar-nav .show>.nav-link.dropdown-toggle:hover,
.dropdown-item.active,
.navbar-light .navbar-nav .show>.nav-link.dropdown-toggle.active,
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: rgb(0,158,187);
	background-color: transparent;
}

.navbar-light .navbar-nav .show>.nav-link.dropdown-toggle,
.dropdown-submenu a {
	font-weight: 400;
	color: black;
	padding: .25rem 1.5rem;
}

#navbar-bigscreen .navbar-brand {
	margin: -6px 10px 0 10px;
}

.darkblue-top {
	width: 139px;
	height: 30px;
	background-color: rgb(20,96,163);
	margin-top: 56px;
}

.lightblue-top {
	width: calc(100% - 139px);
	height: 30px;
	background-color: rgb(0,158,187);
	margin-top: 56px;
}

header .initial-w h1 {
	color: rgb(0,158,187);
	font-size: 850%;
	margin-top: -105px;
	margin-left: 20px;
}

header .initial-w {
	z-index: 1;
}	

header .initial-h h1 {
	color: rgb(20,96,163);
	font-size: 850%;
	margin-top: -105px;
	margin-left: -29px;
}

.dropdown-toggle::after {
    display:none;
}

.carousel-inner .d-block {
	height: 600px;
	object-fit: cover;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.carousel-inner {
	z-index: -1;
	margin-top: -93px;
}

.carousel-caption {
	width: 100%;
}

header h2 {
	font-size: 160%;
	margin-top: -32px;
	margin-left: 20px;
}

header h3 {
	color: black;
	font-size: 250%;
	margin-top: -380px;
}

.stripe {
	border-bottom: 2px solid rgb(0,158,187);
	width: 60%;
	float: right;
	margin-top: -300px;
}


/*Section*/
section .row {
	margin: 30px 0;
}

section h1 {
	font-size: 150%;
	color: rgb(0,158,187);
}

section h2 {
	font-size: 125%;
	color: rgb(0,158,187);
}

section .sideline p {
	margin-right: 20px;
}	

.sideline {
	border-right: 2px solid rgb(0,158,187);
}

.bottomline {
	border-bottom: 2px solid rgb(0,158,187);
}

video {
	width: 100%;
	height: auto;
}

.left-margin {
	margin-left: 20px;
}

section #about img {
	max-width: 100%;
	margin-bottom: 20px;
}

.keurmerk {
	margin-bottom: 20px;
}

/*Footer*/
footer {
	background-color: rgb(200,200,200);
}

footer img,
footer p,
footer span {
	margin: 20px 0;
}

footer img {
	margin: 25px 0 25px 20px;
	height: 45px;
}

footer img.big {
	height: 60px;
	margin-top: 35px;
	margin-bottom: 5px;
}

.footer-right-col {
	text-align: right;	
}

.blue {
	color: rgb(0,158,187);
}

footer span {
	font-size: 75%;
	margin-right: 5px;
}

/*Responsive*/
@media only screen and (min-width: 1199px) {
	
	#navbar-smallscreen {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	
	#navbar-bigscreen {
		display: none;
	}
	
}

@media only screen and (max-width: 992px) {

	#navbar-bigscreen {
		display: none;	
	}

	.navbar-collapse {
		background-color: rgb(200,200,200);
		border-radius: 5px;
		border: 1px solid rgb(150,150,150);
	}

	.nav-item {
		margin-left: 20px;
	}
	
	header h3 {
		margin-right: 100px;
	}
}

@media only screen and (max-width: 768px) {
	
	#responsive {
		display: none;
	}
	
	#navbar-bigscreen {
		display: none;
	}

	.navbar-collapse {
		background-color: rgb(200,200,200);
		border-radius: 5px;
		border: 1px solid rgb(150,150,150);
	}

	.nav-item {
		margin-left: 20px;
	}

	header h3 {
		margin-right: 100px;
	}
	
	.sideline {
		border: none;
	}
	
	.footer-right-col {
		text-align: left;
	}	
}

@media only screen and (max-width: 576px) {
	
	#responsive {
		display: none;
	}

	#navbar-bigscreen {
		display: none;
	}

	.navbar-collapse {
		background-color: rgb(200,200,200);
		border-radius: 5px;
		border: 1px solid rgb(150,150,150);
	}

	.nav-item {
		margin-left: 20px;
	}
	
	.sideline {
		border: none;
	}
	
	.footer-right-col {
		text-align: left;
	}	
	
}

/*
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/