@charset "UTF-8";

.page-image{
  display: flex;
  justify-content: center;
}

.page-specific-image {
  height: 500px; /* Stel de gewenste hoogte in */
  object-fit: contain; /* Zorg dat de afbeelding proportioneel blijft */
  object-position: center; /* Centreer de afbeelding binnen het kader */
  display: block; /* Zorg dat de afbeelding correct wordt weergegeven */
  padding-bottom: 50px; /* Optioneel: Centreer de afbeelding */
}


.form-item.full h4{
  text-align: left;
  padding-bottom: 10px;
  letter-spacing: 15px;
}

.modal-body textarea{
  margin-bottom: 10px;
  height: 10vw;
}

.page-content{
    margin: 0 40px;
}

#dynamicModal {
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  overflow: hidden;
}

.modal-header {
  background-color: #ebdbbf;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  padding: 20px;
}

.info-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subpages-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.subpage-content {
  word-break: break-word;
  flex: 1 calc(33.333% - 20px);
  align-items: center;
  box-sizing: border-box;
  margin-top: -30px;
  padding: 10px;
}

.subpages-container.single .subpage-content {
  flex: 0 1 100%;
}

.subpages-container.double .subpage-content {
  flex: 0 1 calc(50% - 20px);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
}

.modal label {
  color: #ebdbbf;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}


.contact-info p {
  color: #ebdbbf !important;
}

.form-item.half{
  display: inline-flex;
  width: 49%;
}

.form-item.half:nth-child(odd) {
  padding-right: 2%;
}

.form-buttons {
  display: flex;
  justify-content: center;
  width: 25%;
  background-color: #ebdbbf;
  font-size: 12px;
  font-family: "Bookman Old Style", "Georgia", serif;
  padding: 1px 28px;
  border-radius: 4px;
  margin-top: 20px;
  transition: 0.5s;
}

.form-buttons:hover{
  transition: 0.5s;
    transform: scale(1.1);
    background-color: white;
    color: #191250;
}

img{
  width: 80%;
}

html{
	scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}
.content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.logo_home img {
  width: 35%;
  padding-top: 50px;
  margin-left: 50%;
  transform: translate(-50%);
		transition: 0.6s ease;
}
.hide {
display: none;
}

.column img {
  width: 100%;
}
.text {
  position: relative;
  z-index: 1;
}
.wrapperHeader {
  background-image: url(img/header.svg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 81;
  position: relative;
  text-decoration: none;
  padding-bottom: 70px;
}
.wrapperFooter {
  background-image: url(img/footer.svg);
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  text-decoration: none;
}
.wrapperHeader h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ebdbbf;
  text-decoration: none;
  list-style: none;
  padding-top: 50px;
}

.wrapper h1 {
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: 500;
  font-size: 32px;
  color: #191250;
  text-decoration: none;
  letter-spacing: 7px;
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 30px;
  margin-top: 0;
    word-break: break-word;
}


h2 {
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: 500;
  font-size: 30px;
  color: #191250;
  text-decoration: none;
  text-align: center;
  letter-spacing: 10px;
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 30px;
  margin-top: 0;
    word-break: break-word;
}
h3 {
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: bold;
  font-size: 20px !important;
  color: #191250;
  text-decoration: none;
  line-height: 1.6;
  padding-bottom: 25px;
  margin-top: 0;
    letter-spacing: 2px;
    word-break: break-word;
}
h4 {
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
  color: #ebdbbf;
  text-decoration: none;
  letter-spacing: 15px;
}
h5 {
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
  color: #ebdbbf;
  text-decoration: none;
  letter-spacing: 15px;
  text-align: center;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #191250;
  text-decoration: none;
  line-height: 2.3;
}
.intro {
  width: 50%;
  /*font-weight: 500; bold can be added in ckeditor*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
li {
  text-align: center;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  
}
.icons{
  
}
/* .penseel img:hover, .plank img:hover, .wand img:hover, .kleur img:hover{
transition: 0.3s;
	transform: scale(1.1); 
}*/
.column {
  display: inline-block;
  width: 33.33%;
  z-index: 0;
  padding-left: 0;
  transition: 0.6s ease;
  /*text-align: center;*/
}
#overOns {
  margin-bottom: 5%;
  background-color: none;
}
/*.columnfooter {
  display: inline-block;
  padding-right: 10%;
}*/
.containerGegevens p {
  color: #ebdbbf;
}
.containerGegevens a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: white;
  line-height: 2;
  text-decoration: underline;
}
input[type=text], textarea, [type=number] {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: #ebdbbf;
  background-color: #191250;
  line-height: 2;
  width: 100%;
  padding: 8px;
  border: 1px solid #ebdbbf;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
  resize: vertical;
}
textarea {
  height: 200px;
}
input[type=submit] {
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 5px;
  background-color: #ebdbbf;
  color: #191250;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}
.containerContact {
  border-radius: 3px;
  border-color: #ebdbbf;
  background-color: none;
  width: 50%;
  margin-bottom: 50px;
	padding-top: 80px;
}

.containerGegevens a{
 color: white !important;
	text-decoration: underline !important;
}
.btn {
    
    display: flex;
    justify-content: center;
    /*background-color: #ebdbbf;*/
    font-size: 15px;
    font-weight: normal;
    color: #1D1654;
    font-family: "Bookman Old Style", "Georgia", serif;
    border-radius: 1px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 0;
    cursor: pointer;
}


.btnTop{
	text-decoration: none;
}
.overOns {
  color: #191250;
	background-color: #ebdbbf;
  margin-right: 20px;
  text-decoration: none;

}
.overOns:hover {
  background-color: white;
	 text-decoration: none;
}

.meerInfo {
  color: #ebdbbf;
  background-color: #191250;
    
    
    
  margin: auto;
  margin-top: 30px;
  margin-bottom: 100px;
  transition: 0.5s;
    
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: normal;
    font-family: "Bookman Old Style", "Georgia", serif;
    border-radius: 1px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 0;
}
.meerInfo:hover {
  background: #ebdbbf;
  color: #191250;
  transform: scale(1.1);
	transition: 0.5s;
}
.flex-container{
  display: flex;
  flex-wrap: nowrap;
  background-color: none;
  justify-content: center;
  z-index: 0;
	transition: 0.6s ease;
	gap: 50px;
width: 80%;
	margin: auto;
}

.container-btnTop {
  display: flex;
  flex-wrap: nowrap;
  background-color: none;
  justify-content: center;
    align-items: center;
  z-index: 0;
  transition: 0.5s ease;
  gap: 50px;
  width: 80%;
  margin: auto;
  
}

.container {
  display: flex;
  flex-wrap: nowrap;
  background-color: none;
  justify-content: center;
  z-index: 0;
}
.section1_bg {
  background-image: url("img/penseelbg.svg");
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  z-index: -1;
}
.section2_bg {
  background-image: url("img/plankbg.svg");
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.section3_bg {
  background-image: url("img/behangrolbg.svg");
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -4px;
  z-index: -1;
}
.section4_bg {
  background-image: url("img/kleurenwaaier.svg");
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.section5_bg {
  background-image: url("img/penseelstroken2-01.svg");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  margin-bottom: 0;
  margin-top: -4px;
  padding-top: 0;
}
a {
  text-decoration: none;
}
a:hover, a:visited, a:link, a:active{
    text-decoration: none;
	color: #191250;
}
.slideshow-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.myslides {
  height: 60vh;
}
.mySlides img {
  width: 100%;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 70px; /* 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 */
}
/* Modal Content */
.modal-content {
  background-color: #191250;
  margin: auto;
  padding: 20px;
  border: 1px solid;
  width: 80%;
}
/* The Close Button */
.close {
  color: #ebdbbf;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.containerModal {
  margin: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.iconen {
  padding-top: 100px;
  padding-bottom: 100px;
}
.columnIconen{
	width: 35%;
  transition: 0.5s;
}

.columnIconen:hover{
			transition: 0.5s;
	transform: scale(1.1);
}
.peterpeeters{
	width: 50%;
}
  .invul {
	  width: 100%;
	  gap: 10px;
  }
 .kader {
    width: 100%;
	  gap: 10px;
  }

  .menuButton {
    display: flex;
    justify-content: center;
    background-color: #ebdbbf;
    font-size: 15px;
    font-weight: normal;
    color: #1D1654;
    font-family: "Bookman Old Style", "Georgia", serif;
    border-radius: 1px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 0;
      text-align: center;
    
  }

  .menuButton:hover {
    background-color: white;
    transition: 0.5s;
    transform: scale(1.1);
    color: #191250;
  }

  .menuButton a{
    display: flex;
    width: 100%;
    justify-content: center;
    text-decoration: none;
    color: #191250;
  }

  .menuButton a:hover {
    color: #191250;
  }

  .footerLinks {
    display: flex;
    gap: 15px;
  font-size: 16px !important;

}

.form-item.full h4{
  text-align: left;
  padding-bottom: 10px;
  margin-left: 5px;
  font-size: 1.5em;
}

@media only screen and (min-width: 1279px) {
    

    
  .modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

  .form-item.full h4{
    text-align: left;
    padding-bottom: 10px;
    margin-left: 5px;
    font-size: 1.5em;
  }

  .footer-form {
    width: 60%;
    margin: 0 auto;
  }

  .subpages-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
}

  .containerGegevens2 {
    padding-bottom: 35px;
    line-height: 2;
}

.fullMenu{
  display: block;
}

  .flex-container {
	  padding-right: 0;
    padding-left: 0;
  }
	.kader{
		padding: 0;
	}
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .invul {
    padding-right: 0;
    padding-left: 0;
  }
  .logo_home img {
    width: 40%;
    padding-bottom: 20px;
  }
  .iconen {
    display: flex;
    flex-direction: row;
    flex: 2;
    margin: auto;
  }

  .icons h1{
    font-size: 1.5em;
  }

  h1 {
    padding-top: 20px;
  }
  .intro {
    width: 50%;
    padding: 3%;
    margin: auto;
    padding-bottom: 100px;
  }
  .slideshow-wrapper {
    width: 100%;
  }
  .column {
    /*text-align: center;*/
    margin-right: 1%;
    margin-bottom: 5%
  }
  .peterpeeters {
    width: 50%;
  }
  .column img {
    width: 50%;
  }
  input[type=text], textarea {
    font-size: 16px;
  }
  textarea {
    height: 100px;
  }
  input[type=submit] {
    display: block;
    font-size: 16px;
    margin-top: 20px;
  }
  input[type=text] {
    height: 50px;
  }
  input[type=submit] {
    font-size: 16px;
    letter-spacing: 0;
  }
  .wrapperHeader {
    padding-bottom: 50px;
  }
}

/* MEDIA QUERIES SCREEN */
@media only screen and (max-width: 1279px) {
    
    .subpage-content {
    flex: 1 calc(50% - 20px);
}
    
    
    
  .form-item.full h4{
    text-align: left;
    padding-bottom: 10px;
    margin-left: 5px;
    font-size: 1.5em;
  }

  .footer-form {
    width: 60%;
    margin: 0 auto;
  }

  .subpages-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
}

  .containerGegevens2 {
    padding-bottom: 35px;
    line-height: 2;
}

.fullMenu{
  display: block;
}

  .flex-container {
	  padding-right: 0;
    padding-left: 0;
  }
	.kader{
		padding: 0;
	}
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .invul {
    padding-right: 0;
    padding-left: 0;
  }
  .logo_home img {
    width: 40%;
    padding-bottom: 20px;
  }
  .iconen {
    display: flex;
    flex-direction: row;
    flex: 2;
    margin: auto;
  }

  .icons h1{
    font-size: 1.5em;
  }

  h1 {
    padding-top: 20px;
  }
  .intro {
    width: 50%;
    padding: 3%;
    margin: auto;
    padding-bottom: 100px;
  }
  .slideshow-wrapper {
    width: 100%;
  }
  .column {
    /*text-align: center;*/
    margin-right: 1%;
    margin-bottom: 5%
  }
  .peterpeeters {
    width: 50%;
  }
  .column img {
    width: 50%;
  }
  input[type=text], textarea {
    font-size: 16px;
  }
  textarea {
    height: 100px;
  }
  input[type=submit] {
    display: block;
    font-size: 16px;
    margin-top: 20px;
  }
  input[type=text] {
    height: 50px;
  }
  input[type=submit] {
    font-size: 16px;
    letter-spacing: 0;
  }
  .wrapperHeader {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 959px) {
    
  .icons img {
    width: 80%;
  }
    
      .icons h1 {
    font-size: 18px;
  }
    
    .wrapperHeader h1 {
      padding-top: 15px;
    }
    
      .columnIconen {
    width: 50%;
  }
    
    .subpages-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

  .container-btnTop {
    display: flex;
    flex-wrap: nowrap;
    background-color: none;
    justify-content: center;
    align-items: center;
    z-index: 0;
    transition: 0.5s ease;
    gap: 20px;
    width: 70%;
    margin: auto;
    flex-direction: column;
}
 
  .form-item.full h4{
    text-align: left;
    padding-bottom: 10px;
    margin-left: 5px;
    font-size: 1.3em;
  }

  .footer-form {
    width: 90%;
    margin: 0 auto;
  }

  .footer-form .form-item.full h4{
    text-align: center;
    padding-bottom: 30px;
  }

  .footerLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  font-size: 16px;

}

  .containerGegevens2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.menuButton {
    
   
}

  .form-buttons {
    display: flex;
    justify-content: center;
    background-color: #ebdbbf;
    font-size: 12px;
    font-family: "Bookman Old Style", "Georgia", serif;
    padding: 1px 28px;
    border-radius: 4px;
    margin-top: 20px;
    width: auto;
	  transition: 0.5s;
  }

  .logo_home img {
    width: 50%;
    padding-bottom: 50px;
  }

  .flex-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-basis: 0;
    flex-shrink: 0;
  }

  .container {
	  width: 90%;
	  flex-basis: 2;
    flex-shrink: 2;
    padding-bottom: 5%;
    margin: auto;
  }

  .column {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5%;
    z-index: 0;
	    	transition: 0.6s ease;
  }

  .iconen {
    padding-top: 0px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
  }

	.columnIconen{
	  width: 50%;
  }

  img {
    width: 60%;
}

  .overOns {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 6vw;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 25px;
  }

  li {
    padding-top: 2%;
  }

  p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }

  h2 {
    font-size: 25px;
    letter-spacing: 5px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 10px;
  }

	.intro {
    width: 80%;
    padding-bottom: 50px;
  }

  .wrapperFooter p {
    font-size: 16px;
    text-align: center;
  }

  .fullMenu{
    display: none;
  }
    
  .mobile-menu{
    display: block;
  }

  .logo_footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    padding-top: 50px;
  }

  .containerContact {
    width: 90%;
    margin: auto;
	  padding-top: 50px;
  }

  .containerGegevens {
    width: 90%;
    margin: auto;
	  padding-top: 50px;
  }

  .containerGegevens {
    padding-left: 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    float: right;
    height: 36px;
    margin: 4px 0 0;
    outline: medium none;
    position: absolute;
    right: 40px;
    top: 75px;
    width: 36px;
    z-index: 95;
  }

  .top-menu {
    top: 0px;
    width: 26px;
    height: 1px;
  }

  .mid-menu {
    top: 10px;
    width: 26px;
    height: 1px;
  }

  .bottom-menu {
    top: 21px;
    width: 26px;
    height: 1px;
  }

  .mobilemenu_underlay {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 23, 22, 0.95);
    z-index: 80;
  }

  .footer-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .containerGegevens2 a{
    display: flex;
    flex-direction: column;
    align-content: center;
    text-decoration: underline;
    color: #ebdbbf;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

}

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

    
    .page-content{
        margin: 0 15px;
    }

  .subpages-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
      padding: 0;
}

  .form-buttons {
    display: flex;
    justify-content: center;
    background-color: #ebdbbf;
    font-size: 12px;
    font-family: "Bookman Old Style", "Georgia", serif;
    padding: 1px 28px;
    border-radius: 4px;
    width: auto;
    margin-top: 20px;
}

