@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}


.enquete {
  width: 100% !important;
  margin: 0 auto;
  max-width: 1400px !important;
  margin-top: 50px;
  margin-bottom: 50px;
}

a{
  color: #6BBAE1;
  outline: none;
}

select{
  text-transform: uppercase;
  padding-right: 10px;
  border: none;
  background-color: transparent;
  color: #000;
  position: absolute;
  top: 20px;
  left: 20px;
}


/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bevestiging i {
  font-size: 2em;
  color: #ff7a00;
  margin-bottom: 0.6em;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ff7a00;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 1.7em;
  text-align: center;
  color: #ff7a00;
  margin-bottom: 10px;
  width: 100%;
}

.bevestiging p {
  line-height: 150%;
  color: #ff7a00;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #ff7a00;
  font-weight: 200;
  color: white;
  margin-top: 20px;
}

/* Einde Bevestiging*/


/* Popup */

.popup {
  width: 100%;
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  z-index: 100;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.popup_content {
  max-width: 950px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.popup_content img {
  width: 400px;
}

.popup_content h2 {
  font-weight: 700;
  color: #6BBAE1;
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 1.4em;
}

.popup_content>div {
  padding: 50px 30px;
  line-height: 150%;
}

.popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2em;
  color: black;
  cursor: pointer;
  padding: 0 !important;
}

.popup_content a {
  display: inline-block;
  margin-top: 15px;
  color: #8BCF97;
  font-family: 'Poppins', sans-serif;
}

.popup_text {
  color: #adadad;
}

.popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.menu-block {
  overflow: hidden;
}

/* Einde Popup */


/* Cookie Melding */

.PL_Wrapper {
  position: fixed;
  right: 30px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #6BBAE1;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #6BBAE1;
  border: 1px solid #6BBAE1;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #353535;
  border: 1px solid #353535;
}

/* Einde Cookie Melding */


/* GDPR */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color: #6BBAE1;
  font-size: 25px;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  text-align: left;
}

#content-container h3 {
  background: #6BBAE1;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #6BBAE1;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #252525;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* EINDE GDPR */

/* Blog */

.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}
.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}
.footermar-blog {
  padding-bottom: 50px;
}
.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0,0,0,0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 2px solid #6BBAE1;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #6BBAE1;
  transition: all 0.8s ease;
}
.button-hold a:hover {
  background-color: transparent; 
  color: #6BBAE1;
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.blog-aside {
  padding: 30px;
  width: 400px;
  background: none;
  box-shadow: none;
  display: none;
}
.blog-main {
  width: 90%;
  margin: 0 auto;
}

.blog-main .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #6BBAE1;
  font-size: 2.1em;
}
.blog-aside h3 {
  font-weight: 700;
  color: #6BBAE1;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;
}
.blog-nav{
  width: 100%;
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #6BBAE1;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #6BBAE1;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.2em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #6BBAE1;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  font-weight: 700;
  border: 2px solid #6BBAE1;
  color: #6BBAE1;
  transition: all 0.5s ease;
}
.blog-overzicht .btn-hold a:hover {
  background-color: #6BBAE1;
  color: #fff;
}
.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-content-row {
  margin-bottom: 30px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}
.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

/* Einde Blog */

#dasmap {
  width: 100%;
  height: 450px;
}


