
svg {
  display: block;
  width: 100vw;
  height: 100vh;
}

#mapcontainer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eventpunt {
  cursor: pointer;
  transition: fill 0.3s;
}

/*
.eventpunt:hover {
    fill: orange;
}
    */


@font-face {
  font-family: "Roobert";
  font-weight: 400;
  src: url("webfont/Roobert-Regular.woff2") format("woff2"),
    url("webfont/Roobert-Regular.woff") format("woff"),
    url("webfont/Roobert-Regular.eot") format("embedded-opentype"),
    url("webfont/Roobert-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roobert";
  font-weight: 500;
  src: url("webfont/Roobert-Medium.woff2") format("woff2"),
    url("webfont/Roobert-Medium.woff") format("woff"),
    url("webfont/Roobert-Medium.eot") format("embedded-opentype"),
    url("webfont/Roobert-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roobert";
  font-weight: 600;
  src: url("webfont/Roobert-SemiBold.woff2") format("woff2"),
    url("webfont/Roobert-SemiBold.woff") format("woff"),
    url("webfont/Roobert-SemiBold.eot") format("embedded-opentype"),
    url("webfont/Roobert-SemiBold.ttf") format("truetype");
}


/* basic */

:root {
  --white: #ffffff;
  --white-solid: #fff;
  --black: #000;
  --darkvio: #031037;
  --darkvio-soft: rgba(3, 16, 55, 0.2);
  --basevio: #008470;
  --basevio-dark: #006953;
  --basevio-light: #00BEAA;
  --basevio-soft: rgba(0, 105, 83, 0.05);
  --basevio-soft-strong: rgba(85, 65, 240, 0.2);
  --coltyp1: #FF9600;
  --coltyp1-soft: rgba(255, 230, 130, 0.3);
  --coltyp1-warm: rgba(255, 190, 50, 1);
  --coltyp2: #34BEAB;
  --coltyp2-strong: rgba(0, 190, 170, 1);
  --coltyp3: #008470;
  --muted: #69788C;
  --lavender: #EFEDFD;
  --lightcream: #FFFBF1;
  --lightcream-2: rgba(253, 237, 206, 1);
}

html,
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: var(--darkvio);
  font-family: 'Roobert', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: var(--white);
}

@supports(font: -apple-system-body) {
  html html {
    font: -apple-system-body, 'Roobert', Helvetica, Arial, sans-serif
  }
}

.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.shadow {
  /* filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1)); */
  filter: drop-shadow(0px 0px 15px var(--darkvio-soft));
  -webkit-filter: drop-shadow(0px 0px 15px var(--darkvio-soft));
}

.shadowlight {
  overflow: hidden;
  /* filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1)); 
  filter: drop-shadow(0px 0px 15px rgba(3, 16, 55, 0.07));
  -webkit-filter: drop-shadow(0px 0px 15px rgba(3, 16, 55, 0.01));
  */
}

.screenFill {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-width: 100%;
}

.overzichtFill {
  position: relative;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
}

/* states */

.toonBlok {
  opacity: 1 !important;
  transition: opacity 1s;
}

.hideBlok {
  opacity: 0 !important;
  transition: opacity 1s;
}

.paarstekst {
  color: var(--basevio);
  font-weight: bold;
}

a {
  color: var(--darkvio);
  text-decoration: underline var(--basevio) solid;
}

a:hover {
  color: var(--basevio);
}
a.neg {
  color: var(--white-solid);
  text-decoration: underline var(--white-solid) solid;
}
a.neg:hover {
  color: var(--white-solid);
}

.typepil {
  color: var(--white-solid);
  padding: 1rem 1.5rem;
  font-weight: 600;
  border-radius: 100px;
  width: fit-content;
  line-height: 0.8;
  font-size: 1.5rem;
}

.typepil2 {
  color: var(--white-solid);
  padding: 1.3vw 2vw;
  font-weight: 600;
  border-radius: 200px;
  width: fit-content;
  line-height: 0.8;
  font-size: 2vw;
}



.typ1 {
  background-color: var(--coltyp1) !important;
}

.typ3 {
  background-color: var(--coltyp2) !important;
}

.typ2 {
  background-color: var(--coltyp3) !important;
}

.bcol1 {
  background-color: var(--coltyp3);
  background: linear-gradient(135deg, var(--basevio) 0%, var(--basevio-light) 100%);
}

.bcol2 {
  background-color: var(--coltyp2);
  background: linear-gradient(135deg, var(--coltyp2-strong) 0%, rgba(52, 190, 171, 1) 100%);
}

.bcol3 {
  background-color: var(--coltyp1);
  background: linear-gradient(135deg, var(--coltyp1-warm) 0%, rgba(255, 150, 0, 1) 100%);
}

.bcol4 {
  background-color: var(--basevio);
}

.bcol5 {
  /*
background: #E8FBF1;
background: linear-gradient(135deg,rgba(232, 251, 241, 1) 0%, rgba(176, 245, 233, 1) 100%);
*/
  background: var(--coltyp1-soft) !important;
}

.bcol6 {
  /* 
background: #EFEDFD;
background: linear-gradient(135deg,rgba(239, 237, 253, 1) 0%, rgba(201, 194, 248, 1) 100%);
*/
  background: var(--basevio-soft) !important;
}

.bcol7 {
  background: var(--lightcream);
  background: linear-gradient(135deg, rgba(255, 251, 241, 1) 0%, var(--lightcream-2) 100%);
}

.pushleft {
  margin-left: 1.3rem !important;
}

.hidder {
  height: 1px;
  width: 100%;
}

.round20 {
  border-radius: 20px;
  overflow: hidden;
}

/* backvideo */

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  opacity: 0.7;
}

