/*==========  Mobile First Method  ==========*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #7f7f7d;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}	
.h1, h1 {
    font-size: 1.5rem;
}
h4, h3 {
    margin-top:30px;
}
.btn {
	border-radius: 0;
	text-transform: uppercase;
}
.alert {
	border-radius: 0;
	margin-top:30px;
}
.alert-secondary {
    background-color:rgba(64, 64, 64, 0.1);
}
img {
    max-width:100%;
    height:auto;
}
a {
	color: #404040;
}
a:not([class]) {
	text-decoration: underline;
}
a:hover {
	//color: #c99e67;
	text-decoration: none;
}
.scrollToTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	background-color:rgba(255,255,255,0.6);
	border: 2px solid #404040;
	border-radius:5px;
	color: #404040;
	text-align: center;
	transition: all 1s;	
	z-index: 3;
	transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}
.scrollToTop i, .scrollToTop i:before{
	 transform: rotate(-45deg); /* Equal to rotateZ(45deg) */
}
.scrollToTop:hover {
	border-color:rgba(255,255,255,0.6);
	background-color: #404040;
	color: #ffffff;
}
/*////////////////////////////////////
hoofdmenu
////////////////////////////////////*/
#hoofdmenu {
	background-color: rgba(255,255,255,0.8);
	transition: background-color 0.5s;	
	padding: 0;
}
#hoofdmenu.scroll {
	background-color: rgba(0,0,0,0.8);
}
#hoofdmenu.scroll .navbar-brand .donkergrijs {
	fill: #ffffff;
}
#hoofdmenu.scroll .navbar-brand .lichtgrijs {
	fill: #ffffff;
}

#hoofdmenu.scroll .navbar-brand .letters{
	opacity: 1;
}
#verborgenmenu {
	max-height: 70px;

}
#hoofdmenu .navbar-toggler {
	color: #3f3f3f;
	border-width: 0px;
	border-color:#3f3f3f;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 50%;
}
#hoofdmenu.scroll  .navbar-toggler {
	color: #ffffff;
}
#hoofdmenu .navbar-toggler .fa{
	font-size: 32px;
}
#hoofdmenu .navbar-brand svg {
	max-width: 75vw;
	max-width: calc(100vw - 135px);
	width: auto;
	height: 36px;
}
#topmenu {
	z-index: 99999;
	margin-right: -16px;
	margin-left: -16px;
	margin-top: 5px;
	padding: 15px;
	background: #ffffff;
	border-bottom: 2px solid #404040;
}
#topmenu .nav-link{
	font-size: 16px;
	color: #3f3f3f;
}
#topmenu .active .nav-link{
	font-weight: bold;
	
}
#topmenu .dropdown-menu{
	border: none;
	padding: 0;
}
#topmenu .dropdown-menu .nav-link{
	padding-left: 32px;
}

/*////////////////////////////////////
HEADER
////////////////////////////////////*/
#header {
	height: 325px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	color: #ffffff;
}
#vv #header {
	height: 225px
}
#header .beeldmerk {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15vw;
}
#header h1 {
	display: inline-block;
	font-size: 28px;
}
#header h1 span {
	padding: 2px;
	margin-bottom: 12px;
	background-color: rgba(64,64,64,0.8);
	line-height: 1.8;
	/* Needs prefixing */
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#header h1:after {
	float: none;
	clear: both;
}


/*////////////////////////////////////
HOOFDAFBEELDING
////////////////////////////////////*/
#hoofdafbeelding {
	position: relative;
	overflow:hidden;
	height: 525px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	color: #ffffff;
}
#hoofdafbeelding .slider{
	position: relative;
}
#hoofdafbeelding .carousel-item {
	height:500px;
    background-color:rgba(11,35,87,0.7);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
}
#hoofdafbeelding .carousel-item .info .btn {
    text-transform: uppercase;
}

/*
#hoofdafbeelding .carousel-item:before {
	padding-top: 33%;
	content: "";
	display: block;
}
*/
.vervolg #hoofdafbeelding .carousel-item:before {
	padding-top: 20%;
}

