﻿@charset "UTF-8";
body {
  padding-bottom: 300px;
}

.module {
  max-width: 250px;
  padding: 1rem;
  color: white;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to top, #dcfbfb, rgba(0, 0, 0, 0)) 1 100%;
}

.circle-shadow-out {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 111, 160);
  background: linear-gradient(90deg, rgb(0, 111, 160) 0%, rgb(60, 135, 224) 35%, rgb(75, 225, 255) 100%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}

.circle-shadow-in {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(219, 219, 219);
  background: linear-gradient(90deg, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 0%, rgb(161, 192, 198) 54%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}

.transparent-navbar {
  background: rgb(94, 146, 190);
  background: linear-gradient(0deg, rgb(94, 146, 190) 0%, rgb(150, 209, 255) 100%);
}

.out-circle-border {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 57%, rgb(255, 255, 255) 59%, rgba(96, 145, 163, 0) 63%);
}

.stroke-subscript {
  max-width: 150px;
  padding: 1rem;
  color: white;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgb(170, 240, 255), rgba(0, 0, 0, 0)) 1 100%;
}

.dynamic-font-size {
  font-size: clamp(16px, 2vw, 32px);
}

.btn-full {
  width: 100%; /* Setzt die Button-Breite auf 100% der Zellenbreite */
  height: 100%; /* Setzt die Button-Höhe, um die Zelle vollständig auszufüllen */
  padding: 8px; /* Angepasstes Padding für bessere Sichtbarkeit des Textes */
  border-radius: 0; /* Entfernt die Border-Rundungen für ein vollflächigeres Aussehen */
}

.table td, .table th {
  padding: 0; /* Entfernt Padding in der Zelle, damit der Button den Raum voll ausfüllt */
}

/* Standardmäßig wird die Tabelle angezeigt und die Kartenansicht versteckt */
.card-table .card-version {
  display: none;
}

/* Unterhalb eines bestimmten Breakpoints wird die Tabelle versteckt und die Kartenansicht gezeigt */
@media (max-width: 768px) {
  .table-responsive-index table {
    display: none;
  }
  .card-table .card-version {
    display: block;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    padding: 10px;
    border: 1px solid #e9ecef;
  }
}
.circle-course-book01 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(307deg, rgb(255, 255, 255) 7%, rgb(19, 167, 255) 100%);
  box-shadow: 4px 4px 3px #e97e7e;
  border: 1px solid #000;
}

.circle-course-book02 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fb88ad;
  box-shadow: 4px 4px 3px #e97e7e;
}

.circle-course-book03 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #030033;
  box-shadow: 2px 0px 2px #ec2d2d;
}

.circle-course-book04 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(118, 48, 195);
  background: linear-gradient(344deg, rgb(118, 48, 195) 48%, rgb(145, 214, 255) 100%);
  box-shadow: 0px 4px 1px #e97e7e;
  border: 1px solid #000;
}

.circle-news {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
}

.hover-effect {
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.hover-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#swipe-container {
  width: 100%;
  height: 300px;
  background-color: lightgrey;
  overflow: hidden;
}

#swipe-content {
  display: flex;
  width: 300%;
  height: 100%;
}

.circle-course-book01, .circle-course-book02, .circle-course-book03 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.circle-course-book01 {
  background-color: yellow;
}

.circle-course-book02 {
  background-color: blue;
}

.circle-course-book03 {
  background-color: red;
}

.slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%; /* Ein Drittel der Containerbreite */
}

@media (max-width: 768px) {
  .card {
    width: 100%; /* Passt die Kartenbreite auf 100% der verfügbaren Breite an */
  }
}
/* Stil für den Hover-Effekt */
.hover-effect:hover .circle-course-book01 {
  font-size: 1.2em; /* Vergrößert den Text auf 1.2em */
}

.custom-scrollable {
  overflow: auto; /* oder 'scroll' für ständiges Scrollen */
  scrollbar-width: none; /* Für Firefox */
  -ms-overflow-style: none; /* Für IE und Edge */
}
.custom-scrollable::-webkit-scrollbar {
  display: none; /* Für Chrome, Safari und neuere Edge-Versionen */
}

.table-cell {
  min-width: 100px; /* Minimale Breite einer Zelle */
  height: 80px; /* Fixe Höhe für jede Zelle */
  text-align: center; /* Text in der Mitte der Zelle */
  vertical-align: middle; /* Vertikale Ausrichtung in der Mitte */
}

.card-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}

/* Media Query für Bildschirme kleiner als 480px */
@media (max-width: 480px) {
  .card-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
  }
}
.balloons-container {
  display: flex;
  justify-content: center;
}

.balloon {
  width: 50px;
  height: 70px;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  position: relative;
  margin: 0 10px;
}

.balloon::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 576px) {
  .container.body-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#title {
  margin-top: 2%;
  text-align: center;
  font-size: 1.6rem;
  color: #1b1b1b;
  animation: breathing 3s linear infinite;
}

/* Definition der Keyframes für Animation Text groß bis klein  */
@keyframes breathing {
  0%, 100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*Balken für Ausfall von Kursen*/
.card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}

.card-img-top {
  width: 100%;
  height: auto;
}

.card-body {
  position: relative;
  padding: 1rem;
}

.diagonal-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 100%;
  height: 28px;
  background-color: red;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  z-index: 10;
  pointer-events: none; /* Damit der Balken keine Interaktion blockiert */
}

/*Wörter Intelegient umbrechen für ListCourses Überschriften*/
.worttrennung {
  hyphens: auto; /* Automatische Silbentrennung */
}

/*p Elemente Font Art*/
p {
  font-family: "Open Sans", sans-serif;
}

/*p Animierter Border für direkt Anmeldung Kurs*/
*, *::before, *::after {
  box-sizing: border-box;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.conic {
  position: relative;
  z-index: 0;
  display: inline-block; /* Breite basiert auf dem Inhalt */
  padding: 1rem;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px;
  text-align: center; /* Zentriert den Text horizontal */
}

.conic::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -30px;
  top: 0;
  width: 150%;
  height: 150%;
  background-color: #0a5774;
  background-repeat: no-repeat;
  background-position: center; /* Zentriert die Rotation */
  background-image: conic-gradient(transparent, rgb(168, 239, 255), transparent 30%);
  animation: rotate 4s linear infinite;
  transform-origin: center; /* Festlegen des Drehpunkts auf die Mitte */
}

.conic::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px); /* 2px Rand um das Element */
  height: calc(100% - 4px); /* 2px Rand um das Element */
  background: #4f91b1;
  border-radius: 2px;
}

.conic h5 {
  position: relative;
  z-index: 1;
  margin: 0;
}

.conic-demo::after {
  animation: opacityChange 3s infinite linear;
}

@keyframes opacityChange {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Animationskreis  für Profile User Rehasport*/
.pulse-circle {
  position: absolute;
  width: 90px; /* Passe die Größe an das Herz an */
  height: 90px; /* Passe die Größe an das Herz an */
  border: 2px solid #0ed4ec;
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: 1; /* Hinter dem Herz */
}

/* Animations-Styles */
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
.curved-line-double {
  z-index: 1; /* Korrektur */
}

/* HOT NEWS Laufschrift Index Seite User*/
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  height: 0; /* Anfangshöhe 0 */
  opacity: 0; /* Anfangs transparent */
  animation: expand 1s ease-out 3s forwards; /* Animation mit 3 Sekunden Verzögerung */
  background: rgb(26, 99, 205);
  background: radial-gradient(circle, rgb(26, 99, 205) 0%, rgb(0, 2, 19) 100%);
}

@keyframes expand {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 100px; /* Zwischenhöhe */
    opacity: 1;
  }
  100% {
    height: 40px; /* Endhöhe */
    opacity: 1;
  }
}
.marquee {
  display: inline-block;
  animation: marquee 10s linear infinite;
  position: relative;
  white-space: nowrap;
  z-index: 0; /* Text hinter dem Play-Icon */
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.border-gradient {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: none;
  border-right: none;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(26, 174, 205) 0%, rgba(0, 2, 19, 0) 100%);
  border-width: 2px 0;
}

