@property --＠splash-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(98 100% 62%);
}

@property --＠splash-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(204 100% 59%);
}

/* keyframes that change the color variable */
@keyframes gradient-change {
  to {
    --＠splash-color-1: hsl(210 100% 59%);
    --＠splash-color-2: hsl(310 100% 59%);
  }
}

.navbar-header,.sidebar {
  z-index: 101;
}
#legalModal.modal.show {
  z-index: 1080 !important;
}
.modal-backdrop.show {
  z-index: 1079 !important;
}

.swal2-popup {
  padding: 2rem;
  font-size: 16px;
  text-align: left;
}

#agbCheck:checked ~ label {
  color: var(--text-dark) !important;
}


/* ########################### */
/* VIEW PAKET */
/* ########################### */
.pdf-button {
  display: inline-block;
  background-color: #e63946;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.pdf-button i {
  margin-right: 8px;
}
.pdf-button:hover {
  background-color: #c9182b;
}


.aioVideoBox .btn {
  background: rgba(0, 0, 0, 0.8);
}

/* ########################### */
/* TRAININGSGROUPS MERKZETTEL */
/* ########################### */
/* Apple-inspirierter Look für Gruppen */
#groupsContainer .list-group-item:nth-child(odd) {
  background-color: #f8f9fa; /* leichtes Grau */
}

#groupsContainer .list-group-item:nth-child(even) {
  background-color: #ffffff; /* weiß */
}

#groupsContainer .list-group-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 12px 16px;
  transition: background-color 0.2s ease;
}

#groupsContainer .list-group-item:hover {
  background-color: #e9ecef;
}



/* ########################### */
/* TEASER */
/* ########################### */

.teaser-wrapper {
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.teaser-content {
  position: relative;
  background: rgba(0, 0, 0, 0.5); /* dunkle Überlagerung */
  padding: 20px;
}

.teaser-content h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.teaser-content p {
  margin: 0;
  font-size: 16px;
}

.teaser-box {
  position:relative; 
  overflow:hidden;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 0px 10px #000;
    border-radius: 5px !important;
}


/* ########################### */
/* SWIPER */
/* ########################### */


#swiperCategory {
  height: 105px !important;
}

#swiperCategory .swiper-slide{
    font-size: 11px !important;
}

#swiperCategory .swiper-button-next,
#swiperCategory .swiper-button-prev {
    display: none !important;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.category-card img {
  display: block;
  width: 100%;
  height: auto;
}

.category-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* halbtransparent schwarz */
  color: #fff;
  padding: 8px;
  font-size: 12px;
  text-align: center;
}


/* ########################### */
/* STORY SLIDER */
/* ########################### */

#igArchivBox {
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(3,20,42,1) 0%, rgba(19,65,110,1) 52%, rgba(3,20,42,1) 100%);
padding: 15px 10px;
}
.physiohealth-stories {
    display: flex;
    align-items: center;
    overflow: auto;
    scrollbar-width: none;
  }
  .physiohealth-stories::-webkit-scrollbar {
    display: none;
    opacity: 0;
  }
 
  .physiohealth-stories {
    display: flex;
    flex-wrap: wrap; /* Damit die Links in eine neue Zeile umbrechen, falls sie nicht alle in eine Zeile passen */
  }
  
  .physiohealth-stories a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: 300ms;
    transition-property: opacity;
    width: 25%;
    box-sizing: border-box; /* Damit eventuelle Padding-/Border-Werte die Breite nicht verändern */
  }
  
  .physiohealth-stories a:active {
    opacity: 0.55;
    transition-duration: 50ms;
  }
  .physiohealth-stories-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    background-image: linear-gradient(
      to right top,
      #ffc600 20%,
      #ff0040,
      #e600cc 80%
    );
  }
  .physiohealth-stories-avatar::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #000;
    border-radius: 50%;
    z-index: 1;
  }
  .physiohealth-stories-avatar img {
    position: relative;
    z-index: 2;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }
  .physiohealth-stories-name {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
  }
  .physiohealth-stories-name {
    display: block;
    width: 75%; /* nimmt 100% des 25%-Containers ein */
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
  }
  

  .stories-slider {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: scale(0);
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  @media (min-width: 415px), (min-height: 897px) {
    .stories-slider {
      background: #292831;
    }
  }
  .stories-slider > .swiper {
    z-index: 2;
    max-width: 414px;
  }
  .stories-slider:not(.stories-slider-in) {
    pointer-events: none;
  }
  .stories-slider:not(.stories-slider-in) * {
    pointer-events: none !important;
  }
  .stories-slider-in {
    animation: stories-slider-in 400ms forwards;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  .stories-slider-out {
    pointer-events: none;
    animation: stories-slider-out 400ms forwards !important;
  }
  @keyframes stories-slider-in {
    0% {
      transform: translate3d(0, 0, 0) scale(0.5);
      opacity: 0;
    }
    50% {
      transform: translate3d(0, 0, 0) scale(1.05);
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
    }
  }
  @keyframes stories-slider-out {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 1;
    }
    50% {
      transform: translate3d(0, 0, 0) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.5);
      opacity: 0;
    }
  }


  .stories-slider-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    z-index: 99999; /* <- WICHTIG */
    pointer-events: auto; /* <- Sicherstellen, dass es klickbar ist */
  }
  
  
  .stories-slider-buttons a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
  }
  
  .stories-slider-buttons .like-button i {
    font-size: 30px;
  }
  
  .stories-slider-buttons .watch-button i {
    font-size: 1.3em;
  }
  
  
  .stories-slider-button {
    height: calc(100% - 60px);
  }

  .video-description-overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    background: #19678aeb;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    z-index: 999;
  }

  .video-description-overlay-link {
    background: #19678ad1;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    z-index: 999;
    border-radius: 20px;
  }