#hoofdafbeelding .video {
    width: 100%;
    position: absolute;
    top: 0;

}
 

#hoofdafbeelding .carousel-control-next, .carousel-control-prev {
	z-index: 14;
	width: 50px;
}
#hoofdafbeelding .carousel-indicators {
	margin: 0;
}
.carousel-indicators li {
	border-radius: 6px;
	border: none;
	height: 12px;
	width: 22px;
	background-color: #0b2357;
	background-color: rgba(64,64,64,0.8);
}

#hoofdafbeelding #slogan {
    position:absolute;
    bottom:30px;        
    
}

#hoofdafbeelding h2 {
	display: inline-block;
	font-size: 28px;
}
#hoofdafbeelding h2 span {
	padding: 2px;
	margin-bottom: 12px;
	background-color: rgba(64,64,64,0.8);
	line-height: 1.8;
	/* Needs prefixing */
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#hoofdafbeelding h2:after {
	float: none;
	clear: both;
}


/*////////////////////////////////////
Producten
////////////////////////////////////*/
#productenlijst .wrapper {
	padding: 0 30px;
}
#producten .product {
	height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: flex-end;
}
#producten .product:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(64,64,64,0.4);
	
}

#producten .product:hover:before {
	//background-color: rgba(0,0,0,0.6);
}
#producten .product h3{
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
	border-left: 1px solid rgba(255,255,255,0.4);
	padding-left: 15px;
	position: relative;
	transition: all 0.4s ease-in-out;
}
#producten .product h3 small{
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	margin-bottom: 3px;
	transition: all 0.4s ease-in-out;
}


/*////////////////////////////////////
Producten-overzicht
////////////////////////////////////*/
#producten-overzicht .product > div {
    border-bottom: 1px solid rgba(64,64,64,0.4);
    line-height: 1;
}
#producten-overzicht .product:first-of-type > div {
    border-top: 1px solid rgba(64,64,64,0.4);
    padding-top: 1.5rem;
}
#producten-overzicht .product .foto{
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	
	width: 90px;
	height: 60px;
	
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 100%;
}

/*////////////////////////////////////
content
////////////////////////////////////*/
#content .slogan {
	width: 85%;
	margin: 0 auto;
	line-height: 1.4;
}			

/*////////////////////////////////////
USP
////////////////////////////////////*/
#vv #usp h3 {
	font-size: 24px;

}
#usp .usp {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
#usp .usp>li {
	position: relative;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 30px;
	padding-left: 45px;
}
#usp .usp>li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 15px;
	font-size: 16px;
	line-height: 1.4;
}


/*////////////////////////////////////
PORTFOLIO
////////////////////////////////////*/
#portfolio .header {
	font-size: 12px;
}
#portfolio .header h3 {
	font-size: 24px;
} 
#portfolio .item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	height: 345px;
	height: 90vw;
}
#vv #portfolio .item {
	height: 50vw;
}
#portfolio .item .over{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(64,64,64,0.5);)
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 9px;
}
#portfolio .item .over i{
	font-size: 52px;
	margin-bottom: 5px;
}
#portfolio .item:hover .over{
	opacity: 1;
}
#portfolio .owl-nav [class*=owl-] {
	background-color: rgba(64,64,64,0.8);
	padding: 8px 12px;
}
#portfolio .owl-nav .disabled {
	opacity: 0;
}
#portfolio .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0;
}
#portfolio .owl-next{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

/*////////////////////////////////////
Projecten
////////////////////////////////////*/
#projecten .project .foto {
    background-color: rgba(64,64,64,0.05);
    position: relative;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}

#projecten .project .foto:before {
	padding-top: 55%;
	content: "";
	display: block;
}
#projecten .project h3 {
    margin: 0;
    font-size: 22px;
}

/*////////////////////////////////////
Klanten slider
////////////////////////////////////*/
#klanten h3 {
	font-size: 24px;
	text-align: center;
}
#klanten .owl-carousel .owl-stage-outer, #klanten .owl-carousel .owl-stage {
	height: 100%;
	//display: flex;
}
#klanten .owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#klanten .owl-carousel .owl-item img {
	width: auto;
	max-height: 100px;
}

