@media (max-width: 768px) {
#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: 70% 50%;
}

.captionText {
	padding-right:50px;
}

.page-header {
    background-position: 66% 50%;
}

}


.carousel-caption p {
	font-size:24px;
	font-weight:600;
	letter-spacing:1;
}

.carousel-caption h1 {
	margin-bottom:20px !important;
}

.bigTabBTN {
	font-size:22px;
}



.textDark {
	color:#011A41;
}

strong {
	color: #1F9798;
}
/*
.captionText {
	margin-top:-150px;
}

@media only screen and (max-width: 1300px) {
	.captionText {
		margin-top:-60px;
	}

}

@media only screen and (max-width: 1200px) {
	.captionText {
		margin-top:0px;
		width:100%;
	}

}

@media only screen and (max-width: 1000px) {
	.captionText {
		margin-top:50px;
		width:100%;
	}

}
*/
@media only screen and (max-width: 1200px) {
	.display-1 {
		font-size:44px;
	}
	.display-4 {
		font-size:28px;
	}
	.carousel-caption p {
		font-size:16px;
	}
	/*
	.captionText {
		margin-top:0px;
	}
	*/

}

@media only screen and (max-width: 967px) {
	.display-1 {
		font-size:34px;
	}
	.display-4 {
		font-size:28px;
	}
	.carousel-caption p {
		font-size:16px;
	}
	/*
	.captionText {
		margin-top:0px;
	}
	*/

}

@media only screen and (max-width: 450px) {
	.display-1 {
		font-size:30px;
	}
	.display-4 {
		font-size:24px;
	}
	.carousel-caption p {
		font-size:16px;
	}
	/*
	.captionText {
		margin-top:0px;
	}
	*/

}

.mm-slideout { z-index:auto;}



.mobilMenu {
	font-size:22px;
	margin-right:15px;
	border:1px solid #1F9798;
	padding:0px 8px;
}

.dropdown-menu {
    border-radius: 0px;
}

#back-top {
	background: #0386bf;
}

#cookies {
	background-color:rgba(126, 126, 126, 0.95);
	position: fixed;
	bottom:0px;
	width:100%;
	left:0;
	right:0;
	padding:20px;
	color:#FFF;
	line-height:40px;
	z-index:6;
}



#cookies a {
	font-weight:bold;
	color:#fff;
}


.navbar .navbar-nav .nav-link {
    padding: 25px 10px;
}


/*
.navbar .navbar-nav .nav-link:nth-child(4) {
    background-color: #1f9798;
    color: #fff;
    font-weight: bold;
}

.mm-listview li:nth-child(4) {
    background-color: #1f9798;
    color: #fff;
    font-weight: bold;
}
*/

.showMobil {
	display:contents;
}

@media only screen and (max-width: 1024px) {
	.showMobil {
		display:contents;
	}
	.hideMobil {
		display:none;
	}
	.text-end {
		padding:0px !important;
		padding-top:10px !important;
	}
	#header-carousel {
		margin-top:50px;
	}
}

