/********** Template CSS **********/
:root {
  --primary: ;
  --secondary: #ff4917;
  --light: #edf1fc;
  --dark: #002737;
}

.fw-medium {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}
@media (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.top-bar {
  height: 75px;
  padding: 0 4rem;
}

.nav-bar {
  position: relative;
  padding: 0 4.75rem;
  transition: 0.5s;
  z-index: 9999;
}

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 9999;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #3095b4;
  margin-right: 30px;
  padding: 25px 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}

/* --- Mobile Menü --- */
@media (max-width: 991.98px) {
  .nav-bar {
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eeeeee;
  }

  /* Dropdown Menü mobil fix */
  .navbar .nav-item .dropdown-menu {
    position: relative !important; /* position relative für mobile */
    opacity: 1 !important;
    visibility: visible !important;
    max-height: none !important; /* kein max-height Limit */
    overflow: visible !important;
    box-shadow: none;
    background-color: transparent; /* wenn gewünscht, sonst entfernen */
    padding-left: 1rem; /* optional etwas eingerückt */
    top: 0 !important;
    margin-top: 8px; /* Abstand nach unten */
  }

  .navbar .nav-item.show .dropdown-menu {
    max-height: none !important;
    padding: 0;
  }
}

/* --- Desktop Dropdown --- */
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

/* Keine display-Anweisung hier, das steuert Bootstrap per Klassen */

/*** Header ***/
.header-carousel .container,
.page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #ffffff;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #ffffff;
}

.header-carousel .container::after,
.page-header .container::after {
  top: 100%;
  margin-top: -15px;
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Facts ***/
.fact {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}

/*** Service ***/
.service-item-top img {
  transition: 0.5s;
}

.service-item-top:hover img {
  transform: scale(1.1);
}

.service-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.service-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--primary);
  border: 5px solid var(--light);
  transition: 0.5s;
}

.service-carousel .owl-dot.active {
  background: var(--light);
  border-color: var(--primary);
}