.vidsize {
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  border: 0;
  font-weight: bold;
  height: auto; 
  aspect-ratio: 16 / 9; 
}
/* inleiding */

.difflex {
  display: flex;
  flex-direction: row;
  gap: 0;
}

.gapbig {
  gap: 1rem;
}

.gapsmall {
  gap: 0.5rem;
}

.scrollyIntro {
  display: flex;
  flex-direction: column;
  padding: 0;
  line-height: 1.4;
  font-size: 1rem;
  background-color: var(--basevio);
  background: linear-gradient(135deg, var(--basevio) 0%, var(--darkvio) 100%);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  color: var(--white-solid);
  position: relative;
  overflow: hidden;
}

.screenStretch {
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 60vw;
  box-sizing: border-box;
}

.startchevron {
  position: relative;
  width: 2rem;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-20px);
  }

  60% {
    -moz-transform: translateY(-10px);
  }
}

.startchevron img {
  width: 100%;
}

/* basic style scrolly */

.outroStretch {
  position: relative;
  min-height: 100vh;
  max-width: 800px;
  padding: 3rem 0;
}

.mainTitel {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: unset;
  margin-top: unset;
}

.scrollyTitel,
.scrollyInleiding {
  line-height: 1.4;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}

.scrollyTitel {
  width: 60vw;
  max-width: 800px;
}

.scrollyTitel h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
}

.checkimg {
  display: block;
  width: 20vw;
  max-width: 500px;
}

.inleidingtekst {
  padding: 0 0;
  box-sizing: border-box;
}

.inleidingtekst p {
  font-size: 1.2rem;
  margin: unset;
}

.boxstyle {
  position: relative;
  display: flex;
  flex-direction: column;
  /* padding: 1.2rem;
  background: rgb(255, 255, 255, 0.80);
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.2));
  border-radius: calc(0.5rem + 7px);*/
  margin-bottom: 0;
  color: var(--darkvio);
  text-align: left;
  width: 60vw;
  max-width: 800px;
  margin: 2rem 0;
  box-sizing: border-box;
}

.boxstyle:first-child {
  margin-top: 5rem;
}

.boxstyle:last-child {
  margin-bottom: 5rem;
}


.opdrachtbox {
  padding: 1.2rem;
  border-radius: calc(0.5rem + 7px);
  color: var(--darkvio);
  /* border: 2px solid #FFE682; */
}


.opdrachtbox .infotitel {
  color: var(--basevio);
}

.byline {
  margin-top: 0.5rem !important;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 200;
  margin-left: 10px !important;
}

.scrollyInleiding .boxstyle {
  background-color: var(--white);
}

.boxstyle img {
  border-radius: 15px;
  margin-top: 1.2rem;
  width: 100%;
}

.boxstyle p {
  margin: 0.5em 0 0.5em 0;
}

.boxstyle p:first-child {
  margin-top: 0;
}

.boxstyle p:last-child,
.boxstyle img:last-child {
  margin-bottom: 0;
}

.margbot {
  margin-bottom: 1.2rem;
}

.bumpdown {
  margin-top: 50rem;
}

.borderrad iframe {
  border-radius: 10px;
}

.borderrad {
  position: relative;
  display: block;
  z-index: 1000;
}

.moretop {
  margin-top: 15rem;
}

.infotekst {
  font-size: 1.1rem;
  font-weight: 500;
}

