.wer-row {
  display: flex;
  margin-left: -75px;
  margin-right: -75px;
  flex-wrap: wrap;
}
.wer-row > div {
  padding-left: 75px;
  padding-right: 75px;
}
.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: 768px) {
  .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: 1600px;
  margin: 0px auto;
  padding: 0px 75px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 30px;
  }
}
.container.fluid {
  max-width: none;
}

.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;
}

* {
  box-sizing: border-box;
}

html, body {
  -webkit-font-smoothing: antialiased;
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 50px;
  line-height: 100%;
}
@media screen and (max-width: 990px) {
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

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

p {
  margin: 0px 0px 20px;
}

h1 {
  font-size: 45px;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 60px;
  letter-spacing: -2px;
}
@media screen and (max-width: 990px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

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

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

.wer-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wer-image .reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wer-image .reveal img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
}

.row__item {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -50px;
}
.row__item .column__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 50px;
}
@media screen and (max-width: 768px) {
  .row__item .column__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .row__item {
    margin: 0px -25px;
  }
  .row__item .column__item {
    padding: 0px 25px;
  }
}

.column__section .block__wrapper {
  align-items: flex-start;
}
.column__section .block__wrapper .column__item {
  flex: 1 0;
  max-width: 100%;
  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;
}
@media screen and (max-width: 990px) {
  .column__section .block__wrapper .column__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .column__section .block__wrapper .column__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.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, var(--secondary-wermedia-color), 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: 800px;
}

.section__c2a {
  background: linear-gradient(to right, var(--secondary-wermedia-color), var(--main-wermedia-color));
  color: #fff;
}
.section__c2a .block__item .block__title {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-right: 100px;
}
.section__c2a .block__item .block__title h2 {
  color: #fff;
}
.section__c2a .block__item .block__title:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__c2a .block__item .block__title {
    padding-right: 0px;
  }
}

.contentblock__section {
  padding: 0px;
}
.contentblock__section.contentblock__boxed {
  padding: 100px 0px;
  overflow: hidden;
}
.contentblock__section.contentblock__boxed .block__wrapper .block__item {
  padding: 0px 75px;
}
@media screen and (max-width: 990px) {
  .contentblock__section.contentblock__boxed .block__wrapper .block__item {
    padding: 0px;
  }
}
@media screen and (max-width: 990px) {
  .contentblock__section.contentblock__boxed {
    padding: 0px;
  }
}
.contentblock__section.default__block .content__block .inner__block {
  width: 100%;
}
.contentblock__section.default__block .content__block .block__image, .contentblock__section.default__block .content__block .block__content {
  flex: 0 0 100%;
  max-width: 100%;
}
.contentblock__section.default__block .content__block .block__image img {
  aspect-ratio: 16/5;
}
@media screen and (max-width: 768px) {
  .contentblock__section.default__block .content__block .block__image img {
    aspect-ratio: 16/9;
  }
}
.contentblock__section.default__block .content__block .block__content {
  max-width: 950px;
}
.contentblock__section.default__block .post__after {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 300;
  margin-top: 50px;
  border-top: 1px solid var(--bg-light-color);
  padding-top: 50px;
}
.contentblock__section.default__block .post__after .post__date, .contentblock__section.default__block .post__after .post__tags {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
.contentblock__section.default__block .post__after .post__tags {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.contentblock__section.default__block .post__after .post__tags a {
  padding: 5px 10px;
  background: var(--bg-light-color);
}
.contentblock__section.primary__color .content__block {
  background: var(--main-wermedia-color) !important;
  color: #fff;
}
.contentblock__section.primary__color .content__block h2 {
  color: #fff;
}
.contentblock__section.primary__color .content__block .wer__button {
  z-index: 1;
}
.contentblock__section.primary__color .content__block .wer__button:after {
  background: #000;
}
.contentblock__section.__withoutimage {
  padding: 75px 0px;
}
.contentblock__section .block__wrapper .block__item {
  padding: 0px;
}
.contentblock__section .content__block {
  display: flex;
  flex-wrap: wrap;
}
.contentblock__section .content__block .block__image, .contentblock__section .content__block .block__content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 990px) {
  .contentblock__section .content__block .block__image, .contentblock__section .content__block .block__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.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 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
  aspect-ratio: 4/3;
}
.contentblock__section .content__block .block__content {
  padding: 75px;
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contentblock__section .content__block .block__content {
    padding: 25px;
  }
}
.contentblock__section.__rowreverse .content__block {
  flex-direction: row-reverse;
}

.gallery__section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 990px) {
  .gallery__section {
    grid-template-columns: repeat(2, 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;
}

.parallax__wrapper .bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
}

main {
  overflow: hidden;
}
main section {
  padding: 100px 0px;
  position: relative;
  min-height: 60vh;
  /*&:last-child { margin-bottom:100px; }*/
}
main section:before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255)), url("../img/tiny-squares.png");
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  main section {
    padding: 50px 0px;
    min-height: 0px;
  }
}

