/* Start Imports */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* Hepler Inports */
/* Font's */
/* Color's */
/* #D8BC69 */
/* #BF9D39 */
/* IMG Import's */
/* Whit's */
/* Import SCSS File's */
h1 {
  font-family: "Lato", sans-serif;
  font-size: 80px;
  line-height: 1.05;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

p.large {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

p.medium {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

a.large {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

a.medium {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-family: "Lato", sans-serif;
    font-size: 55px;
    line-height: 1.05;
  }
  h2 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 1.1;
  }
  h3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 1.1;
  }
  p.large {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.6;
  }
  p.medium {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
  p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
  a.large {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.6;
  }
  a.medium {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
  a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
}
/* Import Desktop */
.header-contener {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.header-contener .header-main {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.header-contener .header-main img {
  height: 50%;
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .header-contener .header-main img {
    height: 100%;
    width: 50%;
    margin-left: 10px;
  }
}
.header-contener .header-main .nav {
  display: flex;
  align-items: center;
  width: 50%;
}
.header-contener .header-main .nav .navbar {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-contener .header-main .nav .navbar a {
  color: #1E1E20;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  border-width: medium;
}
.header-contener .header-main .nav .navbar .navbar-nav {
  display: flex;
  justify-content: space-evenly;
  width: 275px;
}
@media only screen and (max-width: 600px) {
  .header-contener .header-main .nav .navbar .navbar-nav {
    display: none;
  }
}
.header-contener .header-main .nav .navbar #active {
  border-bottom: 3px solid #39bbbf;
  border-width: medium;
}
.header-contener .header-main .nav .navbar :hover {
  color: #39bbbf;
}
.header-contener .header-main .nav .dropdown {
  display: none;
}
@media only screen and (max-width: 600px) {
  .header-contener .header-main .nav .dropdown {
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.header-contener .header-main .nav .dropdown .dropbtn {
  background-color: transparent;
  color: #69d1d8;
  box-shadow: none;
}
.header-contener .header-main .nav .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  align-items: center;
}
.header-contener .header-main .nav .dropdown .dropdown-content a {
  color: var(--main-text);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header-contener .header-main .nav .dropdown .dropdown-content #active {
  border-bottom: 3px solid #39bbbf;
  border-width: medium;
}

.main-hero {
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  display: flex;
}
.main-hero .hero-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.main-hero .hero-img h1 {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-weight: normal;
  justify-content: center;
}
.main-hero #home {
  background-image: url("../img/Foto-website/Image-6.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-hero #overons {
  background-image: url("../img/Foto-website/Image-4.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-hero #contact {
  background-image: url("../img/Foto-website/Image-3.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content-contener {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
  margin-bottom: 150px;
}
@media only screen and (max-width: 600px) {
  .content-contener {
    flex-direction: column-reverse;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.content-contener .main-content {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

footer {
  width: 100%;
  background-color: #69d1d8;
  color: #1E1E20;
  position: fixed;
  bottom: 0;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  footer .footer-content {
    height: 100px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse;
    justify-content: center;
  }
  footer .footer-content .navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-content .footer-text {
    display: flex;
    justify-content: center;
  }
}
footer .footer-content {
  height: 100px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 600px) {
  footer .footer-content .footer-text {
    width: 100% !important;
  }
  footer .footer-content .navbar {
    width: 100%;
  }
  footer .footer-content .navbar-nav {
    width: 50%;
  }
}
footer .footer-content .footer-text {
  display: flex;
  width: 25%;
  justify-content: center;
}
footer .footer-content .navbar {
  display: flex;
  justify-content: center;
}
footer .footer-content .navbar a {
  color: #1E1E20;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  border-width: medium;
}
footer .footer-content .navbar .navbar-nav {
  display: flex;
  justify-content: space-evenly;
  width: 275px;
}
footer .footer-content .navbar #active {
  border-bottom: 3px solid #FFFFFF;
  border-width: medium;
}
footer .footer-content .navbar :hover {
  color: #FFFFFF;
}

/* Page Content Import */
.text-content-1 {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .text-content-1 {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
}
.text-content-1 img {
  width: 50%;
  height: 75%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .text-content-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.text-content-1 .text-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.text-content-2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 15px;
  max-height: 500px;
}
@media only screen and (max-width: 600px) {
  .text-content-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 125px;
  }
}
.text-content-2 img {
  width: 100%;
  height: 75%;
  min-width: 425px;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .text-content-2 img {
    height: 100% !important;
    width: 100% !important;
    max-height: 367.25px;
    min-height: 224.89px;
    min-width: 1px !important;
  }
}
.text-content-2 .text-2 {
  display: flex;
  flex-wrap: wrap;
}

.text-content-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.text-content-3 .text-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.text-content-3 img {
  width: 95%;
  height: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.text-content-4 {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .text-content-4 {
    flex-direction: column;
    gap: 25px;
  }
}
.text-content-4 .werknemer-1 {
  display: flex;
  border-style: solid;
  border-width: 5px;
  border-radius: 5px;
  padding: 50px;
  border-color: #39bbbf;
  flex-wrap: wrap;
  flex-direction: column;
}
.text-content-4 .werknemer-1 .social {
  display: flex;
  color: #39bbbf;
  height: 50px;
  gap: 25px;
  font-size: 1.5rem;
  margin-top: 15px;
}
.text-content-4 .werknemer-1 .social a {
  font-size: 1em;
  color: #39bbbf;
}
.text-content-4 .werknemer-1 img {
  display: flex;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.text-content-4 .werknemer-2 {
  display: flex;
  border-style: solid;
  border-width: 5px;
  border-radius: 5px;
  padding: 50px;
  border-color: #39bbbf;
  flex-wrap: wrap;
  flex-direction: column;
}
.text-content-4 .werknemer-2 .social {
  display: flex;
  color: #39bbbf;
  height: 50px;
  gap: 25px;
  font-size: 1.5rem;
  margin-top: 15px;
}
.text-content-4 .werknemer-2 .social a {
  font-size: 1em;
  color: #39bbbf;
}
.text-content-4 .werknemer-2 img {
  display: flex;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.form-main-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .form-main-content {
    flex-direction: column;
    gap: 25px;
  }
}
.form-main-content .form-1 {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .form-main-content .form-1 {
    flex-direction: column;
    align-items: center;
  }
}
.form-main-content .form-1 .form-content-1 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .form-main-content .form-1 .form-content-1 {
    align-items: center;
  }
}
.form-main-content .form-1 .form-content-1 h2 {
  border-bottom: 3px solid #69d1d8;
}
.form-main-content .form-1 .form-content-1 a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.form-main-content .form-1 .form-content-1 .openingstijden {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .form-main-content .form-1 .form-content-1 .openingstijden {
    gap: 25px;
  }
  .form-main-content .form-1 .form-content-1 .openingstijden .dag {
    width: 25% !important;
    display: flex;
    flex-direction: column;
  }
  .form-main-content .form-1 .form-content-1 .openingstijden .tijd {
    width: 75%;
    display: flex;
    flex-direction: column;
  }
}
.form-main-content .form-1 .form-content-1 .openingstijden .tijd p {
  border-left: 3px solid #69d1d8;
  margin-left: 10px;
  padding-left: 10px;
}
.form-main-content .form-2 {
  display: flex;
}
.form-main-content .form-2 .form-content-2 {
  display: flex;
}
.form-main-content .form-2 .form-content-2 #main-form form {
  width: 100%;
  padding: 0 125px;
  /* form content */
  /* error setings style */
}
@media only screen and (max-width: 600px) {
  .form-main-content .form-2 .form-content-2 #main-form form {
    padding: 0 0;
  }
}
.form-main-content .form-2 .form-content-2 #main-form form label {
  font-size: 24px;
  line-height: 1.1;
}
.form-main-content .form-2 .form-content-2 #main-form form #naam, .form-main-content .form-2 .form-content-2 #main-form form #email, .form-main-content .form-2 .form-content-2 #main-form form #tel {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #69d1d8;
  border-radius: 5px;
  outline: none;
  padding: 10px 5px;
  margin: 15px 0;
  background-color: #f0f0f0;
}
.form-main-content .form-2 .form-content-2 #main-form form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #69d1d8;
  border-radius: 5px;
  outline: none;
  padding: 5px 5px 100px 5px;
  margin: 15px 0;
  background-color: #f0f0f0;
}
.form-main-content .form-2 .form-content-2 #main-form form input[type=submit] {
  color: #1E1E20;
  background-color: #69d1d8;
  border-radius: 5px;
  border: none;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 5px rgba(30, 30, 32, 0.1);
  float: right;
}
.form-main-content .form-2 .form-content-2 #main-form form #req {
  display: none;
}
.form-main-content .form-2 .form-content-2 #main-form form #list-req {
  display: none;
}
.form-main-content .form-2 .form-content-2 #main-form form #err {
  display: none;
}
.form-main-content .form-2 .form-content-2 #main-form form #list-err {
  display: none;
  margin-bottom: 10px;
}
.form-main-content .form-2 .form-content-2 #main-form form #errors {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid red;
  border-radius: 5px;
  background-color: rgba(255, 0, 0, 0.1843137255);
}
.form-main-content .form-2 .form-content-2 #main-form form .has-error {
  border: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.1843137255) !important;
}
.form-main-content .form-2 .form-content-2 #main-form form .has-no-error {
  border: 2px solid rgb(0, 255, 0) !important;
  background-color: rgb(155, 255, 155) !important;
}

/* Import tel */
/* End Imports */
body {
  background-color: #FFFFFF;
  margin: 0 0 0 0;
}

nav a {
  text-decoration: none;
}

button {
  color: #1E1E20;
  background-color: #69d1d8;
  border-radius: 5px;
  border: none;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 5px rgba(30, 30, 32, 0.1);
}

button:hover {
  background-color: #39bbbf;
  color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */
