/* KLEUREN */
:root {
  --rood: #ec5a4b;
  --geel: #ffe75d;
  --blauw: #2f59b9;
  --lichtgrijs: #bbbbbb;
  --grijs: #444444;
}


/* FADE IN */

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* Fading animation */
.fadein {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 1.5s;
  animation-name: fade-in;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
}





/* ------------------------- */
/* ------- SCROLLAMA ------- */
/* ------------------------- */

#intro p {
  max-width: 650px;
}

#outro {
  height: 40vh;
}

#scrolly {
  position: relative;
  background-color: white;
  margin: 0 auto !important;
}

article.sud1,
article.sud2 {
  position: relative;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 0;
  text-align: center;
  width: 100%;
  height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  top: 0px !important;
}


.step {
  margin: 0 auto;
  font-size: 1rem;
  background-color: white;
  width: 80%;
  max-width: 600px;
  margin-bottom: 85vh;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

h4.steptitel {
  font-family: Veneer, fantasy, sans-serif;
  font-weight: 400 !important;
  font-size: 1.7em;
  margin-block: auto;
  margin-bottom: 20px;
}

.sud1 .steptitel {
  color: #e2e2e2;
}

.sud2 .steptitel {
  color: #e2e2e2;
}

.sud2 .step {
  background-color: #e2e2e2;
}

.sud1 .step {
  background-color: #414141;
  color: #e2e2e2;
}

.step:last-child {
  margin-bottom: 0;
}

/* .step.is-active p {
    color: black;
  } */

.step p {
  text-align: left;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  color: black;
  font-family: arnhem-blond, Georgia, serif;
  margin-block-start: 0.3em !important;
  margin-block-end: 0.3em !important;
}

.flourishken {
  width: 100%;
  height: 100vh;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  margin: 0 auto;
  border: none;
}

@media only screen and (max-width: 768px) {
  .achtergrond.scrollme {
    margin-top: 0 !important;
  }

  .step {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  }

  .step p {
    font-size: 1.2rem;
  }

  .step div {
    padding: 0 1rem 1rem 1rem;
    font-size: 1.05rem;
  }

  .scroll-icon-container,
  .field,
  .mouse,
  .field-text {
    display: none;
  }

  .achtergrond {
    margin-top: 50px;
  }

  .DS2020-container__inner {
    padding: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .theme-live .breadcrumb {
    display: none;
  }

  .step p {
    width: 100%;
    font-family: Arnhem bold, "Times New Roman", Times, serif !important;
    font-size: 1.5rem;
  }

  .article__body {
    margin-top: -70px;
  }

  figure {
    width: 100%;
    height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    top: 0px !important;
  }

  article.sud1,
  article.sud2 {
    margin-top: -70vh;
    margin: 0;
    max-width: 550px;
  }

  .flourishken {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  .step div {
    padding: 0;
    line-height: 1.4rem; /* (ast) */
    font-size: 1.08rem; /* (ast) */
  }

  .ntm {
    max-width: 997px;
    margin: 0 auto !important;
  }

  .main-container {
    max-width: 100%;
  }

  .DS2020-container__inner {
    padding: 50px !important;
    min-height: 50vh;
  }

  #scrolly {
    margin-top: 0px;
  }

  .step {
    margin-bottom: 50vh;
  }
}



/* FADE IN */

.fadein {
  -webkit-animation: fade-in 1.5s ease-out both !important;
  animation: fade-in 1.5s ease-out both !important;
}

.fadeout {
  -webkit-animation: fade-in 1.5s ease-out both !important;
  animation: fade-in 1.5s ease-out both !important;
}

/* FADE IN */

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




/* FADE OUT */


@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* SCROLLICOON */

.scroll-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0 auto;
  border: 1px solid green;
  margin-top: 1em;
}

.field {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}

.field-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 15px;
  font-family: Libre Franklin, Helvetica, Arial, sans-serif;
}

.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #444;
  border-radius: 60px;
  position: relative;
}

.mouse::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #444;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 1.7s infinite;
  -webkit-animation: wheel 1.7s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}

/* FOTO GALLERIJ */


.gallery img {
  max-width: 100%;
  vertical-align: top;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: inherit;
  position: relative;
  padding-top: 66.6666666667%;
}

.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
}

.gallery__item {
  max-width: 20%;
}

.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.gallery__selector:checked+.gallery__img {
  opacity: 1;
}

.gallery__selector~.gallery__thumb>img {
  filter: grayscale(1) opacity(0.5);
}

.gallery__selector:checked~.gallery__thumb>img {
  filter: unset;
}