.fotos {
  width: 100%;
  max-width: 1425px;
  padding-top: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.fotoalbums{
  width: 100%;
  max-width: 1425px;
  padding-top: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.fotoalbums .fotoalbum{
  width: 31.33%;
  margin: 1%;
}

.fotoalbums .fotoalbum img{
  width: 100%;
  margin: 0;
}

.fotoalbums .fotoalbum h2{
  color: #6BBAE1;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  font-size: 1.5rem;
}

.fotos img {
  width: 31.33%;
  margin: 1%;
}

.fotos img:hover{
  cursor: pointer;
}

/* Openingsuren */

.openingsuren p{
  font-size: 0.9em;
}

.openingsuren img{
  width: 100%;
}

/* Openingsuren */

/* Menu */

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.home_header {
  position: relative;
}

.home_header span {
  position: absolute;
  top: 8em;
  right: 5%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  text-transform: uppercase;
  background-color: white;
  color: #ff7a00;
  opacity: 0.6;
  width: 50%;
  text-align: center;
  padding: 20px 15px;
  line-height: 120%;
}

aside {
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #f9f9f9; 
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, .15);
}

main {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.navigatie {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.navigatie>a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigatie>a>img {
  width: 100%;
  max-width: 300px;
  margin: 30px 0 0 0;
}

.navigatie .social {
  width: 90%;
  padding: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.navigatie .social a {
  color: #6BBAE1;
  border: 2px solid #6BBAE1;
  background-color: transparent;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  margin: 0 5px;
  transition: all .3s;
}

.navigatie .social a:hover {
  background-color: #6BBAE1;
  color: #fff;
}

.navigatie nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
}

.navigatie nav a {
  color: #252525;
  border-bottom: 2px solid #e3e3e3;
  width: 100%;
  text-align: center;
  transition: all .3s;
  padding: 30px 0;
  position: relative;
}

.navigatie nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.navigatie nav a:last-of-type i {
  display: block;
}

.navigatie nav .active {
  color: #6BBAE1;
  font-weight: 700;
}

.navigatie nav a:hover {
  color: #6BBAE1;
}

.navigatie nav .active i {
  display: block;
}

.res-footer-img {
  width: inherit;
}

.res-footer-img img {
  max-width: 100%;
}

.disclaimer {
  width: 100%;
  background-color: #6BBAE1;
  color: white;
  padding: 10px 5px;
  padding-bottom: 10px;
  font-size: .7em;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disclaimer a {
  color: white;
}

.disclaimer span {
  padding: 0 5px;
}

.withlove i {
  animation: heartbeat 1.2s infinite;
}

.disclaimerres {
  color: #979797;
  padding: 10px 5px;
  font-size: .8em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #ededed;
}

.disclaimerres a {
  color: #979797;
}

.disclaimerres span {
  padding: 0 5px;
}

.resnavigation {
  display: none;
  width: 100%;
  position: fixed;
  background-color: white;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.resnavigation a img {
  width: 150px;
  margin-left: 15px;
}

.res_titel{
  display: flex;
}

.res_titel h1{
  font-family: 'Tangerine';
  font-size: 32px;
  padding-top: 21px;
  color: #6BBAE1;
  font-weight: 700;
}

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  transition: all .3s;
  background-color: #f2f2f2;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #6BBAE1;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.winkelmandres {
  font-size: 1.2em;
  color: #fff;
  margin-right: 20px;
}

.verlanglijstres {
  font-size: 1.2em;
  color: #fff;
}

.menu-block {
  overflow: hidden;
}

.menubtn {
  width: 40px;
  margin-right: 15px;
  cursor: pointer;
  transition: all .3s;
}

.menubtn:hover {
  transform: scale(1.05);
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 25px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
} 

.navitem a {
  color: #5f5f5f;
  font-size: 1.4em;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}


/* Einde Menu */

/* Animations */
@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
/* Einde Animations */


/* Home */

.home_header>img {
  width: 100%;
  z-index: 0;
  position: relative;
}

.overheader {
  width: 90%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  margin: 0 5%;
  padding: 50px;
  position: relative;
  background-color: white;
  margin-top: -100px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.overheader_tekst {
  width: 100%;
}

.overheader p{
  font-weight: 400;
  margin-top: 1rem;
}

.overheader h1 {
  font-size: 1.6em;
  color: #6BBAE1;
  margin-bottom: 15px;
}

.overheader h2{
  text-transform: uppercase;
  color: #000;
}

.overheader div {
  line-height: 200%;
  color: #9c9c9c;
}

.overheader_ak {
  width: 35%;
  padding: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #b6f066;
}

.overheader_ak h2 {
  color: #7f7f7f;
  font-size: 1.1em;
}

.overheader_ak .telephone {
  color: #80b832;
  font-size: 2.5em;
  margin: 5px 0;
}

.overheader_ak .email {
  color: #7f7f7f;
  font-size: .9em;
}

.overhaeder_knop{
  padding: 15px 30px;
  background-color: #6BBAE1;
  font-size: 1.1em;
  border-radius: 200px;
  color: white;
  display: inline-block;
  margin-top: 40px;
}

.overhaeder_knop i{
  margin-left: 10px;
  margin-right: 5px;
  transition: all .3s;
}

.overhaeder_knop:hover i{
  margin-left: 15px;
  margin-right: 0;
}

.contactbutton {
  padding: 15px 30px;
  background-color: #6BBAE1;
  font-size: 1.1em;
  position: absolute;
  right: 5%;
  top: 20px;
  border-radius: 200px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.contactbutton i {
  margin-left: 10px;
  margin-right: 5px;
  transition: all .3s;
}

.contactbutton:hover i {
  margin-left: 15px;
  margin-right: 0;
}

.logos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1430px;
  margin: 0 auto;
  padding-top: 30px;
}

.logos a {
  width: 23%;
  margin: 1%;
  padding: 10px;
  border: 2px solid #dfdfdf;
}

.logos a img {
  width: 100%;
}

/* Einde Home */

/* Overheader infrastructuur */

.infrastructuur_blokken .overheader{
  margin-top: 75px;
}

.infrastructuur_blokken ul{
  list-style-type: disc;
  margin-left: 20px;
}

/* Overheader infrastructuur */


/* Footer */

body footer {
  background-color: #6BBAE1;
  /* background-color: #D0DCE2; */
  color: white;
  display: flex;
  justify-content: space-around;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

body footer .content p a i{
  font-size: 1.5rem;
}

body footer .content p a{
  outline: none;
}

/* body footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */

body footer>div {
  z-index: 5;
  /* margin-left: 4rem;
  margin-right: 4rem; */
}

body footer>div h3 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

body footer>div .content {
  display: flex;
}

body footer>div .content .icons {
  display: flex;
  flex-direction: column;
  width: 2.5rem;
}

body footer>div .content .icons .material-icons,
body footer>div .content .icons i {
  line-height: 1.8rem;
  font-size: 1.1rem;
}

body ::-moz-focus-outer>div .content .details p {
  /* line-height: 1.8rem; */
  font-size: 1.1rem;
}

body footer p{
  line-height: 1.8rem;
  font-size: 1.1rem;
}

body footer>div .content .details p a {
  color: white;
}

body footer>div .content .details p a:hover {
  text-decoration: underline;
}

body footer>div.social-mobile {
  display: none;
}

body footer>div.social-mobile p a {
  color: white;
  font-size: 3.5rem;
}

footer > h3{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  z-index: 100;
  font-weight: bold;
  margin-bottom: 1rem;
  display: none;
}

footer .social {
  width: 90%;
  /* padding: 10px; */
  display: flex;
  /* justify-content: center; */
  -ms-align-items: center;
  align-items: center;
}

footer .social a {
  color: #FFF;
  border: 2px solid #FFF;
  background-color: transparent;
  width: 50px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  margin: 0 5px;
  transition: all .3s;
}

footer .social a:hover {
  background-color: #FFF;
  color: #6BBAE1;
}

/* Einde footer */


/* Blokken */

.blokken {
  /* display: flex; */
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.blokken article {
  padding: 30px 0;
  width: 100%;
  display: block;
}

.blokken article:nth-of-type(even) .blokken_titelimg-img{
  order: 2;
}

.blokken article:nth-of-type(even) .blokken_titelimg-titel{
  order: 1;
}

.blokken .blokken_titelimg{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blokken article .blokken_titelimg-img {
  width: 48%;
  order: 1;
}

.blokken article .blokken_titelimg-img img{
  width: 100%;
}

.blokken article .blokken_titelimg-titel {
  width: 49%;
  position: relative;
  order: 2
}

.blokken article .blokken_titelimg-titel h3{
  position: absolute;
  left: 0;
  top: 200%;
  font-size: 8em;
  color: #EFF9FE;
  font-weight: 600;
  letter-spacing: 9.7px;
  z-index: 0;
  transform: translateY(-115%);
}

.blokken article .blokken_titelimg-titel h2{
  color: #6BBAE1;
  letter-spacing: .8px;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 2.5em;
  font-weight: 400;
}

.blokken ul{
  list-style: disc;
  margin-left: 20px;
}

/* formules */

.blokken_content #formules, .blokken_content #info-blokken  {
  width: 80%;
  margin: 2em 2em;
}

.blokken_content #formules h3, .blokken_content #info-blokken h3 {
  background-color: #f97f0c;
  color: white;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 0.5em 1em;
  font-weight: 400;
  font-size: 0.9em;
}

.blokken_content #formules h3 a, .blokken_content #info-blokken h3 a {
  color: white;
}

.blokken_content #formules button {
  background-color: #88daf4;
  color: white;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 1em;
  padding: .75rem 1.25rem;
  letter-spacing: .15rem;
  float: right;
}

.blokken_content #formules button:hover {
  background-color: white;
  color: #88daf4;
  border: 1px solid #88daf4;
}

.blokken_content #info-blokken div {
  font-size: 0.9em;
  line-height: 120%;
  font-family: 'Poppins', sans-serif;
}

.blokken_content #info-blokken table {
  border-collapse: collapse;
}

.blokken_content #info-blokken td {
  padding: 5px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.blokken_content #info-blokken tr:last-of-type td {
  border: none;
}