.form-buttons .btn {
  font-size: 14px;
}

  .footer-form {
    width: 90% !important;
    margin: 0 auto;
}

  .containerGegevens2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-left: 0;
}

.btn {
/*  text-decoration: none;
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: regular;
  letter-spacing: 5px;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.5s ease;*/
}

input[type=text], textarea, input[type=number]{
  height: 50px;
}

  .logo_home img {
    width: 50%;
    padding-bottom: 50px;
  }

  .flex-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-basis: 0;
    flex-shrink: 0;
  }
  .container {
	  width: 90%;
    flex-basis: 2;
    flex-shrink: 2;
    padding-bottom: 5%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .column {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5%;
    z-index: 0;
	  transition: 0.6s ease;
  }

  .iconen {
    padding-top: 0px;
    padding-bottom: 100px;
  }

	.columnIconen{
	  width: 50%;
    margin-top: 10px;
  }
  .overOns {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 15vw;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 9px;
  }

  .overOns a{
    font-size: 20px;
  }

  li {
    padding-top: 2%;
    width: 100%;
  }

  p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }

  h2 {
    font-size: 25px;
    letter-spacing: 5px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 10px;
  }

	.intro {
    width: 80%;
  }

  .wrapperFooter p {
    font-size: 16px;
    text-align: center;
  }

  .fullMenu{
    display: none;
  }

	.mobile-menu{
    display: block;
  }

  .logo_footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    padding-top: 50px;
  }

  .containerContact {
    width: 90%;
    margin: auto;
	  padding-top: 50px;
  }

  .containerGegevens {
    width: 90%;
    margin: auto;
	  padding-top: 50px;
    margin-top: -50px;
  }

	.containerGegevens {
    padding-left: 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    float: right;
    height: 36px;
    margin: 4px 0 0;
    outline: medium none;
    position: absolute;
    right: 40px;
    top: 75px;
    width: 36px;
    z-index: 95;
  }

  .top-menu {
    top: 0px;
    width: 26px;
    height: 1px;
  }

  .mid-menu {
    top: 10px;
    width: 26px;
    height: 1px;
  }

  .bottom-menu {
    top: 21px;
    width: 26px;
    height: 1px;
  }

  .mobilemenu_underlay {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 23, 22, 0.95);
    z-index: 80;
  }

  .footer-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .containerGegevens2 a{
    display: flex;
    flex-direction: column;
    align-content: center;
    text-decoration: underline;
    color: #ebdbbf;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;

  }
}