/* ########################### */
/* PREFERENCE BOXES */
/* ########################### */

  .preference-select-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Zentriert horizontal */

    gap: 12px;
    margin-bottom: 20px;
  }

  .preference-box {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
  }

  .preference-box.selected {
    background-color: #003366;
    color: white;
    border-color: #003366;
  }



/* ########################### */
/* APP WELCOME - Nicht autorisierte Seite aufgerufen */
/* ########################### */

#appWelcome .hero {
  background: linear-gradient(135deg, #051937, #19678A);
  color: white;
  padding: 2rem 1rem;
  text-align: center;
}

#appWelcome .form-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

#appWelcome .divider {
  text-align: center;
  margin: 3rem 0;
  position: relative;
}

#appWelcome .divider::before, .divider::after {
  content: "";
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  width: 40%;
}

#appWelcome .divider::before { left: 0; }
#appWelcome .divider::after { right: 0; }

#appWelcome .divider span {
  padding: 0 1rem;
  background: #f8f9fa;
  color: #666;
}

#appWelcome .faq-header {
  font-weight: 600;
  color: #19678A;
}

#appWelcome .accordion-button:not(.collapsed) {
  background-color: #e7f1f8;
  color: #19678A;
}


/* ########################### */
/* APP DASHBOARD */
/* ########################### */


.hideOnboardingBtn {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.onboardingBtn {
  text-transform: uppercase;
  font-weight: bold;
}









.form-control:focus, .form-select:focus {
  background-color: var(--white);
} 
.custom-alert {
  background-color: #e3f2fd; /* Angepasster Hintergrund */
  color: #0d47a1;
  border: 1px solid #bbdefb;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-size: 1rem;
}

.custom-alert .alert-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.custom-alert .alert-icon {
  margin-right: 16px;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.custom-alert .alert-text {
  flex-grow: 1;
}

.custom-alert .alert-text p {
  margin: 4px 0 0;
  font-size: 0.9rem;
}

.custom-alert .alert-close {
  background: transparent;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}


.custom-bg {
  display: flex;
  align-items: center;       /* Vertikale Zentrierung */
  justify-content: center;   /* Horizontale Zentrierung */
  min-height: 100vh;         /* Container füllt mindestens die Höhe des Viewports */
}

h2.swal2-title  {
  font-size: 24px !important;
}

article#splashScreen, article#splashView, article#splashLogo {
  /* apply variable changes over time */
  animation: gradient-change 2s linear infinite alternate;
  
  background: linear-gradient(
    /* 
      in oklch produces more vibrant gradient results 
      learn more https://developer.chrome.com/docs/css-ui/access-colors-spaces#color_interpolation
    */
    to right in oklch, 
    /* use the variables in a gradient (or wherever!) */
    var(--＠splash-color-1), 
    var(--＠splash-color-2)
  );
  
  /* old browser support */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* modern browser version */
  background-clip: text;
  color: transparent;
}

article#splashScreen {
  margin-bottom: 90px;
}

#splashLogo h2{
  font-size: 10vmin !important;
}

#splashLogo h3{
  font-size: 3.6vmin !important;
  text-transform: uppercase;
  font-weight: 900;}