.infotitel {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--darkvio);
  margin-bottom: 20px;
  width: 100%;
}

.infotitel .preicon {
  height: 1rem;
  margin: unset;
  border-radius: unset;
  width: fit-content;
}

/* titelborder */

.title-container {
  position: relative;
  display: inline-block;
  padding: 30px;
  width: -webkit-fill-available;
  max-width: 100%;
}

.title-bubble {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.bubble-stroke {
  stroke: var(--basevio);
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.title-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mainTitel {
  margin: 0;
  padding: 0 10px;
  line-height: 1.2;
  width: fit-content;
  font-size: 5rem;
  font-weight: bold;
}

.mainTitel:last-child {
  font-size: 1.4rem;
  font-weight: normal;
}

/* image stack */

.imgstack {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  cursor: pointer;
}

.imgstack .stackimg {
  position: absolute;
  max-width: 600px;
  width: unset;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.05s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: flex;
  gap:1rem;
  flex-direction: column;
  --rotate: 0deg;
  --translateY: 0px;
  background-color: white;
  display: inline-table;
}
.imgstack .stackimg p {
  padding:1rem;
  font-size: 0.9rem;
  text-align: left;
  color: var(--darkvio);
  border-radius: 0 0 8px 8px;
  background-color: var(--basevio-soft);
}
.imgstack .stackimg.verticalimg {
  width:40%;
  max-width: 38%;
}
.imgstack .stackimg.squareimg {
  width:50%;
  max-width: 48%;
}

/* Fixed rotations for each image ID */
.imgstack #simg1 {
  --rotate: -2deg;
  --translateY: 0px;
}

.imgstack #simg2 {
  --rotate: 1deg;
  --translateY: -8px;
}

.imgstack #simg3 {
  --rotate: -1deg;
  --translateY: -16px;
}

.imgstack #simg4 {
  --rotate: 2deg;
  --translateY: -24px;
}

.imgstack #simg5 {
  --rotate: -1deg;
  --translateY: -32px;
}

.imgstack #simg6 {
  --rotate: 1deg;
  --translateY: -30px;
}

/* Position and z-index based on order */
.imgstack .stackimg:nth-child(1) {
  transform: rotate(var(--rotate)) translateY(var(--translateY));
  z-index: 6;
}

.imgstack .stackimg:nth-child(2) {
  transform: rotate(var(--rotate)) translateY(var(--translateY));
  z-index: 5;
  opacity: 0.98;
}

.imgstack .stackimg:nth-child(3) {
  transform: rotate(var(--rotate)) translateY(var(--translateY));
  z-index: 4;
  opacity: 0.97;
}

.imgstack .stackimg:nth-child(4) {
  transform: rotate(var(--rotate)) translateY(var(--translateY));
  z-index: 3;
  opacity: 0.96;
}

.imgstack .stackimg:nth-child(5) {
  transform: rotate(var(--rotate)) translateY(var(--translateY));
  z-index: 2;
  opacity: 0.95;
}

.imgstack .stackimg:nth-child(6) {
  transform: rotate(var(--rotate)) translateY(var(--translateY));
  z-index: 1;
  opacity: 0.94;
}

.imgstack .stackimg.moving-to-back {
  opacity: 0.94;
  z-index: 0;
}

/* voorstel phishing-slider: bouwt verder op de bestaande image stack */
.phishing-slider {
  /* height: min(78vh, 620px);
  min-height: 360px; */
  cursor: default;
  margin: 20px 0;
}

.phishing-slider .stackimg {
  /* left: 50%; */
  width: 80%;
  max-width: 78%;
  object-fit: contain;
  transform: translateX(0%) scale(1);
  transition: transform .2s ease, opacity .2s ease;
}

.phishing-slider .stackimg:nth-child(1) {
  z-index: 3;
}

.phishing-slider .stackimg:nth-child(2) {
  z-index: 2;
  opacity: 0.55;
    transform: translateX(100%) scale(.8);
}

.phishing-slider .stackimg:nth-child(3) {
  z-index: 1;
  opacity: 0.55;
  transform: translateX(-100%) scale(.8)
}

.phishing-slider .stackimg.moving-to-back {
  opacity: 1;
  transform: translateX(-100%) scale(.8);
}
.phishing-slider .stackimg.moving-to-side {
  opacity: .55;
  animation: slideToSide .2s ease forwards;
}