@media only screen and (max-width: 479px) {
    
      .icons img {
    width: 80%;
  }
    
      .icons h1 {
    font-size: 14px;
  }
    
    .wrapperHeader h1 {
      padding-top: 15px;
    }
    
  .modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

  .modal-body textarea{
    margin-bottom: 10px;
    height: 30vw;
  }

  .container-btnTop {
    display: flex;
    flex-wrap: nowrap;
    background-color: none;
    justify-content: center;
    align-items: center;
    z-index: 0;
    transition: 0.5s ease;
    gap: 20px;
    width: 80%;
    margin: auto;
    flex-direction: column;
}

  .formVragen{
    height: 80vw;
  }

  .vraag{
    height: 35vw;
  }

  .menuButton {

  }

  .subpages-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

  .form-buttons {
    display: flex;
    justify-content: center;
    background-color: #ebdbbf;
    font-size: 12px;
    font-family: "Bookman Old Style", "Georgia", serif;
    padding: 1px 28px;
    border-radius: 4px;
    width: auto;
    margin-top: 20px;
}

.form-buttons .btn {
  font-size: 14px;
}

  .footer-form {
    width: 90% !important;
    margin: 0 auto;
}

  .containerGegevens2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-left: 0;
}

.btn {
/*  text-decoration: none;
  font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: regular;
  letter-spacing: 5px;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.5s ease;*/
}