.page-template-homepage main { /*margin-bottom:-100px; */ }
@media screen and (max-width: 768px) {
  .page-template-homepage main {
    margin-bottom: 0px;
  }
}

.werbutton__wrapper {
  display: inline-block;
}
.werbutton__wrapper .wer__button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
}
.werbutton__wrapper .wer__button:before {
  width: 50px;
  height: 50px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  margin-right: 20px;
  z-index: 1;
  color: #fff;
}
.werbutton__wrapper .wer__button span {
  position: relative;
  display: block;
  transition: all 0.4s ease;
  z-index: 1;
}
.werbutton__wrapper .wer__button:after {
  content: "";
  height: 100%;
  width: 50px;
  background: var(--main-wermedia-color);
  position: absolute;
  z-index: 0;
  transition: width 0.2s ease;
  transition: width 0.4s ease;
}
.werbutton__wrapper .wer__button:hover:after {
  width: 100%;
}
.werbutton__wrapper .wer__button:hover span {
  transform: translatex(-20px);
  color: #fff;
}
.werbutton__wrapper .wer__button.secondary {
  color: #000;
}
.werbutton__wrapper .wer__button.secondary:after {
  background: var(--secondary-wermedia-color);
}

.block__wrapper {
  padding: 0px;
}
.block__wrapper .small-block, .block__wrapper .std-block {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .block__wrapper .small-block, .block__wrapper .std-block {
    flex-basis: 100%;
  }
}
.block__wrapper .small-block .inner-block, .block__wrapper .std-block .inner-block {
  padding: 75px;
  text-align: center;
  position: relative;
}
.block__wrapper .small-block .inner-block h3, .block__wrapper .std-block .inner-block h3 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .block__wrapper .small-block .inner-block, .block__wrapper .std-block .inner-block {
    padding: 50px 30px;
  }
  .block__wrapper .small-block .inner-block h3, .block__wrapper .std-block .inner-block h3 {
    font-size: 25px;
  }
}
.block__wrapper .medium-block {
  flex: 0 0 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .block__wrapper .medium-block {
    flex-basis: 100%;
  }
}
.block__wrapper .block__half {
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .block__wrapper .block__half {
    flex-basis: 100%;
  }
}
.block__wrapper.__boxed {
  max-width: 1600px;
  margin: 0px auto;
}
.block__wrapper.__boxed .block__half, .block__wrapper.__boxed .medium-block {
  padding: 0px 75px;
}
@media screen and (max-width: 768px) {
  .block__wrapper.__boxed .block__half, .block__wrapper.__boxed .medium-block {
    padding: 0px 30px;
  }
}
.block__wrapper .block__grid {
  display: grid;
  padding: 0px 75px;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
}
.block__wrapper .block__grid.three__column {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .block__wrapper .block__grid {
    padding: 0px 30px;
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .block__wrapper .block__grid.three__column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.block__wrapper .content__block {
  flex: 0 0 100%;
  margin: 0px auto;
}
.block__wrapper .full__block {
  flex: 0 0 100%;
  padding: 0px 75px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block__wrapper .full__block {
    padding: 0px 30px;
  }
}

.section__wrapper .wer__sections {
  background: #fff;
}
.section__wrapper .wer__sections .section__image {
  position: relative;
  height: 100%;
}
.section__wrapper .wer__sections .section__image .reveal {
  min-height: 100%;
  max-height: 800px;
}
.section__wrapper .wer__sections .section__image .reveal:after {
  padding-bottom: 70%;
  content: "";
  position: relative;
  display: block;
}
.section__wrapper .wer__sections .section__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.section__wrapper .wer__sections .section__content {
  padding: 75px;
  max-width: 800px;
  margin: 0px auto;
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}
.section__wrapper .wer__sections:nth-child(odd) {
  background: #f7f7f7;
}
.section__wrapper .wer__sections:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section__wrapper .wer__sections .section__content {
    padding: 30px;
  }
}
.section__wrapper .full__block {
  padding: 0px;
}
.section__wrapper .full__block .section__content {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .section__wrapper .full__block {
    min-height: none;
  }
}

.default__block {
  min-height: 50vh;
}
.default__block .block__wrapper {
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 75px;
}
.default__block .block__wrapper .text__block .block__subtitle h3 {
  font-weight: 300;
  color: var(--main-wermedia-color);
  margin: 0px;
  font-size: 25px;
}

.intro__section {
  padding: 50px 0px;
}
.intro__section .block__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.intro__section .block__wrapper.__boxed {
  align-items: center;
  padding: 0px;
}
.intro__section .intro__image {
  transform: translatey(-150px);
}
.intro__section .intro__image .reveal:after {
  padding-bottom: 100%;
  content: "";
  position: relative;
  display: block;
}
.intro__section .intro__image .reveal img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .intro__section .intro__image {
    transform: none;
    margin-top: -100px;
    margin-bottom: 30px;
  }
}

