.c-pri {
  color: #ADB189;
}

.bg-pri {
  background-color: #ADB189;
}

.c-text {
  color: #224E65;
}

.bg-text {
  background-color: #224E65;
}

.c-text-light {
  color: #fff;
}

.bg-text-light {
  background-color: #fff;
}

.c-sec {
  color: #F69F90;
}

.bg-sec {
  background-color: #F69F90;
}

.c-link {
  color: #F69F90;
}

.bg-link {
  background-color: #F69F90;
}

.c-link-light {
  color: #F69F90;
}

.bg-link-light {
  background-color: #F69F90;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

.luxus {
  font-family: "Luxus Brut", sans-serif;
  font-size: 3rem;
  transform: rotate(-8deg);
  width: max-content;
  display: block;
}

@media screen and (min-width: 565px) {
  .luxus-offset-left {
    margin-left: -1.5ch;
  }
}
@media screen and (min-width: 565px) {
  .luxus-offset-right {
    margin-right: -1.5ch;
  }
}

.text-max-width {
  max-width: 800px;
}

.fw-900 {
  font-weight: 900;
}

:root {
  --font-size: 20px;
  --font-size-mob: 18px;
  --video-width: 100vw;
  --video-height: 100vh;
}

@media (min-aspect-ratio: 16/9) {
  :root {
    --video-height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  :root {
    --video-width: 177.78vh;
  }
}
* {
  font-size: var(--font-size);
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 767px) {
  * {
    font-size: var(--font-size-mob);
  }
}
* p {
  font-size: 1rem;
  line-height: 1.64;
}
* p a {
  color: #F69F90;
  text-decoration: none;
}
* img {
  max-width: 100%;
}

.inweze-header {
  width: 100%;
  height: 55.5vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.inweze-header .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: var(--video-height);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
  background: #ADB189;
}

#site-logo {
  position: fixed;
  background: white;
  width: 80px;
  max-width: 80px;
  height: 200px;
  top: 10rem;
  left: 0;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 1rem 1rem 0;
  z-index: 100;
  padding: 1rem;
  transition: all ease-out 0.25s;
}
#site-logo .inweze-logo {
  position: relative;
  max-width: inherit;
  top: 0;
  left: 0;
  rotate: -90deg;
  transform-origin: 80px 94px;
  scale: 0.9;
  transition: all ease-out 0.25s;
}
#site-logo:hover {
  width: 100px;
  max-width: 100px;
}
#site-logo:hover .inweze-logo {
  position: relative;
  top: 0;
  left: 0;
  rotate: -90deg;
  transform-origin: 90px 84px;
  scale: 0.9;
  filter: hue-rotate(135deg) saturate(80%) brightness(44%);
}
@media screen and (max-width: 576px) {
  #site-logo {
    transform: scale(0.5);
    transform-origin: center left;
    top: 1.5rem;
  }
}

.kompas-ani {
  position: relative;
  width: 65%;
  max-height: 100%;
  rotate: 20deg;
  margin: 0 2rem 0 auto;
}
.kompas-ani .pijl {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 25.5%;
  rotate: 0deg;
  z-index: 1;
  transition: all 500ms ease-out;
}
.kompas-ani .schroef {
  position: absolute;
  width: 6%;
  bottom: 35%;
  left: 47%;
  z-index: 2;
}

.kompas {
  filter: drop-shadow(1rem 1rem 4px rgba(0, 0, 0, 0.2));
}

.kaartdiv-desktop {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.kaartdiv-desktop .kaart {
  position: absolute;
  width: 36%;
  z-index: 1;
  transition: all 500ms ease-out;
}
.kaartdiv-desktop .kaart-1 {
  left: 0;
  top: 40px;
}
.kaartdiv-desktop .kaart-2 {
  left: 15%;
  top: 20px;
}
.kaartdiv-desktop .kaart-3 {
  left: 35%;
  top: 0;
}
.kaartdiv-desktop .kaart-4 {
  right: 20%;
  top: 40px;
}
.kaartdiv-desktop .kaart-5 {
  right: 0%;
  top: 20px;
}

.inweze-input {
  background-color: #EAF8FF;
  border: none;
  border-radius: 0;
}

.btn {
  border-radius: 2rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: none;
}
.btn-cta {
  background-color: #F69F90;
  color: #fff;
}
.btn-cta:hover {
  background-color: #ADB189;
  color: #fff;
}

footer {
  background-color: #F3F3ED;
}
footer .footer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  list-style: none;
}
@media screen and (max-width: 567px) {
  footer .footer-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 567px) {
  footer .footer-list .footer-item {
    margin: 0 0 0 1rem;
  }
  footer .footer-list .footer-item::after {
    content: "|";
    margin: 0 0 0 1rem;
  }
  footer .footer-list .footer-item:last-child::after {
    content: "";
  }
}
footer .footer-list .footer-item a {
  color: #224E65;
  text-decoration: none;
}
footer img {
  max-width: 400px;
  width: 70%;
}

.fh-foto, .fh-foto-right, .fh-foto-left {
  position: absolute;
  bottom: -3rem;
  height: 125%;
  z-index: 0;
}
.fh-foto-left {
  left: -15%;
}
.fh-foto-left-gieni {
  height: 140%;
}
@media screen and (max-width: 1200px) {
  .fh-foto-left {
    left: -25%;
  }
  .fh-foto-left-gieni {
    height: 140%;
    left: -5%;
  }
}
@media screen and (max-width: 992px) {
  .fh-foto-left {
    left: -25%;
  }
  .fh-foto-left-gieni {
    height: 140%;
    left: -5%;
  }
}
@media screen and (min-width: 1400px) {
  .fh-foto-left {
    left: -10%;
  }
  .fh-foto-left-gieni {
    height: 145%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fh-foto-left {
    right: -60%;
    left: unset;
    height: 140%;
    max-width: unset !important;
  }
}
.fh-foto-right {
  right: -15%;
}
@media screen and (max-width: 1200px) {
  .fh-foto-right {
    right: -10%;
  }
}
@media screen and (min-width: 1400px) {
  .fh-foto-right {
    right: -10%;
  }
}
@media screen and (max-width: 768px) {
  .fh-foto-right {
    left: -30%;
    right: unset;
    height: 130%;
    max-width: unset !important;
  }
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

#communicatie, #persoonlijk {
  overflow-x: clip;
}

#telefoon {
  position: absolute;
  bottom: 50px;
  left: -70px;
  height: 350px;
  width: 450px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/img/telephone_2.png");
  transition: background-image 0.25s ease-in-out;
}
#telefoon:hover {
  background-image: url("../../assets/img/telephone_2_hover.png");
}

.kernwaarden {
  width: 100%;
  display: flex;
}
.kernwaarden .kernwaarde {
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.18));
  background-color: #fff;
  color: #224E65;
  padding: 0.5em 1em;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}