@charset "utf-8";
/* CSS Document */

/* Algemene settings */

html {
	min-height: 100vh;
}

html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

/* Zorgt ervoor dat de website geen whitespace laat zien na de footer */
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}

footer {
	overflow: hidden;
}


h1 {
	font-size: 36px;
}

h2 {
	font-size: 23px;
}

p {
	font-size: 18px;
}

table, th, td {
	border: 1px solid #143874;
	border-collapse:collapse;
	padding: 10px;
	font-size: 18px
}

tr:nth-child(odd) {
	background-color: #80a6e9; 
}

/* Einde algemene settings */

/*------------------------------------------------------------------------------------------*/

/* Opmaak voor de header */

.banner-header-en-footer {
	width: 100%;
	height: 400px;
	background-color: #143874;
	color: #FFFFFF;
}

.container-logo {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.stijl-logo{
	width: 350px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 16px;
	background-color: #FFFFFF;
}


.stijl-nav ul {
	list-style-type: none;
}

.stijl-nav ul li a {
	text-align: center;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 32px;
}

.stijl-nav .active {
	background-color: #FFFFFF;
	text-decoration: overline underline;
	text-underline-offset: 5px;
	color: #143874; 
	border: 1px solid #143874;
}

.stijl-nav ul li a:hover {
	background-color: #FFFFFF;
	text-decoration: overline underline;
	text-underline-offset: 5px;
	color: #143874; 
}

.stijl-icons-header {
	height: 30px;
}

/* Einde header opmaak */

/*------------------------------------------------------------------------------------------*/

/* Opmaak voor de footer */

/*--------------Rijen en kolommenen--------------/
/*Hoogte van de rijen van de footer*/
.footer-rij-33{
	width: 100%;
	height: 33%;
}

/*Breedte van de kolommen van de footer*/
.footer-kolom-100 {
	width: 100%;
	display: inline-flex;
	float: left;
	align-items: center;
	justify-content: center;
}

.footer-kolom-60 {
	width: 60%;
	display: inline-flex;
	float: left;
	align-items: center;
	justify-content: center;
}

.footer-kolom-40 {
	width: 40%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*----------Einde rijen en kolommenen---------------/

/*adres box*/

.container-adres{
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}

/*contact box*/

.container-contact a {
	display:flex;
	color: #FFFFFF; 
	text-decoration: none;
	margin: auto;
	align-items: center;
	min-width: 40%;
}

.container-contact a:hover {
	background-color: #FFFFFF;
	color: #143874;
}

.stijl-icons-contact {
	padding: 18px;
	height: 64px; 
	
}

.container-contact-text{
	font-size: 14px;
	padding-right: 10px;
}


/*socials box*/

.container-socials a {
	display:flex;
	color: #FFFFFF; 
	text-decoration: none;
	margin: auto;
	align-items: center;
	min-width: 40%;
}

.container-socials a:hover {
	background-color: #FFFFFF;
	color: #143874;	
}

.stijl-icons-socials {
	height: 65px;
	padding: 15px 5px 15px 10px;
}

.container-socials-text {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 3px;
}

/*copyright line*/

.footer-copyright {
	font-size: 14px;
	text-align: center;	
	color: #FFFFFF;
	padding-top: 50px; 
}

/* Einde footer opmaak */
/*------------------------------------------------------------------------------------------*/

/* Opmaak Main */

/* Tegels  */

.rij-voor-tegels:before, .rij-voor-tegels:after{
	content: "";
	display: table;
}

.rij-voor-tegels:after {
	clear:both;
}

.rij-voor-tegels {
	/*border: 4px solid #00FFD3;*/
}

.tegel {
	height: 400px;
	width: 100%;
	background-color: #bfd3f4;
	color: #143874;
	/*border: 1px solid #FF0004;*/
}

.neemcontactop {
	/*border: 1px red solid;*/
	color: #143874;
	background-color: #80a6e9 ;
	height: 250px;
	text-align: center;
	width: 100%;
}

/*--------------Foto slider Homepage --------------*/

/* Position the image container (needed to position the left and right arrows) */
.container-slideshow {
  position: relative;
}

.fotoslideshomepage {
  display: none;  
	height: 400px;
	width: 100%;
} 

.opmaakslides {
	height: 100%;
	width: 100%;
	/*cover, contain*/
	object-fit:cover;
	
}

.pull-foto-down{
	object-position: 100% 35%;
}

.pull-foto-down-2{
	object-position: 40% 50%;
}

/* Add a pointer when hovering over the thumbnail images */
/*
.cursor {
  cursor: pointer;
}
*/

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(20,56,116,0.8);
	/*background-color: rgba(0, 0, 0, 0.8);*/
}

/* Welke slide we zien (1/3 etc) */
.welkeslide {
  color: #FFFFFF;
  font-size: 40px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Caption Text */
.captiontext {
  color: #f2f2f2;
	background-color: rgba(14,39,82,0.9);
  font-size: 30px;
  padding: 8px 12px;
  position: relative;
  bottom: 400px;
  width: 40%;
  text-align: center;
}

/* Container for image text */
/*
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
*/

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin: 0 2px;
  background-color: hsla(0,0%,100%,0.5);
  border-radius: 50%;
  display: inline-flex;
  transition: #FFFFFF 0.6s ease;
  position: relative;
  bottom: 40px;	
}

.active, .dot:hover {
  background-color: rgba(20,56,116,0.8);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*--------------Homepage, stijling over en quote rij --------------*/
.container-over{
	padding: 0px 15px;
	text-align: justify;
	}

.over-text {
	padding: 15px;
	word-wrap: break-word;
}

.quote-container{
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
}

	.quote-ruimte{
		background-color: #0c2147;
		position: relative;
		color: #ecf2fc;
		font-size: 30px;
		font-style: oblique;
		height: 33.33%;
		width: 80%;
		display: flex;
		padding: 0px 50px;
	}

.quote-ruimte:first-child, .quote-ruimte:last-child{
	align-self: flex-end;
}

.quote-ruimte:nth-child(2){
	background-color:rgba(12,33,71,1);
}

.quotes {
	align-self: center;
}

/*--------------Homepage, stijling rij met kraanverhuur --------------*/

.container-kraanverhuur-text {
	padding: 15px 30px 30px 30px; 
	word-wrap: break-word;
	text-align: justify;
	width: 100%;
	height: 100%;
}

.container-kraanverhuur-text ul {
	padding-left: 30px;
}

.container-kraanverhuur-text ul li {
	font-size: 18px;
}

.vca-logo{
	position: relative;
	width: 150px;
	height: 150px;
	float: right;
	margin-top: -30px;
}

.vca-logo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.container-kraanverhuur{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.kraan-foto {
	display: flex;
	height: 100%;
	width: 50%;
	margin-top: -50px; 
}

.kraan-foto img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}



/*--------------Homepage, stijling rij met diensten --------------*/

.container-diensten {
	display: block;
	padding: 15px 15px;
	justify-content: center;
	align-items: center;
	height: 2000px;
	background-color: #bfd3f4;
	margin-left: 45px;
}

.container-diensten-fotos a{
	text-decoration: none;
	color: #143874;
}

.diensten { /* gallery */
	border: 1px solid #143874;
	box-shadow: 0 4px 8px 0 rgba(64,122,223, 0.5), 0 6px 20px 0 rgba(64,122,223, 0.5);
	width: 90%;
	height: 300px;
}

.diensten:hover {
	border: 5px solid #143874;
}

div.diensten img {
  width: 100%;
  height: 245px;
}

div.desc {
  padding: 5px;
  text-align: center;
  font-size: 22px;
}

.container-diensten-fotos { /* responsive */
  padding: 15px;
  float: left;
  width: 100%;
  height: 300px;
}

.container-diensten-text{
	text-align: center;
	padding-top: 15px;
}


/*-------------------Diensten page----------------------------*/
.linknaarportfolio{
	color: #143874;
}

.container-dienstenpagina-buitenste-div-voor-fotos{
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.dienstenpagina-fotos{
	display: flex;
	max-height: 75%;
	position: relative;
	justify-content: center;
	padding: 5px;
	padding-right: 15px;
}

.dienstenpagina-fotos img{
	max-height: 335px;
	object-fit: scale-down;
	padding-top: 15px;
}

div.misc {
  padding: 5px;
  text-align: center;
}

.dienstenpagina-rand-om-fotos{
	border: 1px solid #143874;
	box-shadow: 0 4px 8px 0 rgba(64,122,223, 0.5), 0 6px 20px 0 rgba(64,122,223, 0.5);
}


/*-------------------Materieel Page----------------------------*/
.tegel-materieel {
	height: 500px;
	background-color: #bfd3f4;
	color: #143874;
	float: left;
	width: 100%;
	padding: 15px;
}

.container-materieel img {
  vertical-align: middle;
  object-fit: contain;
	max-height: 300px;
}

#mobielekraan {
	margin-top: 40px;
	margin-left: 100px;
}

#minikraantabel {
	margin-top: -5px;
	margin-left: 100px;
}

#tabeltractor {
	margin-top: 70px;
	margin-left: 100px;
}