.blokken_content #formules ul, .blokken_content #info-blokken ul {
  list-style-type: circle;
  font-family: 'Poppins', sans-serif;
}

.blokken_content #formules ul li, .blokken_content #info-blokken li {
  font-size: 0.9em;
  line-height: 160%;
  padding-bottom: 0.5em;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#popup-inschrijven {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: fixed;
  top: 15%;
  left: 22.5%;
  width: 60%;
  padding: 30px;
  background-color: #fefefe;
  margin: auto;
}

#popup-inschrijven h2 {
  font-family: 'Kalam', cursive;
  color: #f97f0c;
  font-size: 2em;
}

#popup-inschrijven form {
  margin-top: 2em;
}

#popup-inschrijven form input[type=text], #popup-inschrijven form input[type=email],
#popup-inschrijven form input[type=date] {
  float: left;
  width: 48%;
  margin: 1%;
  border: none;
  padding: 10px;
  color: #353535;
  font-size: 1em;
  font-weight: 200;
  font-family: "Poppins";
  border-bottom: 1px solid #aaaaaa;
}

#popup-inschrijven form input[type=submit]:disabled {
  opacity: 0.7;

}

#popup-inschrijven form input[type=submit] {
  padding: 13px 45px;
  background-color: #f97f0c;
  color: white;
  margin-top: 10px;
  border-radius: 200px;
  border: none;
  font-size: 1.2em;
  font-family: "Poppins";
}