/*** Booking ***/
.video {
  position: relative;
  padding: 8rem 0 12rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video .btn-play {
  position: relative;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
  margin-bottom: 4rem;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--primary);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .team-text {
  height: 90px;
  overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
}

.team-item .team-text .bg-primary {
  flex-direction: row;
}

.team-item:hover .team-text .bg-light {
  margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
  color: var(--primary);
  background: #ffffff;
}

.team-item .team-text .bg-primary .btn:hover {
  color: #ffffff;
  background: var(--secondary);
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  position: relative;
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border: 15px solid;
  border-color: var(--light) transparent transparent transparent;
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text::after {
  border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  font-size: 30px;
  color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/* Navbar Styling */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.navbar-nav .nav-link {
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}
.navbar-nav .nav-link:hover {
  color: #3095b4;
  transform: translateY(-1px);
}

/* Dropdown Styling */
.dropdown-menu {
  border-radius: 0.75rem;
  padding: 0.5rem;
  margin-top: 0.75rem; /* etwas Abstand nach unten */
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.dropdown-item {
  border-radius: 0.5rem;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}
.dropdown-item i {
  font-size: 1rem;
  opacity: 0.7;
}
.dropdown-item:hover {
  background-color: #fff;
  color: #3095b4;
  transform: translateX(3px);
}

/* Call Button */
.btn-call {
  border-radius: 50px;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
}
.navbar-brand img {
  height: 70px;
}

.adamred-bg {
  background-color: #3095b4;
}

.adamred-sf {
  color: #3095b4;
}

.adam-step {
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  height: 100%;
  transition: all 0.3s ease;
}
.topbar-link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.topbar-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
}

.topbar-link i {
  font-size: 0.9rem;
}
/* Farbverlauf: Rot → Orange → Grün */
.adam-step-1 {
  background-color: #ff6b6b; /* Rot */
}
.adam-step-2 {
  background-color: #ffa94d; /* Orange */
}
.adam-step-3 {
  background-color: #69db7c; /* Hellgrün */
}
.adam-step-4 {
  background-color: #38d9a9; /* Türkisgrün */
}

/* Icon anpassen */
.adam-step i {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #ffffff;
}

/* Text */
.adam-step h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.adam-step p {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.6;
}
/* Allgemeines Styling für die FAQ-Section */
.faq-section {
  background-color: #f8f9fa;
}

.faq-section h2 {
  font-weight: 700;
}

.accordion-button {
  font-weight: 600;
  color: #212529;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #002737 !important;
  color: #fff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  transform: scale(1.2);
}

.accordion-item {
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.accordion-body {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  padding: 1rem 1.25rem;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.gradient-divider {
  position: relative;
  padding-bottom: 1.5rem; /* optional mehr Abstand */
}

.gradient-divider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* Dicke der Linie */
  background: linear-gradient(to right, transparent, #3095b4, transparent);
}

.afonerem {
  font-size: 1rem;
}

.top-info-bar {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 4px solid #3095b4 !important;
}
.top-info-bar .item {
  padding: 10px 0;
}
.list-inline-item:not(:last-child) {
  margin-right: 10px;
}
.top-info-bar .toplinks li + li {
  border-left: 1px solid #fff;
  padding-left: 0.5rem;
  line-height: 12px;
}
.top-info-bar .toplinks li a {
  text-decoration: none;
  color: #2674af;
}

ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #3095b4;
}
.single-cta i {
  color: #3095b4;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #3095b4;
}
.footer-widget ul li {
  display: inline-block;
  text-align: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #fff;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.copyright-area {
  background: #002737;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #3095b4;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #3095b4;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/* === CTA 365 Section Styles === */
.cta-service {
  background-color: #111; /* Dunkler Hintergrund */
  color: #fff;
  text-align: center;
}

.trust-box {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px 15px;
  transition: all 0.3s ease;
}

.trust-box:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.trust-number {
  font-size: 3rem;
  font-weight: 800;
  color: #3095b4;
  margin-bottom: 10px;
}

.trust-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
}

/* Call-to-action Button */
.cta-service .btn-danger {
  font-size: 1.2rem;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.munich-section {
  background-color: #fff;
}

.munich-section h1 {
  color: #111;
  line-height: 1.2;
}

.munich-section p {
  color: #333;
  font-size: 1.1rem;
}

.munich-section .btn {
  border-radius: 2rem;
  padding: 0.7rem 1.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.munich-section .btn-primary:hover {
  background-color: #0b5ed7;
  transform: translateY(-2px);
}

.munich-section .btn-success:hover {
  background-color: #198754;
  transform: translateY(-2px);
}

/* Bildbereich */
.image-wrapper {
  display: inline-block;
  position: relative;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
}

/* Kreis mit Bezirken */
.district-circle {
  position: absolute;
  bottom: -20px;
  right: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.district-number {
  font-size: 2.8rem;
  color: #0d6efd;
  font-weight: 700;
  line-height: 1;
}

.district-text {
  font-size: 1.1rem;
  color: #333;
}

/* Karte oben rechts */
.munich-map {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 180px;
  max-width: 40%;
  height: auto;
  border-radius: 8px;
}

/* Standard-Styles*/
.kontakt-icons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Kontakt-Icons (Desktop) */
.kontakt-icons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999; /* unter Scroll-to-Top, falls nötig erhöhen */
}

.kontakt-icons a {
  width: 50px;
  height: 50px;
  background-color: #3095b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease, filter 0.3s ease;
}

.kontakt-icons a.email {
  background-color: #3095b4;
}

.kontakt-icons a.tel {
  background-color: #3095b4;
}

.kontakt-icons a:hover {
  filter: brightness(1.1);
}

/* Mobile Anpassungen (Tablets/Handys) */
@media (max-width: 768px) {
  .kontakt-icons {
    right: 10px; /* kleinerer Abstand zum Rand */
    gap: 8px; /* kleinerer Abstand zwischen Icons */
  }

  .kontakt-icons a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

/* Sehr kleine Smartphones */
@media (max-width: 480px) {
  .kontakt-icons {
    right: 8px;
    gap: 6px;
  }

  .kontakt-icons a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

/* BANNER STYLE */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 15px 20px;
  z-index: 1000;
  font-family: sans-serif;
  font-size: 14px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);

  display: none; /* Start: unsichtbar */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cookie-banner.show {
  display: flex;
}

.cookie-text {
  flex: 1;
  margin: 0;
}

.cookie-banner a {
  color: #00bfff;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-buttons button {
  background-color: #00bfff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 14px;
}

#declineCookies {
  background-color: #666;
}

/* COOKIE ICON BUTTON */
.cookie-settings-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #3095b4;
  font-size: 30px;
  color: #fff;
  display: none; /* initial unsichtbar */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 900; /* niedriger als Banner */
}

.cookie-settings-btn i {
  pointer-events: none; /* verhindert, dass das Icon Klicks blockiert */
}
/* Team-Bilder: Oval / Schatten, kein dunkler Hintergrund */
.team-img-wrapper {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 3px solid #3095b4; /* Rahmen in deiner Hellblau-Farbe */
  box-shadow: 0 4px 15px rgba(48, 149, 180, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-img-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(48, 149, 180, 0.6);
}
/* Job Cards Style */
.job-icon {
  font-size: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: rgba(48, 149, 180, 0.1);
  border-radius: 50%;
  margin: 0 auto;
}
.card h5 {
  margin-top: 15px;
  font-weight: 600;
}
.card-text {
  margin-top: 10px;
  margin-bottom: 15px;
}
/* Zertifikate Liste Styles */
.cert-list-section .d-flex {
  border: 2px solid #3095b4; /* Hauptfarbe als Border */
  border-radius: 12px;
  padding: 1.5rem;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.cert-list-section .d-flex:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #002737;
}

.cert-list-section h5 {
  font-weight: 600;
  color: #002737;
  margin-bottom: 0.75rem;
}

.cert-list-section ul {
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-bottom: 0;
  color: #333;
}

.cert-list-section a.btn {
  white-space: nowrap;
}

/* Responsive Anpassung */
@media (max-width: 768px) {
  .cert-list-section .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .cert-list-section .d-flex .text-end {
    margin-top: 1rem;
    width: 100%;
  }
  .cert-list-section .d-flex .text-end a.btn {
    width: 100%;
    text-align: center;
  }
}

/* Optional: Icon vor jedem Listeneintrag */
.cert-list-section ul li::marker {
  color: #3095b4;
  font-size: 1.2rem;
}

/* Fullscreen Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1050;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}

/* Show Menu */
.mobile-menu.show {
  display: block;
}

/* Dropdown standardmäßig zu */
#mobileDropdownMenu {
  display: none;
}

/* Scrollable */
.mobile-menu .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}

/* Neue Beschriftung */
.mobile-menu-header h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #184d88;
}

.mobile-menu-header hr {
  border-top: 2px solid #184d88;
  width: 60%;
  margin: 0 auto;
}

/* Hamburger Animation */
#mobileBurger {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

#mobileBurger .bar {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}

#mobileBurger.active .top {
  transform: rotate(45deg) translateY(10px);
}

#mobileBurger.active .middle {
  opacity: 0;
}

#mobileBurger.active .bottom {
  transform: rotate(-45deg) translateY(-10px);
}
.burger-font {
  font-size: 2rem;
  font-weight: 600;
}