.border-gradient-purple {
  border-image: linear-gradient(to left, 90deg, rgb(26, 174, 205) 0%, rgba(0, 2, 19, 0) 100%) 1 0;
}

.play-icon {
  background-color: black;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 40px;
  z-index: 1;
  border-radius: 0;
}

.hantel-animation {
  position: absolute;
  bottom: 0;
  end: 0;
  opacity: 0;
  transform: translateY(20px); /* Startposition (nach unten verschoben) */
  animation: showHantel 1s ease-out 3.5s forwards; /* Animation startet nach 3,5 Sekunden */
}

@keyframes showHantel {
  0% {
    opacity: 0;
    transform: translateY(20px); /* Von unten sichtbar werden */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* Endposition */
  }
}
/* Farbverlauf für den Geburtstagsname */
.text-gradient {
  display: inline-block;
  background: linear-gradient(180deg, rgb(255, 249, 184) 0%, rgb(255, 254, 144) 58%, rgb(210, 92, 28) 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 1px 1px rgba(210, 92, 28, 0.7), 0px 2px 1px rgba(210, 92, 28, 0.5);
  white-space: normal;
  line-height: 1.4;
}

/* Höhere Spezifität und direkte Zielsetzung des Badges */
.btn .badge.custom-badge {
  position: relative;
  top: -12px;
}

.custom-badge-hidden {
  opacity: 0;
  pointer-events: none;
}

/* Kreis für Bonusprogram für Speissen und andere im Profil Webapp */
.circle-logo {
  width: 120px;
  height: 120px;
  position: relative;
}

.text {
  font-size: 12px;
  text-anchor: middle;
  fill: white;
  font-weight: bold;
}

.circle-logo i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.table_custom {
  --bs-table-bg: transparent !important;
}

/* Hintergund für Bonuskarte WebApp User Profil*/
.background-pattern {
  background: repeating-linear-gradient(-47deg, #26afd2, #26afd2 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
}

.background-pattern-info {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #46bbe6 10px, #46bbe6 20px);
  background-color: #012c36;
}

.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  box-shadow: 0 0 0 6px #45cbf7;
  cursor: pointer;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-text-info {
  background: rgb(31, 147, 207);
  background: linear-gradient(-45deg, rgb(31, 147, 207) 52%, rgba(255, 255, 255, 0) 52%);
}

.background-text-info-footer {
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgb(255, 255, 255) 72%, rgba(255, 255, 255, 0) 72%);
}

.circle-logo-user {
  width: 100px;
  height: 120px;
  background: repeating-linear-gradient(-47deg, #26afd2, #26afd2 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
}

.gradient-text-audiochat-qrcode {
  background: linear-gradient(0deg, rgb(92, 136, 159) 0%, rgb(161, 212, 237) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Hintergund Animation für Header BG in Webapp Titel "Fitnesstudio"*/
.fake-button {
  display: inline-block;
  background: linear-gradient(-45deg, #0d47a1, #1976d2, #42a5f5, #00bcd4, #2196f3);
  background-size: 300% 300%;
  animation: gradient 15s ease infinite;
  height: auto;
  color: #fff;
  padding: 0.5rem 2rem; /* breiteres Padding */
  min-width: 200px; /* Mindestbreite für noch mehr Breite */
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  user-select: none;
  white-space: nowrap;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Animation für Indexseite Webapp User Bild wird angezeigt*/
.floating-circle {
  position: fixed;
  bottom: -200px; /* Startposition unterhalb des Bildschirms */
  right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  animation: floatUp 2s ease-out forwards;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@keyframes floatUp {
  0% {
    bottom: -200px;
  }
  100% {
    bottom: 20px;
  }
}
.floating-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kamera Profilbild Modal*/
.file-input {
  display: none;
}

.custom-upload-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #f8f9fa;
  font-size: 32px;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-upload-label:hover {
  border-color: #0d6efd;
  color: #0d6efd;
}

.image-placeholder {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#previewContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

#imagePreview {
  display: none;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #dee2e6;
  background-color: #fff;
}

/* Halbtransparenter Hintergrund für Bewertungsmodul User/Indexseite */
.glass {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 0.75rem;
}

.modal-backdrop.show {
  background-color: rgb(0, 33, 48);
}