.form-item {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 2em;
  margin-bottom: 4em;
}

.form-item label { 
  width: 92%;
  float: right;
}
.form-item input {
  float: left;
  width: 5%;
}

#popup-inschrijven form p {
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 2em;
}

/* einde formules */

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 10px;
}

.blokken_titel h3 {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 8em;
  color: #fbf5e7;
  font-weight: 600;
  letter-spacing: 9.7px;
  z-index: 0;
  transform: translateY(-50%);
}

.blokken_titel h2 {
  color: #6BBAE1;
  letter-spacing: 0.8px;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 2.5em;
}

.blokken_tekst {
  font-size: 1.1em;
  line-height: 190%;
}

.blokken_tekst p{
  margin-top: 1rem;
  font-weight: 300;
}

.blokken_tekst ul li{
  font-weight: 300;
}

.blokken article a {
  color: #6BBAE1;
  display: inline-block;
}

.blokken article a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken article a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}

.blokken_content #taarten, .blokken_content #uitnodigingen {
  margin: 3em 2em 1em 2em;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
}

#uitnodigingen img {
  border: 1px solid #f97f0c;
}

#uitnodigingen select {
  padding: 10px;
  background-color: #f97f0c;
  color: white;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  font-size: 1.2em;
}

/* Einde Blokken */

