@charset "UTF-8";
/*
Theme Name:     Wetzels Brown Theme
Theme URI:      https://wetzelsbrown.com
Description:    Child theme voor Divi
Author:         Martin and Lewis
Author URI:     https://martinandlewis.nl
Template:       Divi
Version:        1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Scope+One&display=swap");
#page-container {
  overflow: hidden;
}

:root {
  --main-key-color-blue: #1B3045;
  --main-key-color-blue-70: rgba(27, 48, 69, 0.7);
  --main-key-color-red: #C04950;
  --main-key-color-red-70: rgba(192, 73, 80, 0.7);
  --main-key-color-coral: #C77185;
  --main-key-color-coral-70: rgba(199, 113, 133, 0.7);
  --main-key-color-pink: #D2D0EC;
  --main-key-color-pink-70: rgba(210, 208, 236, 0.7);
  --main-key-color-beige: #D4B68B;
  --main-key-color-beige-70: rgba(212, 182, 139, 0.7);
  --main-key-color-white: #FFFFFF;
  --main-key-color-white-70: rgba(255, 255, 255, 0.7);
  --main-key-color-creme: #F1D5D0;
  --main-key-color-creme-70: rgba(241, 213, 208, 0.7);
}

.hide-mobile {
  display: inline;
}

.hide-desktop {
  display: none;
}

p a,
p a:hover,
p a:focus,
p a:visited {
  text-decoration: underline;
  color: inherit;
  text-decoration-thickness: 1px;
  /* Pas aan naar wens, bv. 0.5px of 2px */
}

.custom-header-logo {
  margin-top: 10px;
}

.color-blue {
  color: var(--main-key-color-blue);
}
.color-blue a,
.color-blue a:visited {
  color: var(--main-key-color-blue);
}
.color-blue a:hover,
.color-blue a:focus {
  color: var(--main-key-color-blue);
}

.color-blue-70 {
  color: var(--main-key-color-blue-70);
}
.color-blue-70 a,
.color-blue-70 a:visited {
  color: var(--main-key-color-blue-70);
}
.color-blue-70 a:hover,
.color-blue-70 a:focus {
  color: var(--main-key-color-blue-70);
}

.color-red {
  color: var(--main-key-color-red);
}
.color-red a,
.color-red a:visited {
  color: var(--main-key-color-red);
}
.color-red a:hover,
.color-red a:focus {
  color: var(--main-key-color-red);
}

.color-red-70 {
  color: var(--main-key-color-red-70);
}
.color-red-70 a,
.color-red-70 a:visited {
  color: var(--main-key-color-red-70);
}
.color-red-70 a:hover,
.color-red-70 a:focus {
  color: var(--main-key-color-red-70);
}

.color-coral {
  color: var(--main-key-color-coral);
}
.color-coral a,
.color-coral a:visited {
  color: var(--main-key-color-coral);
}
.color-coral a:hover,
.color-coral a:focus {
  color: var(--main-key-color-coral);
}

.color-coral-70 {
  color: var(--main-key-color-coral-70);
}
.color-coral-70 a,
.color-coral-70 a:visited {
  color: var(--main-key-color-coral-70);
}
.color-coral-70 a:hover,
.color-coral-70 a:focus {
  color: var(--main-key-color-coral-70);
}

.color-pink {
  color: var(--main-key-color-pink);
}
.color-pink a,
.color-pink a:visited {
  color: var(--main-key-color-pink);
}
.color-pink a:hover,
.color-pink a:focus {
  color: var(--main-key-color-pink);
}

.color-pink-70 {
  color: var(--main-key-color-pink-70);
}
.color-pink-70 a,
.color-pink-70 a:visited {
  color: var(--main-key-color-pink-70);
}
.color-pink-70 a:hover,
.color-pink-70 a:focus {
  color: var(--main-key-color-pink-70);
}

.color-beige {
  color: var(--main-key-color-beige);
}
.color-beige a,
.color-beige a:visited {
  color: var(--main-key-color-beige);
}
.color-beige a:hover,
.color-beige a:focus {
  color: var(--main-key-color-beige);
}

.color-beige-70 {
  color: var(--main-key-color-beige-70);
}
.color-beige-70 a,
.color-beige-70 a:visited {
  color: var(--main-key-color-beige-70);
}
.color-beige-70 a:hover,
.color-beige-70 a:focus {
  color: var(--main-key-color-beige-70);
}

.color-white {
  color: var(--main-key-color-white);
}
.color-white a,
.color-white a:visited {
  color: var(--main-key-color-white);
}
.color-white a:hover,
.color-white a:focus {
  color: var(--main-key-color-white);
}