/* Position the image container (needed to position the left and right arrows) */
.container-materieel {
  position: relative;
	max-height: 500px;
	background-color: rgba(128,166,233,0.2);
}

/* Hide the images by default */
.slidesmaterieel, .midi, .trekker{
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.materieel-prev,
.materieel-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ecf2fc;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.materieel-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.materieel-prev:hover,
.materieel-next:hover {
  background-color: rgba(20,56,116,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #143874;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #0a1c3b;
  padding: 2px 16px;
  color: #ecf2fc;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
	height: 150px;
}

.column img{
	max-height: 150px;
}

/* Add a transparency effect for thumnbail images */
.demo, .demo2, .demo3 {
  opacity: 0.6;
}

.active,
.demo:hover, .demo2:hover, .demo3:hover {
  opacity: 1;
}

/*-------------------Portfolio page----------------------------*/

#heden {
	display: block;
}

#vorigjaar {
	display: none;
}

#tweejaargeleden {
	display: none;
}

.container-breadcrumbs {
	padding: 15px 0px;
}

.container-breadcrumbs ul {
	list-style-type: none;
}

.container-breadcrumbs ul li {
	display: inline-block;
}

.container-breadcrumbs button {
	background-color: #ecf2fc;
	font-size: 26px;
	padding: 5px 15px;
	width: 200px;
	text-align: center;
	border: none;
}

