#scrollToTopBtn {
  width: 7vh;
  height: 7vh;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--korale);
  transition: 1s;
  border-color:  var(--korale);	
}

#scrollToTopBtn:focus,
#scrollToTopBtn:focus-visible {
  outline: 3px solid #000;
  outline-offset: 4px;
}

#scrollToTopBtn svg {
    width: 4vh;
    height: 4vh;
}

#scrollToTopBtn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body {

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aecfdf",endColorstr="#aecfdf",GradientType=1);
}

.header-video {
  height: fit-content !important;
  padding: 20px !important;
}
.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}


.top-header-sticky {
  height: 80vh !important;
}
.header-extra {
  height: 100vh;
    width: -webkit-fill-available;
    align-items: center;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--informationen);;
}

.button-extra {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--dunkelBlau);
  border-radius: 50%;
    height: 20vh;
  width: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.probierpaket-pdf {
  height: 100vh;
}
.schnelle-sichtbarkeit {
  background-color: #ff94d5 !important;
    padding: 10px;
    border-radius: 20px;
    color: white !important;
    transition: 400ms;
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
}


.probierpaket {
  background-color: wheat;
}


.column-sticky {
    position: sticky;
  top: 200px;
  grid-gap: 20px !important;
  justify-content: flex-start !important;
  min-height: unset !important;
  z-index: 99999;
  border-radius: 0px 0px 20px 20px !important;
}

.bullet-point-wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 20px !important;
  justify-content: flex-start !important;
  text-align: left;
}

.bullet-point-wrapper-paket {
  display: flex;
  flex-direction: column;
  grid-gap: 20px !important;
  justify-content: flex-start !important;
  text-align: left;
  border: 2px black solid;
        align-items: baseline !important;
        background-color: var(--hellBlau); !important;
    color: black;
    margin: 20px;

}

.bullet-point {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  font-size: 0.9em;

}

.bullet-icon img {
  width: 2vh;
}

.interactive-element-wrapper {
  max-width: unset !important;
}

.col-2-scroll {
  overflow: scroll;
  display: flex;
  flex-direction: column;
}

.hero-header {
  height: 100vh;
  background-color: blue; /* Blue background */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.crowd {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: move 10s infinite linear;
}

/* Random positioning for circles */
.circle:nth-child(1) {
  top: 10%;
  left: 20%;
  background-color: red;
}
.circle:nth-child(2) {
  top: 30%;
  left: 70%;
  background-color: yellow;
}
.circle:nth-child(3) {
  top: 50%;
  left: 50%;
  background-color: green;
}
.circle:nth-child(4) {
  top: 80%;
  left: 10%;
  background-color: purple;
}
.circle:nth-child(5) {
  top: 60%;
  left: 80%;
  background-color: orange;
}

/* The circle representing "you" */
.circle.visible {
  width: 100px;
  height: 100px;
  background-color: white; /* Highlighted "you" */
  animation: none; /* Make it still */
  z-index: 10;
}

/* Animation for moving circles */
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(500px, 500px);
  }
}



.final-text {
  display: none;
}

.final-text-wrapper {
  padding: 20px;
  display: flex;
  grid-gap: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.final-text-wrapper img {
  width: 40%;
  border-radius: 50%;
}

.korale {
  background-color: var(--korale) !important;
  color: white !important;
}

.dunkelBlau {
  background-color: var(--dunkelBlau) !important;
  color: white !important;
}

.hellBlau {
  background-color: var(--hellBlau) !important;
  color: black !important;
}

.burgunderDunkel {
  background-color: var(--burgunderDunkel) !important;
  color: white !important;
}

.hellRosa {
  background-color: var(--informationen);
  color: black !important;
}


.whiteBackground {
    background-color: white;
}

.sticky-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto auto;
    align-items: baseline;
    max-width: 1200px;
    margin: auto;
}


.title-sticky {
  position: sticky;
  top: 40px;
  text-align: left;
  grid-column: 1;
    grid-row: 1 / 7;
    z-index: 9999;
}


.overlay {
  opacity: 0;
  transition: 400ms;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-main-page {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  overflow: hidden;
  height: 100vh;
  transition: 500ms ease;
    background: linear-gradient(#d000c5, #8a15ff);
    position: relative;

}

.header-sub-page {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  overflow: hidden;
  height: 100vh;
  align-items: baseline;
  padding-left: 20px;
  padding-right: 20px;
}

.subpage-wrapper {
  max-width: 100vh;
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  text-align: left;
}


.main-wrapper {
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: -webkit-fill-available;
  width: -moz-available;
}


.spacer {
right: 20px;
    position: fixed;
    z-index: -99;
    /* display: flex
; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: fit-content; */
    top: 0;
    width: 40%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;

}

.spacer img {
  width: 50%;
}

.image img {
  width: 60%;
  margin: auto;
}

.farbe {
  background-color: var(--korale);
}


.flex-wrapper {
  margin-top: 120px;
  margin-bottom: 120px;
}

.flex-wrapper-full-width {
    padding-top: 120px;
  padding-bottom: 120px;

}

.flex-container {
  display: flex;
  flex-direction: column;
  grid-gap: 60px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.left {
  align-items: baseline;
  justify-content: left !important;
  text-align: left;
}


.center {
  align-items: center;
  justify-content: center !important;
  text-align: center;
}

#icons {
  width: 40%;
  margin: auto;
}



.card-container-home {
  display: flex;
  flex-direction: row;
  grid-gap: 40px;
  justify-content: center;
    width: -webkit-fill-available;
  width: -moz-available;
}


.card-container {
  display: flex;
  flex-direction: row;
  grid-gap: 40px;
  justify-content: center;
    width: -webkit-fill-available;
  width: -moz-available;
  min-height: 60vh;
}


.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.col-title {
  width: 100%;
}

.col {
  width: -webkit-fill-available;
  width: -moz-available;
  border-radius: 20px;
  justify-content: center;
  grid-gap: 20px;
  display: flex;
  flex-direction: column;
  min-height: 40vh;
  word-break: break-word;
}

.col-min-height {
  min-height: auto;
  grid-gap: 20px;
}

.col-padding {
  padding: 40px;
}

.col-content {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  width: fit-content;
}

.zitat {
  background-color: coral;
  color: white;
  padding: 80px;
}

.col-space-betweeb {
  justify-content: space-between;
}



.col-content img {
  width: 30vh;
  height: auto;
  max-width: 100%;
}



.col-content video {
  width: 100%;
  height: fit-content;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px #000000; 
box-shadow: 5px 5px 15px 5px #000000;
}

.video-transkript-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 4fr) minmax(0, 1fr) !important; /* 80 : 20 */
  gap: 2rem;
  align-items: start;
}

.video-transkript-wrapper > * { min-width: 0; }

.video-transkript-wrapper .video-col {
  background-color: var(--dunkelBlau);
  margin-bottom: 0 !important;
  color: white;
  text-align: center;
  min-width: 0;
}

.video-transkript-wrapper .responsive-video {
  width: 100%;
  height: auto;
  display: block;
}

.video-transkript-wrapper .transkript {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.video-transkript-wrapper .transkript details > summary {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media (max-width: 900px) {
  .video-transkript-wrapper {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .video-transkript-wrapper .transkript {
    max-height: none;
    overflow: visible;
  }
}

.col-space-between, .col-space-betweeb { justify-content: space-between; }