/* Blokken 2 */

.blokken2 {
  /* display: flex; */
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.blokken2 article {
  padding: 30px 0;
  width: 100%;
  display: block;
}

.blokken2 article:nth-of-type(even) .blokken2_titelimg-img{
  order: 2;
}

.blokken2 article:nth-of-type(even) .blokken2_titelimg-titel{
  order: 1;
}

.blokken2 .blokken2_titelimg{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blokken2 article .blokken2_titelimg-img {
  width: 48%;
  order: 1;
}

.blokken2 article .blokken2_titelimg-img img{
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.blokken2 article .blokken2_titelimg-titel {
  width: 49%;
  position: relative;
  order: 2
}

.blokken2 article .blokken2_titelimg-titel h3{
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 8em;
  color: #EFF9FE;
  font-weight: 600;
  letter-spacing: 9.7px;
  z-index: -1;
  transform: translateY(-115%);
}

.blokken2 article .blokken2_titelimg-titel h2{
  color: #6BBAE1;
  letter-spacing: .8px;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 2.5em;
  font-weight: 400;
}

.blokken2 ul{
  list-style: disc;
  margin-left: 20px;
}

.blokken2_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 10px;
}

.blokken2_titel h3 {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 8em;
  color: #fbf5e7;
  font-weight: 600;
  letter-spacing: 9.7px;
  z-index: 0;
  transform: translateY(-50%);
}

.blokken2_titel h2 {
  color: #6BBAE1;
  letter-spacing: 0.8px;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 2.5em;
}

.blokken2_tekst {
  font-size: 1.1em;
  line-height: 190%;
}

.blokken2_knop{
  margin-top: 50px;
}

.blokken2 article:nth-of-type(even) .blokken2_knop{
  float: right;
}

.blokken2_knop a{
  padding: 10px 30px;
  font-size: 1.1em;
  background-color: #6bbae1;
  border-radius: 200px;
  color: #FFF;
}

.blokken2_knop:hover i{
  margin-left: 15px;
  margin-right: 0;
}

.blokken2 article a i {
  margin-left: 10px;
  margin-right: 5px;
  transition: all .5s; 
}

.blokken2 article:nth-child(even) img {
  order: 3;
}

/* Einde blokken 2 */

/* galerij */

/* In Beeld */

.in_beeld {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin: auto;
  margin-top: 3em;
}

.in_beeld article {
  width: 24%;
  margin: .5%;
  cursor: pointer;
  overflow: hidden;
}

.in_beeld article .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  display: flex;
  opacity: 0;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  font-size: 2em;
  transition: all .3s;
  z-index: 2;
}

.in_beeld article:hover .overlay {
  opacity: 1;
}

.in_beeld article:hover img {
  transform: scale(1.1);
}

.in_beeld article img {
  width: 100%;
  transition: all .5s;
}

/* Einde In Beeld */

/* einde galerij */

/* uitnodigingen */

#invites {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 4em auto;
  text-align: center;
}
.four-row-grid div {
  flex: 1 0 24%;
}

.four-row-grid img {
  max-width: 80%;
}

/* einde uitnodigingen */

#invites {
  justify-content: space-evenly;
}

.invite {
  border: 1px solid #b6f066;
  width: 500px;
  margin-bottom: 3em;
}


/* Contact */


.contact_slider {
  width: 100%;
}

.contact_slider .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  border: none;
  z-index: 2;
  background-color: #f97f0c;
}

.contact_slider .slick-next {
  left: initial;
  right: 10px;
}

.contact {
  width: 90%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  margin: 0 5%;
  padding: 50px;
  position: relative;
  background-color: white;
  margin-top: -100px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
.contact_form {
  width: 60%;
}

.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #dadada;
  width: 100%;
  font-family: "Poppins";
  font-size: 16px;
}