.container-breadcrumbs button:hover {
	background-color: #143874;
	color: #ecf2fc;
	cursor: pointer;
}

.container-breadcrumbs button:focus {
	background-color: #143874;
	color: #ecf2fc;
	outline: none;
}

.portfiolo-text{
	display: block;
	padding: 15px 15px 0px 15px;
}

.container-portfolio {
	display: flex;
	padding: 15px 15px;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	background-color: #bfd3f4;
	height: 1100px;
}


div.container-portfolio-fotos img {
	width: 100%;
	max-height: 180px;
	object-fit: cover;
	border: 1px solid #143874;
	box-shadow: 0 4px 8px 0 rgba(64,122,223, 0.5), 0 6px 20px 0 rgba(64,122,223, 0.5);
}


video{
	width:500px;
	height:400px;
	border: 1px solid #143874;
	box-shadow: 0 4px 8px 0 rgba(64,122,223, 0.5), 0 6px 20px 0 rgba(64,122,223, 0.5);
}

#osinga img {
	max-height:150px;
	object-fit: cover;
}

#tegelnetten, #tegelstrand{
	height: 575px;
}

div.container-portfolio-fotos-traktor img {
	width: 100%;
	max-height: 300px;
	object-fit: contain;
	border: 1px solid #143874;
	box-shadow: 0 4px 8px 0 rgba(64,122,223, 0.5), 0 6px 20px 0 rgba(64,122,223, 0.5);
}

#netten img, #strand img {
	max-height:300px;
	object-fit: cover;
}

#nieuwekraan{
	height: 600px;
}



.container-portfolio-fotos { /* responsive */
	padding: 10px;
	float: left;
	width: 100%;
}


/*-------------------Contact Form----------------------------*/

.tegel-contact {
	height: 1000px;
	width: 100%;
	background-color: #bfd3f4;
	color: #143874;
	/*border: 1px solid #FF0004;*/
}

