@media (min-width: 64rem) {
  .gc-architects-contact__content {
    padding: 4rem 0 4rem 4rem; } }

.gc-architects-contact__text-component {
  margin-bottom: 1rem; }

.gc-architects-contact__map {
  height: 100%; }

.archive__grid--job {
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media (min-width: 64rem) {
    .archive__grid--job {
      grid-template-columns: 1fr 1fr; } }

.teaser-job {
  border-bottom: 1px solid hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.1);
  padding: 19px 2rem; }
  .teaser-job__link {
    text-decoration: none; }
  .teaser-job__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .teaser-job__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--text-lg);
    font-weight: 500;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    text-decoration: none;
    -webkit-transition: background-color 0.5s var(--ease-out);
    transition: background-color 0.5s var(--ease-out);
    margin-bottom: 0.5rem; }
  .teaser-job__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
  .teaser-job__info-wrapper {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  .teaser-job__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .teaser-job__button {
    background-color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.05);
    padding: var(--space-sm) var(--space-lg);
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--color-primary);
    border: none; }
    .teaser-job__button:hover {
      background-color: var(--color-primary);
      color: #FFFFFF; }

.gc-background-content {
  position: relative;
  background-color: #EBF6FC;
  margin: 4rem 0; }
  .gc-background-content--left .gc-background-content__image {
    left: 0;
    right: auto; }
  .gc-background-content--left .gc-background-content__left {
    margin-left: auto; }
  @media (min-width: 64rem) {
    .gc-background-content {
      margin: 8rem 0; } }
  .gc-background-content__left {
    padding: 4rem 0; }
    @media (min-width: 64rem) {
      .gc-background-content__left {
        width: 50%;
        padding: 100px 0; } }
  .gc-background-content__list {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
  .gc-background-content__name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 0.5rem;
    font-size: 1rem; }
  .gc-background-content__name {
    font-weight: 800; }
  .gc-background-content__image {
    position: static;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 64rem) {
      .gc-background-content__image {
        -o-object-fit: cover;
           object-fit: cover;
        width: calc(50% - 160px);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; } }
  .gc-background-content__button {
    margin-top: 2rem; }

.page-template-template-architects .main-footer__body {
  background-color: #FFFFFF; }

.page-template-template-architects .gform_description {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: block; }

.page-template-template-architects .gform_required_legend {
  display: none; }

.klantverhaal-intro .slider {
  height: 28rem; }

.klantverhaal-intro .slider__slides,
.klantverhaal-intro .slick-list,
.klantverhaal-intro .slick-track,
.klantverhaal-intro .slider__slide,
.klantverhaal-intro .slick-slide > div,
.klantverhaal-intro .slick-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.block-story__intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 64rem) {
    .block-story__intro {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.block-story__quote {
  text-align: center;
  margin-top: 4rem; }
  @media (min-width: 64rem) {
    .block-story__quote {
      margin-top: 0; } }

.block-story__editor h2 {
  font-size: var(--text-xxl); }

.block-story__editor p {
  margin-top: 1rem;
  margin-bottom: 4rem; }

.block-story__editor img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  height: auto; }

.block-story__masonry {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  position: relative; }
  @media (min-width: 64rem) {
    .block-story__masonry {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  .block-story__masonry::after {
    content: "";
    background-color: var(--color-primary);
    height: 12rem;
    width: 12rem;
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    z-index: -1; }
    @media (min-width: 64rem) {
      .block-story__masonry::after {
        height: 26.5rem;
        width: 26.5rem;
        bottom: -1rem;
        left: -2rem; } }
  .block-story__masonry img {
    height: 50%;
    display: block;
    heigh: auto;
    margin-bottom: 1rem;
    -o-object-fit: cover;
       object-fit: cover; }

.stories-quote {
  background-color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.05); }
  .stories-quote__quote::after {
    display: none; }
  .stories-quote__text {
    font-style: normal;
    max-width: 40rem;
    margin: 0 auto; }
  .stories-quote__quote-customer {
    color: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.6);
    font-style: normal; }

@media (min-width: 64rem) {
  .klantverhaal-masonry .block-story__masonry img:nth-child(1) {
    height: 24.5rem; }
  .klantverhaal-masonry .block-story__masonry img:nth-child(2) {
    height: 49rem; }
  .klantverhaal-masonry .block-story__masonry img:nth-child(3) {
    height: 49rem; }
  .klantverhaal-masonry .block-story__masonry img:nth-child(4) {
    height: 24.5rem; } }

.more-stories__item {
  position: relative; }

.more-stories__image {
  display: block;
  width: 100%;
  height: 17.5rem;
  -o-object-fit: cover;
     object-fit: cover; }

.more-stories__image-fake {
  background-color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.05);
  width: 100%;
  height: 17.5rem; }

.more-stories__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.more-stories__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 2.25rem;
  color: #ffffff; }

.more-stories__item-title {
  color: #ffffff; }

.more-stories__location {
  color: #ffffff; }

.page-template-template-tailpage .main-footer,
.page-template-template-tailpage .oval {
  display: none; }

.tailpage-catalog__title {
  font-size: var(--text-lg);
  font-weight: 300;
  margin-top: 0; }

.tailpage-catalog__description {
  font-weight: 100;
  line-height: 2;
  display: block;
  width: calc(100% - 1rem);
  margin-bottom: 1rem; }

.tailpage__grid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.tailpage__sidebar {
  padding: 1rem 1rem 0 1rem;
  background-color: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.05);
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.tailpage__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.block-faq__header {
  background: #F3FAFD;
  padding: 15px 15px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }

.block-faq__content {
  display: none;
  background: #F3FAFD;
  padding: 15px 15px;
  color: black; }

.block-faq__answer {
  border-left: 2px solid #1B9DDA;
  padding-left: 20px; }

.block-faq__box {
  margin-bottom: 20px; }

.block-faq__column:nth-of-type(2n+1) {
  padding-right: 10px; }

.block-faq__column:nth-of-type(2n) {
  padding-left: 10px; }

.block-faq__icon svg {
  width: 5px; }
  .block-faq__icon svg path {
    fill: #1B9DDA; }

.block-faq__icon--open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.gc-icons__list {
  display: grid;
  gap: 3rem;
  margin-top: 4rem; }
  @media (min-width: 601px) {
    .gc-icons__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 901px) {
    .gc-icons__list {
      grid-template-columns: repeat(4, 1fr); } }

.gc-icons__list-item {
  text-align: center; }

.gc-icons__icon-wrapper {
  margin-bottom: 3rem; }

.gc-image-comparison-slider__title {
  margin-bottom: 1rem; }

.gc-image-comparison-slider__wrapper {
  position: relative;
  height: 330px; }
  @media (min-width: 64rem) {
    .gc-image-comparison-slider__wrapper {
      height: 498px; } }
  .gc-image-comparison-slider__wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    max-height: 313px; }

.gc-image-comparison-slider__img {
  position: absolute;
  width: 100%;
  height: 100%; }
  .gc-image-comparison-slider__img img {
    display: block;
    vertical-align: middle;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    width: 100%; }

.gc-image-comparison-slider__slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 2px;
  height: 100%;
  background-color: #EBF6FC;
  opacity: 1;
  border-radius: 0;
  top: 0; }
  .gc-image-comparison-slider__slider:after {
    content: '';
    height: 20px;
    width: 20px;
    background-color: #FFF;
    position: absolute;
    display: block;
    top: calc(50% - 10px);
    left: -10px;
    border-radius: 50%; }

.gc-image-comparison-slider__legend {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  z-index: 2; }
  .gc-image-comparison-slider__legend--new {
    left: calc(50% + 2rem); }

@media (min-width: 64rem) {
  .job-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64rem) {
  .job-grid__grid {
    width: 50%;
    padding-right: 0.5rem; } }

.job-grid__title {
  color: var(--color-primary);
  margin-bottom: 1rem; }

.job-grid__form {
  margin-top: 4rem; }
  @media (min-width: 64rem) {
    .job-grid__form {
      margin-top: 0;
      width: 50%;
      padding-left: 3.5rem; } }

.job-grid .gform_title {
  display: none; }

@media (min-width: 64rem) {
  .job-grid .portfolio--featured__grid .teaser--overlay:nth-child(1) {
    grid-column: 1 / span 4;
    grid-row: 1; } }

@media (min-width: 64rem) {
  .job-grid .portfolio--featured__grid .teaser--overlay:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 2; } }

@media (min-width: 64rem) {
  .job-grid .portfolio--featured__grid .teaser--overlay:nth-child(3) {
    grid-column: 3 / span 2;
    grid-row: 2; } }

.masonry__panel {
  position: relative; }
  @media (max-width: 1023px) {
    .masonry__panel {
      display: inline-block;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.masonry__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  @media (max-width: 1023px) {
    .masonry__sticky {
      position: static;
      margin-bottom: 3rem; } }

.masonry__sizer {
  width: calc(50% - 0.5rem); }

.masonry__gutter-sizer {
  width: 1rem; }

.masonry__item {
  margin-bottom: 1rem;
  width: calc(50% - 0.5rem);
  /* &:nth-child(3) {
			margin-top: 2rem;
		} */ }
  .masonry__item:nth-of-type(odd) {
    height: 225px; }
    @media (max-width: 600px) {
      .masonry__item:nth-of-type(odd) {
        height: 150px; } }
  .masonry__item:nth-of-type(even) {
    height: 466px; }
    @media (max-width: 600px) {
      .masonry__item:nth-of-type(even) {
        height: 316px; } }
  .masonry__item--single {
    width: 100%; }

.masonry__item-last::after {
  height: 100%;
  width: 100%;
  background-color: var(--color-primary);
  bottom: -2rem;
  content: "";
  position: absolute;
  z-index: -1;
  right: -2rem; }
  @media (max-width: 1023px) {
    .masonry__item-last::after {
      bottom: -1rem;
      right: -1rem; } }

.masonry__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block; }

.job-masonry {
  margin: 4rem 0; }

.job-related {
  text-align: center;
  margin-top: 4rem; }
  @media (min-width: 979px) {
    .job-related {
      margin-top: 6.25rem; } }
  .job-related__grid {
    margin: 2rem 0;
    gap: 0; }
    @media (min-width: 979px) {
      .job-related__grid {
        grid-template-columns: 1fr 1fr; } }
  @media (min-width: 979px) {
    .job-related .teaser--job:nth-child(3), .job-related .teaser--job:nth-child(4) {
      border-bottom: 1px solid hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.1); } }

.job-team {
  text-align: center;
  margin: 4rem 0; }
  @media (min-width: 979px) {
    .job-team {
      margin: 6.25rem 0; } }
  .job-team__title {
    color: var(--color-primary);
    margin-bottom: 0.5rem; }
  .job-team__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    width: 100%; }
  .job-team__list {
    margin-top: 3rem;
    width: calc(100% - 5rem); }
  .job-team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 215px;
    margin: 0 auto; }
  .job-team__image {
    width: 100%;
    padding-bottom: 100%;
    height: 0; }
  .job-team__list-prev, .job-team__list-next {
    width: 1.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
    .job-team__list-prev svg, .job-team__list-next svg {
      width: 100%;
      height: auto; }

.quote-block__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px; }
  .quote-block__rating img {
    margin: 0; }

