@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
/**
Calculate rem
*/
/**
Breakpoints
*/
.c-themesoverview .c-themesoverview__item {
  cursor: pointer;
  margin-bottom: 25px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .c-themesoverview .c-themesoverview__item {
    margin-bottom: 50px;
  }
}
.c-themesoverview .c-themesoverview__item .c-themesoverview__item-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (min-width: 992px) {
  .c-themesoverview .c-themesoverview__item .c-themesoverview__item-image {
    height: 240px;
  }
}
.c-themesoverview .c-themesoverview__item .c-themesoverview__item-title {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 991px) {
  .c-themesoverview .c-themesoverview__item .c-themesoverview__item-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .c-themesoverview .c-themesoverview__item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-themesoverview-old {
  display: none;
}
.c-themesoverview-new {
  display: block;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  .c-themesoverview-new {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.item_0 {
  z-index: 10;
}
.item_0 .new-header__content {
  right: unset !important;
}

.item_1 {
  z-index: 9;
}

.item_2 {
  z-index: 8;
}

.item_3 {
  z-index: 7;
}

.item_4 {
  z-index: 6;
}

.c-new-header-desktop {
  display: none;
}
@media (min-width: 992px) {
  .c-new-header-desktop {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.c-new-header-mobile {
  display: block;
  margin: 0 -15px 30px -15px;
}
@media (min-width: 992px) {
  .c-new-header-mobile {
    display: none;
  }
}

.new-header {
  height: 450px;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.75s;
  transition: ease-in-out 0.75s;
  position: relative;
}
.new-header--max_size {
  width: 100%;
}
.new-header--large_size {
  width: 7%;
}
.new-header--medium_size {
  width: 7%;
}
.new-header--small_size {
  width: 7%;
}
.new-header--tiny_size {
  width: 7%;
}
.new-header--extra-tiny_size {
  width: 7%;
}
.new-header--active {
  z-index: 20;
}
.new-header .new-header__content {
  height: 100%;
  position: absolute;
  right: 0;
}
.new-header .new-header__content p {
  width: 410px;
}

.hovered_over_left .inner-content {
  left: -175px;
}

.c-slider-slide-content-data {
  padding: 70px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-slider-slide-content__img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 25px;
  top: 25px;
}

.c-slider-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-slider-btn__link {
  color: #23222C;
  position: relative;
  padding: 0 25px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 991px) {
  .c-slider-btn__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.c-slider-btn__link:after {
  background-image: url("https://kvan.nl/wp-content/themes/whitelabel/assets/images/icons/blue-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-slider-btn__link:hover, .c-slider-btn__link:focus {
  color: #D8133A;
  padding: 0 40px 0 0;
}
.c-slider-btn__link:hover:after, .c-slider-btn__link:focus:after {
  right: -10px;
}

.c-slider-content__image {
  min-width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -70px -25px 0 25px;
  height: 450px;
}

.c-slider-slide-content__title {
  margin-bottom: 20px;
}

.c-slider-slide-content__text {
  margin-bottom: 30px;
}

.c-themeslider-button__link {
  color: #23222C;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 991px) {
  .c-themeslider-button__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.c-themeslider-button__link:after {
  background-image: url("https://kvan.nl/wp-content/themes/whitelabel/assets/images/icons/blue-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  right: -25px;
  top: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-themeslider-button__link:hover, .c-themeslider-button__link:focus {
  color: #23222C;
  text-decoration: underline;
}
.c-themeslider-button__link:hover:after, .c-themeslider-button__link:focus:after {
  width: 20px;
  right: -35px;
}

.c-slider-accordion {
  margin: 30px 0;
  width: 100%;
}
.c-slider-accordion--helper {
  width: 100%;
}
.c-slider-accordion-item {
  position: relative;
  padding: 20px 0;
}
.c-slider-accordion-item--closed {
  background-image: url("https://kvan.nl/wp-content/themes/whitelabel/assets/images/icons/blue-arrow-right.svg");
  background-position: right top 30px;
  background-repeat: no-repeat;
  background-size: 15px;
}
.c-slider-accordion-item--open {
  background-image: url("https://kvan.nl/wp-content/themes/whitelabel/assets/images/icons/blue-arrow-right.svg");
  background-position: right top 30px;
  background-repeat: no-repeat;
  background-size: 15px;
}
.c-slider-accordion-item__title {
  margin-bottom: 10px;
}
.c-slider-accordion-item__title--icon {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.c-slider-accordion-item__link {
  color: #23222C;
  position: relative;
  margin-top: 20px;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 991px) {
  .c-slider-accordion-item__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.c-slider-accordion-item__link:after {
  background-image: url("https://kvan.nl/wp-content/themes/whitelabel/assets/images/icons/blue-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  right: -25px;
  top: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-slider-accordion-item__link:hover, .c-slider-accordion-item__link:focus {
  color: #23222C;
  text-decoration: underline;
}
.c-slider-accordion-item__link:hover:after, .c-slider-accordion-item__link:focus:after {
  width: 20px;
  background-image: url("https://kvan.nl/wp-content/themes/whitelabel/assets/images/icons/red-arrow-right-big.svg");
}
.c-slider-accordion-item__bar {
  top: 0;
  z-index: -1;
  left: -89px;
  height: 100%;
  position: absolute;
  width: calc(100% + 180px);
}