.no-scroll {
  overflow: hidden;
}
body,
header,
main {
  overflow: visible;
}
.error-404 {
  background: #002737; /* Dunkelblau als BG */
  color: #ffffff; /* Standardfarbe Weiß */
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-404 h1 {
  font-size: 8rem;
  margin: 0;
  background: linear-gradient(45deg, #002737, #ffffff); /* Dunkelblau zu Weiß */
  -webkit-background-clip: text; /* Für Webkit-Browser */
  -webkit-text-fill-color: transparent; /* Macht den Text durchsichtig, damit Gradient sichtbar wird */
  background-clip: text; /* Standard-Property für andere Browser */
  color: transparent; /* Backup für Browser ohne background-clip support */
  letter-spacing: 1rem;
}

.error-404 h2 {
  font-size: 2rem;
  margin: 1rem 0;
  color: #3095b4; /* Hellblau */
}

.error-404 p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #ffffff; /* Weiß */
}

.error-404 .btn-home {
  padding: 0.8rem 2rem;
  background: #3095b4; /* Hellblau */
  color: #002737; /* Dunkelblauer Text */
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s;
}

.error-404 .btn-home:hover {
  background: #ffffff;
  color: #3095b4;
}
/* Mobile Styles für Buttons */
@media (max-width: 768px) {
  .btn {
    display: block; /* Buttons untereinander */
    width: 100%; /* Vollbreite */
    margin-bottom: 10px; /* Abstand zwischen den Buttons */
    text-align: center; /* Zentriert den Text */
  }

  .btn:last-child {
    margin-bottom: 0; /* Kein extra Abstand nach dem letzten Button */
  }
}
