:root{
	--primary: #ddd;
	--darkblue:#000033;
	--dark: #040093;
	--black: #0D151C;
	--light: #fff;
	--shadow: 0 1px 5px rgba(104,104,104,0.8);
	--gray: #ccc;
	--darkgray: #504e4b;
	--grayText: #404040;
	--grayWhite: #fff;
	--lightgray: #f5f5f4;
	--grayButton: #7d7b78;
}

html{
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--grayText);
}

body{
	margin:0;
	font-size: 100%;
}

html, body{
	margin:0;
	padding: 0;	
	width:100%;
	height:100%;
	overflow-x:hidden;
}

.btn {
	background-color: #2154a0;
	color: var(--light);
	text-decoration: none;
	border: 0;
	font-size: 1.2rem;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn:hover{
	background-color: none;
	background:none;
	color: #2154a0;
	text-decoration: none;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 0 0 1px #2154a0;
}

.imageText .btn:hover{
	background-color: #292b2d;
	background:#292b2d;
	color: white;
	text-decoration: none;
	text-decoration: none;
	display: inline-block;
	box-shadow:none;
	box-shadow: 0 0 0 1px white;
}

img {
	max-width: 100%;
}

.wrapper {
	background: var(--lightgray);
	margin: 0px 0px;
	line-height: 1.4;
	display:grid;
	grid-template-columns: 1fr;
	z-index: 0;
}	

.navigationWrapper{
	display:grid;
/*	grid-template-columns: 1.2fr 5fr 2.2fr;
*/	/*background: white;*/ 
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	z-index: 2;
	background: var(--black);
	grid-template-columns: 1.5fr 5fr 2fr;
}	

.navigationWrapper .logoDiv{
	display:grid;
	grid-column: 1;
	margin-bottom: 0;
	padding-bottom: 0;
/*	background: url('../images/logo.jpg') no-repeat center center;
*/	
background: url('../images/logoMobile2.png') no-repeat center center;
background-size: 42% auto;
	height: 100%;
	align-items: right;
	justify-content: right;
/*	margin-top: none;
*/	
	margin-top: auto;
	margin-bottom: auto;
/*	background-position: top right;
*/	/*margin-left: 2%;*/
	background-position: center right;
	margin-right: 8%;
	/*align-items: center;
	justify-content: center;
	margin-top: auto;
	margin-bottom: auto;
	background-position: center center;*/


}

.navigationWrapper .telephonNumberdiv{
	display:grid;
	grid-column: 3;
	padding-bottom: 0%;
	margin: 0;
/*	background: url('../images/logo2.jpg') no-repeat bottom right;
*/	/*background-size: 70% auto;*/
	width: 100%;
	align-items: left;
	justify-content: left;
	background-position: center left;
	color: white;

}

.telephonNumberdiv ul{
	list-style-type: none;
	text-decoration: none;
	width: 100%;
}

.telephonNumberdiv ul li{
	padding-top: 1.8%;
	padding-bottom: 1.8%;
	font-size: 0.8rem;
	width: 100%;
	display: inline-block;
}

.telephonNumberdiv ul li a{
	text-decoration: none;
	color: lightgray;
	background: none;
}

.telephonNumberdiv ul li a:visited {
	background-color: none;
}

.telephonNumberdiv ul li a:hover   {
	font-weight: bold;
	color:white;

}

.telephonNumberdiv ul li a:active  {
	background-color: none;
	color:lightblue;
}

.telephonNumberdiv ul li i{
	padding-right: 4%;
}

.toggle{
	width: 100%;
	padding: 0.12em 0.25em;
	background: var(--black);
	text-align: left;
	box-sizing: border-box;
	color: white;
	display:none;
	font-size: 3em;
	display:none;
	grid-template-columns: 1fr 5fr 1fr;
}

.toggle a{
	color: var(--light);
}

.navigation{
	width:100%;
}

.navigation ul {
	width:100%;
	height: 100%;
	margin: 0 auto;
	padding-left: 6%;
}

.navigation li {
	list-style-type: none;
	width: 20%;
	display: inline-block;
	text-align: center;
}

.navigation a{
	display: inline-block;
	text-decoration: none;
	/*padding-top: 1.4rem;
	padding-bottom: 1.4rem;*/
	width: 100%;
/*	color: var(--grayText);
*/	font-size:120%;
	text-transform: lowercase;
	padding-top: 2.2rem;
	padding-bottom: 2.2rem;
	color: white;
}

.navigation a:hover{
	background: var(--dark);
	color: var(--light);
}

.navigation li: last-child{
	border: 1px solid blue;
}

.activeMenuItem {
	background: var(--lightgray);
	color: blue;
	font-weight: bold;
	width: 100%;
}

.activeMenuItemMobile {
	background: blue;
	color: white;
	font-weight: bold;
	width: 100%;
}

.top-container {
	display: grid;
	grid-template-columns: 60% auto;	
}

.showcase {
	margin-top: 4%;
	grid-column: 1/4;
	min-height: 360px;
	background-image: url('../images/lavaboFrontpage2.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.imageText {
	background: var(--dark);
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding-left: 5%;
	padding-right: 5%
}

.showcase h1{
	font-size: 4rem;
	margin-bottom: 0;
	margin-top: 0.2;
	color: var(--grayWhite);
}

.showcase p{
	font-size: 1.2rem;
	margin-top: 0;
	color: var(--grayWhite);
	max-width: 700px;
}

.showcase .btn {
	margin-top: 1%;
	margin-bottom: 2.5%;
}

.logoBox {
	display: none;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 2%;
	margin-right: 2%;
}

.sideboxes{
	grid-column: 4;
	display: grid;
	background: var(--grayWhite);
	align-items: center;
	justify-items: center;
	color: var(--grayText);
	padding: 1.5rem;
	width: auto;
}

.sidebox1{	
	padding: 0em;
	text-align: center;
}

.sidebox1 h2{
	padding-top: 12%;
	font-size: 1.6rem;
}

.sidebox1 ul {
	list-style: none none inside;
	padding: 0px;
	text-align: left;
}

.sidebox1 li{
	font-size: 1.1rem;
	margin: 0px;
	padding: 0.2em;
}

.sidebox1 .btn {
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}


.boxes {
	margin-top: 4%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.box {
	background: var(--grayWhite);
	text-align: center;
	padding: 1.5rem 2rem;
	display: grid;
	display: inline-block;
}

.box h2 {
	color: var(--grayText);
}

.box i {
	color: var(--grayWhite);
}

.box ul{
	padding: 0;
	text-align: center;
	display: inline-block;
	list-style: none;
}

.box ul li{
	background-color: var(--darkgray);
	border-radius: 300px/300px;
	display: inline-block;
}

.box ul li a {
	display: table-cell;
	vertical-align: middle; 
	text-align: center;
	text-decoration: none;
	height: 10em;
	width: 10em
}

.boxButton {
	background-color: none;
	color: #2154a0;
	text-decoration: none;
	font-size: 1.2rem;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	margin-top: 5%;
	display: inline-block;
	border: 1px solid #2154a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Verdana, sans-serif;
}


.info {
	margin-left:2%;
	margin-right:2%;
	margin-top: 2%;
	margin-bottom: 4%;	
	background: var(--grayWhite);
	display: grid;
	justify-content: center;
	grid-gap: 2%;
	grid-template-columns: repeat(2, 1fr);
	border: none;
	padding: 3rem;
}

.infoImg {
	background-position: right;
	height: 20em;
	display: grid;
	background: url('../images/camionette.jpg') no-repeat center center;
	align-items: right;
	justify-content: right;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	background-size: 70%;

}


.infoText {
	display: inline-block;;
	grid-column: 2;
	margin-top: auto;
	margin-bottom: auto;
}

.infoText p{
	display: grid;
	padding-left: 2%;
	padding-right: 10%;
}

.infoText h2 {
	color:var(--grayText);	
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 2%;
	padding-right: 4%;
	padding-bottom: 2%;
}

.info .boxButton{
	grid-column: 2;
	vertical-align: middle; 
	text-align: center;
	text-decoration: none;
	margin-top: 1%;
	margin-left: 2%;
}

.photo-active {
	background-size: 26em;
	transition: 0.5s; 
}

.photo-inactive {
	background-size: 25.5em;
	transition: 0.5s; 
}

@keyframes zoomin {
	0%   { background-size: 100% auto; }
	50% { background-size: 102% auto; }
	100% { background-size: 104% auto; }
}

.showcase-active {
	animation: zoomin 0.3s linear forwards;
	-webkit-animation: zoomin 0.3s linear forwards;
}

@keyframes zoomout {
	0% { background-size: 104% auto; }
	50% { background-size: 102% auto; }
	100%   { background-size: 100% auto; }
}

.showcase-inactive {
	animation: zoomout 0.3s linear forwards;
	-webkit-animation: zoomout 0.3s linear forwards;
}

footer {
	background: var(--darkgray);
	color: var(--light);
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: right;
}

footer ul {
	float: right;
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	clear:left;

}

footer ul li {
	list-style-type: none;
	/*height: 100%;*/
/*    display: table-cell;
*/	text-align: left;
width: 30%;
display: inline-block;
float: left;


}

footer ul li ul {
	padding: 0;
	margin:0;
	display: inline-block;
}

footer ul li ul li{
	width: 100%;
	padding-bottom: 4%;
	font-size: 0.9em;
	display: inline-block;
}


.sitemap{
	padding-left: 8%;
	padding-bottom: 3%;
	padding-top: 3%;
	width: 20%;
}

.sitemap ul li{
	padding-bottom: 2%;
	font-size: 0.9em;
}

.sitemap ul li a{
	text-decoration: none;
	color: lightgray;
	background: none;
}

.sitemap ul li a:visited {
	background-color: none;
}

.sitemap ul li a:hover   {
	font-weight: bold;
	color:white;

}

.sitemap ul li a:active  {
	background-color: none;
	color:lightblue;
}

.contactFooter{
	padding-top: 3%;
	padding-left: 4%;
	width: 24%;
}

.contactFooter ul li i{
	padding-right: 2%;
}

.contactFooter ul li {
	color: lightgray;
}

.contactFooter ul li a{
	color: lightgray;
}

.contactFooter ul li a:hover{
	font-weight: bold;
	color:white;
}

.copyrightContainer{
	width: 100%;
	display: inline-block;
	background-color: gray;
	font-size: 0.9em;
	padding-top: 2%;
	padding-bottom: 1.5%;
}

.logoAtag {
	background-position: bottom;
	height: 15rem;
/*    display: inline-block;
*/	align-items: bottom;
justify-content: bottom;
width: 80%;
background: url('../images/logoatag.jpg') no-repeat center center;
background-size: 85%;
grid-column: 1;
margin: 0;
display: block;
}


.logoSerga {
	background-position: bottom;
	height: 15rem;

/*    height: 7.5em;
*/    
display: inline-block;
align-items: bottom;
justify-content: bottom;
width: 80%;
margin: 0;

background: url('../images/logoserga.jpg') no-repeat center center;
background-size: 90% auto;
display: block;
grid-column: 2;
}

.footerlogo {
	display: grid;
	margin: 0;
	padding: 0;
	width: 34%;
	padding-left: 7%;

}


.footerlogo ul {
	display: grid;
	align-items: bottom;
	justify-content: bottom;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	margin: 0;
	width: 90%;

}

/*.footerlogo ul{
	display: flex;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: auto;
	padding-bottom: auto;
} 

.footerlogo ul li{
	list-style-type: none;
	width: 40%;
	height: 100%;
	margin:0;
	padding:0;
}

.footerlogo ul li div {
	margin: 0;
	padding: 0;
	}*/

	.contactInfoContainer {
		display: grid;
		grid-gap: 0;
		margin-top: 7%;
		grid-template-columns: 40% auto;	
	}

	.contactLogo{
		background-color: var(--grayWhite);
		margin-top: 3%;
		margin-left: 8%;
		margin-bottom: 6%;
		padding: 0%;
		align-items: right;
		text-align: right;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: center;
	}

	.contactLogo img {
		padding: 0;
		margin:0;
		width: 98%;
		padding-top: auto;
		padding-bottom: auto;
		padding-left: auto;
		padding-right: auto;
	}

	.contactInfo{
		background-color: var(--grayWhite);
		margin-top:2%;
		margin-right: 8%;
		margin-bottom: 4%;
		padding: 2.5%;
		align-items: center;
		text-align: left;
		padding-left: 16%;
		padding-right: auto;
	}

	.contactInfo ul{
		padding: 0;
		padding-top: 4%;
		text-decoration: none;
		list-style-type: none;
	}

	.contactInfo ul li {
		padding-bottom: 3%;
	}

	.contactInfo ul li a{
		text-decoration: none;
		padding-right: 2%;
	}

	.contactInfo ul li i{
		padding-right: 2%;
	}

	.contact-container {
		display: grid;
		margin-top: 0%;
		grid-template-columns: 40% auto;	
	}

	.mapcontainer {
		background-color: var(--grayWhite);
		margin-top: 3%;
		margin-left: 8%;
		margin-right: 2%;
		margin-bottom: 6%;
		padding: 4%;
		align-items: center;
		text-align: center;
	}


	#map{
		z-index: 0;
	}


	.mapcontainer h2{
		color: var(--grayText);
		margin-bottom: 5%;
	}

	.mailcontainer {
		background-color: var(--grayWhite);
		margin-top:2%;
		margin-left: 2%;
		margin-right: 8%;
		margin-bottom: 4%;
		padding: 2.5%;
		align-items: center;
		text-align: center;
	}

	.mailcontainer h2{
		color: var(--grayText);
		margin-bottom: 5%;
	}

	.mailcontainer input[type=text] {
		width: 50%;
		padding: 2%;
		color: var(--grayText);
		border: 2px solid var(--lightgray);
		border-radius: 4px;
	}

	.message {
		width: 50%;
		padding: 2%;
		color: var(--grayText);
		border: 2px solid var(--lightgray);
		border-radius: 4px;
		height: 10rem;
	}

	.contactBtn {
		background-color: white;
		color: #2154a0;
		font-size: 1rem;
		padding-top: 2.5%;
		padding-bottom: 2.5%;
		margin-bottom: 4%;
		width: 54%;
		display: inline-block;
		border: 1px solid #2154a0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-weight: bold;
		cursor:pointer;
	}

	#map {
		height: 80%;
		display: grid;
	}

	.infoContainers {
		grid-gap: 20px;
		width: 92%;
		align-items: center;
		margin-top:7%;
		margin-bottom: 4%;
		margin-left:auto;
		margin-right:auto;
		display: grid;
	}

	.infoContainer {
		background: var(--grayWhite);
		text-align: center;
		height: 75%;
		align-items: center;
		display: table;
	}

	.infoContainer .infoButton {
		background-color: none;
		color: #2154a0;
		text-decoration: none;
		font-size: 120%;
		border: 1px solid #2154a0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 1%;
		padding-bottom: 1%;
		margin-top: 2%;
		margin-bottom: 4%;
		margin-left: auto;
		margin-right: auto;
		width: 7rem;
		display: table;

	}

	.image-row {
		padding-bottom: 1%;
		width: 100%;
		padding-left: auto;
		padding-right: auto;
		padding-top: 2%;

/*		display: inline-flex;
*/
}

.image-set {
	margin: 2%;
	padding: 0%;
	vertical-align: middle;
	display: inline-block;
}

.image-set img{
	margin: 2%;
	padding: 0%;
	vertical-align: middle;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;

}


.gridContainers {
	display: grid;
/*	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
*/	
grid-template-columns: 36% auto;	

}

.leftInfoContainer img{
	height: auto;
}

.leftInfoContainer {
	/*margin-top: 6%;
	margin-bottom: auto;
	margin-left: 15%;
	margin-right: auto;*/
	width: 80%;
	display: grid;
	grid-column: 1;

	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}

.leftInfoContainer .owlWrapper {
	margin-top: 10%;
}

.leftInfoContainer .owl-item .item{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.rightInfoContainer {
	margin-top: 2%;
	margin-bottom: auto;
	margin-left: 0%;
	margin-right: auto;
	padding-right: 18%;
	display: grid;
	grid-column: 2;
}

.rightInfoContainer h2{
	font-size: 2rem;
}

.rightInfoContainer .realisatieContainer{
	text-align: center;
}

.rightInfoContainer .boxButton{
	text-align: center;
}

.hiddenThumbs{
	display: none;
}

.infoParagraph{
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.rightInfoContainer .boxButton{
	margin-bottom: 6%;
}

.centeranchor1 {
	transform: translateY(-50vh);
}

.centeranchor2 {
	transform: translateY(-10vh);
}

.selectedThumb1{
	transform: scale(1.04);

	-webkit-box-shadow: 0px 0px 0px 1px darkblue;
	-moz-box-shadow: 0px 0px 0px 1px darkblue;
	box-shadow: 0px 0px 0px 1px darkblue;

}

.selectedThumb2{
	transform: scale(1.04);

	-webkit-box-shadow: 0px 0px 0px 1px darkblue;
	-moz-box-shadow: 0px 0px 0px 1px darkblue;
	box-shadow: 0px 0px 0px 1px darkblue;

}

.selectedThumb3{
	transform: scale(1.04);

	-webkit-box-shadow: 0px 0px 0px 1px darkblue;
	-moz-box-shadow: 0px 0px 0px 1px darkblue;
	box-shadow: 0px 0px 0px 1px darkblue;

}


.thumbImage1:hover{
	transform: scale(1.04);
	-webkit-box-shadow: 0px 0px 0px 1px blue;
	-moz-box-shadow: 0px 0px 0px 1px blue;
	box-shadow: 0px 0px 0px 1px blue;
}

.thumbImage2:hover{
	transform: scale(1.04);
	-webkit-box-shadow: 0px 0px 0px 1px blue;
	-moz-box-shadow: 0px 0px 0px 1px blue;
	box-shadow: 0px 0px 0px 1px blue;
}

.thumbImage3:hover{
	transform: scale(1.04);
	-webkit-box-shadow: 0px 0px 0px 1px blue;
	-moz-box-shadow: 0px 0px 0px 1px blue;
	box-shadow: 0px 0px 0px 1px blue;
}

.boxButton:hover {
	background-color: #2154a0;
	color: white;
}

.image-row img, .largeImage {
	background-color: white;
	cursor: pointer;
}

.largeImage:hover{
	transform: scale(1.02);	
}

#description {
	background: black;
	color: white;
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	width: 525px;
	margin: 5px;
}

#panel {
	position: relative;
}


#fade1, #fade2, #fade3, #fade4, #fade5, #fade6, #fade9, #fade10, #fade11, #fade12{
	position: absolute;
	background: rgb(0, 0, 255); /* Fallback for older browsers without RGBA-support */
	background: rgba(0, 0, 255, 0.4);
	color:white;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: none;

}