input[type=text], textarea, input[type=number]{
  height: 50px;
}

textarea{
  height: 20vw;
  
}

  .logo_home img {
    width: 50%;
    padding-bottom: 50px;
  }

  .flex-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-basis: 0;
    flex-shrink: 0;
  }
  .container {
	  width: 90%;
	  flex-basis: 2;
    flex-shrink: 2;
    padding-bottom: 5%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .column {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5%;
    z-index: 0;
	  transition: 0.6s ease;
  }

  .iconen {
    padding-top: 0px;
    padding-bottom: 70px;
  }

	.columnIconen{
	  width: 50%;
    margin-top: 10px;
  }
  .overOns {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 15vw;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 9px;
  }

  .overOns a{
    font-size: 20px;
  }

  li {
    padding-top: 2%;
    width: 100%;
  }

  p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  h1 {
    font-size: 18px;
    padding: 8px;
    margin: 0;
  }

  h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 10px;
  }

	.intro {
    width: 80%;
    padding: 3%;
    margin: auto;
    padding-bottom: 50px;
}

  .wrapperFooter p {
    font-size: 16px;
    text-align: center;
  }

  .fullMenu{
    display: none;
  }

	.mobile-menu{
    display: block;
  }

  .logo_footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    padding-top: 50px;
  }

  .containerContact {
    width: 90%;
    margin: auto;
	  padding-top: 50px;
  }

  .containerGegevens {
    width: 90%;
    margin: auto;
	  padding-top: 50px;
    margin-top: -50px;
  }

	.containerGegevens {
    padding-left: 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    float: right;
    height: 36px;
    margin: 4px 0 0;
    outline: medium none;
    position: absolute;
    right: 40px;
    top: 75px;
    width: 36px;
    z-index: 95;
  }

  .top-menu {
    top: 0px;
    width: 26px;
    height: 1px;
  }

  .mid-menu {
    top: 10px;
    width: 26px;
    height: 1px;
  }

  .bottom-menu {
    top: 21px;
    width: 26px;
    height: 1px;
  }

  .mobilemenu_underlay {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 23, 22, 0.95);
    z-index: 80;
  }

  .footer-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.footer-content {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 30px;
}