.color-white-70 {
  color: var(--main-key-color-white-70);
}
.color-white-70 a,
.color-white-70 a:visited {
  color: var(--main-key-color-white-70);
}
.color-white-70 a:hover,
.color-white-70 a:focus {
  color: var(--main-key-color-white-70);
}

.color-creme {
  color: var(--main-key-color-creme);
}
.color-creme a,
.color-creme a:visited {
  color: var(--main-key-color-creme);
}
.color-creme a:hover,
.color-creme a:focus {
  color: var(--main-key-color-creme);
}

.color-creme-70 {
  color: var(--main-key-color-creme-70);
}
.color-creme-70 a,
.color-creme-70 a:visited {
  color: var(--main-key-color-creme-70);
}
.color-creme-70 a:hover,
.color-creme-70 a:focus {
  color: var(--main-key-color-creme-70);
}

.nunito-sans-normal {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

.scope-one-regular {
  font-family: "Scope One", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  color: var(--main-key-color-blue);
}

h1,
h2,
h3,
h4,
p {
  font-style: normal;
}

h1 {
  font-size: 2.5em;
  /* 40px / 16 */
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
}

h2 {
  font-size: 1.875em;
  /* 30px / 16 */
  font-weight: 500;
  line-height: 1.4em;
  text-transform: uppercase;
}

h3 {
  font-size: 1.325em;
  /* 18px / 16 */
  font-weight: 400;
  line-height: 1.3em;
  /* 45px / 16 */
}

h4 {
  font-size: 1.325em;
  font-weight: 400;
  line-height: 1.3em;
}

p,
li {
  font-size: 1.04em;
  font-weight: 300;
  line-height: 1.8;
}

blockquote .quote-author {
  color: var(--main-key-color-red);
  font-size: 0.7em;
  font-style: italic;
  font-weight: 500;
  display: inline-block;
}

.page-title h1 {
  font-size: 3.5em;
  font-weight: 200;
  line-height: 1em;
  text-transform: uppercase;
}

.page-title p {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.075;
}

.et_pb_text blockquote {
  border-color: var(--main-key-color-pink);
  border-width: 3px;
}

.extra-col-marge-left {
  margin-left: 40px;
}

.extra-col-marge-right {
  margin-right: 40px;
}

.two-cols {
  -moz-columns: 2;
       columns: 2;
  gap: 40px;
}

.three-cols {
  -moz-columns: 3;
       columns: 3;
  gap: 40px;
}

.flex-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* custom social share */
.custom-social-share {
  text-align: center;
  margin-top: 2em;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
  right: -200px;
  /* begin buiten beeld */
  top: 280px;
  opacity: 0;
}

.custom-social-share.is-visible {
  right: 0px;
  opacity: 1;
}

.custom-social-share .share-label {
  color: var(--main-key-color-red);
  margin-bottom: 5px;
  font-weight: 500;
}

.custom-social-share .social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.custom-social-share .social-icons li a {
  background-color: var(--main-key-color-beige);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 6px;
  transition: opacity 0.2s;
}

.custom-social-share .social-icons li a:hover {
  opacity: 0.8;
}

.custom-social-share .social-icons li img {
  width: 100%;
  height: auto;
  display: block;
}

/* Form Container */
.full-frame-block .form-container {
  grid-column: 3/11;
  padding: 60px;
  background-color: var(--main-key-color-creme-70);
  width: unset;
}

.full-frame-block .form-container .et_pb_code_inner {
  display: flex;
  gap: 60px;
}

.full-frame-block .text-box.form-container h2 {
  color: var(--main-key-color-blue);
  font-family: "Nunito Sans";
  font-size: 4.375rem;
  line-height: 0.9857;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.full-frame-block .text-box.form-container p {
  color: var(--main-key-color-blue);
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 1em;
  border: none;
  background: var(--main-key-color-white);
  font-size: 1rem;
  color: var(--main-key-color-blue);
  margin-bottom: 20px;
}

.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #C7BEB4;
  /* ← kies hier jouw gewenste kleur */
  opacity: 1;
  /* belangrijk voor Firefox */
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #C7BEB4;
  /* ← kies hier jouw gewenste kleur */
  opacity: 1;
  /* belangrijk voor Firefox */
}

.wpcf7 label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: #717073;
}

.submit-row {
  text-align: right;
}

.wpcf7 input[type=submit] {
  background-color: var(--main-key-color-blue);
  color: white;
  padding: 14px 24px;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.submit-row {
  margin: -34px 0 -50px 0;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

/* END Form Containe */
/* END custom social share */
.image-block .vertical-align-bottom .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

.image-block .dna-string {
  flex-grow: 1;
  width: 100%;
  background-position: left;
  margin-bottom: 15px;
}

.col-align-bottom {
  display: flex;
}

.image-block h3,
.image-block h2,
.image-block h4 {
  font-family: "Scope One", serif;
  font-weight: 400;
  font-size: 1.875em;
  margin-bottom: 20px;
}

.full-frame-stroke h1,
.full-frame-stroke h2,
.full-frame-stroke h3,
.full-frame-stroke h4 {
  font-size: 2.2em;
  line-height: normal;
  padding: 0px;
  text-transform: unset;
}

.full-frame-block {
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.full-frame-block .custom-grid {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.full-frame-block .dna-string-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.full-frame-beige {
  background-color: var(--main-key-color-beige);
}

.full-frame-coral {
  background-color: var(--main-key-color-creme);
}

.full-frame-pink {
  background-color: var(--main-key-color-pink);
}

.full-frame-background {
  background-repeat: no-repeat;
}

.full-frame-background.full-frame-marble {
  background-image: url("images/marble-background.webp");
}

.full-frame-background.full-frame-wood {
  background-image: url("images/wood-background.webp");
}

.full-frame-background.full-frame-leather {
  background-image: url("images/leather-background.webp");
}

.full-frame-background.full-frame-coral {
  background-image: url("images/coral-background.webp");
}

.text-box.background-color {
  margin-top: 120px;
}

.text-box.red-background {
  background-color: var(--main-key-color-red-70);
}

.text-box.red-background::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: 0;
  border-top: 60px solid var(--main-key-color-red-70);
  border-left: 60px solid var(--main-key-color-red-70);
  border-right: 60px solid var(--main-key-color-red-70);
  z-index: -1;
}

.text-box.blue-background {
  background-color: var(--main-key-color-blue-70);
}

.text-box.blue-background::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: 0;
  border-top: 60px solid var(--main-key-color-blue-70);
  border-left: 60px solid var(--main-key-color-blue-70);
  border-right: 60px solid var(--main-key-color-blue-70);
  z-index: -1;
}

.text-box.coral-background {
  background-color: var(--main-key-color-coral-70);
}

.text-box.coral-background::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: 0;
  border-top: 60px solid var(--main-key-color-coral-70);
  border-left: 60px solid var(--main-key-color-coral-70);
  border-right: 60px solid var(--main-key-color-coral-70);
  z-index: -1;
}

.text-box.pink-background {
  background-color: var(--main-key-color-pink-70);
}

.text-box.pink-background::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: 0;
  border-top: 60px solid var(--main-key-color-pink-70);
  border-left: 60px solid var(--main-key-color-pink-70);
  border-right: 60px solid var(--main-key-color-pink-70);
  z-index: -1;
}

.text-box.beige-background {
  background-color: var(--main-key-color-beige-70);
}

.text-box.beige-background::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: 0;
  border-top: 60px solid var(--main-key-color-beige-70);
  border-left: 60px solid var(--main-key-color-beige-70);
  border-right: 60px solid var(--main-key-color-beige-70);
  z-index: -1;
}

.text-box.white-background {
  background-color: var(--main-key-color-white-70);
}

.text-box.white-background::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: 0;
  border-top: 60px solid var(--main-key-color-white-70);
  border-left: 60px solid var(--main-key-color-white-70);
  border-right: 60px solid var(--main-key-color-white-70);
  z-index: -1;
}

.text-box.creme-background {
  background-color: var(--main-key-color-creme-70);
}

.text-box.creme-background::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: 0;
  border-top: 60px solid var(--main-key-color-creme-70);
  border-left: 60px solid var(--main-key-color-creme-70);
  border-right: 60px solid var(--main-key-color-creme-70);
  z-index: -1;
}

.full-frame-block .text-box,
.full-frame-block .text-box h1,
.full-frame-block .text-box h2,
.full-frame-block .text-box h3,
.full-frame-block .text-box h4,
.full-frame-block .text-box h5,
.full-frame-block .text-box p {
  color: var(--main-key-color-white);
}

.full-frame-block .text-box.color-red,
.full-frame-block .text-box.color-red h1,
.full-frame-block .text-box.color-red h2,
.full-frame-block .text-box.color-red h3,
.full-frame-block .text-box.color-red h4,
.full-frame-block .text-box.color-red h5,
.full-frame-block .text-box.color-red p {
  color: var(--main-key-color-red);
}

.full-frame-block .text-box.color-blue,
.full-frame-block .text-box.color-blue h1,
.full-frame-block .text-box.color-blue h2,
.full-frame-block .text-box.color-blue h3,
.full-frame-block .text-box.color-blue h4,
.full-frame-block .text-box.color-blue h5,
.full-frame-block .text-box.color-blue p {
  color: var(--main-key-color-blue);
}

.full-frame-block .text-box.color-coral,
.full-frame-block .text-box.color-coral h1,
.full-frame-block .text-box.color-coral h2,
.full-frame-block .text-box.color-coral h3,
.full-frame-block .text-box.color-coral h4,
.full-frame-block .text-box.color-coral h5,
.full-frame-block .text-box.color-coral p {
  color: var(--main-key-color-coral);
}

.full-frame-block .text-box.color-pink,
.full-frame-block .text-box.color-pink h1,
.full-frame-block .text-box.color-pink h2,
.full-frame-block .text-box.color-pink h3,
.full-frame-block .text-box.color-pink h4,
.full-frame-block .text-box.color-pink h5,
.full-frame-block .text-box.color-pink p {
  color: var(--main-key-color-pink);
}

.full-frame-block .text-box.color-beige,
.full-frame-block .text-box.color-beige h1,
.full-frame-block .text-box.color-beige h2,
.full-frame-block .text-box.color-beige h3,
.full-frame-block .text-box.color-beige h4,
.full-frame-block .text-box.color-beige h5,
.full-frame-block .text-box.color-beige p {
  color: var(--main-key-color-beige);
}

.full-frame-block .text-box.color-white,
.full-frame-block .text-box.color-white h1,
.full-frame-block .text-box.color-white h2,
.full-frame-block .text-box.color-white h3,
.full-frame-block .text-box.color-white h4,
.full-frame-block .text-box.color-white h5,
.full-frame-block .text-box.color-white p {
  color: var(--main-key-color-white);
}

.full-frame-block .text-box.color-creme,
.full-frame-block .text-box.color-creme h1,
.full-frame-block .text-box.color-creme h2,
.full-frame-block .text-box.color-creme h3,
.full-frame-block .text-box.color-creme h4,
.full-frame-block .text-box.color-creme h5,
.full-frame-block .text-box.color-creme p {
  color: var(--main-key-color-creme);
}

.full-frame-block h1,
.full-frame-block h2 {
  font-size: 3em;
  font-style: normal;
  font-weight: 200;
  line-height: 1em;
  /* 65px ÷ 16 */
}

.full-frame-block .text-box.color-red h3 {
  font-size: inherit;
  /* 70px ÷ 16 */
  font-style: normal;
  font-weight: 200;
  line-height: inherit;
  /* 65px ÷ 16 */
}

.full-frame-block .dna-string {
  height: 100vh;
}

.project-image-cover {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}

.width-100 {
  width: 100%;
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 12px 23px;
  border-radius: 0;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background-color: var(--main-key-color-white);
  color: var(--main-key-color-text-dark);
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.button:hover {
  background-color: var(--main-key-color-white-70);
}

.button--blue {
  background-color: var(--main-key-color-blue);
  color: var(--main-key-color-white);
}

.button--blue:hover {
  background-color: var(--main-key-color-blue-70);
}

.button--red {
  background-color: var(--main-key-color-red);
  color: var(--main-key-color-white);
}

.button--red:hover {
  background-color: var(--main-key-color-red-70);
}

.button--coral {
  background-color: var(--main-key-color-coral);
  color: var(--main-key-color-white);
}

.button--coral:hover {
  background-color: var(--main-key-color-coral-70);
}

.button--pink {
  background-color: var(--main-key-color-pink);
  color: var(--main-key-color-blue);
}

.button--pink:hover {
  background-color: var(--main-key-color-pink-70);
}

.button--beige {
  background-color: var(--main-key-color-beige);
  color: var(--main-key-color-blue);
}

.button--beige:hover {
  background-color: var(--main-key-color-beige-70);
}

.button--creme {
  background-color: var(--main-key-color-creme);
  color: var(--main-key-color-blue);
}

.button--creme:hover {
  background-color: var(--main-key-color-creme-70);
}

.button--icon svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  stroke: currentColor;
}

.button--icon.icon-left {
  flex-direction: row-reverse;
}

.button--icon.icon-right {
  flex-direction: row;
}

/* End Buttons */
/* Algemeen pad */
.dna-string {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dna-string.big {
  max-height: 385px;
}

.dna-string.small {
  max-height: 490px;
}

/* Grote strings */
.dna-string.big.beige {
  background-image: url("images/dna-string-big-beige.svg");
}

.dna-string.big.blue {
  background-image: url("images/dna-string-big-blue.svg");
}

.dna-string.big.light-beige {
  background-image: url("images/dna-string-big-light-beige.svg");
}

.dna-string.big.pink {
  background-image: url("images/dna-string-big-pink.svg");
}

.dna-string.big.red {
  background-image: url("images/dna-string-big-red.svg");
}

.dna-string.big.rose {
  background-image: url("images/dna-string-big-rose.svg");
}

.dna-string.big.white {
  background-image: url("images/dna-string-big-white.svg");
}

/* Kleine strings */
.dna-string.small.beige {
  background-image: url("images/dna-string-small-beige.svg");
}

.dna-string.small.blue {
  background-image: url("images/dna-string-small-blue.svg");
}

.dna-string.small.light-beige {
  background-image: url("images/dna-string-small-light-beige.svg");
}

.dna-string.small.pink {
  background-image: url("images/dna-string-small-pink.svg");
}

.dna-string.small.red {
  background-image: url("images/dna-string-small-red.svg");
}

.dna-string.small.rose {
  background-image: url("images/dna-string-small-rose.svg");
}

.dna-string.small.white {
  background-image: url("images/dna-string-small-white.svg");
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

/* Basisgrid */
.custom-grid {
  padding: 0px;
}

.custom-grid > div {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
  padding: 0 60px;
}

.custom-list-grid > div > div > div > div {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
  padding: 0 60px;
  margin-bottom: 60px !important;
}

.custom-list-grid > div > div > div > div.media-row {
  gap: 60px;
  width: 100%;
}

.media-row h3 {
  font-family: "Scope One";
  font-size: 1.8125em;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.media-row .et_pb_image_wrap {
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
  position: relative;
}

.media-row .et_pb_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Kolombreedte klassen */
.col-50 {
  width: 50%;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-1-6-3 {
  grid-column: 2/span 6;
}

.col-3-6-1 {
  grid-column: 4/span 6;
}

.col-2-5-3 {
  grid-column: 3/span 5;
}

.col-3-5-2 {
  grid-column: 4/span 5;
}

.col-1-8-1 {
  grid-column: 2/span 8;
}

.col-6-3-1 {
  grid-column: 7/span 3;
}

.col-1-3-6 {
  grid-column: 2/span 3;
}

.col-9-1 {
  grid-column: 10/span 1;
}

.col-4-5-1 {
  grid-column: 5/span 5;
}

.col-1-5-4 {
  grid-column: 2/span 5;
}

.col-1-9 {
  grid-column: 2/span 9;
}

.col-9-1 {
  grid-column: 1/span 9;
}

.col-4-6 {
  grid-column: 5/span 6;
}

.col-6-4 {
  grid-column: 1/span 6;
}

.col-hidden {
  display: none;
}

.col-show {
  display: block;
}

.col-extend-right {
  grid-column: 4/11;
  width: calc(1179.6px + (100vw - 1728px) / 2 - 0%);
  overflow: hidden;
}

/* Volledige breedte */
.introduction-image,
.introduction-text {
  height: calc(100vh - 210px);
  /* height: 570px; */
}

.introduction-text {
  margin-left: 40px;
  display: flex;
  flex-direction: column-reverse;
  min-height: 400px;
  max-height: 1200px;
}

.introduction-text h1 {
  color: #1B3045;
  font-family: "Nunito Sans";
  font-size: 3.1em;
  font-style: normal;
  font-weight: 200;
  line-height: 1em;
  padding-bottom: 0px;
  margin-bottom: -8px;
}

.introduction-text .small-title h1 {
  font-size: 2.5em;
}

.custom-header-wrapper {
  position: relative;
  z-index: 1001;
}

.custom-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  background: var(--main-key-color-white);
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  height: 150px;
}

.custom-header-logo img {
  /* height: 40px; */
  /* max-width: 180px; */
  width: 260px;
}

#custom-menu-toggle {
  font-size: 32px;
  cursor: pointer;
  color: var(--main-key-color-blue);
}

#custom-slide-menu {
  position: fixed;
  top: 0;
  height: 100%;
  background: var(--main-key-color-pink);
  z-index: 1004;
  padding: 40px 40px 20px 40px;
  /* Geen width of right hier — die worden via JS gezet */
  /* opacity: 0.6; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#custom-slide-menu .close-btn {
  position: absolute;
  top: 62px;
  right: 64px;
  font-size: 34px;
  cursor: pointer;
  font-weight: 800;
  color: var(--main-key-color-blue);
}

.et-l--header ul.dynamic-slide-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 70px 0;
}

.dynamic-slide-menu ul {
  padding: 0px;
}

.dynamic-slide-menu li {
  margin-bottom: 10px;
  list-style: none;
}

.dynamic-slide-menu a {
  text-decoration: none;
  color: var(--main-key-color-blue);
  font-family: "Scope One", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dynamic-slide-menu a:hover {
  color: var(--main-key-color-coral);
}

#custom-slide-menu .menu-contact {
  margin-bottom: 30px;
  color: var(--main-key-color-blue);
}

#custom-slide-menu .menu-contact a {
  color: var(--main-key-color-blue);
  text-decoration: none;
}

#custom-slide-menu .menu-logo {
  display: block;
  /* align-content: flex-end; */
  /* align-items: flex-end; */
}

#custom-slide-menu .menu-logo img {
  width: 200px;
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1003;
  display: none;
}

.footer-container .et_pb_row_0_tb_footer.et_pb_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  border-right: solid 1px var(--main-key-color-creme);
  margin-top: 8px;
  padding: 0px 24px;
}

.footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li a {
  padding: 5px 0px;
  color: var(--main-key-color-creme);
}

.footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li:first-child {
  padding-left: 11px;
}

.footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li:last-child {
  border: 0px;
}

.social-footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  padding-right: 5px;
}

.social-footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li a {
  text-indent: -9999px;
  overflow: hidden;
}

.social-footer-menu .facebook a {
  background-image: url("/wp-content/uploads/2025/04/facebook.svg");
  width: 40px;
  height: 40px;
}

.social-footer-menu .instagram a {
  background-image: url("/wp-content/uploads/2025/04/instagram.svg");
  width: 40px;
  height: 40px;
}

.social-footer-menu .pintrest a {
  background-image: url("/wp-content/uploads/2025/04/pinterest.svg");
  width: 40px;
  height: 40px;
}

.social-footer-menu .linkedin a {
  background-image: url("/wp-content/uploads/2025/04/linkedin.svg");
  width: 40px;
  height: 40px;
}

.footer-copyrights {
  color: var(--main-key-color-coral);
}

.footer-photographers {
  color: var(--main-key-color-coral);
}

/* Gallery */
.gallery-introduction h2 {
  color: var(--main-key-color-blue);
  font-family: "Nunito Sans";
  font-size: 2.275em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  text-transform: uppercase;
}

.gallery-introduction p {
  color: var(--main-key-color-blue);
  /*font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;*/
}

.project-gallery {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  /* optioneel, voor snap-effect */
}

.project-item {
  display: flex;
  flex: 0 0 auto;
  margin-right: 60px;
  flex-direction: column;
  flex-wrap: nowrap;
  width: -moz-min-content;
  width: min-content;
  background-color: var(--main-key-color-white);
}

/*
.project-item:first-of-type .project-nav {
    flex-direction: row-reverse;
}
*/
.project-nav {
  position: relative;
  margin-top: -9px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  margin-bottom: -43px;
}

/*
.project-nav:first-child {
    justify-content: flex-start;
}
*/
.project-item.active .project-nav {
  opacity: 1;
  pointer-events: auto;
}

