/* Orbitron 400 (Regular) */
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/orbitron/static/Orbitron-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Orbitron 700 (Bold) */
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/orbitron/static/Orbitron-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Poppins 400 (Regular) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Poppins 500 (Medium) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Poppins 600 (SemiBold) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

:root {
    --bs-primary: #C62828;
    --bs-primary-rgb: 198, 40, 40;
    --btn-hover: #a71f1f;
    --background-primary : #0A1A2F;
    --background-primary-dark: #101325;
    --background-secondary: #E9EDF2;
    --border-accent: #93A4BA;
    --font-headlines: 'Orbitron', sans-serif;
    --font-body: 'Poppins', sans-serif;
}

.bg-light {
  background-color: var(--background-secondary) !important;
}

html.is-busy, body.is-busy {
  pointer-events: none; 
}

html.is-busy *, body.is-busy * { 
  cursor: wait !important; 
}

.cookie-ok-btn{
  background-color: var(--bs-primary);
}

.cookie-ok-btn:hover {
  background-color: var(--btn-hover) !important;
}

.scroll-offset {
  scroll-margin-top: 90px;
}

.hero{
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.hero .img-background{
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%; 
}

.hero .container,
.hero .d-flex{
  height: 100% !important;
}

.hero.jumbotron {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero .d-flex{
  align-items: flex-end !important;
}

.hero .glass {
  background: rgba(10, 12, 18, 0.24);
  border: 1px solid rgba(0,0,0,0.35);
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(16px) saturate(120%);
          backdrop-filter: blur(16px) saturate(120%);
  box-shadow: 0 24px 56px rgba(0,0,0,0.35),
              inset 0 1px 0 rgba(255,255,255,0.15);
}


body {
  font-family: var(--font-body);
  background-color: var(--background-primary)
}

h1, h6 {
  font-family: var(--font-headlines);
  font-weight: 700;
}

h2, h3, h4, h5 {
  font-family: var(--font-body);
  font-weight: 600;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  text-align: center;
  line-height: 60px;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.link-custom {
  color: var(--bs-primary);
  text-decoration: none;
  transition: color 0.3s;
}

.link-custom:hover {
  color: var(--btn-hover);
  text-decoration: underline;
}

.navbar{
    transition: all 0.5s;
    font-weight: 500;
}

.navbar-scrolled{
    background-color: rgba(255, 255, 255);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    z-index: 1035;
    color: rgba(255, 255, 255, 0.2);
}

.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: rgba(255 , 255 , 255, 1);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--btn-hover);
  border-color: var(--btn-hover);
}

.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--btn-hover) !important;
  border-color: var(--btn-hover) !important;
}

.card{
    z-index: 1;
}

.card-cover {
    position: relative;
    background-size: cover;
    background-position: center;
}

