@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  appearance: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
  display: block;
}

input {
  appearance: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "arial_blackregular";
  src: url("../fonts/arial_black-webfont.woff2") format("woff2"), url("../fonts/arial_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.content {
  color: #000000;
}
.content h1, .content h2, .content h3, .content h4 {
  display: block;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  font-weight: normal;
  position: relative;
  line-height: 0.8;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content h1::before, .content h2::before, .content h3::before, .content h4::before {
  content: " ";
  top: 3px;
  left: 0;
  width: 14px;
  bottom: 1px;
  position: absolute;
  background-color: #000000;
}
.content h1 {
  font-size: 4.5rem;
  padding-left: 2rem;
  color: inherit;
}
@media screen and (max-width: 960px) {
  .content h1 {
    font-size: 3rem;
  }
}
.content h2 {
  font-size: 3.75rem;
  color: inherit;
  line-height: 1.2;
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 10px), black 20px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 960px) {
  .content h2 {
    font-size: 2.25rem;
  }
}
.content h2::before {
  display: none;
}
.content h3 {
  font-size: 2.75rem;
  color: inherit;
  line-height: 1.4;
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 10px), black 10px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content h3::before {
  display: none;
}
@media screen and (max-width: 960px) {
  .content h3 {
    font-size: 1.5rem;
    background-image: linear-gradient(transparent calc(100% - 4px), black 4px);
  }
}
.content h4 {
  font-size: 2rem;
  color: inherit;
  line-height: 1.4;
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 6px), black 6px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content h4::before {
  display: none;
}
@media screen and (max-width: 960px) {
  .content h4 {
    font-size: 2rem;
  }
}
.content p,
.content li {
  font-size: 1.175rem;
  color: #000000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content p strong,
.content li strong {
  font-weight: bold;
}
.content p a:not(.button),
.content li a:not(.button) {
  color: inherit;
  text-decoration: underline;
}
.content p + p,
.content p + ul,
.content p + ol,
.content h3 + p,
.content h3 + ol,
.content h3 + ul {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .content p + p,
  .content p + ul,
  .content p + ol,
  .content h3 + p,
  .content h3 + ol,
  .content h3 + ul {
    margin-top: 1.5rem;
  }
}
.content h4 + p,
.content h4 + ul,
.content h4 + ol h5 + p,
.content h6 + p,
.content h5 + ol,
.content h6 + ol,
.content h5 + ul,
.content h6 + ul {
  margin-top: 0.75rem;
}
.content ul,
.content ol {
  padding-left: 1.5rem;
}
.content ul li,
.content ol li {
  list-style: initial;
}
.content h1 + p,
.content h2 + p,
.content h1 + ul,
.content h2 + ul,
.content h1 + ol,
.content h2 + ol,
.content p + blockquote,
.content ul + blockquote,
.content ol + blockquote {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .content h1 + p,
  .content h2 + p,
  .content h1 + ul,
  .content h2 + ul,
  .content h1 + ol,
  .content h2 + ol,
  .content p + blockquote,
  .content ul + blockquote,
  .content ol + blockquote {
    margin-top: 1.5rem;
  }
}
.content blockquote {
  display: block;
  position: relative;
  color: #E45E65;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  font-size: 2.5rem;
  padding: 0 0 0 1.5rem;
}
.content blockquote::before {
  content: " ";
  position: absolute;
  top: 14px;
  left: 0;
  height: calc(100% - 18px);
  width: 9px;
  background-color: #E45E65;
}
.content blockquote::after {
  content: "“";
  position: absolute;
  top: -25px;
  font-size: 2.65rem;
  left: 0;
  width: 20px;
  height: 20px;
}
.content .button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  font-size: 1rem;
  padding-right: 1rem;
  line-height: 1;
  background-color: #E45E65;
  color: #000000;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content .button--ear, .content .button--eye, .content .button--heart {
  padding-left: 5rem;
  background-size: 42px 36px;
  background-repeat: no-repeat;
  background-position: 18px center;
}
.content .button--ear {
  background-image: url("../images/button--ear.png");
}
.content .button--eye {
  background-image: url("../images/button--eye.png");
}
.content .button--heart {
  background-image: url("../images/button--heart.png");
}
.section--green .content .button {
  background-color: #4AB969;
}
.section--pink .content .button {
  background-color: #E45E65;
}
.section--yellow .content .button {
  background-color: #FFF255;
}
.section--green .content a:not(.button) {
  color: #4AB969;
}
.section--pink .content a:not(.button) {
  color: #E45E65;
}
.section--yellow .content a:not(.button) {
  color: #000000;
}
.section--pink .content h3 {
  background-image: linear-gradient(transparent calc(100% - 10px), #E45E65 20px);
}
.section--green .content h3 {
  background-image: linear-gradient(transparent calc(100% - 10px), #4AB969 20px);
}
.section--yellow .content h3 {
  background-image: linear-gradient(transparent calc(100% - 10px), #FFF255 20px);
}
.section--pink .content h2 {
  background-image: linear-gradient(transparent calc(100% - 10px), #E45E65 20px);
}
.section--green .content h2 {
  background-image: linear-gradient(transparent calc(100% - 10px), #4AB969 20px);
}
.section--yellow .content h2 {
  background-image: linear-gradient(transparent calc(100% - 10px), #FFF255 20px);
}
.content--light {
  color: #ffffff;
}
.content--light h1, .content--light h2, .content--light p, .content--light li {
  color: #ffffff;
}
.content--light a {
  color: inherit;
}
.content p a:not(.button):hover,
.content li a:not(.button):hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1;
  font-family: "Arial";
  background-color: #F4F4F4;
}

.page--green .navigation__logo__fill,
.page--green .fill-page-color {
  fill: #4AB969;
}
.page--green .navigation__menu__item,
.page--green .navigation__menu__item__submenu,
.page--green .section--text-map__text,
.page--green .footer,
.page--green .hero__overlay__title::before {
  background-color: #4AB969;
}
.page--green .hero__overlay__title {
  color: #4AB969;
}

.page--pink .navigation__logo__fill,
.page--pink .fill-page-color {
  fill: #E45E65;
}
.page--pink .navigation__menu__item,
.page--pink .navigation__menu__item__submenu,
.page--pink .section--text-map__text,
.page--pink .footer,
.page--pink .hero__overlay__title::before {
  background-color: #E45E65;
}
.page--pink .hero__overlay__title {
  color: #E45E65;
}

.page--yellow .navigation__logo__fill,
.page--yellow .fill-page-color {
  fill: #FFF255;
}
.page--yellow .navigation__menu__item,
.page--yellow .navigation__menu__item__submenu,
.page--yellow .footer,
.page--yellow .section--text-map__text {
  background-color: #FFF255;
}
.page--yellow .hero__overlay__title {
  color: #FFF255;
}
.page--yellow .hero__overlay__title::before {
  background-color: #FFF255;
}
.page--yellow .navigation__menu__item span {
  color: #000000;
}
.page--yellow .navigation__menu__item--has-menu::before {
  background-image: url("../images/icon--dropdown--black.svg");
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 3rem 6rem;
}
@media screen and (max-width: 960px) {
  .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3rem;
  }
}
.footer__column {
  width: calc(50% - 3rem);
  flex-grow: 0;
}
.footer__column--small {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  width: 180px;
}
@media screen and (min-width: 960px) {
  .footer__column--small:nth-child(3) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__column--small {
    width: 100%;
    margin-left: 0;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .footer__column {
    width: 100%;
  }
}
.footer__dnvgl, .footer__sbb {
  display: block;
  margin: 0.5rem 0 0.25rem 0;
  width: auto;
  height: 119px;
}
@media screen and (max-width: 960px) {
  .footer__dnvgl, .footer__sbb {
    margin-top: 2.5rem;
  }
}
.footer__links {
  width: 100%;
  margin: 3rem 0 0rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3rem;
}
.page--yellow .footer__links {
  border-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .footer__links {
    flex-direction: column;
    padding-bottom: 0rem;
  }
}
.footer__links li {
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.page--yellow .footer__links li {
  color: rgba(0, 0, 0, 0.5);
}
.footer__links li a {
  color: inherit;
}
.footer__links li + li {
  margin-left: 3rem;
}
@media screen and (max-width: 960px) {
  .footer__links li + li {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 250;
}
@media screen and (max-width: 960px) {
  .navigation {
    position: relative;
  }
}
.navigation__logo {
  margin: 4rem 0 0 1.5rem;
}
@media screen and (max-width: 960px) {
  .navigation__logo {
    margin: 0;
    top: 7rem;
    left: 1.8rem;
    position: absolute;
  }
  .navigation__logo svg {
    width: 150px;
    height: auto;
  }
}
.navigation__menu {
  margin: 4rem 4rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .navigation__menu {
    display: none;
  }
}
.navigation__menu__item {
  height: 66px;
  padding: 0 1.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.navigation__menu__item:first-child {
  padding-left: 2.25rem;
}
.navigation__menu__item:last-child {
  padding-right: 2.25rem;
}
.navigation__menu__item span {
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: lowercase;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation__menu__item span::before {
  content: " ";
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #000000;
  position: absolute;
  transition: 0.3s ease;
  opacity: 0;
}
.navigation__menu__item:hover > a > span::before, .navigation__menu__item.active > a > span::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.navigation__menu__item__submenu {
  position: absolute;
  opacity: 0;
  top: 100%;
  padding: 1.5rem 1.75rem;
  z-index: 275;
  display: flex;
  pointer-events: none;
  right: 0rem;
  width: auto;
  border-top: 3px solid #ffffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  transform: scaleY(0.95);
  transform-origin: 0% 0%;
  transition: 0.3s ease;
}
.navigation__menu__item__submenu__item a {
  transition: 0.2s ease;
}
.navigation__menu__item__submenu__item a span {
  white-space: nowrap;
  text-align: right;
}
.navigation__menu__item__submenu__item a:hover span {
  color: #000000;
}
.navigation__menu__item__submenu__item + .navigation__menu__item__submenu__item {
  margin-top: 1rem;
}
.navigation__menu__item--has-menu {
  padding-right: 2.25rem;
}
.navigation__menu__item--has-menu::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 12px;
  width: 19px;
  height: 100%;
  background-image: url("../images/icon--dropdown.svg");
  background-size: 19px 6px;
  background-repeat: no-repeat;
  background-position: right center;
}
.navigation__menu__item:hover .navigation__menu__item__submenu {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media screen and (max-width: 960px) {
  .enabled .navigation__menu {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0rem;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .enabled .navigation__menu__item:first-child {
    padding-left: 1.75rem;
  }
  .enabled .navigation__menu__item::before {
    display: none;
  }
  .enabled .navigation__menu__item__submenu {
    display: none;
  }
}
.navigation__toggle {
  position: absolute;
  display: none;
  width: 44px;
  height: 44px;
  top: 7rem;
  right: 3rem;
}
.navigation__toggle span {
  width: 100%;
  height: 6px;
  border-radius: 0;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation__toggle span:nth-child(2) {
  top: 12px;
}
.navigation__toggle span:nth-child(3) {
  top: 24px;
}
@media screen and (max-width: 960px) {
  .navigation__toggle {
    display: block;
  }
}
.navigation__notice {
  position: absolute;
  right: 4rem;
  top: calc(66px + 4rem);
  background-color: #ffffff;
  min-height: 66px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1.75rem;
}
.navigation__notice svg {
  margin-right: 1.75rem;
}
.navigation__notice .content p {
  font-size: 16px;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  color: #000000;
  line-height: 1.1;
}
.navigation__notice .content p a {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .navigation__notice {
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
  }
  .navigation__notice svg {
    margin-right: 0.75rem;
  }
  .navigation__notice .content p {
    font-size: 14px;
    line-height: 1.2;
  }
}

.hero {
  width: 100%;
  position: relative;
  z-index: 100;
}
.hero__overlay {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  right: 6rem;
}
@media screen and (max-width: 960px) {
  .hero__overlay {
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
  }
}
.hero__overlay__title {
  color: #ffffff;
  font-size: 5.5rem;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  font-weight: bold;
  display: block;
  padding-left: 3rem;
  text-transform: lowercase;
}
@media screen and (max-width: 960px) {
  .hero__overlay__title {
    font-size: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.hero__overlay__title::before {
  content: " ";
  top: -40px;
  left: 0;
  width: 22px;
  bottom: 9px;
  position: absolute;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .hero__overlay__title::before {
    top: 4px;
    bottom: 2px;
    width: 12px;
  }
}
.hero__overlay__cta {
  height: 0;
  overflow: hidden;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s ease;
  padding: 0 1.25rem 0 1rem;
  background-color: #4AB969;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .hero__overlay__cta {
    display: none;
  }
}
.hero__overlay__cta__container {
  padding: 0.5rem 0;
}
.hero__overlay__cta a {
  color: #000000;
  display: block;
  margin: 0 0 0 0.5rem;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  font-size: 1.1rem;
}
.hero:hover .hero__overlay__cta {
  margin-top: 1.5rem;
  height: calc(60px + 1rem);
  margin-bottom: 6px;
}
.hero__overlay__cta:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.hero__overlay__cta:hover #hero--home__overlay__cta__eye {
  fill: #4AB969;
}
.hero__overlay__cta:hover a {
  text-decoration: underline;
}
.hero__overlay__play {
  position: absolute;
  transition: 0.3s ease;
  bottom: 6rem;
  right: 6rem;
  z-index: 0;
}
.hero__overlay__play svg {
  width: 45px;
}
@media screen and (max-width: 960px) {
  .hero__overlay__play {
    bottom: 2rem;
    right: 3rem;
  }
  .hero__overlay__play svg {
    width: 30px;
  }
}
.hero__overlay__play #icon--play__line1,
.hero__overlay__play #icon--play__line2,
.hero__overlay__play #icon--play__line3,
.hero__overlay__play #icon--play__line4 {
  transition: 0.3s ease;
  opacity: 1;
}
.hero__overlay__play #icon--play__line1 {
  transition-delay: 0.4s ease;
}
.hero__overlay__play #icon--play__line2 {
  transition-delay: 0.8s ease;
}
.hero__overlay__play #icon--play__line3 {
  transition-delay: 1.2s ease;
}
.hero__overlay__play #icon--play__line4 {
  transition-delay: 1.6s ease;
}
.hero--standard {
  height: 620px;
}
@media screen and (max-width: 960px) {
  .hero--standard {
    height: 420px;
  }
}
.hero--home {
  height: 95vh;
}
.hero--home:hover #icon--play__line1,
.hero--home:hover #icon--play__line2,
.hero--home:hover #icon--play__line3,
.hero--home:hover #icon--play__line4 {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .hero--home {
    height: 420px;
  }
}
@media screen and (min-width: 960px) {
  .hero--home .hero__overlay__title {
    font-size: 14vh;
  }
}
.hero--vacatures {
  height: 80vh;
}
.hero--vacatures:hover #icon--play__line1,
.hero--vacatures:hover #icon--play__line2,
.hero--vacatures:hover #icon--play__line3,
.hero--vacatures:hover #icon--play__line4 {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .hero--vacatures {
    height: 420px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .hero__background--desktop {
    display: none;
  }
}
.hero__background--mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .hero__background--mobile {
    display: block;
  }
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.9s ease;
  opacity: 0;
}
.hero__video iframe {
  width: 180%;
  height: 180%;
  position: absolute;
  top: -40%;
  left: -40%;
}
@media screen and (max-width: 960px) {
  .hero__video iframe {
    box-sizing: border-box;
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) scale(1.3, 1.3);
  }
}
.hero__video.active {
  opacity: 1;
}

.section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .section {
    flex-wrap: wrap;
  }
}

.section--text-large {
  padding: 6rem;
}
@media screen and (max-width: 960px) {
  .section--text-large {
    padding: 3rem;
  }
}

.section--form {
  background-color: #4AB969;
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section--form__notification {
  width: 100%;
  padding: 6rem;
  background-color: #4AB969;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  transition: 0.75s ease;
  pointer-events: none;
  z-index: 999999;
}
.section--form__notification.hidden {
  opacity: 0;
  transform: translateY(-100px);
}
@media screen and (max-width: 960px) {
  .section--form__notification {
    padding: 3rem;
  }
}
.section--form .fui-i {
  width: 100%;
}
.section--form .fui-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .section--form .fui-form {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}
.section--form .fui-form .fui-form-container {
  width: 100%;
  max-width: 800px;
}
.section--form .fui-form .form__column {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 960px) {
  .section--form .fui-form .form__column {
    width: 100%;
    margin-top: 1.5rem;
  }
  .section--form .fui-form .form__column:first-child {
    margin-top: 0;
  }
}
.section--form .fui-form .fui-label {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  display: block;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  margin-bottom: 0.45rem;
  color: black;
}
.section--form .fui-form .fui-label:first-child {
  margin-top: 0;
}
.section--form .fui-form .fui-label .fui-input {
  width: 100%;
  appearance: none;
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-family: "Arial";
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0.75rem 1rem;
}
.section--form .fui-form .fui-label .fui-input:focus {
  outline: 2px solid #FFF255;
}
.section--form .fui-form .fui-label textarea {
  width: 100%;
  appearance: none;
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-family: "Arial";
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0.75rem 1rem;
  min-height: 277px;
  resize: vertical;
  margin: 0;
  display: block;
}
.section--form .fui-form .recaptcha-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  height: 90px;
}
.section--form .fui-btn {
  background-color: black;
  border: none;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  border-radius: 0;
}
.section--form .fui-btn:hover {
  background-color: white;
  color: black;
}
@media screen and (max-width: 960px) {
  .section--form {
    padding: 3rem;
  }
}

.section--text-image {
  align-items: stretch;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.section--text-image__text {
  width: 75%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .section--text-image__text {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .section--text-image__text {
    width: 60%;
  }
}
.section--text-image__image {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .section--text-image__image {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .section--text-image__image {
    width: 40%;
  }
}
.section--text-image__text {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 35vw;
}
@media screen and (max-width: 960px) {
  .section--text-image__text {
    padding: 3rem;
  }
}
.section--text-image__image--illustration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  .section--text-image__image--illustration {
    padding: 2rem 3rem;
  }
}
.section--text-image__image--illustration img, .section--text-image__image--illustration svg {
  max-width: 100%;
  height: auto;
}
.section--layout-right--small .section--text-image__image--illustration img, .section--layout-left--small .section--text-image__image--illustration img, .section--layout-right--small .section--text-image__image--illustration svg, .section--layout-left--small .section--text-image__image--illustration svg {
  max-width: 200px;
}
.section--pink .section--text-image__image {
  background-color: #E45E65;
}
.section--green .section--text-image__image {
  background-color: #4AB969;
}
.section--yellow .section--text-image__image {
  background-color: #FFF255;
}
.page--green .section--text-image.section--white .svg-fill {
  fill: #4AB969;
}
.page--pink .section--text-image.section--white .svg-fill {
  fill: #E45E65;
}
.page--yellow .section--text-image.section--white .svg-fill {
  fill: #FFF255;
}
.section--layout-right .section--text-image__image, .section--layout-right--small .section--text-image__image {
  order: -1;
}
.section--layout-left .section--text-image__text, .section--layout-left--small .section--text-image__text {
  order: -1;
}

.section--portraits {
  justify-content: stretch;
  align-items: stretch;
  height: 600px;
  overflow: hidden;
}
.section--portraits__item {
  width: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .section--portraits__item {
    width: 50%;
  }
}
.section--portraits__item__quote {
  color: #E45E65;
  font-size: 1.75rem;
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  display: block;
  margin: 0 2rem 2rem 2rem;
  position: relative;
  padding: 0 0 0 1rem;
  opacity: 0;
  transition: 0.3s ease;
  transform: translateY(20px);
}
@media screen and (max-width: 960px) {
  .section--portraits__item__quote {
    font-size: 1rem;
    margin: 0 1.5rem 1.5rem 1.5rem;
  }
}
.section--portraits__item__quote::before {
  content: " ";
  top: -75%;
  left: 0;
  width: 7px;
  bottom: 1px;
  position: absolute;
  background-color: #E45E65;
}
.section--portraits__item:hover .section--portraits__item__quote {
  opacity: 1;
  transform: none;
}

.section--text-map {
  align-items: stretch;
}
.section--text-map__text, .section--text-map__map {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .section--text-map__text, .section--text-map__map {
    width: 100%;
  }
}
.section--text-map__text {
  padding: 6rem;
}
@media screen and (max-width: 960px) {
  .section--text-map__text {
    padding: 3rem;
  }
}
.page--green .section--text-map__text {
  background-color: #4AB969;
}
.page--green .section--text-map__text .content {
  color: #ffffff;
}
.page--green .section--text-map__text .content h1, .page--green .section--text-map__text .content h2, .page--green .section--text-map__text .content p, .page--green .section--text-map__text .content li {
  color: #ffffff;
}
.page--green .section--text-map__text .content a {
  color: inherit;
}
.page--yellow .section--text-map__text {
  background-color: #FFF255;
}
.page--yellow .section--text-map__text .content {
  color: #000000;
}
.page--yellow .section--text-map__text .content h1, .page--yellow .section--text-map__text .content h2, .page--yellow .section--text-map__text .content p, .page--yellow .section--text-map__text .content li {
  color: #000000;
}
.page--yellow .section--text-map__text .content a {
  color: inherit;
}
.page--pink .section--text-map__text {
  background-color: #E45E65;
}
.page--pink .section--text-map__text .content {
  color: #ffffff;
}
.page--pink .section--text-map__text .content h1, .page--pink .section--text-map__text .content h2, .page--pink .section--text-map__text .content p, .page--pink .section--text-map__text .content li {
  color: #ffffff;
}
.page--pink .section--text-map__text .content a {
  color: inherit;
}
.section--text-map__text figure {
  margin: 1.5rem 0 0 0;
}
.section--text-map__text img {
  max-width: 100%;
  border-radius: 8px;
}
.page--green .section--text-map__map {
  background-color: #4AB969;
}
.page--yellow .section--text-map__map {
  background-color: #FFF255;
}
.page--pink .section--text-map__map {
  background-color: #E45E65;
}
.section--text-map__map iframe {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.section--text-map__map iframe:hover {
  opacity: 1;
}
.section--pink .section--text-map__text {
  background-color: #E45E65;
}
.section--green .section--text-map__text {
  background-color: #4AB969;
}
.section--yellow .section--text-map__text {
  background-color: #FFF255;
}

.section--text-text {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #E45E65;
}
@media screen and (max-width: 960px) {
  .section--text-text {
    flex-wrap: wrap;
  }
}
.section--text-text__column {
  flex: 0 0 50%;
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vw;
}
@media screen and (max-width: 960px) {
  .section--text-text__column {
    flex: 0 0 100%;
    padding: 3rem;
  }
  .section--text-text__column:first-child {
    padding-bottom: 0;
  }
}

.section--jobs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #ffffff;
}
.section--jobs__overview {
  padding: 6rem;
  flex: 0 0 50%;
}
@media screen and (max-width: 960px) {
  .section--jobs__overview {
    padding: 3rem;
    flex: 1 0 100%;
  }
}
.section--jobs__sidebar {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.section--jobs__sidebar__image {
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("../../uploads/Portretten/Vierkant/3F2A7064.jpg");
}
.section--jobs__sidebar__image:nth-child(2) {
  background-image: url("../../uploads/Portretten/Vierkant/3F2A6918.jpg");
}
.section--jobs__sidebar__image:nth-child(3) {
  background-image: url("../../uploads/Portretten/Vierkant/3F2A7177.jpg");
}

.card--job {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1.25rem;
  border-left: 9px solid #FFF255;
}
.card--job__details span {
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  font-size: 1rem;
  color: #000000;
  display: block;
}
.card--job__title {
  font-family: "Arial Black", "arial_blackregular", "Arial", sans-serif;
  font-size: 1.825rem;
  color: #000000;
  display: block;
  margin-top: 2rem;
}
.card--job__description {
  margin: 0.35rem 0 0 0;
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.card--job__description a {
  color: #000000;
  position: relative;
  text-decoration: none !important;
}
.card--job__description a::before {
  position: absolute;
  content: " ";
  bottom: -1px;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #FFF255;
}
.card--job + .card--job {
  margin-top: 3rem;
}