body {
    background:#1F1F1F;
    background: url('17.png')no-repeat center center fixed;
      background-size: cover;
      align-items: center;
      justify-content: center;
}
.mobile-bg-fixed {
  background-image: url('17.png');
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.header-box {
  background-color:#DC3544e6;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.custom-box {
  background-color:#3C3C3C;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.footer-box {
  background-color:#DC3544e6;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.custom-field {
  background-color:#282828;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
a[href^="tel"] {
  text-decoration: none;
  color: inherit;
  font: inherit;
}
h2 {
    color: #DC3544;
}
h3 {
    color: #DC3544;
    font-size: 1,125rem;
}
h4 {
    color: #fff;
    font-size: 1,25rem;
  font-weight: bold;
}
h5 {
    color: #E0E0E0;
    font-size: 1rem;
}
p{
  color: #fff;
}
.rot{
  color: #DC3544;
}


.accordion-item {
  background-color: #3f3f3f;
  border: 1px solid #5f5f5f;
  color: #E0E0E0;
}
.bg-secondary {
    background-color: #3f3f3f;
}

.accordion-button {
  background-color: #3f3f3f;
  color: #E0E0E0;
}

.accordion-button:not(.collapsed) {
  background-color: #dc3544; /* Kontrastfarbe */
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #dc3544;
}

.accordion-body {
  background-color: #3f3f3f;
  color: #E0E0E0;
}
.btn-red {
    background-color: rgba(220, 53, 68, 0.9); /* 90% Deckkraft */
    border-color: #dc3544;
    color: white;
}

.btn-red:hover,
.btn-red:visited,
.btn-red:focus,
.btn-red:active {
    background-color: rgba(220, 53, 68, 0.9); /* gleiche Farbe mit Deckkraft */
    border-color: #b02a37;
    color: #fff;
    text-decoration: none;
}
.thumbnail {
            width: 230px;
            height: 230px;
            object-fit: cover;
            margin: 5px;
            border: 1px solid #ccc;
        }
label {
  display: block;
  margin-bottom: 1em;
}

table {
width: 100%;
border-collapse: collapse;
background-color: #3f3f3f;
color: #e0e0e0;
text-align: center;
}
th, td {
border: 1px solid #5f5f5f;
padding: 8px;
}
th {
background-color: #3a3a3a;
}
.redcell {background-color:#dc3544;}

a {
  color: #dc3645;                /* Standard-Linkfarbe (Bootstrap-Blau) */
  text-decoration: none;        /* Kein Unterstrich */
  font-weight: 500;             /* Leicht hervorgehoben */
  transition: color 0.3s ease, text-decoration 0.3s ease;
  cursor: pointer;              /* Zeigt klickbaren Link an */
}
a:hover,
a:focus {
  color: #dc3645;               /* Dunkleres Blau beim Hover/Focus */
  text-decoration: underline;   /* Unterstrich beim Hover/Focus */
  outline: none;                /* Entfernt Standard-Focus-Outline */
}
a:active {
  color: #dc3645;               /* Noch dunkler bei Klick */
}
a:visited {
  color: #e5e5e5;               /* Lila für besuchte Links */
}
a[disabled],
a.disabled {
  pointer-events: none;         /* Deaktiviert Klicks */
  color: #e5e5e5;               /* Grauer Ton für disabled */
  text-decoration: none;
  opacity: 0.65;
  cursor: not-allowed;
}
a.footerlink {
  color: white;
  text-decoration: none;
}

a.footerlink:hover {
  text-decoration: underline;
}

.glasslight {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
      overflow: hidden;
      color: black;
    }

.glasslight::before {
      content: '';
      position: absolute;
      top: -6px;
      left: -6px;
      right: -6px;
      bottom: -6px;
      border-radius: inherit;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
      pointer-events: none;
      z-index: -1;
      mask: radial-gradient(ellipse at center, transparent 60%, black 100%);
    }

.glassdeep {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
      overflow: hidden;
      color: white;
    }

.glassdeep::before {
      content: '';
      position: absolute;
      top: -6px;
      left: -6px;
      right: -6px;
      bottom: -6px;
      border-radius: inherit;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
      pointer-events: none;
      z-index: -1;
      mask: radial-gradient(ellipse at center, transparent 20%, black 100%);
    }

.tableimpressum, .tableimpressum td {
  border: 0px solid white;
  background-color: transparent;
  color: white;
  padding: 8px;
  text-align:left;
  height: auto;
  vertical-align: top;
}
.carousel-wrapper {
  perspective: 2000px;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
  height: 300px;
}

.carousel {
  width: 100%;
  height: 75%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.creator {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 180px;
  height: 180px;
  margin-left: -90px;
  margin-top: -90px;
  transform: rotateY(calc(var(--i) * 360deg / var(--total))) translateZ(500px);
  transform-origin: center center;
}

.carousel-item {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -125px; /* horizontale Mitte */
  margin-top: -125px;  /* vertikale Mitte */
  transform: rotateY(calc(var(--i) * 360deg / var(--total))) translateZ(500px);
  transform-origin: center center;
  text-align: center;
  color: white;
  text-decoration: none;
}

.carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.carousel-item span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.controls {
  text-align: center;
  margin-top: 120px;
}

.controls button {
  background: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 6px;
}

.controls button:hover {
  background: #555;
}