#zijbalk .form-control {
	border-radius: 0;
	border-color: rgba(64,64,64,0.05);
	border-left-color: rgba(64,64,64,0.7);
	background-color: rgba(64,64,64,0.05);
}

#zijbalk .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(64,64,64,0.7);
	opacity: 1; /* Firefox */
}

#zijbalk .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255,255,255,0.7);
}

#zijbalk .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255,255,255,0.7);
}

/*////////////////////////////////////
Footer
////////////////////////////////////*/
#footer {
	background-color: rgba(64,64,64,1);
	color: #ffffff;
}

#footer .footer-logo svg{
	height: 60px;
	width: auto;
}
#footer .footer-logo svg .donkergrijs, #footer .footer-logo svg .lichtgrijs{
	fill: #ffffff;
}
#footer .footer-logo svg .letters{
	opacity: 1;
}
#footer address {
	color: rgba(255,255,255,0.6);
}
#footer address a {
	color: rgba(255,255,255,0.6);
}
#footer address a:hover {
	color: rgba(255,255,255,1);
}
#footer h3{
	font-size: 18px;
	color: rgba(255,255,255,0.6);
}
#footer .nav .nav-item {
	position: relative;
	margin-bottom: 10px;
}
#footer .nav .nav-item:after{
	content: " ";
	position: absolute;
	height: 1px;
	width: 80px;
	left: 120px;
	left: calc(50% - 40px);
	bottom: -5px;
	background-color: rgba(255,255,255,0.6);
	
}
#footer .nav .nav-link{
	line-height: 1;
	color: #ffffff;
	display: inline-block;
}
#footer .nav .nav-link:hover{
	color: rgba(255,255,255,0.6);
}
#footer .nav .nav-item:first-of-type .nav-link{
	padding-top: 0;
}
#footer .nav .nav-item:last-of-type {
    margin-bottom: 0;
}
#footer .nav .nav-item:last-of-type .nav-link{
	padding-bottom: 0;
}

#footer .form-control {
	border-radius: 0;
	color: #ffffff;
	border-color: transparent;
	border-left-color: #ffffff;
	background-color: rgba(255,255,255,0.07);
}

#footer .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255,255,255,0.7);
	opacity: 1; /* Firefox */
}

#footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255,255,255,0.7);
}

#footer .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255,255,255,0.7);
}
#footer .btn {
	background-color: rgba(255,255,255,0.2);
	border-color: transparent;
}
#footer .btn:hover {
	background-color: rgba(255,255,255,0.4);
	border-color: transparent;
}
#footer .social a {
    color:#fff;
	color: rgba(255,255,255,0.6);
	font-size:30px;
	margin-right:8px;
}
#footer .social a:hover {
    color:#fff;
	font-size:30px;
	margin-right:8px;
}