.containerGegevens2 {
  display: flex;
  flex-direction: column;
  width: 30%;
  align-self: center;
}

.containerGegevens2 a{
  display: flex;
  flex-direction: column;
  align-content: center;
  text-decoration: underline;
  color: #ebdbbf;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;

}

.containerGegevens2 a:hover{
  color: white;
}

@media only screen and (max-width: 634px) {
  img{
    width: 50%;
  }
}

/* @media only screen and (min-width: 768px) and (max-width: 907px) {}
@media only screen and (max-width: 767px) {
	.menu{
		display: flex;
		justify-content: space-between;
	}
	.logo_home img {
    padding-top: 50px;
	  padding-bottom: 0;
 	width: 45%;
  margin-left: 10%;
	    transform: none;
	    }
	.hide {
		display: inline;
				}
	/* .hamburger img {
height: 30px;	
padding-top: 50px;
		margin-right: 10%;
}*/

/* 	.penseel img, .plank img, .wand img, .kleur img{
display: none;
}
	.overOns {
display: none;
}
	h1{
font-family: "Bookman Old Style", "Georgia", serif;
  font-weight: 500;
  font-size: 18px;
		letter-spacing: 5px;
		  text-transform: uppercase;
			}
	
  h4 {
    letter-spacing: 10px;
  }
	.wrapperHeader {
  background-image: url(img/header.svg);
  width: 100%;
  padding: none;
	margin: none;
}

  .btn {
    letter-spacing: 2px;
    padding: 12px 20px;
  }
  input[type=text], textarea {
    padding: 5px;
  }
  textarea {
    height: 120px;
  }
  .wrapperFooter p {
    font-size: 16px;
  }


}