#fade1 a, #fade2 a, #fade3 a, #fade4 a, #fade5 a, #fade6 a, #fade9 a, #fade10 a, #fade11 a, #fade12 a{
	line-height: 16em;
	text-decoration: none;
	color: white;
}



.fadecontainer{
	display: block;
	position: relative;
}

.realisaties{
	background-color: white;
	margin-top: 4%;
	margin-bottom: 2%;
	margin-left: 4%;
	margin-right: 4%;
	display:block;

}

.realisaties:first-child{
	margin-top: 8%;
}

.imggridcontainer1, .imggridcontainer2, .imggridcontainer3 {
	padding-left: 4%;
	padding-right: 4%;
	display:grid;
	grid-gap: 0px;	
	grid-template-columns: 300px 300px 300px 300px;
	padding-bottom: 2%;
}

.fadecontainer{
	display: inline-block;
	height: 100%;
}


.fadecontainer a img {
	display: block;  
}

.realisaties h2{
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	font-size: 2rem;
}

.realisaties-container{
	margin-top: 0.5%;
	padding-bottom: 0%;
}



.merken-container{
	padding-top: 0%;
}

.merken-container .merken h2{
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	font-size: 2rem;
}

.realisaties:last-child{
	margin-top: 4%;
	margin-bottom: 0%;
}