.contact_form input[type=submit] {
  padding: 12px 30px;
  background-color: transparent;
  border: 2px solid #6BBAE1;
  color: #6BBAE1;
  margin-top: 10px;
  border-radius: 200px;
  font-size: 20px;
  font-family: "Poppins";
  transition: all .3s;
}

.contact_form input[type=submit]:hover {
  color: #FFF;
  background-color: #6BBAE1;
}

.contact_form input[type=submit]:disabled {
  opacity: .3;
  background-color: transparent;
  color: #6BBAE1;
  cursor: auto;
}

.contact_form textarea {
  height: 150px;
}

.contact_form h1 {
  font-size: 25px;
  color: #6BBAE1;
  margin-bottom: 15px;
}

.contact_mini {
  width: 35%;
}

.contact_mini h2 {
  font-size: 25px;
  color: #6BBAE1;
  margin-bottom: 15px;
}

.contact_mini div {
  color: #afafaf;
  font-size: 1.1em;
  line-height: 200%;
}

.contact_mini table {
  border-collapse: collapse;
  margin-top: 1em;
  font-size: 0.9em;
}

.contact_mini td {
  padding: 0 11px;
  text-align: left;
}

.contact_mini td:first-of-type {
  font-weight: 400;
}

.contact_mini td:nth-of-type(2) {
  font-weight: 300;
}

#FotoInput {
  width: 100%;
  margin-bottom: 1em;
}


/* Einde Contact */

/* Ticker tape */

body .slogan {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  color: #D0DCE2;
  line-height: 120%;
  width: 90%;
  margin: 4rem auto;
}

body .slogan span {
  color: #6BBAE1;
}

.screen-container {
  /* width: 1400px; */
  margin-left: auto;
  margin-right: auto;
}

.screen-container-large {
  /* width: 1600px; */
  margin-left: auto;
  margin-right: auto;
}

/* Einde ticker tape */


/* Media Query's */

@media screen and (max-width: 1600px){
  .screen-container-large {
    width: 1400px;
  }
}


@media screen and (max-width: 1500px) {
  .units article {
    width: 49%;
  }

  .units article:nth-child(2n) {
    margin-right: 0;
  }

  .units article:nth-child(3n) {
    margin-right: 2%; 
  }
}

@media screen and (max-width: 1400px) {
  .logos a {
    width: 31.33%;
  }

  .screen-container {
    width: 95%;
  }
  .screen-container-large {
    width: 95%;
  }
}

@media screen and (max-width: 1300px){
  .blog-overzicht .blog-item {
    width: 98%;
  }
}