@media only screen and (max-width: 768px) {
  .gallery {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .gallery__item {
    max-width: 22%;
  }
}

/* (ast) */

.teaserke {
  font-size: 0.93rem !important; 
}

.teaserke.zwart.belgen {
  margin-top: -10px!important;
}

a.linkske,
a.linkske:visited,
a.linkske:active,
a.linkske:hover {
  color: black !important;
  text-decoration: underline !important;
}

a.linkske.scrollink,
a.linkske.scrollink:visited,
a.linkske.scrollink:active,
a.linkske.scrollink:hover {
  color: #e2e2e2 !important;
  text-decoration: underline !important;
}


@media only screen and (max-width: 768px) {
.credits img.mobile {
  width: 60%!important;
  margin: 0 auto;
  display: block;
}
}


/* TEASERKES */

.teaserblokje {
  float: left;
  width: 200px;
  margin-left: -100px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  background-color: var(--lichtgrijs);
  padding: 1em;
  font-size: 0.9em;
}

.teaserlinkje {
  border-top: 2px solid black;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.teaserlinkje a,
.teaserblokje a {
  color: black !important;
  text-decoration: none !important;
}


.verder {
  display: block;
  font-family: Libre Franklin, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: .8888888889em;
}

.verderquote {
  font-family: arnhem-bold, Georgia, serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.1111111111em;
  line-height: 1.2;
  margin-bottom: .75em;
  margin-block-start: 0.3em !important;
}

.teaserlinkje .verderquote {
  max-width: 60%;
}


@media (max-width: 600px) {

  .teaserblokje {
    float: left;
    max-width: 45% !important;
    margin-left: 0px;
    padding: 0.5em;
  }
}

/* ---------------------------- */
/* ------- ANIMATIE TON ------- */
/* ---------------------------- */

figure.sud1 {
  background-color: #fff;
  height: 100%;
  text-align: center;
}

figure.sud2 {
  background-color: #bbbbbb;
  height: 100%;
  background: #ffffff url("https://extra.standaard.be/html/anti/eic/assets/1-achtergrond-grain-licht.jpg") repeat left top;
}



.show {
  display: inline-block;
  -webkit-animation: slide-out-bottom 1.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-bottom 1.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}


.notop {
  margin-top: -50vh;
}

.waitforit {
  position: absolute;
  bottom: 0;
  color: var(--lichtgrijs);
  left: 15pc;
  font-size: 1em !important;
  font-family: "Veneer";
  z-index: 1000 !important;
  opacity: 0;
}

.waitforit p {
  font-size: 1.5em !important;
  font-weight: 400;
  color: #bbb;
}

@media only screen and (max-width: 768px) {


  .waitforit {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .waitforit p {
    color: var(--grijs);
    font-size: 0.95em !important;
  }


}


/* ANIMATIE RENOVATIE */
.hide {
  opacity: 0;
}

.renovatie {
  font-family: 'Veneer';
  color: var(--grijs);
  font-size: 1.3rem;
  max-width: 50vw !important;
  margin: 0 10pc 0 40pc;
}

.portdeficher,
.renovatiegeld {
  font-size: 2.2em;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
}


.boot {
  max-width: 300px;
}

.fisher {
  max-width: 250px;
}

.fondsen,
.storting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}


.fondsen.lijnklein {
  width: 50%important;
  margin: 0 25%;
  justify-content: center !important;
}

.fondsen.lijn {
  width: 70%important;
  margin: 0 15%;
  justify-content: center !important;
}


.fondsen.lijn svg, .fondsen.lijnklein svg {
  width: 100%important;
}

.fonds1,
.fonds2,
.fonds3 {
  width: 50%;
}


.lijntje,
.storting1,
.storting2,
.storting3 {
  width: 30%;
}

.fonds1 p,
.fonds2 p,
.fonds3 p,
.storting1 p,
.storting2 p,
.storting3 p {
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}

.lijntje {
  margin: 0 auto;
}

.lijntje img {
  vertical-align: top;
}

span.kleur {
  display: block;
  font-size: 2rem !important;
  color: var(--rood);
  margin-bottom: -0.2em;
}

.renovatiegeld span.kleur, .portdeficher span.kleur {
  color: var(--lichtgrijs);
  margin: -0.3em auto 0.6em !important;
  font-size:1.5rem!important;
}

.deel11 span.kleur,
.deel21 span.kleur,
.deel31 span.kleur {
  color: var(--rood);
}

span.kleur img {
  max-width: 100px;
  margin-bottom: 0em;
  margin-top: 0.4em;
}

.storting span.kleur img {
  width: 70%;
  margin: 0 auto;
  max-width: 200px;
}


.locatie .kleur {
  font-size: 1.3rem !important;
  margin-top: 0.5em;
  color: var(--lichtgrijs);
}



@media only screen and (max-width: 768px) {

  .renovatie {
    max-width: 100% !important;
    margin: 0 auto;
    font-size: 0.9em;
  }

  span.kleur {
    font-size: 1.3rem !important;
  }

  .fisher, .boot {
    max-width: 50%;
  }
}


.svglijn {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
