.container_input {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* General styles */
.container_input input {
  width: 250px;
  border-radius: 0.6rem;
  border: none;
  box-shadow: 10px 10px #DB5442;
}

/* Feature query for Chromium-based browsers (including Opera GX) */
@supports (-webkit-appearance: none) {
  .container_contact {
    padding-top: 20%; /* Adjust padding to prevent content from being cut off */
    margin-top: 20%;
  }
  .map img {
    width: 30%;
  }
}

/* General styles */
.container_input textarea {
  width: 250px;
  border-radius: 0.6rem;
  border: none;
  box-shadow: 10px 10px #DB5442;
  overflow: auto; /* Ensure the textarea can scroll */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: transparent transparent; /* For Firefox */
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container_contact {
  padding-top: 10%;
  height: 100vh;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}

.title {
  text-align: center;
}

.map {
  display: flex;
  justify-content: center;
}

.map img {
  width: 80%;
}

.submit {
  margin-top: 5%; 
  margin-bottom: 3%;
  text-align: center;
  border-radius: 3%;
  }


.submit1 {
  background-color: #DB5442;
  border: none;
  color: white;
  border-radius: 5px;
  box-shadow: 0 0 7px black;
}



#vraag {
  height: 125px;
}

.emailh, .questionh{
  margin-top: 25px;
}
.container_admin_contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3%;
  
}
.postal{
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

@media (min-width: 800px) {
  .submit1 {
      width: 150px;
      height: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container_contact {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
  }
  .map img {
    width: 60%;
  }
  .container_input textarea {
    width: 450px;
    height: 200px !important;
    border-radius: 0.6rem;
    border: none;
    box-shadow: 10px 10px  #DB5442;
  }
  .container_input input {
    width: 450px;
    border-radius: 0.6rem;
    border: none;
    box-shadow: 10px 10px  #DB5442;
  }
}
@media (min-width:1300px){
  .container_contact {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
  }
  .map img {
    width: 50%;
  }
  .container_input textarea {
    width: 450px;
    height: 200px !important;
    border-radius: 0.6rem;
    border: none;
    box-shadow: 10px 10px  #DB5442;
  }
  .container_input input {
    width: 450px;
    border-radius: 0.6rem;
    border: none;
    box-shadow: 10px 10px  #DB5442;
  }
}
/* Styles for Google Nest Hub */
@media only screen and (min-width: 1024px) and (max-width: 1280px) and (min-height: 600px) and (max-height: 800px) {
  .container_contact {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
  }
  .map img {
    width: 40%; /* Adjust width as needed */
  }
  .container_input textarea {
    width: 500px; /* Adjust width as needed */
    height: 100px !important; /* Adjust height as needed */
    border-radius: 0.6rem;
    border: none;
    box-shadow: 10px 10px  #DB5442;
  }
  .container_input input {
    width: 500px; /* Adjust width as needed */
    border-radius: 0.6rem;
    border: none;
    box-shadow: 10px 10px  #DB5442;
  }
  .submit{
    margin-top: 2%; /* Adjust margin as needed */
    margin-bottom: 1%; /* Adjust margin as needed */
  }
}
.captcha {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
}