.nav-arrow {
  width: 55px;
  height: 55px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.project-nav .nav-arrow:first-child {
  border: 1px solid lightgray;
}

.project-nav .nav-arrow:last-child {
  border-top: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.nav-arrow:hover {
  opacity: 0.7;
}

.project-thumb {
  width: -moz-max-content;
  width: max-content;
}

.project-thumb img {
  width: auto;
  height: 60vh;
}

.project-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: var(--main-key-color-blue);
  font-family: "Nunito Sans";
  font-style: normal;
  /* 146.667% */
}

.project-subtitle {
  color: var(--main-key-color-blue);
  font-family: "Scope One";
  font-style: normal;
  /* 27.383px */
  margin-top: -15px;
  margin-bottom: 20px;
}

.project-excerpt {
  width: auto;
  color: var(--main-key-color-blue);
}

/* END Gallery */
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .form-container.col-extend-right {
    width: unset;
    grid-column: span 10;
  }
}
@media only screen and (max-width: 1050px) {
  .project-thumb img {
    height: 50vh;
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  footer .et_pb_column {
    margin-bottom: 0px;
  }
  footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: unset;
  }
  footer .et_pb_module.et_pb_text_align_center-tablet {
    text-align: left;
  }
  footer .et_pb_image_0_tb_footer {
    text-align: right;
  }
  .three-cols {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (max-width: 900px) {
  .gallery-introduction h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .introduction-text {
    height: auto;
    min-height: unset;
    max-height: unset;
    margin: 40px 0 0 0;
  }
  .introduction-image {
    height: 60vh;
  }
  .image-block .dna-string {
    display: none;
  }
  .image-block .extra-col-marge-left,
  .image-block .extra-col-marge-right {
    margin-left: 0px;
  }
  .project-item {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .project-item:first-of-type .project-nav {
    flex-direction: row-reverse;
  }
  .project-nav {
    margin-top: -55px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
  }
  .project-nav .nav-arrow:first-child, .project-nav .nav-arrow:last-child {
    border: 0px;
  }
  .project-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .project-thumb img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    /* optioneel: bepaal focuspunt */
    display: block;
  }
  .col-extend-right {
    width: 100%;
  }
  .full-frame-block .form-container .et_pb_code_inner {
    flex-direction: column;
  }
  .full-frame-block .form-container .et_pb_code_inner .col-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container .et_pb_row_0_tb_footer.et_pb_row {
    flex-direction: column;
  }
  .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    flex-direction: column;
    align-content: center;
  }
  footer .et_pb_module.et_pb_text_align_center-tablet,
  footer .et_pb_module.et_pb_text_align_center-table,
  footer .et_pb_image_0_tb_footer {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .col-hidden-600 {
    display: none;
  }
  .full-frame-block .dna-string-box {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .full-frame-block .text-box.form-container h2 {
    font-size: 3.375rem;
  }
  .two-cols,
  .three-cols {
    -moz-columns: 1;
         columns: 1;
  }
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.675em;
  }
  .full-frame-block .text-box.form-container h2 {
    font-size: 3rem;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: inline;
  }
  .full-frame-block .form-container {
    padding: 30px;
  }
  .custom-grid > div,
  .custom-header-bar {
    padding: 0 30px;
  }
  .custom-list-grid > div > div > div > div {
    padding: 0 30px;
  }
  .custom-list-grid > div > div > div > div.media-row {
    gap: 20px;
  }
  .custom-header-logo img {
    width: 200px;
  }
  .custom-header-bar {
    height: 100px;
  }
  #custom-slide-menu .close-btn {
    right: 34px;
    top: 37px;
  }
  .col-hidden-450 {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .col-1-1500 {
    grid-column: span 1;
  }
  .col-2-1500 {
    grid-column: span 2;
  }
  .col-3-1500 {
    grid-column: span 3;
  }
  .col-4-1500 {
    grid-column: span 4;
  }
  .col-5-1500 {
    grid-column: span 5;
  }
  .col-6-1500 {
    grid-column: span 6;
  }
  .col-7-1500 {
    grid-column: span 7;
  }
  .col-8-1500 {
    grid-column: span 8;
  }
  .col-9-1500 {
    grid-column: span 9;
  }
  .col-10-1500 {
    grid-column: span 10;
  }
  .col-1-6-3-1500 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-1500 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-1500 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-1500 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-1500 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-1500 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-1500 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-1500 {
    grid-column: 5/span 5;
  }
  .col-hide-1500 {
    display: none !important;
  }
  .col-show-1500 {
    display: block !important;
  }
}
@media only screen and (max-width: 1200px) {
  .col-1-1200 {
    grid-column: span 1;
  }
  .col-2-1200 {
    grid-column: span 2;
  }
  .col-3-1200 {
    grid-column: span 3;
  }
  .col-4-1200 {
    grid-column: span 4;
  }
  .col-5-1200 {
    grid-column: span 5;
  }
  .col-6-1200 {
    grid-column: span 6;
  }
  .col-7-1200 {
    grid-column: span 7;
  }
  .col-8-1200 {
    grid-column: span 8;
  }
  .col-9-1200 {
    grid-column: span 9;
  }
  .col-10-1200 {
    grid-column: span 10;
  }
  .col-1-6-3-1200 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-1200 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-1200 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-1200 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-1200 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-1200 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-1200 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-1200 {
    grid-column: 5/span 5;
  }
  .col-hide-1200 {
    display: none !important;
  }
  .col-show-1200 {
    display: block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .col-1-1050 {
    grid-column: span 1;
  }
  .col-2-1050 {
    grid-column: span 2;
  }
  .col-3-1050 {
    grid-column: span 3;
  }
  .col-4-1050 {
    grid-column: span 4;
  }
  .col-5-1050 {
    grid-column: span 5;
  }
  .col-6-1050 {
    grid-column: span 6;
  }
  .col-7-1050 {
    grid-column: span 7;
  }
  .col-8-1050 {
    grid-column: span 8;
  }
  .col-9-1050 {
    grid-column: span 9;
  }
  .col-10-1050 {
    grid-column: span 10;
  }
  .col-1-6-3-1050 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-1050 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-1050 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-1050 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-1050 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-1050 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-1050 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-1050 {
    grid-column: 5/span 5;
  }
  .col-hide-1050 {
    display: none !important;
  }
  .col-show-1050 {
    display: block !important;
  }
}
@media only screen and (max-width: 900px) {
  .col-1-900 {
    grid-column: span 1;
  }
  .col-2-900 {
    grid-column: span 2;
  }
  .col-3-900 {
    grid-column: span 3;
  }
  .col-4-900 {
    grid-column: span 4;
  }
  .col-5-900 {
    grid-column: span 5;
  }
  .col-6-900 {
    grid-column: span 6;
  }
  .col-7-900 {
    grid-column: span 7;
  }
  .col-8-900 {
    grid-column: span 8;
  }
  .col-9-900 {
    grid-column: span 9;
  }
  .col-10-900 {
    grid-column: span 10;
  }
  .col-1-6-3-900 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-900 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-900 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-900 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-900 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-900 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-900 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-900 {
    grid-column: 5/span 5;
  }
  .col-hide-900 {
    display: none !important;
  }
  .col-show-900 {
    display: block !important;
  }
}
@media only screen and (max-width: 800px) {
  .col-1-800 {
    grid-column: span 1;
  }
  .col-2-800 {
    grid-column: span 2;
  }
  .col-3-800 {
    grid-column: span 3;
  }
  .col-4-800 {
    grid-column: span 4;
  }
  .col-5-800 {
    grid-column: span 5;
  }
  .col-6-800 {
    grid-column: span 6;
  }
  .col-7-800 {
    grid-column: span 7;
  }
  .col-8-800 {
    grid-column: span 8;
  }
  .col-9-800 {
    grid-column: span 9;
  }
  .col-10-800 {
    grid-column: span 10;
  }
  .col-1-6-3-800 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-800 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-800 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-800 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-800 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-800 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-800 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-800 {
    grid-column: 5/span 5;
  }
  .col-hide-800 {
    display: none !important;
  }
  .col-show-800 {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .col-1-600 {
    grid-column: span 1;
  }
  .col-2-600 {
    grid-column: span 2;
  }
  .col-3-600 {
    grid-column: span 3;
  }
  .col-4-600 {
    grid-column: span 4;
  }
  .col-5-600 {
    grid-column: span 5;
  }
  .col-6-600 {
    grid-column: span 6;
  }
  .col-7-600 {
    grid-column: span 7;
  }
  .col-8-600 {
    grid-column: span 8;
  }
  .col-9-600 {
    grid-column: span 9;
  }
  .col-10-600 {
    grid-column: span 10;
  }
  .col-1-6-3-600 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-600 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-600 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-600 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-600 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-600 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-600 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-600 {
    grid-column: 5/span 5;
  }
  .col-hide-600 {
    display: none !important;
  }
  .col-show-600 {
    display: block !important;
  }
}
@media only screen and (max-width: 650px) {
  .col-1-650 {
    grid-column: span 1;
  }
  .col-2-650 {
    grid-column: span 2;
  }
  .col-3-650 {
    grid-column: span 3;
  }
  .col-4-650 {
    grid-column: span 4;
  }
  .col-5-650 {
    grid-column: span 5;
  }
  .col-6-650 {
    grid-column: span 6;
  }
  .col-7-650 {
    grid-column: span 7;
  }
  .col-8-650 {
    grid-column: span 8;
  }
  .col-9-650 {
    grid-column: span 9;
  }
  .col-10-650 {
    grid-column: span 10;
  }
  .col-1-6-3-650 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-650 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-650 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-650 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-650 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-650 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-650 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-650 {
    grid-column: 5/span 5;
  }
  .col-hide-650 {
    display: none !important;
  }
  .col-show-650 {
    display: block !important;
  }
}
@media only screen and (max-width: 450px) {
  .col-1-450 {
    grid-column: span 1;
  }
  .col-2-450 {
    grid-column: span 2;
  }
  .col-3-450 {
    grid-column: span 3;
  }
  .col-4-450 {
    grid-column: span 4;
  }
  .col-5-450 {
    grid-column: span 5;
  }
  .col-6-450 {
    grid-column: span 6;
  }
  .col-7-450 {
    grid-column: span 7;
  }
  .col-8-450 {
    grid-column: span 8;
  }
  .col-9-450 {
    grid-column: span 9;
  }
  .col-10-450 {
    grid-column: span 10;
  }
  .col-1-6-3-450 {
    grid-column: 2/span 6;
  }
  .col-3-6-1-450 {
    grid-column: 4/span 6;
  }
  .col-2-5-3-450 {
    grid-column: 3/span 5;
  }
  .col-3-5-2-450 {
    grid-column: 4/span 5;
  }
  .col-1-8-1-450 {
    grid-column: 2/span 8;
  }
  .col-1-6-3-450 {
    grid-column: 7/span 3;
  }
  .col-1-3-6-450 {
    grid-column: 2/span 3;
  }
  .col-4-5-1-450 {
    grid-column: 5/span 5;
  }
  .col-hide-450 {
    display: none !important;
  }
  .col-show-450 {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */