.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sour-gummy {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffffff;
  background-image: url("../images/bg-overlay-1.pngx"), url("../images/portal-back.pngx");
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #101b45;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.container {
  height: 100%;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "h h h h"
    "c c c c"
    "f f f f";
}

.container > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  color: #ffffff;
}

.container > div:nth-child(1n) {
  background-color: transparent;
  flex-direction: column;
}

.container > div:nth-child(2n) {
  background-color: transparent;
  flex-direction: column;
}

.container > div:nth-child(3n) {
  background-color: #2e2f33;
  flex-direction: column;
}

h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #cb0f13;
}

h2 {
  color: #101b45;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  min-height: 70px;
}

p {
  color: #101b45;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  h1 {
    font-size: 17px;
    padding: 0 20px;
  }
  h2 {
    font-size: 15px;
    min-height: 30px;
  }
  p {
    font-size: 13px;
  } 
}

@media (max-width: 480px) {
p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 20px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

a[href^="tel"],
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}

a[href^="tel"]:hover,
a[href^="mailto"]:hover {
  color: #CB0F13;
  text-decoration: none;
}

.header {
  grid-area: h;
  text-align: center;
  padding-top: 10%;
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: center !important;
}

.header-logo-oosterom img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.header-logo-onderling img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .header {
    padding-top: 10px;
  }
  .header-logo-oosterom img, .header-logo-onderling img {
    width: 120px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .header {
    padding-top: 0;
  }
}

.logo-svg img {
  width: 520px;
  height: auto;
}

@media (max-width: 364px) {
  .logo-svg img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .logo-svg img {
    width: 336px;
  }
}

@media only screen and (min-width: 768px) {
  .logo-svg img {
    width: 378px;
  }
}

@media only screen and (min-width: 992px) {
  .logo-svg img {
    width: 520px;
  }
}

.content {
  grid-area: c;
}

.buttons-website {
  width: 40%;
  display: flex;
}

.buttons-website figure {
  width: 50%;
}

@media (max-width: 364px) {
  .buttons-website {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .buttons-website {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .buttons-website {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .buttons-website {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .buttons-website {
    width: 60%;
  }
  .vacature-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .buttons-website {
    width: 50%;
  }
}

@media only screen and (min-width: 1800px) {
  .buttons-website {
    width: 40%;
  }
}

@media only screen and (min-width: 1900px) {
  .buttons-website {
    width: 35%;
  }
}

@media only screen and (min-width: 2000px) {
  .buttons-website {
    width: 35%;
  }
}

@media only screen and (min-width: 2100px) {
  .buttons-website {
    width: 35%;
  }
}

@media only screen and (min-width: 3500px) {
  .buttons-website {
    width: 20%;
  }
}

@media (max-width:1200px) {
  .vacature {
    display: none;
  }
}

a.btn {
  margin: 20px;
  width: 600px;
  height: 80px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #CB0F13;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: none;
  text-decoration: none;
  text-align: center;
}

a.btn:hover {
  background-color: #1C3079;
  color: #ffffff;
}

@media (max-width: 767px) {
  a.btn {
    width: 90%;
    height: 80px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  a.btn {
    width: 90%;
    height: 60px;
    font-size: 12px;
  }
}

.button-vve {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  width: 50%;
}

.button-huur {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  width: 50%;
}

.btn img {
  vertical-align: middle;
  display: block;
  margin-bottom: 20px;
  width: 250px;
}

.btn-image:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .btn img {
    margin-bottom: 10px;
    width: 200px;
  }
}

.footer {
  grid-area: f;
  padding: 20px 0;
  line-height: 0.9em;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #0d9eab;
}

.footer .footer-icon {
  margin-right: 5px;
}

.footer .footer-title {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer .footer-title {
    font-size: 13px;
  }
}

.footer .footer-adres {
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 767px) {
  .footer .footer-adres {
    font-size: 13px;
  }
}

.footer .footer-copyright {
  font-weight: 100;
  font-size: 9px;
}

@media (max-width: 767px) {
  .footer .footer-copyright {
    font-size: 8px;
  }
}

.vacature {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  margin-top: -20px;
  right: 20%;
  height: auto;
  width: auto;
  padding: 40px 90px;
  color: #ffffff;
  background-color: rgb(0, 162, 150, 0.8);
  border-radius: 20px;
  background-image: url("https://temp.havermans.nl/portal/images/pijl.png");
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: 95% 65%;
}

.vacature a {
  color: #2E2F33;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.vacature a:hover, .vacature a:active, .vacature a:focus {
  text-decoration: underline;
  color: #ffffff;
}

.vacature-mobile {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 30px;
  background-color: rgb(0, 162, 150, 0.8);
}

.vacature-mobile a {
  color: #2E2F33;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 30px;
}

.vacature-mobile a:hover, .vacature-mobile a:active, .vacature-mobile a:focus {
  text-decoration: underline;
  color: #ffffff;
}

@media (max-width: 595px) {
  .vacature-mobile a {
    margin-left: 0;
    width: 100%;
    display: inline-block;
  }
}