#splashLogo h4{
  font-size: 3vmin !important;
  text-transform: uppercase;
  font-weight: 900;
}

#splashView {
  text-align: center;
}
@media (max-width: 600px) {
  #splashLogo h2 {
    font-size: 25vmin !important;
  }
  
  #splashLogo h4 {
    font-size: 5vmin !important;
  }
}

@layer demo.support {
  #splashScreen .splashLogo {
    font-size: 30vmin !important;
  }

  #splashView .splashLogo {
    font-size: 20vmin !important;
  }

  #splashScreen .splashTitle, #splashView .splashTitle {
    font-size: 5.4vmin !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    font-family: sans-serif !important;
    font-weight: 900 !important;
    margin-bottom: 5px !important;
}

#splashScreen .splashText, #splashView .splashText {
    font-size: 2vmin !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    font-family: sans-serif !important;
    font-weight: 600 !important;

}
}


/* DASHBOARD */
.welcome-card {
  position: relative;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 100%;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.paketeShortSwiper img {
  border-radius: 10px;
}
/* Header: Begrüßung und Social Icons */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.greeting h4 {
  margin: 0;
  font-size: 1.4em;
}

.header-icon {
  margin-left: 15px;
  font-size: 2em;
  color: inherit;
  text-decoration: none;
}

/* Body: Nachricht und Gruß */
.card-body {
  /* Textausrichtung und Abstände nach Bedarf anpassen */
}

.welcome-message {
  font-size: 1em;
  line-height: 1.4;
}

.greeting-footer {
  font-size: 1em;
  margin: 8px 0;
}

/* Footer: Bild, Text und physiohealth-Icon */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 12px;
}

.footer-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-text {
  flex-grow: 1;
  text-align: left;
  font-size: 0.9em;
  margin: 0 8px 0 10px;
  height: 30px;
  font-weight: 700;
  line-height: 15px;
}

.footer-icon a {
  font-size: 1.2em;
  margin-right: 15px;
}

.checked-success .form-check-input:checked::before {
  background-color: var(--info-600);
}
.checked-success .form-check-input:checked ~ label {
  color: var(--info-600) !important;
}
.form-select::placeholder, .form-control::placeholder, textarea::placeholder {
  color: var(--text-info-300) !important;
  font-size: 1rem !important;
}
.ph-welcome-card {
  padding: 28px clamp(1.5rem, -7.5935rem + 10.4vw, 4.75rem);
  border-radius: 12px !important;
  border: 2px solid #161827;
  box-shadow: 0px 0px 10px #000;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #0d6efd, #0a6ae8, #1366d3, #1e61bd, #285ca8);
  border: 0;
}

#anamnesebogenFull .range-slider input {
    background: rgb(13, 92, 238);
    height: 1px;
    width: 80%;
}

#anamnesebogenFull #fitOut {
    min-width: 40px;
}

#anamnesebogenFull .form-switch {
    height: 45px;
}


#anamnesebogenFull textarea {
    width: 100%;
}

#anamnesebogenFull textarea::placeholder {
    font-size: 10px; /* Ändere hier die Schriftgröße */
    color: #0f0; /* Optional: Farbe des Platzhaltertexts */
}

/* Screensize ab 1024px

@media only screen and (min-width: 1024px) {
    #anamnesebogenFull label {
        min-height: 70px;
    }

} */



#searchOutput .card-head {
    height: 200px;
}

#searchOutput .object-fit-cover {
    object-position: inherit;
}
#searchOutput .difficultyBox {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: hsl(0deg 0% 0% / 25%);
    text-align: center;
    line-height: 41px;
    font-size: 20px;
}

#searchOutput .gradient-overlay-full {
    position: relative;
    z-index: 1;
}

#searchOutput .gradient-overlay-full::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 22%, rgba(0, 0, 0, 0.69) 57.92%, rgba(0, 0, 0, 0.7) 100%);
    left: inherit;
    bottom: inherit;
}


#searchOutput .text-line-3 {
    height: 80px;
    overflow: hidden;  /* Damit abgeschnittener Text nicht sichtbar ist */
    position: relative; /* Notwendig, damit `::after` sich darauf bezieht */
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* Begrenzung auf 3 Zeilen */
    -webkit-box-orient: vertical;
}

/* Gradient-Overlay für sanftes Ausblenden */
.text-line-3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1em; /* Höhe des Fade-Bereichs */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--white) 100%);
    pointer-events: none; /* Klicks und Selektionen nicht blockieren */
}