@media screen and (max-width: 1250px){

    body .slogan {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 1200px) {
  /* aside {
    display: none;
  } */

  .nav_aside{
    display: none;
  }

  .blog-main{
    width: 100%;
  }

  .blog-overzicht .blog-item {
    width: 48%;
  }

  /* .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  } */
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }

  .resnavigation {
    display: flex;
  }

  main {
    padding-top: 103px;
  }

  .contactbutton {
    display: none;
  }

  html, body {
    overflow-y:scroll;
    height: initial;
  }

  main {
    height: initial;
    overflow: auto;
  }
  .container {
    height: initial;
    overflow: inherit;
  }

  body {
    overflow: auto;
  }
  .prijslijst {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .prijslijst img {
    max-height: 90vh;
  }
}

@media screen and (max-width: 1100px) {
  .overheader {
    width: 100%;
    margin: 0%;
  }

  .dranken article {
    width: 100%;
    padding: 15px;
  }

}

@media screen and (max-width: 1050px){
  body footer {
    justify-content: space-between;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body footer>div {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 1000px) {

  aside{
    max-width: 100%;
  }
  
  .blog-aside{
    height: auto;
  }

  .blokken {
    -ms-align-items: center;
    align-items: center;
  }

  .blokken article {
    flex-wrap: wrap;
  }

  .blokken_content {
    width: 100%;
    order: 2;
    padding: 30px 0;
  }

  .blokken article>img {
    width: 100%;
    order: 1 !important;
  }

  .blokken article:nth-of-type(even) .blokken_titelimg-titel{
    order: 2;
  }

  .blokken2 {
    -ms-align-items: center;
    align-items: center;
  }

  .blokken2 article {
    flex-wrap: wrap;
  }

  .blokken2_content {
    width: 100%;
    order: 2;
    padding: 30px 0;
  }

  .blokken2 article>img {
    width: 100%;
    order: 1 !important;
  }

  .blokken2 article:nth-of-type(even) .blokken2_titelimg-titel{
    order: 2;
  }  

    .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    /* order:2; */
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .blog-main {
    width: 100%;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }
  /* .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  } */

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: none;
  }

  .blog-recent .blog-item {
    width: 45%;
  }

  .overheader_tekst {
    padding-left: 0;
    border-left: none;
  }

  .blokken_titel h3 {
    border-left: none;
    padding-left: 0;
  }

  .blokken article .blokken_titelimg-img{
    width: 100%;
  }

  .blokken article .blokken_titelimg-titel{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blokken2_titel h3 {
    border-left: none;
    padding-left: 0;
  }

  .blokken2 article .blokken2_titelimg-img{
    width: 100%;
  }

  .blokken2 article .blokken2_titelimg-titel{
    width: 100%;
    margin-top: 80px;
    /* margin-bottom: 40px; */
  }

  .contact_form {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-bottom: 50px;
  }

  .contact_mini {
    width: 100%;
  }

  .contact, .aanbod_pagina, .aanbod_detail {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }



  .aanbod_detail_info {
    flex-wrap: wrap;
  }

  .unit_form {
    margin-top: 50px;
  }

  .aanbod_detail_info .gegevens {
    width: 100%;
  }

  .aanbod_detail_info .gegevens>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .overheader_ak {
    width: 100%;
    margin-top: 30px;
  }

  .overheader div {
    width: 100%;
  }

  .overheader {
    flex-wrap: wrap;
  }
  .overheader_tekst {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {

  .in_beeld article {
    width: 32.33%;
  }
}

@media screen and (max-width: 850px){
  body footer {
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  body footer>div {
    margin: unset;
    width: 48%;
    margin-bottom: 4rem;
  }
  body footer>div.social {
    display: none;
  }
  body footer>div.social-mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 50%;
  }
  body footer>div.social-mobile p {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  footer .social a{
    width: 45px;
  }
}

@media screen and (max-width: 800px){
  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }
  .blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }
  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
    margin-bottom: 2%;
  }
  .blog-content-row .multi-img-holder.three>*:last-child{
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .aanbod_detail_fotos>div {
    width: 50%;
  }

  .aanbod_pagina, .contact {
    padding: 20px;
  }

  .aanbod_detail>h1, .aanbod_detail>h2, .aanbod_detail_tekst, .aanbod_detail_fotos {
    padding: 0 20px;
  }

  .aanbod_detail {
    padding: 20px 0;
  }

  .aanbod_pagina {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .aanbod_pagina h1, .aanbod_pagina h2 {
    text-align: center;
  }

  .aanbod_tekst {
    color: #9f9f9f;
    text-align: center;
  }
  
  .blokken {
    width: 100%;
  }

  .blokken2 {
    width: 100%;
  }

  .blokken2 article .blokken2_titelimg-titel{
    padding: 10px;
  }

  .blokken_tekst p{
    padding: 10px;
  }

  .blokken article .blokken_titelimg-titel{
    padding-left: 10px;
    padding-right: 10px;
  }

  .overheader {
    padding: 30px 20px;
  }

  .contact_form h1, .contact_mini h2, .overheader h1, .aanbod_pagina h1 {
    font-size: 1.5em;
  }

  .contact_mini div, .blokken_tekst, .aanbod_tekst, .aanbod_detail_info .gegevens>div {
    font-size: 1em;
  }

  .contact_mini div, .blokken2_tekst, .aanbod_tekst, .aanbod_detail_info .gegevens>div {
    font-size: 1em;
  }  
  
  .contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
    font-size: 16px;
  }

  .unit_form input[type=submit] {
    width: 100%;
  }

  .logos a {
    width: 48%;
  }
}

@media screen and (max-width: 700px){

    body .slogan {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }

  .in_beeld {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .in_beeld article {
    width: 49% !important;
    margin: 0;
    margin-bottom: 0.5em;
  }

  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .prijslijst img {
    max-height: 100vh;
    max-width: 95%;
  }

  .in_beeld article {
    width: 49% !important;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .dranken article {
    font-size: .8em;
  }

  .units article {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }

  .res-nav {
    right: -600px;
    width: 100%;
  }

  .top_res_nav {
    justify-content: center;
    width: 65px;
    height: 65px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 200px;
    margin-top: 50px;
  }

  .res-nav nav {
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
  }

  .navitem {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .navitem a {
    width: 100%;
    text-align: center;
  }

  .menu-is-open {
    right: 0;
  }

  .blokken_content #formules, .blokken_content #info-blokken  {
    width: 95%;
    margin: 2em auto;
  }

  .blokken2_content #formules, .blokken2_content #info-blokken2  {
    width: 95%;
    margin: 2em auto;
  }  

  #popup-inschrijven {
    width: 90%;
    margin: 1em auto;
    background-color: #fefefe;
    left: 5%;
    right: 5%;
  }
  
  #popup-inschrijven h2 {
    font-family: 'Kalam', cursive;
    color: #f97f0c;
    font-size: 2em;
  }

  #uitnodigingen img {
    margin: auto;
    width: 99%;
  }

  #fotogalerij {
    width: 90%;
  }
  .four-row-grid div {
    flex: 1 0 50%;
  }
  
  .four-row-grid div:first-of-type {
    margin-bottom: 10%;
  }
  .four-row-grid img {
    max-width: 80%;
  }

  .header-span {
    display: none;
  }

  body footer {
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    flex-direction: column;
  }
  body footer>div {
    width: 100%;
    text-align: center;
  }
  body footer>div .content {
    justify-content: center;
  }

  body footer>div .content .icons{
    display: none;
  }

  #dasmap{
    height: 300px;
  }

  footer .social{
    justify-content: center;
  }
  
}


