/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CSS DIRECTORY

	1. GLOBAL
  2. COMING SOON
  3. HEADER
  4. HOME
  5. ONZE SAPPEN
  6. OVER ONS
  7. CONTACT
  8. OORSPRONG
  9. FOOTER

*/

/* ~~~~~~~~~~~~ 1. GLOBAL - BEGIN ~~~~~~~~~~~~ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@800&display=swap');
@import url('https://fonts.cdnfonts.com/css/lemonmilk');

.generic-section {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.pm-btn a {
  padding: 20px 50px;
  background-color: #D2BB58 !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12px !important;
  font-weight: 600 !important;
}

.pm-btn a:hover {
  background-color: #bfa94b !important;
}

/* .pm-main-btn a {
  background-image: url('assets/images/button-bg.svg');
}

.pm-main-btn a:hover {
  background-image: url('assets/images/button-bg-hover.svg');
} */

/* .pm-secondary-btn a {
  background-image: url('assets/images/button-secondary-bg.svg');
}

.pm-secondary-btn a:hover {
  background-image: url('assets/images/button-secondary-bg-hover.svg');
} */

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em;
  padding: 0.5em 1em;
  font-family: kopik, sans-serif;
  border-radius: 5px;
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.viewport-align-right {
  padding-left: calc((100vw - 1800px) / 2) !important;
}

.viewport-align-left {
  padding-right: calc((100vw - 1800px) / 2) !important;
}

@media only screen and (max-width: 1800px) {
  .viewport-align-right {
    padding-left: 3% !important;
  }
  
  .viewport-align-left {
    padding-right: 3% !important;
  }
}

@media only screen and (max-width: 768px) {
  .pm-btn a {
    font-size: 20px !important;
    padding: 15px 35px;
  }
}

/* ~~~~~~~~~~~~ 1. GLOBAL - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 2. COMING SOON - BEGIN ~~~~~~~~~~~~ */

.page-template-landingspagina :is(header, footer) {
  display: none;
}

.admin-only {
  display: none;
}

.logged-in .admin-only {
  display: block;
}

.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}