.card-overlay {
    background: linear-gradient(to top, rgba(172, 172, 172, 0.5), transparent 30%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.bg-custom-blue{
  background-color: var(--background-primary);
}

.bg-custom-blue-contrast{
  background-color: var(--background-secondary) !important;

}

.overlay-content {
    margin-top: auto;
}

.bg-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}








/* Basis: Größe & Variablen */
.separator{
  height: 6rem;
  display:block;
  line-height:0;
  margin-top:0;
  overflow:hidden;

}

/* --- Übergang: vorher war WEISS --- */
.separator.from-white .wave-base { fill: #FFFFFF; }   /* vorherige Section */
.separator.from-white .wave-mid  { fill: var(--background-secondary) }   /* Übergangsfarbe */
.separator.from-white .wave-top  { fill: #DEE5EC; }   /* aktuelle Section */

/* --- Übergang: vorher war HELLGRAU --- */
/*.separator.from-gray .wave-base { fill: green; }    /* vorherige Section */
.separator.from-gray .wave-mid  { fill: #fff; }    /* Übergangsfarbe */
.separator.from-gray .wave-top  { fill: #DEE5EC; }    /* aktuelle Section */











.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: white;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.faq-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  transform: translateY(-1px);
  transition: transform 0.3s ease;
}

.accordion-button.collapsed .faq-symbol {
  content: "+";
}

.accordion-button:not(.collapsed) .faq-symbol {
  content: "-";
}

.accordion-button::after {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button {
  background-color: white;
  border: none;
  box-shadow: none;
  font-weight: 500;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  transition: all 0.4s ease;
}



.card-glow {
  position: relative;
  overflow: visible;
}

.card-glow::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 12px auto 0 auto;
  background: linear-gradient(
    to right,
    transparent 0%,
    var(--bs-primary) 20%,
    transparent 100%
  );
  border-radius: 100px;
}

.card-glow-vertical {
  position: relative;
  overflow: hidden;
}

.card-glow-vertical::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color:  var(--border-accent);
  box-shadow: 0 0 20px rgba(223, 223, 223, 0.2);
  border-radius: 0;
}

.card-glow-vertical img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(7%) saturate(400%)
          hue-rotate(180deg) brightness(92%) contrast(90%);
  opacity: 1;
}

/* Text leicht entsättigtes Schwarz, nicht fett */
.card-glow-vertical h3,
.card-glow-vertical .text-body-emphasis {
  color: rgba(0, 0, 0, 0.95) !important;  /* 95 % Schwarz */
  font-weight: 400;                        /* dezente Betonung */
}

.navbar-nav .nav-link:hover {
  color: var(--bs-primary);
}

.footer-section {
  background-color: #101325;
  color: #dddddd;
  font-size: 0.9rem;
}

.footer{
  background-color: #a71f1f !important;
}

.footer-heading {
  font-family: var(--font-headlines);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.footer-section h5 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.footer-section a {
  color: #bbbbbb !important;
  text-decoration: none;
}

.footer-section a:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline;
}

.footer-section img {
  width: 40px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-section .text-body-secondary {
  color: #ccc !important;
}

.footer-section * {
  max-width: 100%;
  box-sizing: border-box;
}

.footer-link {
  color: #bbbbbb !important;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer-text {
  color: #bbbbbb !important;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer-link:hover {
  color: var(--bs-primary) !important;
}

.footer-section .claim {
  font-size: 1rem;
  font-weight: 500;
}

#termin {
  display: none;
}

#calendar {
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
}

#calendar .fc-theme-standard td,
#calendar .fc-theme-standard th {
  border-color: rgba(0, 0, 0, 0.1);
}

#calendar .fc-header-toolbar,
#calendar .fc-toolbar
#calendar .fc-toolbar-ltr{
  background-color:var(--background-secondary);
}

#calendar .fc-header-toolbar {
  background-color: var(--background-secondary) !important;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
}

#calendar .fc-col-header-cell,
#calendar .fc-timegrid-axis,
#calendar .fc-col-header-cell-cushion,
#calendar .fc-timegrid-slot-label-cushion {
  background-color: var(--fc-button-bg-color) !important;
  color: #fff !important;
  text-decoration: none;
}

#calendar .fc-v-event{
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.fc-theme-standard {
        --fc-today-bg-color: #E6EEF8 !important;
}

#calendar {
  background-color: #F8F9FA;
  border: 0px !important;
  /*border-radius: var(--bs-border-radius);*/
}

#calendar.is-invalid {
  border: 1px solid var(--bs-danger) !important;
  border-radius: .375rem;
}

#calendar .fc-toolbar-title {
    font-size: 1.2rem !important;
    font-weight: bold !important;
}

.picked-col { 
  background: rgba(198, 40, 40, 0.10) !important;
}

.fc-timegrid-slot.picked-row {
  background: rgba(198, 40, 40, 0.10) !important;
}

@media (min-width: 992px) {
    .card-img-top {
        height: 300px !important;
    }
}

@media (min-width: 992px) {
  .section-with-dots .card-glow {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .footer-section .col-md-3,
  .footer-section .col-md-2 {
    text-align: left !important;
  }
}

@media (max-width: 576px) {
  .card-glow::after {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .jumbotron {
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
  }

  .jumbotron .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .jumbotron .btn + .btn {
    margin-left: 0 !important;
  }

  .hero.jumbotron {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  #calendar .fc-toolbar.fc-header-toolbar {
    font-size: 0.8rem !important;
  }
  #calendar .fc-toolbar-title {
    font-size: 1rem !important;
    font-weight: bold !important;
  }
}

@media (min-width: 1400px) { html { font-size: 15px; } }
@media (min-width: 1700px) { html { font-size: 14px; } }