@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .aanbod_detail_info .gegevens>div {
    font-size: .8em;
  }

  .blog-overzicht .blog-item{
    width: 100%;
  }
}

@media screen and (max-width: 450px){
  .blokken article .blokken_titelimg-titel h2{
    font-size: 1.8em;
  }

  .blokken article .blokken_titelimg-titel h3{
    top: 250%;
  }

  .blokken2 article .blokken2_titelimg-titel h2{
    font-size: 1.8em;
  }

  .blokken2 article .blokken2_titelimg-titel h3{
    top: 43%;
  }  
}

@media screen and (max-width: 410px){
  .blokken2 article .blokken2_titelimg-titel h3{
    top: 39%;
  }  
}

@media screen and (max-width: 400px){
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 350px){
  .blokken2 article .blokken2_titelimg-titel h3{
    top: 33%;
  }  
}


/* HEIGHT MEDIA QUERYS */

@media screen and (max-height: 800px) {
  .contactbutton {
    display: none;
  }

}

@media screen and (max-height: 850px) {
  .navigatie nav{
    margin-top: 0;
  }

  .navigatie nav a{
    padding: 23px 0;
  }
}

@media screen and (max-height: 750px){
  .navigatie>a>img{
    margin: 15px 0;
  }
}

@media screen and (max-height: 710px){
  .navigatie>a>img{
    margin: 5px 0;
  }
}




/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
 .cf:before,
 .cf:after {
   content: " "; /* 1 */
   display: table; /* 2 */
 }
 
 .cf:after {
   clear: both;
 }
 
 /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  .cf {
   *zoom: 1;
 }