#searchOutput .typeIcon {
    font-size: 30px;
    margin: 10px;
    line-height: 20px;
}

#searchOutput .typeIcon i {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Horizontal, Vertikal, Blur, Farbe */
}

#searchOutput .videoBox .card-title {
    color: white !important;
}


/* Feste Slide-Höhe */
#recommendedSwiper .video-slide {
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

#recommendedSwiper .video-slide:hover {
  transform: translateY(-4px);
}

#recommendedSwiper .video-poster {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Kategorie oben rechts */
#recommendedSwiper .video-category {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 500;
  z-index: 2;
}

/* Overlay unten */
#recommendedSwiper .video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #00000000, #00000059, #00000080, #0000008f, #000000bd, #000000db, #000000eb, #000000eb, #000000eb, #000000eb, #000000eb, #000000eb);
    color: white;
    padding: 16px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 100px;
}

#recommendedSwiper .video-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 6px 0;
}

#recommendedSwiper .video-description {
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
  color: #e0e0e0;
}



/* Button-Styling (angepasst an dein Design) */
.btn {
  display: inline-block;
  margin-top: 10px;
}

/* Navigation (Vor- und Zurück-Pfeile) */
.swiper-button-prev,
.swiper-button-next {
  /* color: #599ac0; */
  color: #00a0f3;
}

/* Pagination (Punkte) */
.swiper-pagination-bullet {
  background: #19678a;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

 #swiperIndPakete .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/* Einzelne Slide */
#swiperIndPakete .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    height: 300px;
}

/* Overlay für bessere Lesbarkeit */
#swiperIndPakete .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Textcontainer */
#swiperIndPakete .slide-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

/* Titel */
#swiperIndPakete .slide-title {
    font-size: 32px !important;
    font-weight: bold;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
    color: #fff !important;
}

/* Untertitel */
#swiperIndPakete .slide-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-in-out;
}

/* CTA Button */
#swiperIndPakete .slide-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: bold;
    background: rgb(16, 188, 244);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-in-out;
}

#swiperIndPakete .slide-button:hover {
    background: rgb(12, 31, 52);
}

/* Animation bei Slide-Wechsel */
#swiperIndPakete .swiper-slide-active .slide-title,
#swiperIndPakete .swiper-slide-active .slide-subtitle,
#swiperIndPakete .swiper-slide-active .slide-button {
    opacity: 1;
    transform: translateY(0);
}

/* Swiper Navigation */
#swiperIndPakete .swiper-button-next,
#swiperIndPakete .swiper-button-prev {
    color: white;
}

/* Swiper Paginierung */
#swiperIndPakete .swiper-pagination-bullet {
    background: white;
    opacity: 0.7;
}

#swiperIndPakete .swiper-pagination-bullet-active {
    background: rgb(12, 31, 52);
}

#swiperIndPakete h3 {
    font-size: 18px !important;
    text-align: center;
    margin: 15px 10px;
}

#swiperIndPakete .card-header {
    background: rgb(16, 188, 244) !important;

}

#videoOptions {
    display: flex; /* Flexbox aktivieren */
    align-items: center; /* Optional: Vertikal zentrieren */
}

#videoOptions .likeBox {
    width: 60px; /* Fixe Breite */
    text-align: center;
}

#videoOptions .stepperBox {
    flex: 1; /* Nimmt den restlichen verfügbaren Platz ein */
    padding: 10px;
    font-size: 12px;
}


#videoOptions .likeBox i {
    font-size: 42px !important;
}

.rollo {
    background-color: #eee;
    overflow: hidden;
    height: 120px;            /* Maximale Höhe */
    transform-origin: top;    /* Aufziehen von oben */
    transform: scaleY(0);     /* Startzustand: zugeklappt */
    transition: transform 0.3s ease;
    width: 100%;
  }
  .rollo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .text-truncate-5 {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    #videodescription .card-text {
        overflow: hidden;
        transition: height 0.5s ease;

    }
#videodescription h2 {
    font-size: 18px !important;
}

#videodescription h3 {
    font-size: 14px !important;
}

#userPremiumVideo span {
    font-size: 30px !important;
}



#stufenBox #pills-tab {
    min-width: 110px !important;
}

#stufenBox #pills-tabContent h3 {
    font-size: 16px !important;
    color: var(--black);
}

#stufenBox #infoTitle {
    font-size: 20px !important;
}

#videoBox, #videoInfoBox {
    display: none;
}