.landingspagina-body {
  min-height: 100svh;
  background-image: url('img/ob-lp-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1600px;
  background-position: 0 100%;
}

.landingspagina-body a {
  color: #212529;
  display: inline-block;
}

.ob-label {
  margin-left: 130px;
  width: 190px;
  background-color: #000;
  color: #fff;
  padding: 50px 20px 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Outfit', sans-serif;
}

.ob-label h1 {
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.ob-label h1::after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ob-label h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.ob-logo {
  text-align: right;
  bottom: 0;
  right: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ob-logo p {
  display: inline-block;
  text-align: left;
  width: calc(50% - 100px);
  font-size: clamp(18px, 1.5vw, 22px);
  font-family: 'Outfit', sans-serif;
  margin-left: 130px;
}

.ob-logo img {
  /* width: 640px; */
  width: calc(50% - 130px);
}

@media only screen and (max-width: 1600px) {
  .landingspagina-body {
    padding: 0 2%;
  }
  .ob-label, .ob-logo p {
    margin-left: 100px;
  }
  .ob-logo {
    right: 2%;
    left: 2%;
    /* position: absolute; */
  }
  .ob-logo img {
    width: calc(50% - 100px);
  }
}

@media only screen and (max-width: 1024px) {
  .ob-label, .ob-logo p {
    margin-left: 50px;
  }
  .ob-logo {
    margin-top: 25px;
  }
  .ob-logo img {
    width: 60vw;
  }
  .ob-logo p {
    width: 50%;
  }
  .ob-logo img {
    width: calc(50% - 130px);
  }
}

@media only screen and (max-width: 768px) {
  .ob-label {
    padding: 40px 12px 30px;
    width: 170px;
  }
  .ob-label h1 {
    font-size: 28px;
  }
  .ob-logo p {
    margin-left: 0;
  }
  .ob-logo img {
    width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 480px) {
  .ob-logo img {
    width: 206.75px;
  }
  .ob-label {
    margin-left: 0;
    padding: 40px 15px 30px;
    width: 160px;
  }
  .ob-label h1 {
    font-size: 25px;
  }
  .ob-label h2 {
    font-size: 16px;
  }
  .landingspagina-body {
    padding: 0 20px;
  }
  .landingspagina-body main {
    display: flex;
    flex-wrap: wrap;
  }
  .landingspagina-body {
    background-position: center;
    background-size: 200vw;
  }
  .ob-logo {
    justify-content: flex-end;
  }
  .ob-logo p {
    width: 100%;
  }
  .ob-logo img {
    width: calc(50% - 40px);
  }
  .ob-logo p {
    font-size: 16px;
  }
}

/* ~~~~~~~~~~~~ 2. COMING SOON - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 3. HEADER - BEGIN ~~~~~~~~~~~~ */

.pm-main-header > div {
  padding-left: 100px !important;
}

.header-site-logo {
  position: absolute;
  z-index: 999;
}

.pm-head-title h1 {
  transform: rotate(-6deg);
  position: relative;
}

.pm-head-title h1 span {
  transform: rotate(10deg);
  display: inline-block;
  font-size: 140px;
  position: relative;
  bottom: -150px;
  margin-left: -150px;
}

.header-email-icon .elementor-icon-wrapper {
  height: 76px;
}

.header-email-icon a:hover {
  opacity: .7;
}

.header-email-icon a {
  background-color: #BA465A !important;
  border-radius: 100%;
  padding: 18px;
}

.header-email-icon .elementor-icon svg {
  transform: rotate(15deg);
}

.pm-menu .elementor-nav-menu--dropdown {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px;
  height: 100% !important;
  max-height: 100% !important;
  padding: 20px 20px 0;
  -webkit-transition: .4s;
  transition: .4s !important;
  background-color: #BF1A49;
  visibility: hidden;
  z-index: 11000;
  overflow-x: hidden;
  margin: 0 !important;
}

.pm-menu .elementor-menu-toggle.elementor-active ~ .elementor-nav-menu--dropdown {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  visibility: visible;
}

.pm-menu .elementor-nav-menu--dropdown .nav-mobile-logo {
  margin-bottom: 30px;
  width: 140px;
}

.mobile-only {
  display: none !important;
}

.mobile-only > a {
  margin: 0 !important;
}

.pm-main-header {
  width: 100% !important;
  inset-inline-start: 0 !important;
}

.elementor-location-header {
  z-index: 9999;
  position: relative;
}

.header-home-inner > div {
  padding-left: 100px !important;
}

/*--- TALEN VLAG BEGIN ---*/

.pm-language-wpml .wpml-ls-legacy-dropdown {
  width: auto;
}

.pm-language-wpml .wpml-ls-item-toggle {
  background-color: transparent !important;
  border: 0px;
  padding-right: 32px;
}

.pm-language-wpml .wpml-ls-item-toggle::after {
  background-image: url(assets/images/caret-down-solid-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 8px;
  background-size: 15px 8px;
  border: 0px !important;
  right: 0px !important;
}

.pm-language-wpml .wpml-ls-item-toggle::after {
  background-image: url(assets/images/caret-down-solid-dark.svg);
}

.pm-language-wpml .wpml-ls-sub-menu {
  width: fit-content;
  border: 0px;
  margin-left: 2px;
  box-shadow: 0px 3px 20px rgba(0,0,0,0.10);
}

.pm-language-wpml .wpml-ls-item > a {
  border: 0px;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.pm-language-wpml .wpml-ls-item > a img {
  width: 22px;
}

.pm-language-wpml .wpml-ls-item.wpml-ls-current-language > a:hover,
.pm-language-wpml .wpml-ls-item.wpml-ls-current-language > a:focus {
  background-color: transparent;
}

.pm-language-wpml .wpml-ls-item > a:hover,
.pm-language-wpml .wpml-ls-item > a:focus {
  background-color: #FFFFFF;
}

.pm-language-wpml .wpml-ls-current-language {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -3px;
}

.pm-language-wpml .wpml-ls-sub-menu .wpml-ls-item > a {
  padding: 8px 8px;
}

.pm-language-wpml .wpml-ls-item > a::before {
  content: "";
  position: relative;
  font-size: 20px;
  font-family: "Source Sans Pro", Sans-serif;
  font-weight: 600;
  color: #222222;
  padding-right: 8px;
  height: 20px;
}

.pm-language-wpml .wpml-ls-item-nl > a::before {
  content: "NL";
}

.pm-language-wpml .wpml-ls-item-en > a::before {
  content: "EN";
}

.pm-language-wpml .wpml-ls-native,
.pm-language-wpml .wpml-ls-display {
  display: none;
}

/*--- TALEN VLAG END ---*/



@media only screen and (max-width: 1440px) {
  .pm-main-header > div,
  .header-home-inner > div {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 768px) {
  .pm-menu .elementor-menu-toggle {
    padding: 15px;
    margin: 0;
  }
  /* .pm-menu .elementor-menu-toggle__icon--open {
    height: 60px;
  } */
  .pm-menu .elementor-menu-toggle :is(.elementor-menu-toggle__icon--open, .elementor-menu-toggle__icon--close) {
    height: 30px;
  }
  .pm-main-header > div,
  .header-home-inner > div {
    padding-left: 30px !important;
  }
  .header-home-inner > div {
    padding-right: 30px !important;
  }
  .pm-menu .elementor-nav-menu--dropdown li.menu-item a {
    line-height: 1;
  }
  .mobile-only {
    display: flex !important;
  }
  .pm-menu .menu-mail {
    margin-top: 15px;
  }
  .pm-menu .menu-mail a {
    font-size: 0 !important;
    background-image: url('assets/images/enveloppe-icon.svg');
    width: 41px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 480px) {
  .pm-menu .elementor-menu-toggle :is(.elementor-menu-toggle__icon--open, .elementor-menu-toggle__icon--close) {
    height: 25px;
  }
  .pm-language-wpml .wpml-ls-item > a::before {
    font-size: 18px;
    height: 18px;
  }  
}

/* ~~~~~~~~~~~~ 3. HEADER - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 4. HOME - BEGIN ~~~~~~~~~~~~ */

body.home div[data-elementor-type="wp-page"] {
  overflow: hidden;
}

/* .het-verhaal-section::after {
  content: '';
  position: absolute;
  background-image: url('assets/images/apple-basket.svg');
  width: 840px;
  height: 550px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -350px;
  top: -250px;
  z-index: 9;
} */

.home-sappen .slick-list {
  /* overflow: visible; */
}

.home-carousel .elementor-image-carousel-wrapper {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.home-carousel .elementor-image-carousel {
  height: 600px;
}

.home-carousel .elementor-image-carousel figure {
  height: 100%;
}

.home-carousel .elementor-image-carousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sap-carousel .slick-arrow {
  width: 77px;
  height: 77px;
  font-size: 0;
  padding: 0;
  border: none;
  position: absolute;
  bottom: -20px;
  z-index: 9;
  outline: none !important;
  background-color: #BA465A !important;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 29px center;
  border-radius: 100%;
}

.sap-carousel .slick-arrow.slick-disabled {
  opacity: .25;
  pointer-events: none;
}

.sap-carousel .slick-arrow.slick-prev {
  background-image: url('assets/images/chevron-right-solid-white.svg');
  right: 127px;
  transform: rotate(180deg);
}

.sap-carousel .slick-arrow.slick-next {
  background-image: url('assets/images/chevron-right-solid-white.svg');
  right: 30px;
}

.sap-carousel .jet-listing-grid__item {
  padding: 0 !important;
}

.sap-carousel .slick-list {
  margin: 0 -30px;
}

.sap-carousel .slick-slide {
  margin: 0 30px;
  margin-bottom: 90px;
}

.footer-img-title .elementor-heading-title {
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer-img-title .elementor-heading-title::after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1700px) {
  .puur-sap-label .elementor-widget-image:nth-child(2) > div {
    margin-top: -15vw !important;
  }
}

@media only screen and (max-width: 1536px) {
  .home-header-product-image {
    bottom: -10vw !important;
  }
  .home-header-product-image {
    width: 60%;
  }
  .het-verhaal-section::after {
    width: 700px;
    height: 460px;
    right: -310px;
    top: -200px;
  }
  /* .home-header {
    min-height: 800px !important;
  } */
}

@media only screen and (max-width: 1440px) {
  .pm-head-title h1 span {
    font-size: 100px;
    bottom: -110px;
    margin-left: -110px;
  }
  .sap-carousel .slick-list {
    margin: 0 -15px;
  }
  .sap-carousel .slick-slide {
    margin: 0 15px;
    margin-bottom: 60px;
  }
  .pm-list-inner-section {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10) !important;
  }
  .sap-carousel .slick-arrow {
    width: 65px;
    height: 63px;
    background-size: 18px;
    background-position: 26px center;
  }
  .sap-carousel .slick-arrow.slick-prev {
    right: 105px;
  }
}

@media only screen and (max-width: 1280px) {
  .het-verhaal-section::after {
    width: 600px;
    height: 395px;
    right: -270px;
    top: -100px;
  }
  /* .home-header {
    min-height: 700px !important;
  } */
  .pm-head-title h1 span {
    font-size: 90px;
    bottom: -100px;
    margin-left: -80px;
  }
  .puur-sap-label .elementor-widget-image:nth-child(2) img {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .het-verhaal-section::after {
    width: 450px;
    height: 295px;
    right: -180px;
    top: -70px;
  }
  /* .home-header {
    min-height: 600px !important;
  } */
  .pm-head-title h1 span {
    font-size: 70px;
    bottom: -80px;
    margin-left: -80px;
    line-height: 70px;
  }
  .sappen-carousel-col {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .het-verhaal-section::after {
    display: none;
  }
  .home-header-product-image {
    width: 55%;
  }
  .pm-head-title h1 span {
    font-size: 60px;
    bottom: -70px;
    margin-left: -140px;
    line-height: 1;
  }
  /* .home-header {
    min-height: 450px !important;
  } */
  .puur-sap-label .elementor-widget-image:nth-child(2) img {
    width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  .home-header {
    min-height: 350px !important;
  }
  .home-header-product-image {
    width: 45%;
  }
  .footer-img-st::before {
    background-image: linear-gradient(90deg, #00000070 30%, #00000070 100%) !important;
  }
  .sap-carousel .slick-arrow {
    width: 55px;
    height: 53px;
    background-size: 15px;
    background-position: 22px center;
  }
  .sap-carousel .slick-arrow.slick-prev {
    right: 92px;
  }
}

/* ~~~~~~~~~~~~ 4. HOME - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 5. ONZE SAPPEN - BEGIN ~~~~~~~~~~~~ */

.het-verhaal-block {
  /* padding: 120px 130px 130px; */
  /* width: 1200px; */
  padding: clamp(50px, 7vw, 130px);
  width: clamp(400px, 65vw, 1200px);
  position: absolute;
  right: 0;
  background-color: #FBEBE2;
  border-radius: 20px;
}

.onze-sappen-header::before {
  content: '';
  background-image: url('assets/images/body-bg-apple.svg');
  background-position: right top;
  background-size: 50%;
  top: -110px;
  z-index: -1;
  background-repeat: no-repeat;
}

.pm-product-open-modal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.pm-product-open-modal :is(.eae-popup-wrapper, .eae-popup-link) {
  height: 100%;
}

.pm-list-product-image img {
  transition: .3s all;
}

.pm-product-open-modal:hover ~ .pm-list-inner-section .pm-list-product-image img {
  transform: scale(1.05);
}

.pm-list-product-btn a {
  position: relative;
  overflow: hidden;
  display: block;
}

.pm-list-product-btn a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
  transition: .2s all;
  opacity: 0;
}

.pm-product-open-modal:hover ~ .pm-list-inner-section .pm-list-product-btn a::before {
  opacity: .12;
}

.pm-list-product-btn a > .elementor-button-content-wrapper {
  z-index: 9;
  position: relative;
}

.eae-popup.mfp-bg {
  opacity: .95;
}

.eae-popup .mfp-container {
  padding: 0 3%;
}

.bp-popup .mfp-inline-holder .mfp-content {
  width: auto;
  margin-top: 130px;
  overflow: visible;
}

.mfp-content .eae-close {
  top: 30px !important;
}

.sap-modal-popup-image-col {
  width: 37%;
}

.sap-modal-popup-content-col {
  width: 63%;
}

@media only screen and (max-width: 1280px) {
  .product-row .sap-listing-item > div {
    padding-top: 60px !important;
  }
  .product-row .pm-list-product-image > div {
    margin-top: -60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .bp-popup .mfp-inline-holder .mfp-content {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .product-row .sap-listing-item > div {
    padding-top: 40px !important;
  }
  .product-row .pm-list-product-image > div {
    margin-top: -40px !important;
  }
  .sap-modal-popup-image-col,
  .sap-modal-popup-content-col  {
    width: 100%;
  }
  .sap-modal-popup-image-content {
    padding: 0 15px !important;
  }
  .bp-popup .mfp-inline-holder .mfp-content {
    margin-top: 120px;
    margin-bottom: 30px;
  }
}

/* ~~~~~~~~~~~~ 5. ONZE SAPPEN - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 6. OVER ONS - BEGIN ~~~~~~~~~~~~ */

.view-all-products-title h2 {
  position: relative;
  padding-right: 70px;
}

.view-all-products-title h2::before {
  content: '';
  position: absolute;
  right: 0;
  width: 54px;
  height: 28px;
  background-image: url('assets/images/pointer-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-14deg);
}

/* .over-ons-header::after {
  content: '';
  background-image: url('assets/images/apple-basket.svg');
  position: absolute;
  left: -220px;
  bottom: -100px;
  width: 735px;
  height: 480px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: contain;
} */

@media only screen and (max-width: 1440px) {
  .over-ons-header::after {
    left: -190px;
    bottom: -60px;
    width: 635px;
    height: 415px;
  }
  .view-all-products-title h2 {
    padding-right: 50px;
  }
  .view-all-products-title h2::before {
    width: 40px;
    height: 21px;
  }
}

@media only screen and (max-width: 1280px) {
  .het-verhaal-block {
    padding: 60px;
  }
  .over-ons-header::after {
    left: -160px;
    bottom: -10px;
    width: 570px;
    height: 375px;
  }
}

@media only screen and (max-width: 1024px) {
  .het-verhaal-block {
    width: 75vw;
    padding: 40px;
  }
  .over-ons-header::after {
    left: -130px;
    bottom: 30px;
    width: 450px;
    height: 295px;
  }
  .pm-flessen-row {
    flex-wrap: wrap;
  }
  .pm-flessen-row .elementor-widget-image {
    width: calc(20% - 16px);
  }
}

@media only screen and (max-width: 768px) {
  .het-verhaal-block {
    width: 100%;
    position: unset;
    padding: 90px 40px 40px;
  }
  .over-ons-header::after {
    display: none;
  }
  .view-all-products-title {
    width: 330px !important;
  }
}

@media only screen and (max-width: 480px) {
  .pm-flessen-row {
    gap: 10px;
  }
  .pm-flessen-row .elementor-widget-image {
    width: calc(20% - 8px);
  }
  .het-verhaal-block {
    padding: 70px 20px 20px;
  }
}

/* ~~~~~~~~~~~~ 6. OVER ONS - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 7. CONTACT - BEGIN ~~~~~~~~~~~~ */

.pm-input-wrapper input {
  background-color: transparent;
}

.pm-contactform-container input:not(.wpcf7-submit),
.pm-contactform-container textarea {
  background-image: none !important;
}

img.pm-input-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.pm-input-wrapper {
  position: relative;
}

.pm-contactform-container {
  font-family: "Source Sans Pro", Sans-serif;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  max-width: 890px;
}

.pm-form-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  width: 100%;
}

.pm-form-row:not(.textarea) .pm-input-wrapper {
  width: calc(50% - 15px);
}

.pm-form-row.textarea .pm-input-wrapper {
  width: 100%;
}

.pm-form-row.textarea textarea {
  max-height: 175px;
}

.pm-input-wrapper input,
.pm-input-wrapper textarea {
  border: none;
  padding: 25px 25px 13px;
  font-size: 18px;
  /* background-image: url('assets/images/email-input-bg.svg'); */
  background-color: #f6f6f6 !important;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none !important;
  background-color: transparent;
  z-index: 9;
  position: relative;
}

.pm-submit-col input {
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  width: 145px;
  /* background-image: url('assets/images/submit-btn-bg.svg'); */
  background-color: #BA465A !important;
  background-size: contain;
  background-repeat: no-repeat;
  color: #FFFFFF;
  outline: none !important;
  transition: .2s all;
}

.pm-submit-col :is(input:hover, input:focus) {
  /* background-image: url('assets/images/submit-btn-bg-hover.svg'); */
  background-color: #ab3c50 !important;
  color: #FFFFFF;
}

.pm-labels label {
  color: #B4B4B4;
  position: absolute;
  z-index: 99;
  pointer-events: none;
  top: 23px;
  left: 25px;
  font-size: 18px;
  transition: .3s all;
}

.pm-labels label.move {
  color: #ee535d;
  top: 9px;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
}

@media only screen and (max-width: 1280px) {
  .pm-input-wrapper input, 
  .pm-input-wrapper textarea {
    padding: 21px 20px 10px;
    font-size: 16px;
  }
  .pm-labels label {
    top: 18px;
    left: 20px;
    font-size: 16px;
  }
  .pm-labels label.move {
    top: 7px;
    font-size: 13px;
  }
  .pm-form-row.textarea textarea {
    max-height: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-header .het-verhaal-block {
    position: relative;
    width: 100%;
    padding: 90px 40px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-header .het-verhaal-block {
    padding: 70px 20px 20px;
  }
  .pm-form-row:not(.textarea) .pm-input-wrapper {
    width: 100%;
  }
  .pm-contactform-container,
  .pm-form-row {
    row-gap: 15px;
  }
  .wpcf7-not-valid-tip {
    font-size: 14px;
    bottom: -24px;
  }
}

/* ~~~~~~~~~~~~ 7. CONTACT - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 8. OORSPRONG - BEGIN ~~~~~~~~~~~~ */

.oorsprong-before-image > div {
  height: 100%;
}

.oorsprong-before-image img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .oorsprong-before {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}

/* ~~~~~~~~~~~~ 8. OORSPRONG - END ~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~ 9. FOOTER - BEGIN ~~~~~~~~~~~~ */

.footer-topbar > div {
  position: relative;
}

.footer-logo {
  position: absolute;
  left: 0;
}

.pm-ontwikkeld-door {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}

.pm-nieuwsbrief-container {
  font-family: "Source Sans Pro", Sans-serif;
  display: flex;
  flex-wrap: wrap;
}

.pm-nieuwsbrief-container .pm-input-wrapper input {
  z-index: unset;
}

.pm-ontwikkeld-door img {
  margin-bottom: -5px;
}

.pm-nieuwsbrief-container .pm-email-col {
  width: 355px;
}

.pm-nieuwsbrief-container .pm-submit-col {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pm-nieuwsbrief-container span.wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: -25px;
  margin: 0;
}

.footer-topbar-list ul.elementor-icon-list-items {
  column-gap: 85px;
}

.footer-topbar-list ul.elementor-icon-list-items > li:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -45px;
  background-color: #E6DD66;
  border-radius: 20px;
}

.icon-list-footer .elementor-icon-list-item .elementor-icon-list-icon i {
  width: auto;
}

@media only screen and (max-width: 1600px) {
  .footer-topbar-list ul.elementor-icon-list-items {
    column-gap: 40px;
  }
  .footer-topbar-list ul.elementor-icon-list-items > li:not(:last-child)::before {
    right: -25px;
  }
}

@media only screen and (max-width: 1440px) {
  .footer-topbar-list ul.elementor-icon-list-items {
    padding-left: 200px !important;
  }
  .footer-topbar-list ul.elementor-icon-list-items > li {
    width: calc(50% - 20px);
  }
  .footer-topbar-list ul.elementor-icon-list-items > li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: unset !important;
    left: -15px;
    top: 11px;
    background-color: #E6DD66;
    border-radius: 20px;
  }
}

/* @media only screen and (max-width: 1280px) {
  .pm-nieuwsbrief-container .pm-submit-col {
    top: 5px;
  }
} */

@media only screen and (max-width: 768px) {
  .footer-topbar-list ul.elementor-icon-list-items > li {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .footer-topbar-list ul.elementor-icon-list-items {
    padding-left: 120px !important;
  }
  .footer-topbar-list ul.elementor-icon-list-items > li::before {
    width: 6px !important;
    height: 6px !important;
    left: -12px;
    top: 9px;
  }
  .pm-ontwikkeld-door img {
    width: 95px;
  }
  .pm-head-title h1 span {
    font-size: 45px;
    bottom: 30px;
    margin-left: 40px;
    transform: rotate(8deg);
  }
  .pm-main-header > div,
  .header-home-inner > div {
    padding-left: 15px !important;
  }
  .header-home-inner > div {
    padding-right: 15px !important;
  }
  /* .pm-menu .elementor-menu-toggle__icon--open {
    height: 45px;
  } */
}

/* ~~~~~~~~~~~~ 9. FOOTER - END ~~~~~~~~~~~~ */