/**
* calculate the max width based on input
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 25px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}
@media screen and (max-width: 47.9375em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

h2:after,
h3:after {
  content: ".";
  color: var(--main-wermedia-color);
}

p {
  margin: 0px 0px 20px;
  letter-spacing: 1px;
  font-weight: 300;
}
p a {
  color: var(--main-wermedia-color);
}

h1 {
  font-size: 40px;
  font-size: clamp(40px, 3vw, 45px);
}

h2 {
  font-size: 30px;
  font-size: clamp(30px, 2.8vw, 60px);
}

h3 {
  font-size: 20px;
  font-size: clamp(20px, 2.5vw, 35px);
}

h4 {
  font-size: 20px;
  font-size: clamp(20px, 2.5vw, 30px);
}

h5 {
  font-size: 20px;
  font-size: clamp(20px, 2.5vw, 25px);
}

h6 {
  font-size: 20px;
}

a {
  color: currentColor;
  text-decoration: none;
}

.wer-row {
  display: flex;
  flex-wrap: wrap;
}
.wer-row .wer-kol {
  flex-basis: 0;
  flex-grow: 1;
}
.wer-row .wer-kol-1 {
  flex: 0 0 8.3333333333%;
}
.wer-row .wer-kol-2 {
  flex: 0 0 16.6666666667%;
}
.wer-row .wer-kol-3 {
  flex: 0 0 25%;
}
.wer-row .wer-kol-4 {
  flex: 0 0 33.3333333333%;
}
.wer-row .wer-kol-5 {
  flex: 0 0 41.6666666667%;
}
.wer-row .wer-kol-6 {
  flex: 0 0 50%;
}
.wer-row .wer-kol-7 {
  flex: 0 0 58.3333333333%;
}
.wer-row .wer-kol-8 {
  flex: 0 0 66.6666666667%;
}
.wer-row .wer-kol-9 {
  flex: 0 0 75%;
}
.wer-row .wer-kol-10 {
  flex: 0 0 83.3333333333%;
}
.wer-row .wer-kol-11 {
  flex: 0 0 91.6666666667%;
}
.wer-row .wer-kol-12 {
  flex: 0 0 100%;
}
@media screen and (max-width: 63.9375em) {
  .wer-row .wer-kol-6,
  .wer-row .wer-kol-4,
  .wer-row .wer-kol-3 {
    flex: 0 0 100%;
  }
}

.flex-table .flex-row {
  display: flex;
}
.flex-table .flex-cell {
  padding: 2.5px 0px;
  flex: 0 0 50%;
}

.container {
  max-width: 1800px;
  margin: 0px auto;
  padding: 30px;
}
@media screen and (min-width: 64em) {
  .container {
    padding: 0px 75px;
  }
}
.container.fluid {
  max-width: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  padding: 0px;
  margin: 0px;
  font-family: "basic-sans", sans-serif;
  font-size: 16px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

nav ul,
nav li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav ul {
  display: flex;
  justify-content: center;
}
nav a {
  padding: 15px;
}

.row__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .row__item {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .row__item .column__item {
    flex: 1;
  }
}

#wpadminbar {
  position: fixed;
  width: 100%;
}

.divider {
  position: absolute;
  width: 100%;
  top: 0px;
  transform: translatey(-55%);
  left: 0px;
  z-index: -1;
  overflow: hidden;
}
.divider svg {
  width: calc(100% + 10px);
  height: auto;
  margin-bottom: -12px;
  position: relative;
  left: -5px;
}

main {
  position: relative;
  z-index: 1;
  background: #fff;
}
main:before {
  width: 75vw;
  min-width: 600px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  top: 75px;
  border-radius: 100%;
  background: #f7f7f7;
  opacity: 0.5;
  transform: translatex(-35%);
  z-index: 0;
}
main:after {
  width: 45vw;
  min-width: 300px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  bottom: 0px;
  border-radius: 100%;
  border: 2px solid var(--main-wermedia-color);
  right: 0px;
  z-index: 0;
  transform: translatex(-5%) translatey(25%);
  opacity: 0.6;
}

.section__wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0px;
}
.section__wrapper .block__wrapper {
  width: 100%;
}
.section__wrapper .block__wrapper.__boxed {
  max-width: 1800px;
  margin: 0px auto;
}
.section__wrapper .block__wrapper .block__item {
  padding: 0px 20px;
}
@media screen and (min-width: 64em) {
  .section__wrapper .block__wrapper .block__item {
    padding: 0px 75px;
  }
}
.section__wrapper .block__wrapper .block__item h2,
.section__wrapper .block__wrapper .block__item h1 {
  font-size: 35px;
  font-size: clamp(35px, 3vw, 50px);
}
.section__wrapper .block__wrapper .block__item .block__title {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.section__wrapper .block__wrapper .block__item .block__title:before {
  content: "";
  height: 3px;
  width: 100%;
  max-width: 115px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--main-wermedia-color);
}
.section__wrapper .block__wrapper .block__item .block__title.aligncenter {
  text-align: center;
}
.section__wrapper .block__wrapper .block__item .block__title.aligncenter:before {
  left: 50%;
  transform: translatex(-50%);
}
.section__wrapper .block__wrapper .block__item h2.block__title {
  padding-bottom: 30px;
}
.section__wrapper .block__wrapper .block__item .block__subtitle h3 {
  color: var(--main-wermedia-color);
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 3px;
  font-weight: normal;
}
.section__wrapper .block__wrapper .block__item .block__subtitle h3:after {
  content: "";
}
.section__wrapper .block__wrapper .block__item .default__block,
.section__wrapper .block__wrapper .block__item .text__block {
  max-width: 1000px;
  margin: 0px auto;
}
.section__wrapper .block__wrapper .block__grid {
  display: grid;
  width: 100%;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 0px 20px;
}
@media screen and (min-width: 64em) {
  .section__wrapper .block__wrapper .block__grid {
    padding: 0px 75px;
    row-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .section__wrapper .block__wrapper .block__grid.three__column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 47.9375em) {
  .section__wrapper {
    padding: 75px 0px;
  }
}

.featuredimage__section {
  padding: 0px;
  top: -150px;
  margin-bottom: -190px;
}
.featuredimage__section .featured__image {
  max-width: 1000px;
  margin: 0px auto;
}
.featuredimage__section .featured__image img {
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 47.9375em) {
  .featuredimage__section {
    top: -50px;
    margin-bottom: -80px;
  }
}

.wer__button {
  padding: 10px 50px;
  border-radius: 90px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border: 3px solid transparent;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border-color: var(--main-wermedia-color);
}
.wer__button:before {
  content: "";
  background-color: var(--main-wermedia-color);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: width 0.4s ease;
}
.wer__button:hover {
  background: transparent;
  color: var(--main-wermedia-color);
}
.wer__button:hover:before {
  width: 0px;
}
.wer__button.button__white {
  color: #000;
  border-color: #fff;
}
.wer__button.button__white:before {
  background: #fff;
}
.wer__button.button__white:hover {
  color: #fff;
}

.button__wrapper.alignleft {
  text-align: left;
}
.button__wrapper.aligncenter {
  text-align: center;
}
.button__wrapper.alignright {
  text-align: right;
}

.wer__pagination {
  padding: 75px;
}
.wer__pagination ul,
.wer__pagination li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.wer__pagination ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
  justify-content: center;
}
.wer__pagination ul li {
  margin: 5px;
}
.wer__pagination ul li span,
.wer__pagination ul li a {
  width: auto;
  height: 40px;
  min-width: 40px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.wer__pagination ul li span.page-numbers,
.wer__pagination ul li a.page-numbers {
  border-radius: 100%;
}
.wer__pagination ul li span.page-numbers.prev, .wer__pagination ul li span.page-numbers.next,
.wer__pagination ul li a.page-numbers.prev,
.wer__pagination ul li a.page-numbers.next {
  border: 0px;
  background: transparent;
  border-radius: 0px;
}
.wer__pagination ul li span.page-numbers.current,
.wer__pagination ul li a.page-numbers.current {
  background: var(--main-wermedia-color);
  border-color: transparent;
  color: #fff;
}
.wer__pagination ul li a:hover {
  background: var(--main-wermedia-color);
}

.wer-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.wer-icons .wer-icon {
  width: 50px;
  height: 50px;
  background: var(--main-wermedia-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 5px;
  transition: all 0.4s ease;
  border: 3px solid var(--main-wermedia-color);
  font-size: 20px;
}
.wer-icons .wer-icon:hover {
  color: var(--main-wermedia-color);
  background: transparent;
  color: var(--main-wermedia-color);
}

.swiper {
  padding-bottom: 80px !important;
}
.swiper .swiper-wrapper {
  margin-bottom: 75px;
}
.swiper .swiper-pagination {
  bottom: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: var(--main-wermedia-color);
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-wermedia-color);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-wermedia-color);
  width: 1.8rem;
  border-radius: 3px;
}

.logoslider__section .logo__slide {
  max-width: 240px;
  margin: 0 auto;
}

.nieuws__slider .nieuws__item {
  height: 100%;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  position: fixed;
  width: 100%;
  min-height: 100px;
  color: #fff;
  z-index: 10;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
@media screen and (min-width: 64em) {
  .header__wrapper {
    padding: 5px 75px;
  }
}
.header__wrapper .right-content {
  display: flex;
  align-items: center;
}
.header__wrapper .logo {
  width: 100%;
  max-width: 250px;
  min-width: 60px;
  margin-right: 50px;
  transition: all 0.4s ease;
  transform-origin: 0 50%;
}
.header__wrapper .logo svg {
  width: auto;
}
.header__wrapper:not(.scrolled) .logo svg,
.header__wrapper:not(.scrolled) .logo path {
  fill: #fff;
}
.header__wrapper.scrolled {
  background: #fff;
  min-height: 60px;
  border-color: #f7f7f7;
  box-shadow: 0px 5px 50px 10px rgba(0, 0, 0, 0.025);
}
.header__wrapper.scrolled .logo {
  transform: scale(0.5);
}
.header__wrapper.scrolled .wer-toggle-mobielmenu {
  color: #000;
}
.header__wrapper.scrolled .wer-toggle-mobielmenu i,
.header__wrapper.scrolled .wer-toggle-mobielmenu i:before,
.header__wrapper.scrolled .wer-toggle-mobielmenu i:after {
  background: #000;
}
.header__wrapper.scrolled .wer-toggle-mobielmenu.open {
  color: #fff;
}
.header__wrapper.scrolled .wer-toggle-mobielmenu.open i,
.header__wrapper.scrolled .wer-toggle-mobielmenu.open i:before,
.header__wrapper.scrolled .wer-toggle-mobielmenu.open i:after {
  background: #fff;
}
@media screen and (max-width: 63.9375em) {
  .header__wrapper .logo {
    width: 100%;
    max-width: 50%;
  }
  .header__wrapper .wer-toggle-mobielmenu span {
    display: none;
  }
  .header__wrapper .wer-toggle-mobielmenu i {
    top: 0px;
  }
}
.header__wrapper .wer-mobile-menu {
  position: fixed;
  min-height: 100vh;
  left: 0px;
  top: 0px;
  background: var(--main-wermedia-color);
  width: 100%;
  padding: 75px;
  z-index: 10;
  transform: translatey(-100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header__wrapper .wer-mobile-menu:before {
  width: auto;
  height: 130vh;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transform: translatex(-100%) translatey(-50%);
  z-index: 0;
}
.header__wrapper .wer-mobile-menu.open {
  transform: translatey(0);
}
.header__wrapper .wer-mobile-menu nav {
  max-width: 800px;
  margin: 0px auto;
  width: 100%;
}
.header__wrapper .wer-mobile-menu nav ul {
  display: block;
}
.header__wrapper .wer-mobile-menu nav li {
  font-weight: bold;
  font-size: 20px;
  font-size: clamp(20px, 8vw, 40px);
  line-height: 150%;
  padding: 5px 0px;
  position: relative;
}
.header__wrapper .wer-mobile-menu nav li:before {
  content: "\f054";
  position: absolute;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translatex(-100%);
  transition: all 0.4s ease;
  font-family: "Font Awesome 5 Free";
  top: 5px;
  font-size: 30px;
}
.header__wrapper .wer-mobile-menu nav li:hover:before {
  transform: translatex(0px);
  opacity: 1;
  visibility: visible;
}
.header__wrapper .wer-mobile-menu nav li:hover a {
  transform: translatex(50px);
}
.header__wrapper .wer-mobile-menu nav li a {
  padding: 0px;
  display: inline-block;
  width: auto;
  transition: all 0.4s ease;
}
.header__wrapper .wer-mobile-menu nav li.menu-item-has-children .sub-menu {
  max-height: 0;
  visibility: collapse;
  opacity: 0;
  transition: all 0.4s ease;
  overflow: hidden;
}
.header__wrapper .wer-mobile-menu nav li.menu-item-has-children:before {
  top: 5px;
}
.header__wrapper .wer-mobile-menu nav li.menu-item-has-children:hover:before {
  transform: translatex(-200%);
}
.header__wrapper .wer-mobile-menu nav li.menu-item-has-children:hover > a {
  transform: translatex(0px);
}
.header__wrapper .wer-mobile-menu nav li.menu-item-has-children:hover .sub-menu {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}
.header__wrapper .wer-mobile-menu nav li.current-menu-item > a, .header__wrapper .wer-mobile-menu nav li.current-menu-item:before {
  color: #000;
}
@media screen and (min-width: 64em) {
  .header__wrapper .wer-mobile-menu nav li.current-menu-item > a {
    transform: translatex(50px);
  }
  .header__wrapper .wer-mobile-menu nav li.current-menu-item:before {
    transform: translatex(0px);
    opacity: 1;
    visibility: visible;
  }
  .header__wrapper .wer-mobile-menu nav li.menu-item-has-children.current-menu-item:hover > a {
    transform: translatex(50px);
  }
  .header__wrapper .wer-mobile-menu nav li.menu-item-has-children.current-menu-item:hover:before {
    transform: translatex(0);
  }
}
@media screen and (max-width: 63.9375em) {
  .header__wrapper .wer-mobile-menu {
    max-width: 100%;
    padding: 0px 0px 0px;
  }
  .header__wrapper .wer-mobile-menu nav li {
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
    border-bottom: 1px solid var(--main-wermedia-color);
  }
  .header__wrapper .wer-mobile-menu nav li a {
    padding: 5px 30px;
  }
  .header__wrapper .wer-mobile-menu nav li:hover:before {
    display: none;
  }
  .header__wrapper .wer-mobile-menu nav li:hover a {
    transform: none;
  }
  .header__wrapper .wer-mobile-menu nav li.menu-item-has-children:hover {
    padding-bottom: 0px;
  }
  .header__wrapper .wer-mobile-menu nav li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0px;
  }
  .header__wrapper .wer-mobile-menu nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid var(--main-wermedia-color);
  }
}

.headerarea__wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: var(--main-wermedia-color);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 550px;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.headerarea__wrapper .headerarea {
  width: 100%;
}
.headerarea__wrapper .headerarea .container .headerarea__content {
  color: #fff;
  z-index: 1;
  position: relative;
  max-width: 1000px;
}
.headerarea__wrapper .headerarea .container .headerarea__content h1 {
  font-size: 40px;
  font-size: clamp(40px, 5vw, 85px);
  margin-bottom: 50px;
}
.headerarea__wrapper .headerarea .container .headerarea__content .wer__breadcrumbs {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 63.9375em) {
  .headerarea__wrapper .headerarea .container .headerarea__content .wer__breadcrumbs {
    font-size: 13px;
  }
}
.headerarea__wrapper .headerarea .container .headerarea__image {
  width: auto;
  background: #f6f6f6;
  min-height: 130%;
  position: absolute;
  right: 0px;
  top: -15%;
  border-radius: 100%;
  aspect-ratio: 1;
  transform: translatex(20%);
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 10vw rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 63.9375em) {
  .headerarea__wrapper .headerarea .container .headerarea__image {
    border-radius: 0;
    height: 100%;
    width: 100%;
    top: 0px;
    right: inherit;
    left: 0px;
    transform: none;
    mix-blend-mode: multiply;
  }
}
.headerarea__wrapper.compact {
  max-height: 650px;
}
.headerarea__wrapper.compact .container .headerarea__content {
  max-width: none;
}
.headerarea__wrapper.compact .container .headerarea__content h1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 63.9375em) {
  .headerarea__wrapper.compact {
    max-height: 350px;
    min-height: 300px;
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
.headerarea__wrapper.compact.with--title .container .headerarea__content {
  max-width: 1200px;
}
.headerarea__wrapper.compact.with--title .container .headerarea__content h1 {
  font-size: 40px;
  font-size: clamp(40px, 5vw, 85px);
  text-align: left;
}

.wer-toggle-mobielmenu {
  z-index: 20;
  cursor: pointer;
  transition: 0.5s;
  align-items: center;
  justify-content: flex-end;
}
.wer-toggle-mobielmenu i,
.wer-toggle-mobielmenu i:before,
.wer-toggle-mobielmenu i:after {
  background: #fff;
}
.wer-toggle-mobielmenu i {
  top: -4px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 2px;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  transition: all 0.2s ease-out;
}
.wer-toggle-mobielmenu i:before, .wer-toggle-mobielmenu i:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  transition: 0.2s;
}
.wer-toggle-mobielmenu i:before {
  top: calc(0px - 250%);
}
.wer-toggle-mobielmenu i:after {
  bottom: calc(0px - 250%);
}
.wer-toggle-mobielmenu:hover i:before {
  transform: translatey(-100%);
}
.wer-toggle-mobielmenu:hover i:after {
  transform: translatey(100%);
}
.wer-toggle-mobielmenu.open i {
  background: transparent !important;
}
.wer-toggle-mobielmenu.open i:before {
  transform: rotate(45deg) translatey(0px);
  top: 0px !important;
}
.wer-toggle-mobielmenu.open i:after {
  transform: rotate(-45deg) translatey(0px);
  top: 0px !important;
}
.wer-toggle-mobielmenu span {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

footer {
  display: flex;
  flex-direction: column;
  background: #010326;
  color: #fff;
  padding: 75px 0px 30px;
  position: relative;
  z-index: 1;
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  footer {
    padding: 120px 0px 40px;
  }
}
footer .divider {
  z-index: -1;
}
footer .divider svg,
footer .divider path {
  fill: #000;
}
footer .copyright__column .menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  opacity: 0.5;
  font-size: 14px;
}
@media screen and (min-width: 64em) {
  footer .copyright__column .menu {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  footer .copyright__column .menu {
    gap: 2rem;
  }
}
footer .widget__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin: 0px auto;
  padding: 0px 20px;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  footer .widget__wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  footer .widget__wrapper {
    padding: 0 75px;
  }
}
footer .widget__wrapper .widget__area {
  flex: 1;
}
@media screen and (min-width: 64em) {
  footer .widget__wrapper .widget__area.contact__area {
    flex: 0 0 50%;
  }
}
footer .widget__wrapper .widget__area .widget {
  margin-bottom: 50px;
}
footer .widget__wrapper .widget__area .widget h3 {
  font-size: 30px;
  letter-spacing: -1px;
}
footer .widget__wrapper .widget__area .widget .menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .widget__wrapper .widget__area .widget .menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .widget__wrapper .widget__area .widget:last-child {
  margin-bottom: 0px;
}
footer .widget__wrapper .widget__area .widget .contact__item span {
  color: var(--main-wermedia-color);
  padding: 0 5px;
}
footer .footer__logo {
  margin-bottom: 20px;
}
footer .footer__logo svg,
footer .footer__logo path {
  fill: #fff;
}
footer .footer__logo svg {
  width: auto;
  height: 50px;
}

.column__section .block__wrapper {
  align-items: flex-start;
}
.column__section .block__wrapper .column__item {
  padding-bottom: 80px;
  position: relative;
}
.column__section .block__wrapper .column__item h2 {
  font-size: 35px;
}
.column__section .block__wrapper .column__item .wer__button {
  position: absolute;
  bottom: 0px;
}

.section__c2a {
  background: var(--main-wermedia-color);
  color: #fff;
}
.section__c2a .block__item .block__title {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-right: 0;
}
@media screen and (min-width: 64em) {
  .section__c2a .block__item .block__title {
    padding-right: 100px;
  }
}
.section__c2a .block__item .block__title:after {
  display: none;
}
.section__c2a .profile__image {
  flex: 0 0 300px;
  margin-bottom: -100px;
  margin-top: -120px;
  display: none;
}
@media screen and (min-width: 64em) {
  .section__c2a .profile__image {
    display: block;
  }
}
.section__c2a .profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (min-width: 64em) {
  .section__c2a.has__image .row__item .column__item:first-of-type {
    flex: 0 0 28%;
  }
  .section__c2a.has__image .block__title {
    padding: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .contentblock__section:not(.__rowreverse) .block__item {
    padding-left: 0px !important;
  }
  .contentblock__section.__rowreverse .block__item {
    padding-right: 0px !important;
  }
}
.contentblock__section .content__block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contentblock__section .content__block .block__image,
.contentblock__section .content__block .block__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px;
}
.contentblock__section .content__block .block__image {
  padding: 0px;
}
.contentblock__section .content__block .block__image .reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contentblock__section .content__block .block__image .reveal img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
}
.contentblock__section .content__block .block__content {
  padding-right: 0px;
  padding-left: 100px;
}
.contentblock__section.__rowreverse .content__block {
  flex-direction: row-reverse;
}
.contentblock__section.__rowreverse .block__content {
  padding-left: 0px;
  padding-right: 100px;
}
@media screen and (max-width: 63.9375em) {
  .contentblock__section {
    padding: 0px;
  }
  .contentblock__section .block__item {
    padding: 0px !important;
  }
  .contentblock__section .content__block .block__image,
  .contentblock__section .content__block .block__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contentblock__section .content__block .block__content {
    padding: 20px;
  }
  .contentblock__section .content__block .block__image {
    padding: 0px;
  }
}

.gallery__section {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 48em) {
  .gallery__section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gallery__section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .gallery__section {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__section .gallery__item {
  aspect-ratio: 4/3;
  display: flex;
}
.gallery__section .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullwidthimage__section {
  background-size: cover;
  background-position: center center;
  height: 60vh;
  display: flex;
  align-items: flex-end;
}
.fullwidthimage__section:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #000, transparent);
  opacity: 0.5;
}
.fullwidthimage__section .block__wrapper {
  z-index: 1;
}
.fullwidthimage__section h2 {
  color: #fff;
  font-size: 60px;
}
.fullwidthimage__section .content__block {
  max-width: 1000px;
}

.contactformulier {
  margin-top: 50px;
  overflow: hidden;
}
.contactformulier span:not(.wpcf7-spinner) {
  display: inline-block;
  width: 100%;
}
.contactformulier input,
.contactformulier textarea {
  padding: 20px;
  background: #f7f7f7;
  box-shadow: none;
  border: 1px solid transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  border-radius: 30px;
  font-family: "basic-sans", sans-serif;
}
.contactformulier textarea {
  border-radius: 30px;
}
.contactformulier .wer-row {
  margin-left: -15px;
  margin-right: -15px;
}
.contactformulier .wer-row .wer-kol-6,
.contactformulier .wer-row .wer-kol-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.contactformulier .wpcf7-submit {
  max-width: 250px;
  background: var(--main-wermedia-color);
  padding: 15px 50px;
  border-radius: 90px;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border: 3px solid transparent;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  left: 50%;
  transform: translatex(-50%);
  position: relative;
}
.contactformulier .wpcf7-submit:hover {
  background: transparent;
  color: #000;
  border-color: var(--main-wermedia-color);
}
.contactformulier .wer__button {
  background: transparent;
  padding: 15px 50px;
  left: 50%;
  transform: translatex(-50%);
  position: relative;
  margin-bottom: 50px;
}
.contactformulier .wpcf7-spinner {
  position: absolute;
  transform: translatex(-100%) !important;
  left: calc(50% - 8px);
  bottom: 0px;
}

.contact__section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 64em) {
  .contact__section {
    flex-direction: row;
  }
}
.contact__section > * {
  flex: 1;
}
.contact__section .contact__info {
  font-weight: 300;
  flex: 0 0 33.33%;
}
.contact__section .contact__info .contact__adress,
.contact__section .contact__info .contact__phone,
.contact__section .contact__info .contact__mail {
  padding-left: 80px;
  margin-bottom: 25px;
  position: relative;
}
.contact__section .contact__info .contact__adress:before,
.contact__section .contact__info .contact__phone:before,
.contact__section .contact__info .contact__mail:before {
  color: #000;
  font-weight: bold;
}
.contact__section .contact__info .contact__adress:after,
.contact__section .contact__info .contact__phone:after,
.contact__section .contact__info .contact__mail:after {
  color: var(--main-wermedia-color);
  font-size: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 100%;
}
.contact__section .contact__info .contact__adress:before {
  content: "Adres";
}
.contact__section .contact__info .contact__adress:after {
  content: "\f015";
}
.contact__section .contact__info .contact__phone:before {
  content: "Telefoon";
}
.contact__section .contact__info .contact__phone:after {
  content: "\f3cd";
}
.contact__section .contact__info .contact__mail:before {
  content: "E-mail";
}
.contact__section .contact__info .contact__mail:after {
  content: "\f0e0";
}

.diensten__section {
  overflow: hidden;
}
.diensten__section .diensten__block .block__title {
  margin-bottom: 80px !important;
}
.diensten__section .diensten__block .diensten__recent {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .diensten__section .diensten__block .diensten__recent {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .diensten__section .diensten__block .diensten__recent {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .diensten__section .diensten__block .diensten__recent {
    grid-template-columns: repeat(3, 1fr);
  }
}
.diensten__section .diensten__block .diensten__recent.swiper {
  margin: 0px;
}
.diensten__section .diensten__block .diensten__recent .dienst__item {
  position: relative;
  box-shadow: 0px 3px 86px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 50px;
  padding-bottom: 100px;
  height: 100%;
  transition: box-shadow 1s ease;
}
.diensten__section .diensten__block .diensten__recent .dienst__item:after {
  position: absolute;
  content: "";
  background: var(--main-wermedia-color);
  height: 5px;
  width: 0px;
  left: 0px;
  bottom: 0px;
  transition: width 0.4s ease;
}
.diensten__section .diensten__block .diensten__recent .dienst__item .button__wrapper {
  position: absolute;
  bottom: 50px;
}
.diensten__section .diensten__block .diensten__recent .dienst__item .button__wrapper a {
  text-transform: uppercase;
  color: var(--main-wermedia-color);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.diensten__section .diensten__block .diensten__recent .dienst__item:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.03);
}
.diensten__section .diensten__block .diensten__recent .dienst__item:hover:after {
  width: 100%;
}
.diensten__section .diensten__block .diensten__recent .dienst__item:hover .dienst__icon {
  transform: translatey(-15px);
}
.diensten__section .diensten__block .diensten__recent .dienst__item .dienst__icon {
  width: 50px;
  height: 50px;
  background: var(--main-wermedia-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 25px;
  margin-bottom: 25px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 47.9375em) {
  .diensten__section .diensten__block .diensten__recent .dienst__item {
    padding: 30px;
    padding-bottom: 60px;
  }
  .diensten__section .diensten__block .diensten__recent .dienst__item h3 {
    font-size: 25px;
  }
  .diensten__section .diensten__block .diensten__recent .dienst__item .button__wrapper {
    bottom: 20px;
  }
}
.diensten__section .diensten__block .diensten__recent.diensten__slider {
  overflow: visible;
  margin-top: 100px;
}
.diensten__section .diensten__block .diensten__recent.diensten__slider .swiper-slide {
  height: auto;
}

.nieuws__block {
  overflow: hidden;
}
.nieuws__block .nieuws__item {
  box-shadow: 0px 3px 86px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  padding-bottom: 50px;
  transition: box-shadow 1s ease;
}
.nieuws__block .nieuws__item h3 {
  font-size: 25px;
  font-size: clamp(25px, 2.5vw, 30px);
  margin-bottom: 10px;
  color: #000;
}
.nieuws__block .nieuws__item:after {
  position: absolute;
  content: "";
  background: var(--main-wermedia-color);
  height: 5px;
  width: 0px;
  left: 0px;
  bottom: 0px;
  transition: width 0.4s ease;
}
.nieuws__block .nieuws__item .nieuws__thumb {
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
}
.nieuws__block .nieuws__item .nieuws__thumb .wer-image {
  transition: transform 0.4s ease;
}
.nieuws__block .nieuws__item .nieuws__thumb .wer-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.nieuws__block .nieuws__item .nieuws__thumb .wer-image:after {
  content: "";
  padding-bottom: 70%;
  position: relative;
  display: block;
}
.nieuws__block .nieuws__item .item__content {
  padding: 50px;
}
.nieuws__block .nieuws__item:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.03);
}
.nieuws__block .nieuws__item:hover .wer-image {
  transform: scale(1.1);
}
.nieuws__block .nieuws__item:hover:after {
  width: 100%;
}
.nieuws__block .nieuws__item .button__wrapper {
  position: absolute;
  bottom: 50px;
}
.nieuws__block .nieuws__item .button__wrapper a {
  text-transform: uppercase;
  color: var(--main-wermedia-color);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  left: 50px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .nieuws__block .nieuws__item .item__content {
    padding: 20px;
  }
  .nieuws__block .nieuws__item .button__wrapper {
    bottom: 20px;
  }
  .nieuws__block .nieuws__item .button__wrapper a {
    left: 20px;
  }
}
.nieuws__block .nieuws__slider {
  overflow: visible;
  margin-top: 100px;
}
.nieuws__block .nieuws__slider .swiper-slide {
  height: auto;
}

.team__section {
  position: relative;
  padding: 30px;
}
@media screen and (min-width: 64em) {
  .team__section {
    padding: 100px 75px;
  }
}
.team__section .team__wrapper {
  display: flex;
}
.team__section .team__wrapper .team__block {
  display: grid;
  gap: 2rem;
  gap: 30px;
  width: 100%;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 48em) {
  .team__section .team__wrapper .team__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .team__section .team__wrapper .team__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .team__section .team__wrapper .team__block {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .team__section .team__wrapper .team__block {
    gap: 75px;
  }
}
@media screen and (min-width: 85em) {
  .team__section .team__wrapper .team__block {
    margin-top: 75px;
  }
}
.team__section .team__wrapper .team__block .team__item {
  position: relative;
}
@media screen and (min-width: 85em) {
  .team__section .team__wrapper .team__block .team__item:nth-child(even) {
    top: -150px;
  }
}
.team__section .team__wrapper .team__block .team__item .team__thumb {
  border-radius: 100%;
  overflow: hidden;
  will-change: transform;
  margin-bottom: 25px;
  transition: transform 0.4s ease;
}
.team__section .team__wrapper .team__block .team__item .team__thumb .thumb__overlay {
  background: var(--main-wermedia-color);
  color: #fff;
}
.team__section .team__wrapper .team__block .team__item .team__thumb .thumb__overlay p {
  font-weight: normal;
  display: none;
  font-size: 10px;
  font-size: clamp(10px, 1.8vw, 15px);
  line-height: 28px;
}
@media screen and (min-width: 64em) {
  .team__section .team__wrapper .team__block .team__item .team__thumb .thumb__overlay p {
    display: block;
  }
}
.team__section .team__wrapper .team__block .team__item .team__thumb .thumb__overlay .team__social a {
  background: #fff;
  color: #000;
}
.team__section .team__wrapper .team__block .team__item .team__thumb .thumb__overlay .team__social a:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.team__section .team__wrapper .team__block .team__item .team__content {
  text-align: center;
}
.team__section .team__wrapper .team__block .team__item .team__content h3 {
  font-size: 22px;
  font-size: clamp(22px, 2.4vw, 35px);
  font-weight: 800;
}
.team__section .team__wrapper .team__block .team__item:hover .team__thumb {
  transform: translatey(-25px);
}
.team__section .team__wrapper .team__slider {
  overflow: visible;
}