.c2a h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 10px;
}
.c2a h3 {
  font-size: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c2a h2, .c2a h3 {
    font-size: 35px;
  }
}

.nieuws__slider {
  padding-bottom: 30px !important;
}
.nieuws__slider .nieuws__item {
  min-height: 100%;
}

.wer__map {
  margin-bottom: -100px;
}

.diensten__block {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
}
.diensten__block .std-block {
  flex: 0 0 50%;
  overflow: hidden;
  flex-grow: 0;
}
.diensten__block .std-block:nth-child(4n+3), .diensten__block .std-block:nth-child(4n+4) {
  flex-direction: row-reverse;
}
.diensten__block .std-block .inner-block {
  flex: 0 0 50%;
  background: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diensten__block .std-block h3 {
  color: var(--main-wermedia-color);
}
.diensten__block .std-block .wer-image {
  width: 100%;
  height: auto;
  flex: 0 0 50%;
  transition: all 0.4s ease;
  background: #fff;
}
.diensten__block .std-block .wer-image .reveal {
  position: relative;
  height: 100%;
  aspect-ratio: 1/1;
}
.diensten__block .std-block .wer-image .reveal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.diensten__block .std-block:hover .inner-block {
  background: var(--bg-light-color);
}
.diensten__block .std-block:hover .wer-image {
  transform: scale(1.1);
}
@media screen and (max-width: 990px) {
  .diensten__block .std-block {
    flex: 0 0 100%;
  }
  .diensten__block .std-block:nth-child(4n+3), .diensten__block .std-block:nth-child(4n+4) {
    flex-direction: inherit;
  }
  .diensten__block .std-block:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .diensten__block .std-block .inner-block, .diensten__block .std-block .wer-image {
    flex: 0 0 100%;
  }
}

.home .nieuws__block {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .home .team__section {
    padding: 30px 0px;
  }
}

.nieuws__block {
  background: #f7f7f7;
}
.nieuws__block .nieuws__item {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
}
.nieuws__block .nieuws__item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--main-wermedia-color);
}
.nieuws__block .nieuws__item .nieuws__thumb {
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
}
.nieuws__block .nieuws__item .nieuws__thumb .reveal:after {
  padding-bottom: 70%;
  content: "";
  position: relative;
  display: block;
}
.nieuws__block .nieuws__item .nieuws__thumb 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 {
  transition: transform 0.4s ease;
}
.nieuws__block .nieuws__item .item__content {
  padding: 30px;
}
.nieuws__block .nieuws__item:hover .wer-image {
  transform: scale(1.1);
}
.nieuws__block .nieuws__item .nieuws__button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-wermedia-color);
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 30px;
  transform: translatey(50%);
}
.nieuws__block .nieuws__item .nieuws__button:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.nieuws__block .nieuws__item .nieuws__button:hover {
  background: var(--secondary-wermedia-color);
}
@media screen and (max-width: 768px) {
  .nieuws__block .three__column {
    row-gap: 50px;
  }
  .nieuws__block .item__excerpt {
    display: none;
  }
}

.times-open {
  margin-top: 50px;
}