.container-contact-text-op-contact-page {
	padding: 45px 20px 20px 20px;
}

  .contact-form {
            background: #0c2147;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(20,56,116, 0.8);
            width: 95%;
	  		display: flex;
			margin: auto;	  
	  		flex-direction: column;
	  		justify-content: center;
        }

        .contact-form h2 {
            margin-bottom: 20px;
            color: #ecf2fc;
			background: #0c2147;
        }

        .contact-form label {
            display: block;
            margin-bottom: 8px;
            color: #ecf2fc;
        }

        .contact-form input, .contact-form textarea, .contact-form select {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 2px solid #143874;
            border-radius: 4px;
            font-size: 14px;
			background: #ecf2fc;
        }

        .contact-form textarea {
            resize: vertical;
            height: 100px;
			max-height: 300px;
        }

        .contact-form button {
            background-color: #143874;
            color: #ecf2fc;
            padding: 10px;
            border: 1px solid #80a6e9;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }

        .contact-form button:hover {
            background-color: #80a6e9;
			color: #143874;
        }

        .message {
            font-size: 14px;
            margin-top: 10px;
        }

        .message.success {
			font-size: 14px;
            color: #28a745;
        }

        .message.error {
			font-size: 14px;
            color: #dc3545;
        }

.stijl-icons-contact-pagina {
	height: 18px;
	padding-right: 5px;

	color: #143874;
}

.contact-gegevens-text{
	padding: 15px 15px 15px 15px;
}

.kaart{
	margin-top: 15px;
	border: 1px solid #143874;
	box-shadow: 0 4px 8px 0 rgb(64,122,223, 0.5), 0 6px 20px 0 rgba(64,122,233, 0.5);
}

.contact-gegevens-text a{
	font-size: 18px;
	text-decoration: none;
	color: #143874;
}

.contact-gegevens-text a:hover{
	text-decoration:underline;
	cursor: pointer;
}










/*--------------Tablet + pc mode --------------*/
/*Tablet mode*/
@media (min-width: 768px){
	
	/*--------------Header en footer --------------*/
	/* Header*/
	.banner-header-en-footer {
		height: 200px;
		}
	
	/* Menu */
	
	.stijl-nav ul li:first-child a {
		width: 10%;
	}
	
	.stijl-nav ul li a {
		
		float: left;
		width: 22.5%;
		color: #FFFFFF;
		font-size: 28px;
	}
	
	/* Footer*/
	/*--------------Rijen en kolommenen--------------*/
	
	.footer-rij-tablet-66-contact-socials {
		height: 133.33px;
		position: relative;		
		top: -61.66px;
	}
	
	.footer-rij-tablet-33 {
		display: block;
		position: relative;
		top: -66.66px;
		height: 66.66px;	
	}
	
	.footer-kolom-tablet-33-adres{
		display: flex;
		width: 33.33%;
	}
	
	.footer-kolom-tablet-33-contact, .footer-kolom-tablet-33-socials{
		display: flex;
		width: 33.33%;
		position: relative;		
	}
	
	.container-tablet-adres {
		text-align: center;
		padding: 20px 0px 15px 0px;
	}
	
	.footer-copyright {
		padding-top: 15px;
	}
	
	/*Einde rijen en kolommen*/
		
	/*--------------------Main ------------------*/
	
	/*-------Tegels ----------*/
			
	.tegel-breedte-50 {
		width: 50%;
		/*border: 2px solid #D000FF;*/
	}
	
	.tegel {
		float:left;
	}
	
	.neemcontactop {
		height: 100px;
	}
	
	/*---------Home Page Slideshow ----------*/
	.captiontext {
		width: 25%;
	}
	
	/*---------Home Page Kraanverhuur ----------*/
	
.vca-logo{
	position: relative;
	width: 200px;
	height: 200px;
	float: right;
	margin-right: 60px;
	margin-top: -150px;
}
	
	.kraan-foto {
	margin-top: 0px; 
}
	
	/*-------Home page Diensten ----------*/
	
		.container-diensten {
		display: flex;
		padding: 0px 15px;
		height: 50%;
		}
	
		.container-diensten-fotos { /* responsive */
		  padding: 0px 5px;
		}
	
		div.desc {
		  font-size: 12px;
		}
}

/*-------------Diensten Page ------------*/
	
		div.misc {
		  font-size: 12px;
		}

/*-------------Portfolio Page ------------*/
.container-portfolio {
	display: flex;
	height:auto;
}

div.container-portfolio-fotos img {
	max-height: 229px;
}


video{
	width:500px;
	height:400px;
	border: 1px solid #143874;
	box-shadow: 0 4px 8px 0 rgba(64,122,223, 0.5), 0 6px 20px 0 rgba(64,122,223, 0.5);
}

#osinga img {
	max-height:500px;
}


#netten img, #strand img {
	max-height:600px;
	object-fit: cover;
}

video {
	height: 480px;
}

/*-------------Contact Page ------------*/
.container-contact-text-op-contact-page {
	padding: 20px 20px 20px 20px;
}

/* PC mode */
@media (min-width: 1024px){
		.stijl-nav ul li a {
		font-size: 32px;
		}
	
	main {
	padding: 0% 15%;
	background-color: #ecf2fc;
}
	/*-------Home page Over ----------*/

	.over-text{
		padding: 15px;
	}
	.container-over{
	text-align:justify;
	padding: 15px 70px 15px 70px;
	}

	/*-------Home page Diensten ----------*/
		.container-diensten {
		display: flex;
		padding: 0px 15px;
		height: 80%;
		}
		
		.container-diensten-fotos { /* responsive */
		  float: left;
		}

		div.desc {
		  font-size: 25px;
		}
	
	
}
