@charset "UTF-8";
/* CSS Document */

.container .col-md-12.img-header {
    position: relative;
    border: thick solid #E7F5F5;
    margin-top: 45px;
    background-image: url("../../images-nieuw/headers/doen/duiken-aruba.webp");
    width: 100%;
    height: 400px;
    background-size: cover;
}
@media screen and (orientation:portrait) and (min-width:320px) and (max-width:568px){
 .container .col-md-12.img-header {
    position: relative;
    border: 0px solid #E7F5F5;
    margin-top: 10px;
    background-image: url("../../images-nieuw/headers/doen/duiken-aruba.webp");
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: -240px center;
}   
}
@media screen and (orientation:landscape) and (max-width:568px) and (min-width:320px){
     .container .col-md-12.img-header {
	position: relative;
	border: thick solid #E7F5F5;
	margin-top: 65px;
background-image: url("../../images-nieuw/headers/doen/duiken-aruba.webp");
	width: 100%;
	height: 250px;
	background-size: cover;
		 background-position: center center;
}  
}



@media screen and (orientation:portrait) and (min-width:768px) and (max-width:1024px){
.container .col-md-12.img-header {
	position: relative;
	border: thick solid #E7F5F5;
	margin-top: 65px;
background-image: url("../../images-nieuw/headers/doen/duiken-aruba.webp");
	width: 100%;
	height: 275px;
	background-size: cover;
	background-position: center center;
}
	
}

@media screen and (orientation:landscape) and (max-width:667px) and (min-width:375px){
.container .col-md-12.img-header {
	position: relative;
	border: thick solid #E7F5F5;
	margin-top: 65px;
background-image: url("../../images-nieuw/headers/doen/duiken-aruba.webp");
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
	
}
}


@media screen and (orientation:portrait) and (min-width:600px) and (max-width:1024px){
.container .col-md-12.img-header {
    position: relative;
    border: thick solid #E7F5F5;
    margin-top: 65px;
background-image: url("../../images-nieuw/headers/doen/duiken-aruba.webp");
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
		
	}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1366px){
.container .col-md-12.img-header {
    position: relative;
    border: thick solid #E7F5F5;
    margin-top: 65px;
background-image: url("../../images-nieuw/headers/doen/duiken-aruba.webp");
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
}
}