.team__section {
  position: relative;
  padding: 100px 75px;
}
.team__section .team__wrapper {
  grid-template-columns: repeat(4, 1fr);
}
.team__section .team__wrapper .team__slider {
  overflow: visible;
}
@media screen and (max-width: 990px) {
  .team__section .team__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .team__section {
    padding: 30px;
  }
  .team__section .team__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .team__section .team__wrapper .team__item p {
    display: none;
  }
}

.logoslider__section {
  padding: 50px 0px !important;
}

.logoslider__section, .contactinfo__block {
  min-height: 0px;
  padding: 75px 0px;
}
.logoslider__section:before, .contactinfo__block:before {
  display: none;
}

.c2a__wrapper {
  padding: 0px;
  display: flex;
  margin-bottom: 100px;
}
.c2a__wrapper .block__wrapper {
  padding: 0px 75px;
  height: 100%;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.c2a__wrapper .block__wrapper .c2a__content {
  flex: 0 0 50%;
  padding: 75px;
  background: var(--main-wermedia-color);
  color: #fff;
  transform: translatey(100px);
}
.c2a__wrapper .block__wrapper .c2a__content h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
.c2a__wrapper .block__wrapper .c2a__content .wer__button.secondary {
  color: #fff;
}
@media screen and (max-width: 990px) {
  .c2a__wrapper .c2a__content {
    flex: 0 0 75%;
  }
}
@media screen and (max-width: 768px) {
  .c2a__wrapper {
    margin-bottom: 0px;
  }
  .c2a__wrapper .block__wrapper {
    padding: 0px 0px;
    align-items: center;
  }
  .c2a__wrapper .block__wrapper .c2a__content {
    flex: 0 0 100%;
    transform: translatey(0px);
    background: transparent;
    padding: 30px;
  }
  .c2a__wrapper .block__wrapper .c2a__content:before {
    content: "";
    background: var(--main-wermedia-color);
    opacity: 0.9;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.contactinfo__block {
  background: var(--bg-light-color);
}
.contactinfo__block .block__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contactinfo__block .small-block {
  padding: 0px 75px;
}
.contactinfo__block .icon__block {
  position: relative;
  padding-left: 75px;
  width: 100%;
}
.contactinfo__block .icon__block:before {
  content: "";
  color: var(--main-wermedia-color);
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.contactinfo__block .icon__block.address__block:before {
  content: "\f015";
}
.contactinfo__block .icon__block.phone__block:before {
  content: "\f3cd";
}
.contactinfo__block .icon__block.mail__block:before {
  content: "\f0e0";
}
.contactinfo__block .icon__block h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contactinfo__block .small-block {
    padding: 0px 30px;
  }
  .contactinfo__block .icon__block {
    margin-bottom: 30px;
  }
}

.wer-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0px;
}
.wer-icons .wer-icon {
  width: 40px;
  height: 40px;
  background: var(--main-wermedia-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 5px;
  transition: all 0.4s ease;
}
.wer-icons .wer-icon:hover {
  color: var(--secondary-wermedia-color);
  background: var(--secondary-wermedia-color);
  color: #fff;
}

.wer-mobile-menu {
  position: fixed;
  height: 100vh;
  right: 0px;
  top: 0px;
  background: var(--secondary-wermedia-color);
  width: 100%;
  max-width: 50%;
  padding: 75px;
  z-index: 10;
  transform: translatex(100%);
  transition: transform 0.4s ease;
}
.wer-mobile-menu.open {
  transform: translatex(0);
}
.wer-mobile-menu nav ul {
  display: block;
}
.wer-mobile-menu nav li {
  font-weight: bold;
  font-size: 30px;
  padding: 5px 0px;
  position: relative;
}
.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: 25%;
  font-size: 22px;
}
.wer-mobile-menu nav li:hover:before {
  transform: translatex(0px);
  opacity: 1;
  visibility: visible;
}
.wer-mobile-menu nav li:hover a {
  transform: translatex(50px);
}
.wer-mobile-menu nav li a {
  padding: 0px;
  display: inline-block;
  width: 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .wer-mobile-menu {
    max-width: 100%;
    padding: 80px 0px 0px;
  }
  .wer-mobile-menu nav li {
    font-size: 17px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
    border-bottom: 1px solid var(--main-wermedia-color);
  }
  .wer-mobile-menu nav li a {
    padding: 10px 30px;
  }
  .wer-mobile-menu nav li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .wer-mobile-menu nav li:hover:before {
    display: none;
  }
  .wer-mobile-menu nav li:hover a {
    transform: none;
  }
}

.contactformulier {
  margin-top: 50px;
}
.contactformulier span {
  display: inline-block;
  width: 100%;
}
.contactformulier input, .contactformulier textarea {
  padding: 20px;
  background: #f7f7f7;
  box-shadow: none;
  border: 1px solid #d7d7d7;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}
.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;
}
.contactformulier .wpcf7-submit {
  max-width: 250px;
  background: var(--main-wermedia-color);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  left: 50%;
  transform: translatex(-50%);
  position: relative;
}
.contactformulier .wpcf7-submit:hover {
  background: var(--secondary-wermedia-color);
}

.column__section .__boxed {
  padding: 0px 75px;
}
@media screen and (max-width: 768px) {
  .column__section .column__item {
    margin-bottom: 50px;
  }
}

.gallery__section {
  min-height: inherit;
  padding: 0px;
}

.section__c2a .__boxed {
  padding: 0px 75px;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 75px;
  position: fixed;
  width: 100%;
  min-height: 100px;
  color: #fff;
  z-index: 10;
  transition: all 0.4s ease;
  background-image: linear-gradient(180deg, #000, transparent);
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    padding: 20px 30px;
  }
}
.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 .werbutton__wrapper {
  margin-left: 50px;
}
.header__wrapper.scrolled {
  background: #fff;
  min-height: 80px;
}
.header__wrapper.scrolled .logo {
  transform: scale(0.5);
}
.header__wrapper.scrolled .werbutton__wrapper {
  color: #000;
}
.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: 768px) {
  .header__wrapper .logo {
    max-width: 125px;
  }
  .header__wrapper .wer-toggle-mobielmenu span {
    display: none;
  }
  .header__wrapper .wer-toggle-mobielmenu i {
    top: 0px;
  }
  .header__wrapper .werbutton__wrapper {
    display: none;
  }
  .header__wrapper.scrolled .logo {
    transform: none;
  }
}
.header__wrapper:not(.scrolled) .logo svg, .header__wrapper:not(.scrolled) .logo path {
  fill: #fff;
}

.headerarea__wrapper {
  padding: 0px;
  min-height: inherit;
}
.headerarea__wrapper .headerarea {
  min-height: 450px;
  height: 75vh;
  background: #000;
  position: relative;
  color: #fff;
  padding: 100px 0px;
}
.headerarea__wrapper .headerarea .container {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 75px;
}
.headerarea__wrapper .headerarea .container h1 {
  font-size: 70px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .headerarea__wrapper .headerarea .container {
    padding-bottom: 50px;
  }
  .headerarea__wrapper .headerarea .container h1 {
    font-size: 9vw;
    margin-bottom: 20px;
  }
}
.headerarea__wrapper .headerarea:before {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, transparent, #000);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.6;
}
.headerarea__wrapper .headerarea.compact {
  height: 40vh;
  min-height: 350px;
}
.headerarea__wrapper .headerarea.compact .container {
  padding-bottom: 0px;
}
.headerarea__wrapper .headerarea.compact h1 {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 0px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .headerarea__wrapper .headerarea.compact {
    height: 20vh;
  }
  .headerarea__wrapper .headerarea.compact h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .headerarea__wrapper .headerarea {
    padding: 50px 0px;
  }
}
.headerarea__wrapper .headerare__content {
  z-index: 1;
}

footer {
  display: flex;
  position: relative;
  z-index: 1;
  color: #000;
  flex-wrap: wrap;
}
footer .block {
  flex: 0 0 50%;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .block {
    flex: 0 0 100%;
  }
}
footer .inner-container {
  width: 100%;
  max-width: 800px;
  padding: 75px;
}
@media screen and (max-width: 768px) {
  footer .inner-container {
    padding: 50px 30px;
  }
}
footer .left-block {
  background: var(--main-wermedia-color);
  justify-content: flex-end;
  color: #fff;
}
footer .right-block {
  background: var(--bg-light-color);
  color: #000;
  margin-top: 100px;
}
footer .right-block .wer-icons {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .right-block {
    margin-top: 0px;
  }
}
footer .flex-table {
  margin-top: 20px;
}
footer .footerlogo {
  width: 80%;
  max-width: 250px;
  margin-bottom: 20px;
}