@media only screen and (max-width: 767px) {
  #videoBox {
    position: sticky;
    top: 72px;
    border-bottom: 10px solid; 
    z-index: 2;
    border-bottom: var(--neutral-50) 15px 0 solid;
    border-radius: 0 !important;
  }
  
}


.no-circle-icon {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.package-slide {
  position: relative;
  display: inline-block;
}

/* Das Badge quer über die linke Ecke */
.badge {
  position: absolute;
  top: 15px;
  left: -20px;
  background-color: green;
  color: white;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(-45deg);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}




/* ############################################# */
/* ############ SHOP ALL ####################### */
/* ############################################# */
  
  .shopAllSwiperNormal, .shopAllSwiperOnly {
    height: 300px;
  }
  
  @media (max-width: 767.98px) {
    .button-tab {
      display: flex !important;
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; /* für flüssiges Scrollen auf iOS */
    }
    .button-tab .nav-item {
      flex: 0 0 auto;
    }
  }
  
  .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
  }
  /* SECTION 1: Zwei Textbereiche als Overlay */
  .overlay-topLeft, .overlay-topRight, .overlay-bottom, .overlay-priceLeft, .overlay-priceRight {
    position: absolute;
    left: 0px;
    color: #fff;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .overlay-topLeft {
    top: 10px;
    font-size: 27px;
    font-weight: bold;
  }

  .overlay-topRight {
    top: 10px;
    right: 0;
    left: auto;
    font-size: 27px;
    font-weight: bold;
    background: #e62c88;
  }

  .overlay-priceLeft {
    top: 80px;
  }  
  
  .overlay-priceRight {
    top: 80px;
    right: 0;
    left: auto;
  }
  .overlay-bottom {
    bottom: 10px;
  }

  .overlay-bottomRight {
    position: absolute;
    right: 0;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    width: 150px;
    bottom: 40px;
    font-size: 13px;
  }

  .overlay-hero {
    position: absolute;
    left: 20px;
    color: #fff;
    padding: 5px 10px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: auto;
    max-width: 290px;
}

.overlay-hero h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.overlay-hero p {
  font-size: 15px;
}

.heroPrice {
  background: #ff0101;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;  /* Elemente untereinander anordnen */
  align-items: center;     /* Horizontal zentrieren */
  justify-content: center; /* Vertikal zentrieren */
  font-size: 20px;
  font-weight: bold; 
  position: absolute;
  bottom: 25px;
  left: 10px;
}

.overlay-hero .price small {
  display: block;
  font-weight: lighter;
  font-size: 0.8em; /* Optional: kleinere Schriftgröße */
}


  /* SECTION 2: Text-Overlay über dem Bild */
  .text-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
  }
  /* SECTION 3: Slide-Details unterhalb des Bildes */
  .slide-details {
    text-align: center;
    margin-top: 10px;
  }

  .shopAllSwiper3 .overlay-topLeft {
    background-color: #ffc800b9;
    color: #111827;
  }

  .shopAllSwiper3 .overlay-bottomRight {
    background-color: #0080ffb4;
  }

  .swiper.shopAllSwiper1, .swiper.shopAllSwiper2, .swiper.shopAllSwiper3 {
    height: 280px;
  }

#stepperBox button {
  color: #fff !important;
  font-size: 16px;
}

#stepperBox #stepper {
  padding: 0;
}

#continueSession {
  display: block;
  font-size: 10px;
  padding: 3px;
  width: 100%;
}

#navbarPhysiohealth {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.icon.enlarged {
  font-size: 24px;
}
:root {
  --chart-bg-color: rgba(255,99,132,0.4);
  --chart-border-color: red;
  --chart-border-width: 5
  --chart-line-color: blue;
}

/* and this is just some regular css, that can not be transferred, but affects the chart container */
.chart-container {
  width: 800px;
}



#shopDetails h3 {
  font-size: 22px !important;
}

#shopDetails h4 {
  font-size: 18px !important;
}

#rabattWertDisplay {
  color: #198754;
}

#hintContainer {
  font-size: 20px !important;
  font-style: italic;
  color: #198754;
}

