.container {
  display: flex;
  position:relative;
  width: 770px;
  height:555px;
  top:150px;
 align-items:center;
}

.contactbox {
flex: 1;
width: 400px;
height: 515px;
z-index:1;

text-align: left;
}


form {
  position:absolute;
    width: 300px;
    margin-left: 0;
    margin-top: 0;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
    height: 473px;
  }


  form h2 {
    text-align: left;
    margin-top:0px;
    line-height: 1.5;
  
  }

  form p {
    line-height: 0.5;
  }

  label {
    display: none;
    margin-bottom: 5px;
    color: grey;
  }

  input, textarea {
    width: 90%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 1em;
  }

  input::placeholder, textarea::placeholder {
    font-size: 0.8em; /* Reduce the placeholder font-size */
    color: #bbbaba; /* Change the placeholder color if needed */
  }

  button {
  background: white;
  font-family: Georgia, serif;
  font-size: 2em;
  font-weight: bold;
  font-variant: small-caps;
  color: black;
  margin-top: 20px;
    padding: 10px 20px;
    border: solid 1.5px black;
    border-radius: 3px;
    cursor: pointer;
  }

  button:hover {
    background: black;
    font-family: Georgia, serif;
    font-size: 2em;
    font-weight: bold;
    font-variant: small-caps;
    color: white;
      padding: 10px 20px;
      border: solid 1.5px white;
      border-radius: 3px;
      cursor: pointer;
    }

    .g-recaptcha {
      width: 290px;
      height:72px;
      border-radius: 4px;
      border-right: 1px solid #d8d8d8;
      overflow: hidden;
     }


  .doos {
    box-sizing: border-box;
    display: flexbox;
    position:relative;
    background: none;
    border: 19px solid darkgrey;
    border-radius: 10px;
    width: 47%;
    height: 600px;
    top: 223px;
    z-index: -7;
    margin-left: auto;
    margin-right: auto;
    }
    


.googlemaps{
  display:block;
  position:absolute;
  height: 475px;
  width: 300px;
  padding: 20px;
  margin-left: 0px;
  text-align: left;
  background-color: #f2f2f2;
  border-radius: 10px;
  }


.googlemaps .iframe {
  border: 1px solid black;
  top: 90px;
  width: 150px;
}



.mapbox {
  display: flex;
  position: absolute;
  top: 200px;
  right: 21%;
  height: 513px;
  width: 100%;
  border-radius: 5px;
  max-width: 400px;
  background-color: #f2f2f2;
  justify-content: center;
  align-items:baseline;
  }

  .mapbox p {
  margin: 0;

}


.mapbox h1{
  font-size: 24px;
}

.mapbox h2{
  font-size: 20px;
}




@media only screen and (max-width: 768px) {
  .plaatje a {
    display: none;
  }
  

  .container {
    position:absolute;
    align-items:center;
    margin-left: 12%;
    margin-top: 0px;
    width: 48%;
      } 

  .googlemaps {
    display:block;
    position:relative;
    top: 675px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 476px;
    width: 210px;
    text-align:center;
    color: white;
    left: 120px;
  }

  footer {
    top: 1400px;
  }

  form {
    left:0px;
    width: 125%;
    padding-left: 25px;
    margin-top: 185px;
  }

  .contactbox {
    padding: 0px;
  }

  label {
    display: none;
    margin-bottom: 0px;
    color: grey;
  }

  .googlemaps .iframe {
    border: 1px solid black;
    top: 90px;
    width: 150px;
  }

 .g-recaptcha {
  width: 200px;
  height:72px;
  border-radius: 4px;
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
 }
}

 @media only screen and (min-width: 769px) and (max-width: 1920px) {
  footer {
      position: absolute;
      top: 841px;
      height: 125px;
      padding: 10px;
  }

  .contactbox {
    margin-left: 18px;
  }

  }