body{
    padding-top: 0;
}

div#bubble-container {
    position: absolute ;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: clip;
	top: 0;
}


#team_kaarten_container {
    position: absolute;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    top: 0;
}

#team_kaarten_container2 {
    position: absolute;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    top: 0;
}

#team_kaarten_container::after {
	display: block;
	content: '';
	background: rgb(13,77,100);
	background: -webkit-linear-gradient(rgba(13,77,100,1) 0%, rgba(13,77,100,0) 100%);
	background: -o-linear-gradient(rgba(13,77,100,1) 0%, rgba(13,77,100,0) 100%);
	background: linear-gradient(rgba(13,77,100,1) 0%, rgba(13,77,100,0) 100%);
	height: 20rem;
	width: 100%;
	position: absolute;
	z-index: 99;
}
 
.team_kaart {
	display: flex;
    position: absolute;
    object-fit: cover;
    width: 300px;
    height: 37.5rem;
	bottom: 0;
	bottom: -37.5rem;
    border-radius: 2rem;
    opacity: 0.8;
    background-color: rgba(11, 76, 99, 0.9);
	animation: float-up 15s cubic-bezier(0.57, 0.26, 0.42, 0.7);
	animation-iteration-count:infinite; 
    justify-content: center;
	overflow: clip;
/*	transition: all 0.3s ease-in-out;*/
	transition: all 0.3s ease;
}
 
.team_kaart img {
	width: auto;
	height: auto;
}

.team_kaart .count {
    position: absolute;
    inset: 0;
    color: #fb3d3d;
    z-index: 99;
    padding: 2rem;
    font-size: 9rem;
}

.team_kaart:nth-child(1) {
    left: 450px; 
	animation-delay: 0s;
}

.team_kaart:nth-child(2) {
	left: 1062px; 
	animation-delay: 1.5s;
}

.team_kaart:nth-child(3) {
	left: 1520px; 
	animation-delay: 2.5s;
}

.team_kaart:nth-child(4) {
	left: 39px; 
	animation-delay: 3.5s;
}

.team_kaart:nth-child(5) {
	left: 739px; 
	animation-delay: 6.5s;
}

.team_kaart:nth-child(6) {
	left: 1410px; 
	animation-delay: 7s;
}

.team_kaart:nth-child(7) {
	left: 39px; 
	animation-delay: 7.5s;
}
 
.team_kaart:nth-child(8) {
    left: 450px; 
	animation-delay: 9s;
}
 
.team_kaart:nth-child(9) {
    left: 1062px; 
	animation-delay: 10.5s;
}

.team_kaart:nth-child(10) {
    left: 1520px; 
	animation-delay: 12s;
}


@keyframes float-up {
    0% {
        transform: translateY(0) translateX(0) scale(0.8);
		opacity: 0;
    }
	12% {
		transform: translateY(-25vh) translateX(6rem) scale(1);
	} 
	24% {
		transform: translateY(-50vh) translateX(-6rem) scale(1);
	} 
	50% {
		opacity: 0.57; 
		transform: translateY(-100vh) translateX(6rem) scale(1);
	} 
	80% {
		transform: translateY(-180vh) translateX(-6rem) scale(1);
	} 
    100% {
        transform: translateY(-200vh) translateX(0) scale(0.8);
		opacity: 0;
    }
}


 
.jumbotron.home_header {
	background-color: var(--donkerblauw);
}

.home_header .intro_container { 
	background-color: rgba(11, 76, 99, 0.9);
    padding: 4rem 5rem;
    border-radius: 2rem;
} 

.home_header .intro_container header h1 {
	color: #fff;
	font-size: 6.4rem;
	line-height: 8rem;
	text-align: left;
}


.home_header .intro_container p {
	text-align: left;
}

.home_header{
	height: 100vh;
	padding-block: calc(var(--jumbotron-standard-margin) * 1.5);
	min-height: 87rem;
}

#Group_1853 *{
    fill: #fff;
}

#Laag_1-2 > rect:nth-child(2),
#Laag_1-2 > path:nth-child(3),
#Laag_1-2 > path:nth-child(4),
#Laag_1-2 > path:nth-child(5){
    fill: #fff;
}

nav.navbar{
    background: none;
}

#hoofdmenu li a{
    color: #fff;
}

.header_achtergrondafbeelding{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.header_achtergrondafbeelding picture{
    display: flex;
    width: 256rem;
    height: 144rem;
}

.header_achtergrondafbeelding img{
    width: 256rem;
    height: 144rem;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
	top: 0;
}

.home_header{
    overflow: hidden;
}

.home_header p{
    color: #fff;
}

.home_header .container > div{
    width: 100%;
}

.home_header .container{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tel-header{
    color: #fff;
}

@media (max-width:767px)
{		
	.home_header br{
		display: none;
	}
	
	.home_header{
		min-height: 0;
	}
	
	.home_header .intro_container {
		padding: 1rem;
	}
	
	.home_header .intro_container header h1 {
		color: #fff;
		font-size: 4.4rem;
		line-height: 4rem;
		text-align: left;
	}
	
    
    .navbar-toggler-icon {
		outline: none !important;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
	
    .wit-menu .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(5,58,77,0.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.home_header br{
		display: none;
	}
	
	.home_header{
		min-height: 80rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}