.ph_gradient {
  background-image: linear-gradient(to right top, #051937, #092b4c, #0e3e61, #135276, #19678a);
}

.ph_gradient_3sm {
  background-image: linear-gradient(to right top, #19678a, #175e7e, #155673, #144d67, #12455c, #12455c, #12455c, #12455c, #144d67, #155673, #175e7e, #19678a);
}

.userPaketTeaser {
  background-size: cover; background-position: center; position: absolute; top:0; left:0; width:100%; height:100%; filter: brightness(0.2);
}

#paperOnboardingOverlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
}
.paper-onboarding .swiper,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

.paper-onboarding {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
--swiper-theme-color: #fff;
}
.paper-onboarding .swiper-pagination-bullet {
background: #fff;
}
.paper-onboarding .swiper {
width: 100%;
height: 100%;
z-index: 1;
}
.paper-onboarding .slide-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 16px;
text-align: center;
}
.paper-onboarding .paper-onboarding-fills {
left: 50%;
top: 50%;
z-index: 0;
}
.paper-onboarding .paper-onboarding-fills,
.paper-onboarding .paper-onboarding-fill {
position: absolute;
pointer-events: none;
width: 100%;
height: 100%;
}
.paper-onboarding .paper-onboarding-fill {
left: 0;
top: 0;
transform-origin: center center;
border-radius: 50%;
}

#appOnboarding {
height: 100%;
}

#appOnboarding .slide-inner {
padding: 16px;
}

#appOnboarding .slide-image {
width: 128px;
height: 128px;
}

#appOnboarding .slide-title {
font-size: 28px;
font-weight: bold;
margin: 24px 0;
}

#appOnboarding .slide-text {
font-size: 18px;
}


.accordion .accordion-item {
  border: 0 !important;
  background-color: var(--white) !important;
  color: var(--text-secondary-200);
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0px;
  box-shadow: 0px 4px 30px 0px rgba(46, 45, 116, 0.05);
}

.accordion-button:not(.collapsed) {
  color: var(--text-secondary-200);
}

.accordion .accordion-button[aria-expanded=true]::after, .accordion .accordion-button[aria-expanded=false]::after {
  inset-inline-end: 0px;
}

.accordion .accordion-button {
  padding-inline-end: 40px;
}

.modal {
  --bs-modal-zindex: 99999;
}

#legalModalContent, #legalModalContent h1, #legalModalContent h2, #legalModalContent h3 {
  font-size: small !important;
}



#physiohealth_search .overlay-wrapper {
  position: relative;
}

#physiohealth_search .video-overlay {
  backdrop-filter: blur(4px);
  color: white;
  padding: 1rem;
}

#physiohealth_search .swiper {
  width: 90%;
  max-width: 300px;
}

/* Höhe bleibt für alle Boxen gleich, außer für Instagram-Layout, da dynamisch */

#physiohealth_search .video-box {
position: relative;
border-radius: 16px;
overflow: hidden;
background-color: #000;
display: flex;
align-items: flex-end;
justify-content: center;
width: 100% !important;
height: 160px; /* Standardhöhe für normale Videos */
}

#physiohealth_search .video-box img {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
opacity: 0.9;
}

#physiohealth_search .video-title-overlay {
position: absolute;
top: 8px;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.65);
color: #fff;
padding: 4px 8px;
font-size: 0.72rem;
z-index: 2;
max-width: 100%;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 0;
}

#physiohealth_search .video-title-overlay.bottom-0 {
top: auto !important;
bottom: 0;
background-color: rgba(0, 123, 255, 0.8); /* Bootstrap Primary halbtransparent */
padding: 6px 10px;
font-size: 0.75rem;
display: flex !important;
align-items: center;
justify-content: space-between;
}

#physiohealth_search .video-icon-overlay {
margin-left: 8px;
color: white;
}

#physiohealth_search .video-title-text {
display: -webkit-box;
-webkit-line-clamp: 3;         /* ⬅️ Maximal 3 Zeilen */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.2;
max-height: calc(1.2em * 3);   /* ⬅️ Optional: Höhe exakt auf 3 Zeilen begrenzen */
}


#physiohealth_search .insta-reel {
  min-height: 220px;
}

#physiohealth_search .insta-column-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
}

#physiohealth_search .insta-post {
  flex: 1 1 0;
  min-height: 100px;
  position: relative;
}


#physiohealth_search .video-title-overlay.bottom-0 {
  top: auto !important;
  bottom: 0;
  background-color: rgba(0, 123, 255, 0.8); /* halbtransparent blau */
  padding: 6px 10px;
  font-size: 0.75rem;
  color: white;
  border-radius: 0;
}

#physiohealth_search .paket-swiper .card  {
  height: 320px;
}

#stepperBox button {
  transition: background-color 0.2s ease, transform 0.15s ease;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0;
}

#stepperBox button:hover {
  background-color: #f1f1f1;
  transform: scale(1.05);
}

#stepper {
  font-size: 1.1rem;
}