@keyframes slideToSide {
  0% {
    transform: translateX(-100%) scale(.8);
  }
  50% {
    transform: translateX(-125%) scale(.8);
  }
  50.1% {
    transform: translateX(125%) scale(.8);
  }
  100% {
    transform: translateX(100%) scale(.8);
  }
}
.phishing-slider .stackimg.moving-to-center {
  opacity: 1;
  transform: translateX(0%) scale(1);
}

.phishing-slider.imgstack {
  align-items: center;
}

.phishing-slider-next {
  margin: 0 auto;
}

/* highlightbox */

.pushtop {
  margin-top: 20px !important;
}

.pushdown {
  margin-bottom: 20px !important;
}

.highlightbox {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  color: var(--darkvio);
  cursor: pointer;
  border: 2px solid rgba(85, 65, 240, 0);
  transition: border 1s ease;
}

.highlightbox:hover,
.highlightbox:active,
.highlightbox:active {
  border: 2px solid var(--basevio);
  transition: border 1s ease;

}

.highlightbox ul {
  margin-bottom: 0;
}

.highlightbox .hightitle {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5em;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.highlightbox .hightitle:focus-visible {
  outline: 3px solid var(--basevio);
  outline-offset: 4px;
}
.inleidingtekst .highlightnumber {
  font-size: 3.5rem;
  display: block;
  text-align: left;
  font-weight: 900;
  line-height: 1;
  font-weight: 600;
}
.highlightbox .highlightnumber {
  border: 2px solid var(--basevio);
  padding: 5px;
  font-size: 2rem;
  width: 2rem;
  height: rem;
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  font-weight: 600;
}

.highlightbox .hightext {
  transition: max-height 0.5s ease, opacity 0.5s ease, padding-top 0.5s ease, margin-top 0.5s ease;
  opacity: 0;
  padding-top: 0;
  margin-top: 0;
}

.highlightbox.open .hightext {
  opacity: 1;
  padding-top: 20px;
}

.highlightbox .hightitle .arrow {
  display: flex;
  transition: transform 0.3s ease;
  height: 1.3rem;
  align-items: center;
}

.highlightbox .hightitle .arrow img {
  height: 100%;
  margin-top: unset;
}

.highlightbox.open .hightitle .arrow {
  transform: rotate(90deg);
}

.hightitblock {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--basevio);
}

/* form en button */

.checkform {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.checkform label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  accent-color: var(--basevio);
}

.buttonopdracht {
  display: block;
  border: unset;
  padding: 10px;
  background-color: var(--basevio);
  border-radius: 5px;
  width: fit-content;
  color: var(--white-solid);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.5s ease;
  text-decoration: none;
}

.buttonopdracht:hover {
  background-color: var(--basevio-dark);
  transition: background-color 0.5s ease;
  text-decoration: none;
  color: var(--white-solid);
}

/* audioplayer */

.scrollyplayer {
  width: 100%;
}

audio::-webkit-media-controls-panel {
  background-color: var(--lavender);
}

audio::-webkit-media-controls-timeline {
  color: var(--basevio)
}

audio::-webkit-media-controls {
  color: var(--basevio);
}

/* chapterstijl */

.chaptertitel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

.chapternum-container {
  position: relative;
  display: inline-block;
  width: 7rem;
  height: 7rem;
}

.chapternum {
  font-size: 5rem;
  font-weight: 600;
  color: var(--white);
  display: block;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  border-radius: 20px;
  border: none;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
}

.chapternum-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.animated-border {
  fill: none;
  stroke: var(--basevio);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.chaptertit {
  font-size: 3rem;
  font-weight: 500;
  max-width: 90%;
  text-align: left;
  margin: unset;
}

/* colofon */

.colofonbox {
  display: block;
  color: var(--white-solid);
  background: var(--coltyp3);
  background: linear-gradient(45deg, rgba(64, 49, 174, 1) 0%, var(--basevio) 100%);
  padding: 8rem 2rem 8rem 2rem;
  font-size: 1.1rem;
  line-height: 1.4;
  position: relative;
  width: 100%;
  min-width: 100%;
}

#creditcenter {
  display: block;
  max-width: 1040px;
  margin: auto;
}

.footerlogo {
  display: block;
  height: 1.5rem;
  width: fit-content;
  margin-bottom: 1rem;
}

.footerlogo img {
  height: 100%;
}



@media only screen and (max-width: 1200px) {
  .boxstyle {
    width: 95%;
    font-size: 1rem;
  }

  .scrollyTitel {
    width: 90vw;
  }
}

