@charset "utf-8";
/* CSS Document */
<style>

.mobile {
  display: block;
}

.desktop {
  display: none;
}

p {
  font-size: 12pt;
  font-weight: 100;
  font-style: normal;
  text-align: justify;
}

body {
	background-image: url("images/bg.gif");
}

h1 {
	font-family: Roboto;
	margin: 5px 0px;
	font-size: 20pt;	
  font-weight: 100;	
}

h2 {
	font-family: Roboto;
	font-size: 16pt;
	font-style:italic;
	margin: 5px 0px;	
  font-weight: 100;	
}

.logo-mobile {
	margin: 20px 10px 20px;	
	background-color: white;
}

.nav {
	display: none;
}

.knop {
	clear: both;
	text-align: center;
	border-style: solid;	
	border-color: white;
	border-width: 1px;
}

.knop a {
	color: white;
	font-weight: 100;
	text-decoration: none;
    text-align: center;
    display: inline-block;
	width:100%;
}

.menu-knop {
	margin: 10px;
	background-color: #a57899;
	border-style: solid;	
	border-color: #a57899;
	border-width: 1px;
}

.menu-knop a {
	color: white;
	font-weight: 100;
	text-decoration: none;
    text-align: center;
    display: inline-block;
	width:100%;
}

.menu-knop a h2{
	font-style:normal !important;
}

.main {
	display: flex;
	flex-direction: column;	
}

.corona {
	display: flex;
	flex-direction: column;	
}


.main>div:nth-child(1) {
	order: 2;
}

.main>div:nth-child(2) {
	order: 1;
}

.main>div:nth-child(2)>div:nth-child(1) {
	order: 2;
}

.main>div:nth-child(2)>div:nth-child(2) {
	order: 1;
}	

.main>div:nth-child(3) {
	order: 3;
}


.kolom {
	display: flex;
	flex-direction: column;
	width: 100%;	
}

.blok {
	background-color: white;
	color: #a57899;
	margin: 10px;
	padding: 10px;
	left: 10px; 
	right: 10px;
	border-style: solid;
	border-color: #a57899;
	border-width: 1px;
}

.blok-text {
	background-color: #a57899;
	color: white;
}

.blok-img {
	padding: 0px;	
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.blok-groot {

}

.responsive-img {
	max-width: 100%;
	height: auto;
}

#slideshow {
	height: 406px;
	height: auto;
}


#slideshow > div {
	position: absolute;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(165,120,153);
  background-color: rgba(165,120,153, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #a57899;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


.prijzen {
	float: right;
}

.werkt {
  height: 10px;
  width: 10px;
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.medewerkers table {
	margin: 0 auto;
    width: 100%;
}


.medewerkers td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main a {
  color: white !important;
}

@media screen and (min-width: 900px) {
	.mobile {
		display: none;
	}

	.desktop {
	  display: block;
	}

	.main a {
	  color: white !important;
	  text-decoration: none !important;
	}
	

	.logo-mobile {
		display: none;
	}

	.menu-knop {
		display: none;
	}

	.nav {
		margin: 10px;
		background-color: white;
		float: left;
		width: 200px;
		display: block;
	border-style: solid;
	border-color: #a57899;
	border-width: 1px;		
	}

	ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  width: 200px;
	  margin-bottom: 10px;
	}
	
	li a {
		font-weight: 200;
	  color: #a57899;
	  display: block;
	  padding: 8px 16px;
	  text-decoration: none;
	}

	
	.main {
		flex-direction: row;
		max-width: 1000px;
		flex-wrap: wrap;	
	}
	
	.main>div:nth-child(1) {
		order: 1;
	}
	
	.main>div:nth-child(2) {
		order: 2;
	}
	
	.main>div:nth-child(2)>div:nth-child(1) {
		order: 1;
	}
	
	.main>div:nth-child(2)>div:nth-child(2) {
		order: 2;
	}
	
	.main>div:nth-child(3) {
		order: 3;
	}
	
	.kolom {
		width: auto;	
	}
	
	.blok {
		width: 240px;
		margin: 10px;
	}
	
	.blok-groot {
		width: 460px !important;
	}

	.main-producten {
		display: flex;
		flex-direction: row;
		max-width: 1040px;
		flex-wrap: wrap;	
	}
	
	.producten {
		margin-top : 0px !important;
	}

	.medewerkers {
		float: left;
		width: 50%;
		margin: 16px 0;
	}

	.medewerkers table {
		width: fit-content;
	}
	
}
</style>