#copyright {
	font-size: 12px;
}
#copyright a{
	font-weight: bold;
}
	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}
	
	/* Small devices (landscape phones, 576px and up)*/
	@media only screen and (min-width: 576px) { 
		#portfolio .item{
			height: 75vw;
		}
		#vv #portfolio .item {
			height: 30vw;
		}
	}

	/* Small Devices, Tablets */
	@media (max-width: 768px) {
		#verborgenmenu {
			display: block;
		}
	}
	@media only screen and (min-width : 768px) {
		.h1, h1 {
            font-size: 2.5rem;
        }
		#hoofdmenu {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		
		#header h2 {
			font-size: 35px;
		}
		#header .beeldmerk,#hoofdafbeelding .beeldmerk {
		    position:absolute;
			width: 10vw;
			right: 30px;
			bottom: 30px;
		}
		
		#hoofdafbeelding h2 {
			font-size: 35px;
		}
		#hoofdafbeelding .beeldmerk {
			width: 10vw;
			right: 30px;
			bottom: 30px;
		}
		#hoofdafbeelding #slogan {
            left:5%;
        }
		#content .slogan {
			width: 70%;
			margin: 0 auto;
			line-height: 1.8;
		}
		#producten .product {
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		#producten:hover .product {
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			max-width: 20%;
		}
		#producten:hover .product h3{
			color: #ffffff;
			font-size: 22px;
		}
		#producten:hover .product h3 small{
			font-size: 16px;
			margin-bottom: 3px;
		}
		#producten .product:hover {
			-ms-flex: 0 0 60%;
			flex: 0 0 60%;
			max-width: 60%;
			//align-items:center;
		}
		#producten .product:hover h3{
			color: #ffffff;
			font-size: 32px;
		}
		#producten .product:hover h3 small{
			font-size: 20px;
			margin-bottom: 3px;
		}
		#producten .product:hover:before {
			background-color: rgba(64,64,64,0);
			
		}
		#usp .usp>li {
			font-size: 16px;
		}
		#portfolio .item{
			height: 35vw;
		}
		
		

	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		.medium-gutters {
			margin-right: -30px;
			margin-left: -30px;
		}
		.medium-gutters > [class*="col-"] {
			padding-right: 30px;
			padding-left: 30px;
		}
		
		.large-gutters {
			margin-right: -45px;
			margin-left: -45px;
		}
		.large-gutters > [class*="col-"] {
			padding-right: 45px;
			padding-left: 45px;
		}
		a[href^="tel"]:link,
		a[href^="tel"]:visited, 
		a[href^="tel"]:hover {
			text-decoration: none;
			pointer-events: none;
			cursor: default;
		}
		#header, #hoofdafbeelding {
			height: 525px
		}
		#header .beeldmerk, #hoofdafbeelding .beeldmerk {
			width: 6vw;
		}
		#topmenu {
			background: none;
			border: none;
		}
		#topmenu .nav-link {
			padding: 8px 15px;
		}
		#hoofdmenu.scroll #topmenu .nav-link {
			color: #ffffff;
		}
		.sticky-top {
			top: 100px;
		}
		#content .slogan {
			width: 85%;
			font-size: 19px;
			line-height: 1.8;
		}
		#producten .product {
			height: 225px;
			border-left: 1px solid #ffffff
		}
		#producten .product:first-of-type {
			border-left: 0;
		}
		#usp .usp>li {
			font-size: 17px;
		}
		/*Portfolio */
		 #portfolio h3 {
			font-size: 18px;
		}
		#portfolio .col1 .item.item1{
			height: 346px;
			border-bottom: 4px solid #ffffff;
		}
		#portfolio .col1 .item.item2{
			height: 210px;
		}
		
		
		#portfolio .col2 {
			border-left: 4px solid #ffffff;
			border-right: 4px solid #ffffff;
		}
		#portfolio .col2 .item.item1{
			height: 240px;
			border-bottom: 4px solid #ffffff;
		}
		#portfolio .col2 .item.item2{
			height: 316px;
		}
		
		#portfolio .col3 .item.item1{
			height: 100px;
			background-color: rgba(64,64,64,0.1);
			border-bottom: 4px solid #ffffff;
		}
		#portfolio .col3 .item.item2{
			height: 226px;
			border-bottom: 4px solid #ffffff;
		}
		#portfolio .col3 .item.item3{
			height: 230px;
			border-right: 2px solid #ffffff;
		}
		#portfolio .col3 .item.item4{
			height: 230px;
			border-left: 2px solid #ffffff;
		}
		/* Portfolio op VV */
		#vv #portfolio h3 {
			font-size: 18px;
			margin: 0;
		}
		#vv #portfolio .col1 .item.item1{
			height: 156px;
		}
		#vv #portfolio .col1 .item.item2{
			height: 104px;
		}
		#vv #portfolio .col2 .item.item1{
			height: 130px;
		}
		#vv #portfolio .col2 .item.item2{
			height: 130px;
		}
		#vv #portfolio .col3 .item.item1{
			height: 100px;
		}
		#vv #portfolio .col3 .item.item3{
			height: 160px;
		}
		#vv #portfolio .col3 .item.item4{
			height: 160px;
		}
		/* Portfolio op VV zesfotos*/
		#vv #portfolio .zes-fotos .col2 {
			border-right: none;
		}
		#vv #portfolio .zes-fotos .col1 .item.item1{
			height: 156px;
			
		}
		#vv #portfolio .zes-fotos .col1 .item.item2{
			height: 104px;
			
		}
		#vv #portfolio .zes-fotos .col2 .item.item1{
			height: 130px;
			border-bottom: 4px solid #ffffff;
		}
		#vv #portfolio .zes-fotos .col2 .item.item2{
			height: 130px;
			border-right: 4px solid #ffffff;
		}
		#vv #portfolio .zes-fotos .col2 .item.item3{
			height: 130px;
			border-right: 4px solid #ffffff;
		}
		#vv #portfolio .zes-fotos .col2 .item.item4{
			height: 130px;
		}

		/* Portfolio op VV vijffotos*/
		#vv #portfolio .vijf-fotos .col2 {
			border-right: none;
		}
		#vv #portfolio .vijf-fotos .col1 .item.item1{
			height: 204px;
			
		}
		#vv #portfolio .vijf-fotos .col2 .item.item1{
			height: 100px;
			border-bottom: 4px solid #ffffff;
		}
		#vv #portfolio .vijf-fotos .col2 .item.item2{
			border: none;
			height: 100px;
		}
		#vv #portfolio .vijf-fotos .col3 .item.item1{
			height: 130px;
			border: none;
			border-right: 4px solid #ffffff;
		}
		#vv #portfolio .vijf-fotos .col4 .item.item1{
			height: 130px;
		}
		
		/* Portfolio op VV vierfotos*/
		#vv #portfolio .vier-fotos .col2 {
			border-right: none;
		}
		#vv #portfolio .vier-fotos .col1 .item.item1{
			height: 204px;
			
		}
		#vv #portfolio .vier-fotos .col1 .item.item2{
			height: 130px;
		}
		#vv #portfolio .vier-fotos .col2 .item.item1{
			height: 100px;
			border-bottom: 4px solid #ffffff;
		}
		#vv #portfolio .vier-fotos .col2 .item.item2{
			border: none;
			height: 234px;
		}
		
		/* Portfolio op VV driefotos*/
		#vv #portfolio .drie-fotos .col2 {
			border-right: none;
		}
		#vv #portfolio .drie-fotos .col1 .item.item1{
			border: none;
			height: 340px;
			
		}
		#vv #portfolio .drie-fotos .col2 .item.item1{
			height: 170px;
			border-bottom: 4px solid #ffffff;
		}
		#vv #portfolio .drie-fotos .col2 .item.item2{
			border: none;
			height: 170px;
		}
		
		/* Portfolio op VV tweefotos*/
		#vv #portfolio .twee-fotos .col2 {
			border-right: none;
		}
		#vv #portfolio .twee-fotos .col1 .item.item1{
			border: none;
			height: 275px;
			
		}
		#vv #portfolio .twee-fotos .col2 .item.item1{
			height: 275px;
			border-bottom: none;
		}
		
		/* Portfolio op VV eenfoto*/
		#vv #portfolio .een-foto .col1 .item.item1{
			border: none;
			height: 340px;
			
		}
		#klanten h3 {
			font-size: 24px;
			text-align: center;
		}
		#zijbalk {
			border-left: 1px solid rgba(64,64,64,0.4);
		}
		#footer .nav {
			border-left: 1px solid #ffffff;
		}	
		
		#footer .nav .nav-item{
			border: none;
		}
		#footer .nav .nav-item:after{
			display: none;
		}
		

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		#header {
			height: 550px
		}
		#producten .product {
			height: 265px;
		}
		#content .slogan {
			width: 55%;
			line-height: 2;
			font-size: 20px;
		}
		#usp .usp>li {
			font-size: 18px;
		}
		#vv #usp .usp>li {
			font-size: 13px;
			padding-right: 0;
		}
		/*Portfolio */
		
		#portfolio .col1 .item.item1{
			height: 436px;
		}
		#portfolio .col1 .item.item2{
			height: 266px;
		}
		#portfolio .col2 .item.item1{
			height: 300px;
		}
		#portfolio .col2 .item.item2{
			height: 402px;
		}
		
		#portfolio .col3 .item.item1{
			height: 126px;
		}
		#portfolio .col3 .item.item2{
			height: 286px;
		}
		#portfolio .col3 .item.item3{
			height: 290px;
		}
		#portfolio .col3 .item.item4{
			height: 290px;
		}
		/* Portfolio op VV */
		#vv #portfolio h3 {
			font-size: 22px;
		}
		#vv #portfolio .col1 .item.item1{
			height: 206px;
		}
		#vv #portfolio .col1 .item.item2{
			height: 134px;
		}
		#vv #portfolio .col2 .item.item1{
			height: 170px;
		}
		#vv #portfolio .col2 .item.item2{
			height: 170px;
		}
		#vv #portfolio .col3 .item.item1{
			height: 120px;
		}
		#vv #portfolio .col3 .item.item2{
			height: 286px;
		}
		#vv #portfolio .col3 .item.item3{
			height: 220px;
		}
		#vv #portfolio .col3 .item.item4{
			height: 220px;
		}
		/* Portfolio op VV zesfotos*/
		#vv #portfolio .zes-fotos .col1 .item.item1{
			height: 266px;
			
		}
		#vv #portfolio .zes-fotos .col1 .item.item2{
			height: 154px;
			
		}
		#vv #portfolio .zes-fotos .col2 .item.item1{
			height: 220px;
			border-bottom: 4px solid #ffffff;
		}
		#vv #portfolio .zes-fotos .col2 .item.item2{
			height: 200px;
			border-right: 4px solid #ffffff;
		}
		#vv #portfolio .zes-fotos .col2 .item.item3{
			height: 200px;
			border-right: 4px solid #ffffff;
		}
		#vv #portfolio .zes-fotos .col2 .item.item4{
			height: 200px;
		}
		
		/* Portfolio op VV vierfotos*/
		#vv #portfolio .vier-fotos .col2 {
			border-right: none;
		}
		#vv #portfolio .vier-fotos .col1 .item.item1{
			height: 234px;
			
		}
		#vv #portfolio .vier-fotos .col1 .item.item2{
			height: 160px;
		}
		#vv #portfolio .vier-fotos .col2 .item.item1{
			height: 140px;
			border-bottom: 4px solid #ffffff;
		}
		#vv #portfolio .vier-fotos .col2 .item.item2{
			border: none;
			height: 254px;
		}
		
		/* Portfolio op VV vijffotos*/
		#vv #portfolio .vijf-fotos .col1 .item.item1{
			height: 264px;
			
		}
		#vv #portfolio .vijf-fotos .col2 .item.item1{
			height: 130px;
			border-bottom: 4px solid #ffffff;
		}
		#vv #portfolio .vijf-fotos .col2 .item.item2{
			height: 130px;

		}
		#vv #portfolio .vijf-fotos .col3 .item.item1{
			height: 215px;
			border: none;
			border-right: 4px solid #ffffff;
		}
		#vv #portfolio .vijf-fotos .col4 .item.item1{
			height: 215px;
		}
		/* Portfolio op VV tweefotos*/
		#vv #portfolio .twee-fotos .col2 {
			border-right: none;
		}
		#vv #portfolio .twee-fotos .col1 .item.item1{
			border: none;
			height: 340px;
			
		}
		#vv #portfolio .twee-fotos .col2 .item.item1{
			height: 340px;
			border-bottom: none;
		}
		
		/* Portfolio op VV eenfoto*/
		#vv #portfolio .een-foto .col1 .item.item1{
			border: none;
			height: 625px;
			
		}
	}
	
	@media only screen and (min-width : 1400px) {
		#vv #usp .usp>li {
			font-size: 14px;
			padding-right: 0;
		}
	}	