@media only screen and (max-width: 850px) {
  .mainTitel h1 {
    font-size: 4rem;
  }

  .difflex {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}


@media only screen and (max-width: 600px) {
  #scrollyScreenPre {
    height: 20vh;
    min-height: 20vh;
  }

  .screenStretch {
    max-width: 100%;
  }

  .imgstack {
    width: 100%;
    height: 500px;
  }

  .imgstack .stackimg {
   max-width: 100%;
        width: fit-content;
        max-height: fit-content;
        height: fit-content;
  }

  .boxstyle {
    width: 95%;
    font-size: 1rem;
    align-items: center;
  }
  .opdrachtbox {
    width: 100%;
    box-sizing: border-box;
    margin: 0 20px;
  }
  #scrollyIntro {
    font-size: 1rem;
  }

  .chaptertit {
    font-size: 2rem;
  }

  .mainTitel {
    font-size: 3.6rem;
    width: fit-content;
  }

  .mainTitel:last-child {
    font-size: 1.3rem;
    width: fit-content
  }

  .inleidingtekst p {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0;
  }

  .infobox {
    width: 80%;
    max-width: 80%;
  }

  .colofonbox {
    max-width: 100%;
    width: unset;
    min-width: unset;
  }

  .bumpdown {
    margin-top: 20rem;
  }

  #creditcenter p {
    font-size: 0.9rem;
  }

  .quizbreed {
    width: 100%
  }
}

.inleidingtekst .source {
  opacity: 0.8;
  display: block;
  font-size: 0.8em;
}

.gridcontainer {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}
.gridcontainer.size-5,
.gridcontainer.size-5 .griditem {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
}
.gridcontainer.size-3,
.gridcontainer.size-3 .griditem {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.gridcontainer .griditem {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  color: var(--darkvio);
  background-color: var(--basevio-soft) !important;
  border: 2px solid rgba(85, 65, 240, 0);
  transition: border 1s ease;
  justify-content: space-evenly


}

.gridcontainer .griditem svg {
  width: 100%;
  height: 100px;
  max-height: 100px;
}

/* TODO: beautifull designed numbered list, each item has a background color, a number in a circle and some text. The list is responsive and looks good on mobile and desktop. The list items are animated when they come into view. The list items are also clickable and can be used to navigate to different sections of the page.   */
.styledNumberedList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  counter-reset: item;
  width: 100%;
  max-width: 100%;
  padding-left: 0rem;
}

.styledNumberedList > li {
  /* display: flex; */
  /* flex-direction: row; */
  /* align-items: center; */
  /* gap: 1rem; */
  padding: 2rem;
  border-radius: 10px;
  counter-increment: item;
  color: var(--darkvio);
  background-color: var(--basevio-soft) !important;
  border: 2px solid rgba(85, 65, 240, 0);
  transition: border 1s ease;
  position: relative;
  width: 100%;
  
}


.styledNumberedList > li:before {
  margin-right: 10px;
  content: counter(item);
  color: var(--coltyp3);
  font-size: 3rem;
  text-align: left;
  display: inline-block;
  position: absolute;
  left: -3px;
  font-weight: 900;
  background-color:white;
  top: -25px;
  padding-right: 10px;
  line-height: 1;
  padding-bottom:5px;
  border-bottom-right-radius: 10px;
}

.styledNumberedSubList {
  list-style: none;
  counter-reset: item;
  display: grid;
    flex-direction: row;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

    gap: 1rem;
    padding-left: 0;
    margin-top:1rem;
}
.styledNumberedSubList > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  background-color: white !important;
  border-radius: 5px;
  padding:1.5rem;
}

ol.luchtiger li:not(:last-child) {
  padding-bottom:1rem;
}
ol.luchtiger {
  list-style: none;
  counter-reset: item;
  padding-left:0;
}
ol.luchtiger li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
  background-color: white !important;
  border-radius: 10px;
  padding:2rem 2.5rem ;
}
ol.luchtiger li:before {
  content: counter(item);
  color: var(--coltyp3);
  font-weight:bold;
  font-size: 1.5rem;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color:rgba(85, 65, 240, 0.05);
  padding:2px 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
#logos-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 1vw, 1.5rem);
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  margin-top: 2rem;
  background-color: var(--white);
  border-radius: 10px;
  overflow-x: auto;
}

#logos-container a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

#logos-container img {
  display: block;
  width: auto;
  height: clamp(1.5rem, 2.0vw, 2rem);
  max-width: none;
  object-fit: contain;
} 
@media only screen and (max-width: 850px) {
  #logos-container {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  #logos-container img {
    height: clamp(1.5rem, 5.0vw, 10vw);
  }
}
@media only screen and (max-width: 250px) {
  #logos-container {
  flex-direction: column;
  }
}
