*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 0) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  font-size: 18px;
}

.container {
  max-width: 1200px;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
}

ul {
  list-style-type: none;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.burger-trigger {
  position: relative;
  height: 22px;
  width: 30px;
  z-index: 15;
  margin-right: 12px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .burger-trigger {
    display: block;
  }
}
.burger-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000000;
  transition-duration: 0.3s;
}
.burger-trigger span:first-child {
  top: 0px;
}
.burger-trigger span.center {
  top: calc(50% - 1px);
}
.burger-trigger span:last-child {
  bottom: 0px;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 9.5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 9.5px;
}

.theme-header {
  position: fixed;
  background-color: #FFFFFF;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1200px;
  width: 100%;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  z-index: 20;
  padding-bottom: 10px;
}
.theme-header .header-logo-link {
  height: 120px;
  display: contents;
  
}
.theme-header .header-logo-link img {
  height: 100%;
  margin-left: 50px;
}
.theme-header__listItem {
  display: flex;
  margin-right: 15px;
  text-decoration: none;
  font-weight: 700;
  color: #707070;
}
.theme-header__social {
  width: 32px;
  height: 32px;
  margin: 0 4px;
}
.theme-header__buttons {
  display: flex;
  align-items: center;
}
.theme-header__nav {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.theme-header__navburger {
  display: none;
}
.theme-header .hamburger {
  display: none;
  flex-direction: column;
}
.theme-header__dropdown {
  display: none;
}

.theme-header__count {
  border-radius: 999px;
  background-color: black;
  position: absolute;
  top: -10px;
  right: 12px;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 9px;
  padding-right: 9px;
  color: white;
}

@media screen and (max-width: 992px) {
  .theme-header .hamburger {
    width: 32px;
    height: 32px;
    margin-right: 32px;
    display: flex;
    color: #f58220;
    justify-content: left;
  }
  .theme-header__logo {
    max-width: 60%;
    
  }
  .theme-header__buttons {
    display: flex;
    justify-content: flex-end;
  }
  .theme-header__nav {
    display: none;
  }
  .theme-header__navburger {
    display: list-item;
    z-index: 35;
  }
  .theme-header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
  }
  .theme-header__dropdown {
    height: 200px;
    width: 100%;
    border-radius: 25px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in;
  }
  .theme-header__dropdown.active {
    visibility: visible;
    opacity: 1;
  }
  .theme-header__burgerlist {
    text-decoration: none;
    font-weight: 700;
    color: #707070;
  }
  .theme-header__social {
    display: flex;
  }

  .theme-header__count {
    color: white;
    border-radius: 999px;
    background-color: black;
    position: absolute;
    top: 25px;
    right: -5px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media screen and (max-width: 992px){
  .theme-header__count {
    top: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 568px){
  .theme-footer {
    display: flex;
    text-align: center;
  }

  .theme-footer__image {
    margin: 20px auto;
  }

  .theme-footer__contact {
    margin: 3px auto;
  }
}

@media screen and (max-width: 488px) {
  .theme-header__social {
    display: none;
  }
}

.button__orange {
  font-size: 18px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 20px;
  background-color: #f58220;
  color: #FFFFFF;
  transition: 0.2s ease-in;
}
.button__orange:hover {
  transform: translateY(-5px);
  color: white;
  text-decoration: none;
}
.button__white {
  font-size: 18px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #000000;
  transition: 0.2s ease-in;
}
.button__white:hover {
  transform: translateY(-5px);
  color: black;
  text-decoration: none;
}
.button-big {
  padding: 20px 24px;
}

.theme-hero {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://www.a-drie.com/wp-content/uploads/2022/02/haeder1-min-1.jpg);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 100vh;
  background-size: cover;
  align-items: center;
  display: flex;
  position: relative;
  color: #FFFFFF;
  z-index: 10;
}
.theme-hero__title {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 8px 0;
}
.theme-hero__content {
  font-size: 24px;
  margin: 0 0 24px 0;
  max-width: 70%;
}

.theme-content {
  padding: 75px 0;
  margin-bottom: 40px;
}
.theme-content .custom-container {
  max-width: 1400px;
  padding: 100px 115px !important;
}
.theme-content__title {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 900;
}
.theme-content__quote {
  font-size: 22px;
  font-weight: 700;
  color: #f58220;
  margin: 50px;
}
.theme-content__image {
  height: 100%;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
.theme-content__image img {
  height: inherit;
}
.theme-content__image-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 50px;
  background-color: #f58220;
  padding: 20px 30px;
  width: -moz-max-content;
  width: max-content;
}
.theme-content__orange .container {
  background-color: #f58220;
  box-shadow: 0px 5px 50px 0px rgba(158, 72, 0, 0.5);
  border-radius: 50px;
  padding: 100px 15px;
  color: #FFFFFF;
}
.theme-content__orange .theme-content__quote {
  color: #000000;
}

@media screen and (max-width: 1440px) {
  .theme-content .custom-container {
    padding: 100px 15px !important;
  }
}
@media screen and (max-width: 992px) {
  .theme-content {
    padding: 20px 10px;
    margin: 30px 0;
  }
  .theme-content__title {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 900;
    text-align: center;
  }
  .theme-content__quote {
    font-size: 22px;
    font-weight: 900;
    color: #f58220;
    text-align: center;
  }
  .theme-content__content {
    text-align: center;
  }
  .theme-content__image-text {
    bottom: 20px;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #f58220;
    padding: 20px 30px;
    width: -moz-max-content;
    width: max-content;
  }
  .theme-content__image {
    height: 300px;
    border-radius: 50px;
  }
  .theme-content__image img {
    height: inherit;
  }
}
.theme-cta {
  background-image: url("../images/heroimage.jpg");
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-size: cover;
}
.theme-cta__wrapper {
  margin: 100px 0;
  padding: 50px;
  background-color: #f58220;
  border-radius: 50px;
}
.theme-cta__title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  color: #FFFFFF;
  margin: 20px 0;
}
.theme-cta__content {
  margin: 15px 10px 0 0;
}

@media screen and (max-width: 992px) {
  .theme-cta__wrapper {
    padding: 50px;
    margin: 100px -50px;
  }
}
@media screen and (max-width: 568px) {
  .theme-cta__wrapper {
    text-align: center;
  }
}

.theme-footer {
  background-color: #231f20;
  margin-top: -50px;
  padding-top: 150px;
}
.theme-footer__title {
  color: #FFFFFF;
  margin: 0 50px;
}
.theme-footer__image {
  margin-bottom: 32px;
  border-radius: 15px;
  padding: 10px 30px;
  background-color: #FFFFFF;
  width: 240px;
}
.theme-footer__image img {
  box-sizing: inherit;
}
.theme-footer__contact {
  margin: 0 50px;
  color: #FFFFFF;
  text-decoration-line: none;
}
.theme-footer__contact a {
  color: #f58220;
  text-decoration-line: underline;
}
.theme-footer__bottom {
  background-color: #FFFFFF;
  width: 100%;
  margin-top: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 30px 40px;
}
.theme-footer__left {
  color: #808285;
}
.theme-footer__right {
  color: #808285;
  text-align: right;
}

.theme-uptodate {
  font-size: 48px;
  background-color: #efefef;
  text-align: center;
  padding-top: 100px;
  margin-top: -40px;
  position: relative;
  z-index: 5;
}
.theme-uptodate__quote {
  font-size: 48px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.theme-uptodate__image {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 30px;
}
.theme-uptodate__lottie {
  background-color: white;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 40px;
}
.theme-uptodate__animation {
  margin: -70px auto;
  max-width: 90%;
}

.theme-uptodate__utdlogo {
  max-width: 20%;
}
@media screen and (max-width: 768px) {
  .theme-uptodate__quote {
    font-size: 32px;
  }
}

.theme-video {
  padding: 75px 20px;
  background-color: #efefef;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.theme-video__iframe {
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
}
.theme-video__iframe iframe {
  width: 100%;
  height: 100%;
}

.theme-subhero {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://www.a-drie.com/wp-content/uploads/2022/02/haeder1-min-1.jpg);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 65vh;
  background-size: cover;
  align-items: center;
  display: flex;
  color: #FFFFFF;
}
.theme-subhero__title {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 8px 0;
}
.theme-subhero__quote {
  font-size: 20px;
  margin: 0 0 8px 0;
}

.theme-subhero__hours {
  background-color: #f58220;
  color: white;
  padding: 0 15px;
  border-radius: 999px;
  max-width: fit-content;
  font-size: 14px;
  font-weight: 700;
}

.theme-wensen {
  background-color: #383838;
  color: white;
  border-radius: 50px;
  max-width: 65%;
  padding: 66px 75px;
  display: block;
  margin: 50px auto;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.5);
}
.theme-wensen__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0;
}
.theme-wensen__icon {
  padding-right: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.theme-wensen__title {
  font-weight: 900px;
}

.theme-vacature-archive {
  background-color: #fef2e8;
  padding: 125px 0;
}
.theme-vacature-archive__vacature {
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 50px 20px;
  height: 100%;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
  background-color: white;
  max-width: -moz-fit-content;
  max-width: 47%;
  margin: 15px auto;
}
.theme-vacature-archive__hours {
  background-color: #eceeef;
  padding: 0 10px;
  font-weight: 600;
  font-size: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 999px;
}
.theme-vacature-archive__title {
  font-size: 32px;
  font-weight: 700;
}
.theme-vacature-archive__description {
  margin: 10px 0;
}

.theme-vacature-content {
  padding: 20px 0;
  margin-bottom: 40px;
}

.theme-vacature-content__title {
  font-weight: 800;
  font-size: 32px;
}


@media screen and (max-width: 768px) {
  .theme-vacature-archive {
    width: 100%;
    align-items: center;
  }
}

.theme-form {
  background-color: #eceeef;
  padding: 80px 0;
}
.theme-form .ff-btn-submit {
  background-color: #f58220 !important;
}
.theme-form .ff-el-input--content {
  border-radius: 7px;
  background: #FFFFFF;
  display: flex;
  justify-content: flex-end;
}
.theme-form .ff_upload_btn {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
}
.theme-form__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin: 20px 0;
}

.theme-quote {
  background-color: #efefef;
  text-align: center;
}/*# sourceMappingURL=style.css.map */