.quote-block__star {
  width: 20px;
  margin-right: 5px; }
  .quote-block__star svg path {
    fill: #e3e3e3; }
  .quote-block__star--full svg path {
    fill: #fdcc0d; }

.gc-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 64rem) {
    .gc-filter__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.gc-filter__list-item {
  color: var(--color-primary);
  font-size: var(--btn-font-size, 1em);
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid var(--color-primary); }
  .gc-filter__list-item a {
    text-decoration: none;
    padding: 1rem;
    text-align: center;
    width: 100%;
    display: block; }
  .gc-filter__list-item--current, .gc-filter__list-item:hover {
    background-color: var(--color-primary);
    color: #FFFFFF;
    font-weight: bold; }

.teaser--overlay-wrapper {
  position: relative; }

@media (min-width: 64rem) {
  .archive__grid--realisatie {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 64rem) {
  .archive__grid--realisatie-three {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; } }

.archive__grid--realisatie .teaser--overlay-wrapper {
  text-decoration: none; }

.archive__grid--realisatie .teaser--overlay__info {
  position: relative;
  padding: 1rem 0;
  color: var(--color-black); }

.archive__grid--realisatie .teaser--overlay__image {
  height: 255px;
  width: 100%; }
  @media (min-width: 64rem) {
    .archive__grid--realisatie .teaser--overlay__image {
      height: 390px; } }

#a2apage_dropdown {
  border: 2px solid var(--color-primary);
  border-radius: 0; }
  #a2apage_dropdown a {
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-weight: 500; }

@media (min-width: 979px) {
  .job-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.job-page__socials-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 4rem; }

.job-page__sidebar {
  max-width: none;
  width: 100%; }
  @media (min-width: 979px) {
    .job-page__sidebar {
      max-width: 482px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 35%; } }
  .job-page__sidebar img {
    height: auto;
    display: block; }
  .job-page__sidebar iframe {
    width: 100%; }

.job-page__bg {
  max-width: 445px; }

.job-page__content {
  margin-top: 78px;
  margin-bottom: 60px; }

.job-page__title {
  color: var(--color-primary);
  margin-bottom: 1rem; }

.gc-slider--fixed-height {
  max-height: 491px; }

.gc-slider--reverse-nav .slider__nav {
  right: auto;
  left: var(--space-md); }

.gc-steps {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem; }
  @media (min-width: 901px) {
    .gc-steps {
      padding-bottom: 171px; } }
  @media (min-width: 901px) {
    .gc-steps--has-six .gc-steps__list {
      grid-template-columns: repeat(6, 1fr); } }
  .gc-steps--has-six .gc-steps__item-wrapper:nth-of-type(5) {
    margin-top: 1.2rem; }
  .gc-steps--has-six .gc-steps__item-wrapper:nth-of-type(4) {
    margin-top: 2rem; }
  .gc-steps__title {
    margin-bottom: 2rem;
    text-align: center; }
  .gc-steps__line {
    display: none; }
    @media (min-width: 901px) {
      .gc-steps__line {
        position: absolute;
        height: 92px;
        top: 2rem;
        z-index: -1;
        display: block;
        width: 1920px;
        max-width: none;
        left: -100vw;
        right: -100vw;
        margin: auto; } }
  .gc-steps__list {
    display: grid;
    gap: 2rem; }
    @media (min-width: 901px) {
      .gc-steps__list {
        grid-template-columns: repeat(5, 1fr); } }
  .gc-steps__item-wrapper {
    text-align: center; }
    .gc-steps__item-wrapper:nth-of-type(2), .gc-steps__item-wrapper:nth-of-type(4) {
      margin-top: 1.2rem; }
    .gc-steps__item-wrapper:nth-of-type(3) {
      margin-top: 2rem; }
    .gc-steps__item-wrapper:hover .gc-steps__number {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
    @media (min-width: 901px) {
      .gc-steps__item-wrapper:hover .gc-steps__content {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  .gc-steps__number {
    background: #F3FAFD;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--color-primary);
    font-weight: 900;
    margin: 0 auto 1rem auto;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .gc-steps__name {
    font-size: 20px;
    font-weight: 900; }
  @media (min-width: 901px) {
    .gc-steps__content {
      position: absolute;
      width: 800px;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      background: #FFF;
      padding: 1rem;
      left: -200px;
      right: -200px;
      margin: auto;
      top: 238px; } }
  .gc-steps__content ul {
    list-style: disc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px; }

.teaser-post__content {
  min-height: 240px; }
  @media (max-width: 978px) {
    .teaser-post__content {
      min-height: unset; } }

.teaser-post .media-wrapper {
  margin-top: 25px; }

.gp-archive-klantverhaal__thumnail {
  max-height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.gp-archive-klantverhaal .background-panel::after {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0.5rem, 0.5rem);
          transform: translate(0.5rem, 0.5rem); }
  @media (min-width: 1024px) {
    .gp-archive-klantverhaal .background-panel::after {
      -webkit-transform: translate(1rem, 0.8rem);
              transform: translate(1rem, 0.8rem); } }

.gp-archive-klantverhaal .text {
  line-height: 1.5; }

.gp-archive-klantverhaal .icon--arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.gp-archive-klantverhaal .wp-pagenavi {
  margin-top: 0; }


/*# sourceMappingURL=styles.css.map*/