/*
Theme Name: Klaar met kaarten
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Maatwerk Klaar met kaarten
Version: 1.0
*/

:root {
  --dark: #1A1F1F;
  --orange: #FF5F27;
  --white: #FFF7E6;
  --element-padding: 150px 0 0 0;
  --element-margin: 100px 0 0 0;
  --smaller-section-padding: 80px 0;
  --border-radius: 15px;
  --border-radius-section: 50px;
  --desktop-margin: 150px 0;
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}


img {
  max-width: 100%;
}

body {
  color: var(--dark);
  position: relative;
  font-family:"breakers", sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  background-color: var(--white);
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}


h1 {
  font-size: clamp(32px, 4vw, 90px);
  font-weight: 800;
  margin-bottom: 20px;
  text-wrap: balance;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 300;
}

h2 {
  font-size: clamp(30px, 3.5vw, 75px);
  margin-bottom: 10px;
  text-transform: uppercase;
  text-wrap: balance;
  line-height: 1;
  font-weight: 300;
}

h2 span {
  font-weight: 800;
}

h3 {
  font-size: clamp(20px, 2.5vw, 38px);
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
}

h3 span {
  font-weight: 800;
}

h4 {
  font-size: clamp(17px, 3.5vw, 19px);
  line-height: 35px;
}

h5 {
  font-size: clamp(14px, 2vw, 14px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 14px);
}

p {
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 30px;
}

a {
  font-size: clamp(16px, 1.5vw, 16px);
  line-height: 25px;
  font-weight: 400;

}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

header ul,
footer ul,
.tekst-image-semi-inner ul {
  list-style: none;
}

p:empty {
  margin: 0;
}

ul li:not(header ul li),
ol li:not(header ol li) {
  font-size: 16px;
  position: relative;
  line-height: 28px;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

p a {
  color: var(--white);
}


/* Theme CSS */

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.header-logo {
  width: 100px;
  display: block;
}

.primary-menu-nav {

}

.primary-menu-nav .menu {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
  background-color: var(--white);
  padding: 0 50px;
  border-radius: var(--border-radius);
}

.kmk-header-class {
  margin-top: 50px;
  display: flex
  ;
      justify-content: space-between;
      align-items: center;
}

.primary-menu-nav .menu li {
  padding: 15px 0;
}

.primary-menu-nav .menu li a {
  font-weight: bold;
  color: var(--dark);
  font-size: 18px;
}

.kmk-header-dark {
  background-color: var(--dark);
}

.kmk-header-orange {
  background-color: var(--orange);
}

.kmk-header-white {
  background-color: var(--white);
}

.front-page-header {
  height: calc(100dvh - 60px);
  position: relative;
  margin-top: -139px;
  overflow: hidden;
}

.front-page-text {
  height: calc(100dvh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.front-page-header > img {
  position: absolute;
  height: calc(100dvh - 60px);
  right: 0;
  top: 0;
  width: 44%;
  object-fit: cover;
  object-position: left;
  transform: scale(1.2);
}

.kmk-reviews {
  background-color: var(--white);
}

.kmk-button:hover .label-up {
  top: -100%;
}

.label-up {
  display: flex;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.4s;
  align-items: center;
  justify-content: center;
}

.kmk-button {
  font-size: clamp(16px, 2.5vw, 20px);
  display: block;
  padding: 20px 30px;
  border-radius: var(--border-radius);
  text-align: center;
  width: fit-content;
  
  height: 65px;
  padding: 0 30px;
  overflow: hidden;
}

.button-dark {
  background-color: var(--dark);
  color: var(--white);
}

.button-dark:hover {
  color: var(--white);
}

.button-orange {
  background-color: var(--orange);
  color: var(--white);
}

.button-orange:hover {
  color: var(--white);
}

.front-page-text ul li {
  color: var(--white);
  position: relative;
  text-decoration: none;
  padding-left: 25px;
}

.front-page-text ul li::after {
  content: "";
  background-image: url(./img/usp-vink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.front-page-text ul {
  list-style: none;
  margin-bottom: 30px;
}

.front-page-text .kmk-rating {
  margin-bottom: 10px;
}

.kmk-rating {

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.kmk-rating p {
  color: var(--white);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;

}

.kmk-rating img {
  width: 20px;
  
}

.kmk-single-review {
  width: fit-content !important;
}

.kmk-single-review-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kmk-single-review-inner p {
  margin-bottom: 0;
}

.kmk-reviews {
  padding: 15px 0;
}

.kmk-single-review-inner p:last-child {
  margin-right: 20px;
  font-weight: 800;
  margin-left: 10px;
}

.kmk-cta img {
  width: 400px;
}

.kmk-cta-half {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.kmk-cta-section {
  border-radius: 50px 50px 0 0;

  position: relative;
}

.section-padding {
  padding: 150px 0;
}

.section-margin {
  margin: 150px 0;
}

.kmk-header-orange p,
.kmk-header-orange h2,
.kmk-header-dark p,
.kmk-header-dark h2 {
  color: var(--white);
}

.kmk-cta {
  margin-bottom: 50px;
}

.kmk-cta h2 {
  font-size: clamp(28px, 2.5vw, 50px);
}

.kmk-cta-half > div {
  width: 52%;
  flex-shrink: 0;
}

.kmk-cta > div:last-child {
  margin-top: 50px;
  flex-direction: row-reverse;
}

.kmk-cta > div:last-child object {
  width: 500px;
}

.kmk-cta > div:last-child > div {
  width: 40%;
  flex-shrink: 0;
}

.kmk-cta-section::after {
  content: "";
  width: 100%;
  border-radius: 50px 50px 0 0;
  background-color: var(--white);
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}

.kmk-cta-2-single img {
  height: 200px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

.kmk-cta-2-single > div {
  border-right: 4px dashed var(--dark);
  padding-right: 30px;
  padding-left: 30px;
  height: 195px;
}

.kmk-cta-2-inner > div:last-child > div {
  border-right: unset;
  padding-right: 0;
}

.kmk-cta-2-single > div p:first-child {
  font-size: clamp(20px, 2.5vw, 30px);
}

.kmk-cta-2-single > div p:first-child span {
  font-weight: 800;
}

.kmk-cta-2-single > div p:last-child {
  font-size: clamp(14px, 2.5vw, 14px);
  font-weight: 400;
  line-height: 24px;
}

.kmk-cta-2-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-top: -50px;
  margin-bottom: 50px;
  row-gap: 50px;
}

.kmk-cta-2-section  a {
  margin: auto;
}

.kmk-results-section {
  margin: 0 20px;
  border-radius: var(--border-radius-section);
}

.kmk-results-inner {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}

.kmk-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.kmk-section-header p {
  font-size: clamp(18px, 2.5vw, 23px);
  margin-bottom: 10px;
  font-weight: 600;
}

.kmk-results-inner .kmk-rating img {
  width: 22px;
}

.kmk-results-inner .kmk-rating img:last-child {
  margin-left: 10px;
} 

.kmk-results-inner .kmk-rating p {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;

}

.kmk-results-inner .kmk-rating {
  align-items: baseline;
  margin-bottom: 20px;
}

.kmk-results-inner > div p:nth-child(2) {
  font-size: clamp(20px, 2.5vw, 26px);
  width: 90%;
}

.kmk-results-inner > img {
  width: 50%
}

.kmk-options-section {
  border-bottom: 2px solid var(--dark);
  position: relative;
}

.kmk-options-section > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.kmk-options-inner .option-options ul {
  list-style: none;
  margin-top: 106px;
  border-top: 2px dashed var(--dark);
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.kmk-options-inner {
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.kmk-options-inner .option-options.pink{
  background-color:#EFA4A9;
}

.kmk-options-inner > div:last-child img {
  width: 250px;
}

.option-options {
  background-color: #79ACAC;
  width: fit-content;
  text-align: center;
  border-radius: 200px 200px 20px 20px;
  position: relative;
  padding: 30px;
  border: 2px solid var(--dark);
}

.option-options h3 {
  padding-top: 200px;

}

.option-options > img {
  width: 300px;
  position: absolute;
  top: -100px;
  right: 50%;
  transform: translateX(50%);
}

.option-options p {
  font-size: clamp(18px, 2.5vw, 20px);
}

.option-price span {
  font-size: clamp(30px, 2.5vw, 50px);
  font-weight: 800;
}

.kmk-cta-3-section {
  position: relative;
  display: flex;
}

.kmk-cta-3-section > img {
  width: 50%;
}

.option-price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white);
  width: 98%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  gap: 10px;
  font-size: 24px !important;
 
}

.kmk-cta-3-section .links > img {
  left: 0;
  top: 0;
  height: 650px;
  object-fit: contain;
  width: fit-content;
  position: absolute;
  width: 900px;
}

.kmk-cta-3-section .rechts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 150px;
}

.kmk-cta-3-inner {
  display: flex;
  align-items: center;
}

.links,
.rechts {
  flex-shrink: 0;
  width: 50%;
  position: relative;
}

.kmk-review-section .kmk-section-header .kmk-rating {
justify-content: center;
margin-bottom: 20px;
align-items: flex-end;
}

.kmk-review-section .kmk-section-header p {
  color: var(--dark);
  margin-bottom: 0;
  line-height: 1;
}

.kmk-review-section .kmk-section-header p span {
  font-weight: 800;
}

.kmk-review-section .kmk-section-header img {
  width: 25px;
}

.kmk-review-section .kmk-review-inner .kmk-rating p {
  color: var(--dark);
  font-size: clamp(24px, 2.5vw, 34px);
  margin-left: 15px;
}

.kmk-review-section .kmk-review-inner .kmk-rating p span {
  font-weight: 800;
}

.kmk-review-section .kmk-review-inner .kmk-rating img {
  width: 28px;
}

.kmk-review-section .kmk-review-inner .kmk-rating {
  align-items: flex-start;
}

.single-review p:nth-child(2) {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 400;
  margin-top: 20px;
  text-wrap: balance;
  line-height: 1.2;
}

.single-review p {
  line-height: 1;
}

.single-review p:last-child {
  margin-bottom: 0;
}

.kmk-review-inner {
  margin-top: 100px;
}

.slick-next::before,
.slick-prev::before {
  content: "" !important;
}

body .slick-next {
  background-image: url(img/arrow-rechts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 50px;
  left: unset;
  right: 0px;
  top: 50%;
  z-index: 2;
  transition: all 0.3s;
}

body .slick-next:hover,
body .slick-next:focus {
  background-image: url(img/arrow-rechts.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body .slick-prev:hover,
body .slick-prev:focus {
  background-image: url(img/arrow-links.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body .slick-prev {
  background-image: url(img/arrow-links.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 50px;
  left: 0;
  right: unset;
  top: 50%;
  z-index: 2;
  transition: all 0.3s;
}

.kmk-review-inner .slick-track {
  display: flex;
  gap: 50px;
}

.kmk-review-section {
  position: relative;
  padding-bottom: 200px;
}

.kmk-review-section::after {
  content: "";
  width: 100%;
  border-radius: 50px 50px 0 0;
  background-color: #EADFD0;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}

.kmk-header-beige {
  background-color: #EADFD0;
  padding-top: 100px;
}

.single-usp img {
  height: 200px;
  width: fit-content;
  margin-bottom: 20px;
}

p span {
  font-weight: 800;
}

.single-usp p:nth-child(2){
  font-size: clamp(24px, 2.5vw, 35px);
  text-align: center;
}

.kmk-usp-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.single-usp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-usp p:nth-child(3) {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
}

.kmk-usp-section {
  border-bottom: 2px solid var(--dark);

}

.kmk-moodboards-section {
  position: relative;
}

.kmk-moodboards-section::after {
  content: "";
  width: 100%;
  border-radius: 50px 50px 0 0;
  background-color: var(--orange);
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}

.kmk-moodboards-inner > a {
  flex-shrink: 0;
}

.kmk-moodboards-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px 0 80px 0;
}

.kmk-moodboards-inner p {
  text-transform: uppercase;
  font-weight: 800;
  text-wrap: balance;
  font-size: clamp(22px, 2.5vw, 35px);
  margin-bottom: 0;
}

footer {
  background-color: var(--orange);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom-inner p {
  margin-bottom: 0;
  font-weight: 400;
}

.footer-bottom-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom {
  background-color: var(--white);
  padding: 25px
}

.footer-logo {
  width: 200px;
  display: block;
}

.footer-inner {
  padding: 50px 0 50px 0;
  border-bottom: 2px solid var(--white);
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-inner div:first-child p {
  font-size: clamp(16px, 2.5vw, 20px);
  margin-top: 20px;
}

.footer-row p {
  margin-bottom: 0;
  font-weight: 400;
}

.footer-row {
  border-right: 2px dashed var(--white);
  padding-right: 30px;
  padding-left: 30px;
}

.footer-inner > div:first-child {
  padding-left: 0;
} 

.footer-inner > div:last-child {
  border-right: unset;
  padding-right: 0;
}

.footer-big-text {
  font-size: clamp(24px, 2.5vw, 45px);
  text-align: center;
  margin-bottom: 50px;
}

.footer-inner > div:nth-child(2) p:first-child,
.footer-inner > div:nth-child(3) p:first-child {
 font-weight: 800;
 font-size: clamp(18px, 2.5vw, 32px);
 margin-bottom: 5px;
}

.footer-inner > div:nth-child(2) a,
.footer-inner > div:nth-child(3) a {
  display: block;
  color: var(--dark);
  font-size: 16px;
  margin-bottom: 5px;
  width: fit-content;
  border-bottom: 1px solid transparent;
}

.footer-inner > div:nth-child(2) a:hover,
.footer-inner > div:nth-child(3) a:hover {
  border-bottom: 1px solid var(--dark);
}

.single-option p {
  text-transform: uppercase;
  border: 2px dashed var(--dark);
  border-radius: 10px;
  padding: 10px 20px;
  width: fit-content;
  font-size: clamp(16px, 2.5vw, 22px);
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 0;
}

.single-option p:hover,
.single-option p.active {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);

}

.kmk-style-options {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  gap: 30px;
  justify-content: center;
  margin: auto;
  margin-bottom: 50px;
}

.kmk-style-single-slide {
  position: relative;
  z-index: 3;
}


.kmk-review-inner .slick-list {
  width: 90%;
  margin-left: 100px;
}

.kmk-style-section-slider .slick-list {
  width: 90%;
  margin-left: 20px;
}

.kmk-style-single-slide {
  margin-right: 20px;
}

.kmk-style-section-slider,
.kmk-review-inner {
  display: flex;
  justify-content: center;
}

.kmk-style-section .kmk-style-section-slider {
  display: none;
}


.kmk-style-section .kmk-style-section-slider.active {
  display: flex;
}

.empty {
  width: 100px;
}



@media (max-width: 1366px) {
}

@media (min-width: 1200px) {
  .container {
      max-width: 1310px;
  }
}

@media (max-width: 1200px) {

  .kmk-cta img {
    width: 300px;
  }

  .kmk-cta > div:last-child object {
    width: 400px;
  }

  .kmk-cta-3-section .rechts {
    padding: 100px 50px;
  }
}

@media (max-width: 991px) {

  .kmk-cta img {
    width: 200px;
  }

  .kmk-cta > div:last-child object {
    width: 300px;
  }

  .front-page-text {
    width: 50%;
  }

  .kmk-results-inner {
    gap: 50px;
  }

  .kmk-review-inner .slick-dots {
    bottom: -50px;
  }

  .kmk-review-inner .slick-list {
    width: 100%;
    margin-left: 0;
  }

  .single-review.slick-slide {
    text-align: center;
  }

  .single-review.slick-slide .kmk-rating {
    justify-content: center;
  }

  .primary-menu-nav {
    display: none;
  }

}

@media (max-width: 768px) {

  .kmk-review-inner .slick-dots {
    bottom: -25px;
  }

  .kmk-review-inner {
    margin-top: 50px;
  }

  .kmk-results-inner > img {
    width: 75%;
  }

  .kmk-results-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .kmk-results-inner > div p:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .kmk-results-inner .kmk-rating {
    justify-content: center;
  }

  .section-padding {
    padding: 75px 0 75px 0;
  }

  .single-usp p:nth-child(2) {
    min-height: 62px;
    margin-bottom: 10px;
  }

  .kmk-usp-inner .single-usp p:nth-child(2) {
    min-height: unset;
    margin-bottom: 10px;
  }

  .kmk-usp-inner .single-usp p:nth-child(3) {
    width: 75%;
  }

  .kmk-usp-inner .single-usp img {
    height: 225px;
}

  .single-usp img {
    margin-bottom: 10px;
  }

  .kmk-usp-inner  .slick-slide {
    display: flex !important;
  }

  .kmk-options-inner {
    margin-top: 0;
  }

  .kmk-usp-section.section-padding {
    padding: 25px 0 75px 0;
  }

  .kmk-cta-2-inner {
    margin-bottom: 75px !important;
  }

  .kmk-cta-2-inner .slick-dots {
    bottom: -50px;
  }

  .option-options a {
    width: 100%;
  }

  .front-page-header > img { 
    display: none;
  }

  .front-page-text {
    width: 100%;
  }

  .front-page-text {
    height: fit-content;
    margin-top: 0;
  }

  .front-page-header {
    height: fit-content;
    margin-top: 0;
    padding: 50px 0;
  }

  .option-options {
    margin-top: 100px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 0;
  }

  .footer-row {
    border-right: unset;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px dashed var(--white);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .footer-inner > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo {
    flex-shrink: 0;
    width: 100px;
  }

  .footer-inner div:first-child p {
    margin-top: 0;
  }

  .footer-inner > div:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .kmk-cta-3-section {
    flex-direction: column;
  }

  .kmk-cta-3-section .rechts {
    padding: 50px 0;
    width: 100%;
  }

  .kmk-cta-3-inner > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .kmk-cta-3-section > img {
    width: 100%;
  }

  .kmk-style-options {
    width: 100%;
    gap: 20px;
  }

  .kmk-style-section-slider .slick-list {
    width: 100%;
    margin-left: 15px;
  }

  .kmk-style-single-slide {
    margin-right: 10px;
    width: 150px !important;
  }

  .kmk-review-section .kmk-review-inner .kmk-rating img {
    width: 20px;
  }

  .kmk-review-section .kmk-review-inner .kmk-rating p {
    margin-left: 5px;
  }

  .kmk-review-section .kmk-review-inner .kmk-rating {
    align-items: flex-start;
    gap: 2px;
  }

  .kmk-cta-2-single > div {
    width: 300px;
    height: unset;
  }
}

@media (max-width: 575px) {
  .kmk-cta-half {
    flex-direction: column-reverse;
  }

  .kmk-cta > div:last-child {
    flex-direction: column-reverse;
  }

  .kmk-cta-half > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .kmk-cta > div:last-child > div {
    width: 100%;
  }

  .kmk-cta > div:last-child object {
    width: 250px;
  }

  .kmk-moodboards-inner {
    flex-direction: column;
    gap: 20px;
  }

  .kmk-moodboards-inner p {
    text-align: center;
  }

  .footer-bottom {
    padding: 25px 0;
  }


}

@media (max-width: 500px) {

  .kmk-cta-2-single img {
    height: 200px;
    width: 200px;
    margin: unset;
    margin-bottom: 20px;
  }

  .kmk-cta-2-single > div p:first-child {
    margin-bottom: 10px;
  }

}