.merken{
	background-color: white;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	margin-right: 4%;
	display:grid;
}


.merken h1{
	padding-top: 2%;
	padding-bottom: 4%;
	padding-left: 4%;
}


.merken{
		overflow: hidden;
	}

.owlWrapper {
	overflow: hidden;
}

.owl-carousel{
	overflow: hidden;
	padding-left: 4%;
	padding-right: 4%;
}

.item{
	margin:0;
	padding: 0;
	width: 80%;
	height: auto;
}

.item:hover{
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}



/*Image-slider-mobile (realisaties)*/

.carousel-wrapper{
	height:15rem;
	position:relative;
	width:15rem;
	margin:0 auto;
	display: none;
	padding-bottom:4%;
}

.carousel-item{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
  	opacity:0;
	transition: all 0.5s ease-in-out;
}
.arrow{
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 12px;
}

.arrow-prev{
	left:-30px;
	position:absolute;
	top:50%;
	transform:translateY(-50%) rotate(135deg);
}

.arrow-next{
	right:-30px;
	position:absolute;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);
}

.light{
	color:white;
}

@media (max-width: 480px) {
      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
      }
    
}

    /*Select every element*/
    [id^="item"] {
    	display: none;
    }

.item-1 {
/*  background-image: url('../images/installatie3_square_opt.jpg');
*/  background-size:cover;
	z-index: 2;
    opacity: 1;
}
.item-2{
/*  background-image: url('../images/installatie3_square_opt.jpg');
*/   background-size:cover;
}
.item-3{
/*  background-image: url('../images/installatie3_square_opt.jpg');
*/   background-size:cover;
}

.item-4{
	background-size:cover;
}


*:target ~ .item-1 {
	opacity: 0;
}

#item-1:target ~ .item-1 {
	opacity: 1;
}

#item-2:target ~ .item-2, #item-3:target ~ .item-3, #item-4:target ~ .item-4, #item-5:target  ~ .item-5, #item-6:target  ~ .item-6, #item-9:target  ~ .item-9, #item-10:target  ~ .item-10, #item-11:target  ~ .item-11, #item-12:target  ~ .item-12{
	z-index: 3;
	opacity: 1;
}

*:target ~ .item-5 {
	opacity: 0;
}

#item-5:target ~ .item-5{
	opacity: 1;
}

.item-5 {
	background-size:cover;
	z-index: 2;
    opacity: 1;
}

.item-6 {
	background-size:cover;
}

*:target ~ .item-9 {
	opacity: 0;
}

#item-9:target ~ .item-9{
	opacity: 1;
}

.item-9 {
  background-size:cover;
	z-index: 2;
    opacity: 1;
}
.item-10{
   background-size:cover;
}
.item-11{
   background-size:cover;
}
.item-12{
   background-size:cover;
}


/*end image-slider-mobile (realisaties)*/



@media(max-width: 800px) {
	html, body{
		margin:0;
		padding: 0;	
		width:100%;
		height:100%;
		overflow-x:hidden;
	}

	.menu{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 2.2rem;
		margin-left: 2%;
		position: relative;
		display: grid;
		grid-column: 1;
		bottom: 0;
		padding-top: 74%;
		padding-left: 20%;
	}

	.logoMobile{
		display: grid;
		grid-column: 2;
		background: url('../images/logoMobile2.png') no-repeat center center;
		background-size: 30% auto;
		align-items: center;
		justify-content: center;
		margin-top: none;
		margin-bottom: auto;
		background-position: center center;
		position: relative;
		height: 7rem;
	}

	.wrapper{
		margin:0;
		padding: 0;	
		position: relative;
	}

	.toggle{
		box-shadow: black;
		display: grid;
	}

	.toggle a {
		width: 100%;
	}

	.navigationWrapper{
		/*background: var(--black);
		display: inline-block;
		box-shadow: black;
		position: relative;*/
		display: none;
	}		

	.logoBox {
		display: inline-block;
		color: white;
	}

	.navigationWrapper .logoDiv{
		display: none;
	}

	.navigationWrapper .telephonNumberdiv{
		display: none;
	}

	.navigation {
		display: none;
	}

	#mySidebar{
		margin: 0;
		position: fixed;
		padding-left: 0%;
		padding-top: 2%;
		line-height: 2;
		background-color: var(--black);
		height: 100%;
		color:white;
	}

	#mySidebar a{
		padding-left: 10%;
	}

	#mySidebar ul{
		display: block;
		margin: 0;
		padding: 0;
		width: 90%;
		padding-top: 4%;
		list-style-type: none;
	}

	#mySidebar ul li{
		display: block;
		margin: 0;
		padding: 0;
	}

	#mySidebar ul li a{
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-decoration: none;
		color: white;
		padding-left: 10%;

	}

	#closeMenu:hover{
		cursor: pointer;
	}

	/*.navigation {
		display: block;
		box-shadow: black;
		margin: 0;
		position: fixed;
		width: 20%;
		background: var(--dark);
	}

	.navigation ul{
		display: inline-block;
		position: relative;
		background-color: lightgray;
		height: 4rem;
		margin: 0;
	}

	.navigation li{
		height: 100%;
		text-align: center;
		display: block;
		padding: 0;
		margin: 0;
	}

	.navigation li a {
		display: block;
		color: white;
		height: 100%;
		//padding-top: 3%;
		//padding-bottom: 3%;
		//padding-left: 5%;
		font-size: 1.3rem
		margin:0;
		background:none;
	}

	.navigation li:hover a{
	background:none;

	}*/

	.active{
		display: block;
	}

	.top-container {
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
		display: inline-block;
		width: 100%;
		box-shadow: black;
	}

	.showcase {
		min-height: 250px;
		margin:0;
	}

	.showcase h1  {
		text-align: center;
		font-size: 2.5rem;
	}

	.showcase p{
		font-size: 1.5rem;
	}

	.showcase .btn {
		display: grid;
		text-align: center;
		margin: auto;
		margin-top: 2.5%;
		margin-bottom: 4%;	
		font-size: 1.5rem;
		width: 25%;
	}

	.imageText p{
		font-size: 1.1rem;
	}

	.imageText .btn:hover{
		background-color: #292b2d;
		background:#292b2d;
		color: white;
		text-decoration: none;
		text-decoration: none;
		display: grid;
		box-shadow:none;
		text-align: center;
		box-shadow: 0 0 0 1px white;
	}

	.sideboxes{
		grid-row: 2;
		grid-column: 1;
		padding-top: 0;
	} 

	.sidebox1 li{
		padding: 0.25em;
	}

	.sidebox1 .btn{
		display: block;
		text-align: center;
		margin: auto;
		margin-top: 2.5%;
		padding-top: 5%;
		padding-bottom: 5%;
		margin-bottom: 2.5%;	
		font-size: 1.5rem;
	}


	.boxes {
		margin-top: 4%;
		margin-bottom: 4%;
		margin-left: 4%;
		margin-right: 4%;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
		display: block;
	}

	.box {
		margin-top: 2%;
		background: white;
		text-align: center;
		padding: 1.5rem 2rem;
		box-shadow: var(--shadow);
	}

	.info {
		grid-template-columns: 1fr;
		margin-left: 4%;
		margin-right: 4%;
	}

	.infoText{
		text-align: center;
		padding-left: 4%;
		padding-right: 4%;
	}

	.infoText a, .infoText p, .infoText h2{
		padding-left: 4%;
		padding-right: 4%;
	}

	.infoText a {
		width: 25%;
		margin-top: 6%;
		margin-left: auto;
		margin-right: auto;
	}

	.infoContainers{
		display: inline-block;
	}

	.infoContainer{
		display: inline-block;
		width: auto;
		height: auto;
	}

	.gridContainers{
		grid-template-columns: 1fr;
		display: inline-block;
	}

	/*.leftInfoContainer{
				grid-template-columns: 1fr;

		max-height: 20%;
		max-width: 20%;
		position: relative;
		display: inline-block;
	}*/

	.leftInfoContainer {
		display: none;
	}

	.hiddenThumbs{
		width: 80%;
	    display: grid;
	    grid-column: 1;
	    margin-top: 8%;
	    margin-bottom: 2%;
	    margin-left: auto;
	    margin-right: auto;
	    align-items: center;
	    padding: auto;
	}

	.owl-carousel{
		display: inline-block;
		align-items: center;
		margin:auto;
		padding: 0;
	}

	.item{
		margin:auto;
		padding: auto;
	}


	.infoParagraph{
		display: inline-block;
		max-width: 100%;
	}	

	.infoParagraph p {
		display: inline-block;
	}

	.rightInfoContainer{
		margin: 0;
		padding: 0;
		width: 100%;
		display: inline-block;
		padding-left: 2%;
	}

	.rightInfoContainer ul {
		padding-left: 4%;
	}

	.thumbs1{
		display: none;
	}

	.contact-container {
		display: grid;
		margin-top: 0%;
		grid-template-columns: 1fr;	
	}

	.mapcontainer {
		background-color: var(--grayWhite);
		margin-top: 2%;
		margin-left: 4%;
		margin-right: 4%;
		margin-bottom: 6%;
		padding: 4%;
		align-items: center;
		text-align: center;
	}

	#map {
		height: 20rem;
		display: grid;
	}

	.mailcontainer {
		background-color: var(--grayWhite);
		margin-top:0%;
		margin-left: 4%;
		margin-right: 4%;
		margin-bottom: 4%;
		padding: 2.5%;
		align-items: center;
		text-align: center;
	}

	.carousel-wrapper{
		display: block;
		margin-bottom: 6%;
	}

	.imggridcontainer1, .imggridcontainer2, .imggridcontainer3{
		display: none;
	}

	.realisaties h2{
		text-align: center;
		padding-left: 0%;
	}


	footer{
		display: block
	}

	footer ul {
		display: block;
	}

	footer ul li {
		display: block;
	}

	.sitemap{
		display: none;
	}

	.footerlogo{
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		
	}

	.footerlogo ul{
		width: 80%;
		margin: auto;
		padding: auto;
		display: block;
		float: none;
		
	}

	.footerlogo ul li{
		width: 50%;
		margin: auto;
		padding: auto;
		display: inline-block;
	}

	.logoAtag {
		display: block;
		width: 60%;
		background-size: 72%;
		align-items: center;
		justify-content: center;
	}


	.logoSerga {
		width: 60%;
		background-size: 76% auto;
		align-items: center;
		justify-content: center;
	}

	.contactFooter{
		font-size: 0.7rem;
		margin: 0;
		padding-left: 34%;
		padding-top: 5%;
		padding-bottom: 4%;
		width: 100%;
		display: inline-block;
	}

	.copyrightContainer{
		font-size: 0.6rem;
	}

	.merken-container{
		display: inline-block;
	}
}

@media(max-width: 480px) {
    html, body{
	    margin:0;
	    padding: 0;	
	    width:100%;
	    height:100%;
	    overflow-x:hidden;
    }
    
	.navigation {
		height: 20%;
		display: grid;
		box-shadow: black;
		margin: 0;
	}

	.navigation ul{
		display: inline-block;
		position: relative;
		background-color: lightgray;
		height: 4rem;
		margin: 0;
	}

	.navigation li{
		height: 100%;
		text-align: center;
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	.navigation li a {
		display: block;
		color: white;
		height: 100%;
		/*padding-top: 3%;
		padding-bottom: 3%;
		padding-left: 5%;*/
		font-size: 1.4rem
		margin:0;
		background:none;
	}

	.navigation li:hover a{
/*		 background: var(--dark);
*/	background:none;

	}

	.infoText .boxButton{
		display: inline-block;		
		padding-top: 5%;
		padding-bottom: 4%;
		margin-left: 0;
		text-align: center;
		/*width: 34%;*/
	}

	.contactLogo{
		display: none;
	}

	.contactInfo{
		grid-column: 1;
		margin-right: 4%;
		margin-left: 4%;
		
	}

	.contactInfoContainer {
		grid-template-columns: auto;	
	}

	.mailcontainer input[type=text] {
		width: 70%;
	}

	.message {
		width: 70%;
	}

	.contactFooter{
		padding-left: 22%;
	}
}


