/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.btn.btn-secondary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary);
  color: var(--bs-light) !important;
}

.btn-hover {
  transition: 0.5s;
}

.btn-hover:hover {
  color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -110px;
}

/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-secondary) !important;
}

@media (max-width: 576px) {
  .topbar {
    display: none;
  }
}
/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Yantramanav", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-dark) !important;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
  font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
  max-height: 80px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 60px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white);
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light) !important;
  }
  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
  position: relative;
}

.header-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 60px;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 60px;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    top: 630px;
    transition: 0.5s;
  }

  .header-carousel
    .header-carousel-item
    .carousel-caption
    .carousel-caption-content {
    width: 95% !important;
  }
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 95px;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    margin-top: 0;
    transition: 0.5s;
  }
}

@media (min-width: 992px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    margin-top: 50px;
  }
}

.header-carousel .header-carousel-item .carousel-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.header-carousel
  .header-carousel-item
  .carousel-caption
  .carousel-caption-content {
  position: relative;
  width: 75%;
}
/*** Carousel Hero Header End ***/

/*** Impressum Hero ***/
.bg-kontakt {
  position: relative;
  padding: 200px 0 50px 0;
  background: linear-gradient(
      rgba(10, 10, 10, 0.809),
      rgba(173, 173, 173, 0.971)
    ),
    url(../img/kontakt.jpeg);
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
}

/*** impressum  Hero ***/
.bg-impressum {
  position: relative;
  padding: 200px 0 50px 0;
  background: linear-gradient(rgb(10, 10, 10), rgba(173, 173, 173, 0.849)),
    url(../img/impressum.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding-top: 50px;
  }
}
/*** impressum  Hero ***/
.bg-leistungen {
  position: relative;
  padding: 200px 0 50px 0;
  background: linear-gradient(rgb(10, 10, 10), rgba(173, 173, 173, 0.846)),
    url(../img/leistungen-header.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding-top: 50px;
  }
}
/*** datenschutz  Hero ***/
.bg-datenschutz {
  position: relative;
  padding: 200px 0 50px 0;
  background: linear-gradient(
      rgba(10, 10, 10, 0.994),
      rgba(173, 173, 173, 0.907)
    ),
    url(../img/datenschutz.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding-top: 50px;
  }
}
/*** Single Page Hero Header End ***/

/*** Counter Facts Start ***/

.counter-facts {
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.7)
    ),
    url(../img/zeahler.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Für Touch-Geräte (iPhone, iPad) background-attachment auf scroll ändern */
@media (hover: none) and (pointer: coarse) {
  .counter-facts {
    background-attachment: scroll;
  }
}

.counter-facts .counter {
  position: relative;
  text-align: center;
  width: 200px;
  min-height: 215px;
  padding: 10px 15px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
  background: var(--bs-white);
}

.counter-facts .counter:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
  background-color: var(--bs-primary);
}
.counter-facts .counter .counter-icon {
  position: relative;
  width: 120px;
  height: 100px;
  border-radius: 10px 10px 0 0;
  font-size: 50px;
  line-height: 90px;
  color: var(--bs-primary) !important;
  display: flex;
}

.counter-facts .counter h3 {
  color: var(--bs-white);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: flex;
}
.counter-facts .counter .counter-value {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
  .counter-facts .counter {
    margin-bottom: 40px;
  }
}
/*** Counter Facts End ***/

/*** Training Start ***/
.training-carousel .owl-stage-outer {
  margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  padding: 10px 35px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
  right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.training .training-item .training-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.training .training-item .training-img img {
  transition: 0.5s;
}

.training .training-item:hover .training-img img {
  transform: scale(1.2);
}
/*** Training End ***/

/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
  margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  padding: 10px 35px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
  right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.class .class-item .class-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.class .class-item .class-img img {
  transition: 0.5s;
}

.class .class-item:hover .class-img img {
  transform: scale(1.3);
}
/*** Dance Class End ***/

/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
  margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
  position: absolute;
  top: 1px;
  padding: 10px 35px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
  right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
  margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: absolute;
  top: 1px;
  padding: 10px 35px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
  right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.team .team-carousel .team-item .team-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px;
  display: flex;
  opacity: 0;
  transition: 0.5s;
  z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.team .team-carousel .team-item .team-content {
  position: relative;
  background: var(--bs-secondary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--bs-primary) !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
  color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
  height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
  transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
  transform: scale(1.1);
}
/*** Team End ***/

/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
  text-align: start !important;
}

.gallery .nav-item {
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.gallery .nav-item a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .nav-item a.active {
  background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
  color: var(--bs-white) !important;
}

.video {
  position: relative;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  display: block;
  width: 23px;
  height: 44px;
  border-radius: 50%;
  transition: 0.5s;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 70px;
  background: var(--bs-white);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: 0.5s;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--bs-secondary);
  border-radius: 50%;
  transition: all 300ms;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 23px solid var(--bs-primary);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}

@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;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-top: 65px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: 1px;
  padding: 10px 35px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
  right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
  box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background-color: #383f46;
}

.footer .footer-item .footer-link {
  line-height: 30px;
  color: var(--bs-white);
  transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
  letter-spacing: 1px;
  color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  background: #383f46 !important;
  position: relative;
  padding-top: 10px; /* etwas Abstand zum Rand */
}

.copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; /* dicke des Borders */
  background: linear-gradient(to right, transparent, #3498db, transparent);
  pointer-events: none;
}

/*** copyright end ***/
.was {
  margin-top: 65px;
}
.down-logo {
  max-height: 100px;
  max-width: 100px;
  margin-bottom: 10px;
}

/* Für Bildschirme bis 600px Breite, z.B. Smartphones */
@media (max-width: 600px) {
  .down-logo {
    max-height: 80px;
    max-width: 80px;
  }
}

/*** impressum- start ***/
.impressum-wrapper {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.impressum-sidebar .info-box {
  background-color: #fff;
  border-left: 4px solid #3498db;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.impressum-sidebar h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #3498db;
}

.impressum-main h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #3498db;
  text-transform: uppercase;
}

.impressum-main p {
  font-size: 15px;
  line-height: 1.7;
  color: #222222;
}

.impressum-main a {
  color: #3498db;
  text-decoration: none;
}

.impressum-main a:hover {
  text-decoration: underline;
}

.text-muted {
  font-size: 14px;
  color: #888;
  margin-top: 30px;
}
.impressum-a {
  color: #848383;
}
/*** impressum- end ***/
/*** datenschutz start***/
.datenschutz-wrapper {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.datenschutz-container {
  padding: 30px 40px;
  border-radius: 5px;
  border-left: 4px solid #3498db;
  color: #222222;
}

.datenschutz-container h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3498db;
  text-transform: uppercase;
}

.datenschutz-container h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #3498db;
  text-transform: uppercase;
}

.datenschutz-container h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3498db;
}

.datenschutz-container p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.datenschutz-container a {
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
}

.datenschutz-container a:hover {
  text-decoration: underline;
}

.text-muted {
  font-size: 14px;
  color: #888888;
  margin-top: 30px;
}

.datenschutz-a {
  color: #848383;
}
/*** datenschutz end***/
.btn-primary2 {
  font-size: 50px;
  color: #ffffff;
  background-color: #3498db;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
/*** Leistungen start***/
.service-card {
  position: relative;
  color: white;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: scale(1.03);
}

.overlay {
  background-color: #6cb4e8cb; /* Deine Hauptfarbe (Orange) */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.service-title {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* ✅ Responsive Optimierungen */
@media (max-width: 768px) {
  .service-card {
    height: 220px;
    padding: 0.75rem;
  }

  .service-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .service-card {
    height: 180px;
    padding: 0.5rem;
  }

  .service-title {
    font-size: 1.1rem;
  }
}
/*** Leistungen end***/
/* Modal Hintergrund und Container */
.modal {
  display: none; /* unsichtbar standardmäßig */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Box */
.modal-content {
  background-color: #fff;
  max-width: 850px;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
}

/* Close Button */
.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #6cb5e8;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}

/* Modal Body mit Bild links, Text rechts */
.modal-body {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

/* Bild im Modal */
.modal-body img {
  width: 300px;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  border: 2px solid#6cb5e8;
  flex-shrink: 0;
}

/* Textbereich rechts */
.modal-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Überschrift */
.modal-text h2 {
  color: #6cb5e8;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  text-align: left;
}

/* Fließtext */
.modal-text p {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Responsive Anpassungen für kleine Bildschirme */
@media (max-width: 768px) {
  .modal-body {
    flex-direction: column;
    align-items: center;
  }
  .modal-body img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 1rem;
  }
  .modal-text {
    width: 100%;
  }
}
/* Grundlegende Styles */

/* === Modal Styles === */
.modal {
  display: none; /* unsichtbar standardmäßig */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Box */
.modal-content {
  background-color: #fff;
  max-width: 850px;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
}

/* Close Button */
.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #6cb5e8;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}

/* Modal Body mit Bild links, Text rechts */
.modal-body {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

/* Bild im Modal */
.modal-body img {
  width: 300px;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  border: 2px solid #6cb5e8;
  flex-shrink: 0;
}

/* Textbereich rechts */
.modal-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Überschrift */
.modal-text h2 {
  color: #6cb5e8;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  text-align: left;
}

/* Fließtext */
.modal-text p {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Responsive Anpassungen für kleine Bildschirme */
@media (max-width: 768px) {
  .modal-body {
    flex-direction: column;
    align-items: center;
  }
  .modal-body img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 1rem;
  }
  .modal-text {
    width: 100%;
  }
}

/* === Container & Titel */
.faq-section {
  width: 100vw; /* volle Breite */
  background-color: #f8f9fa; /* typisches helles Grau */
  padding: 3rem 0;
  box-sizing: border-box;
}
/* Accordion-Item */
.accordion-item {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(44, 62, 80, 0.07);
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow 0.25s ease-in-out;
}

.accordion-item:hover {
  box-shadow: 0 8px 20px rgba(44, 62, 80, 0.15);
}

/* Accordion Button */
.accordion-button {
  background-color: #f8f9fa;
  color: #3498db;
  font-weight: 600;

  border-radius: 10px;
  padding: 1.2rem 2rem 1.2rem 3rem; /* mehr links für Plus/Minus */
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: none;
  position: relative;
}

/* Plus/Minus Symbol links */
.accordion-button::before {
  content: "+";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #3498db;
  transition: color 0.3s ease;
}

/* Wenn geöffnet, Plus zu Minus */
.accordion-button:not(.collapsed)::before {
  content: "−"; /* Unicode Minuszeichen */
  color: #fff;
}

/* Button offen – Hintergrund und Textfarbe */
.accordion-button:not(.collapsed) {
  background-color: #3498db;
  color: #f8f9fa;
}

/* Accordion Body */
.accordion-body {
  background-color: #f8f9fa;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #2c3e50;
  border-top: 1px solid #bdc3c7;
}

/* Fokus */
.accordion-button:focus {
  box-shadow: 0 0 0 0.3rem rgba(41, 128, 185, 0.5);
  outline: none;
}

/* Responsive Anpassungen */
@media (max-width: 576px) {
  section.container {
    padding: 0 1rem;
  }
  .accordion-button {
    font-size: 1rem;
    padding: 1rem 1.5rem 1rem 3rem;
  }
  .accordion-body {
    font-size: 0.95rem;
    padding: 1rem 1.5rem;
  }
}
.accordion-button::after {
  display: none !important;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #f8f9fa;
  color: #3498db !important;
  box-shadow: 0 -4px 10px rgba(52, 152, 219, 0.2) !important;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 9999;
  box-sizing: border-box;
  font-size: 1rem;
  flex-wrap: wrap;
}

.cookie-icon {
  font-size: 2rem;
  user-select: none;
  color: #3498db !important;
}

.cookie-text {
  flex: 1;
  min-width: 250px;
  max-width: 800px;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.cookie-btn {
  min-width: 140px;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  font-family: inherit;
}

.cookie-btn-decline {
  background-color: #f8f9fa;
  color: #3498db !important;
  border: 2px solid #3498db !important;
}

.cookie-btn-decline:hover {
  background-color: transparent;
  border: 2px solid #3498db !important;
  color: #3498db !important;
}

.cookie-btn-accept {
  background-color: transparent;
  border: 2px solid #3498db !important;
  color: #3498db !important;
}

.cookie-btn-accept:hover {
  background-color: #ecf0f1;
  color: #3498db !important;
}

/* Container max-width Helferklasse */
.max-w-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Fluid Section Hintergrund */
.service-overview-fluid {
  background-color: #f8f9fa; /* typisches helles Grau */
  padding: 3rem 0;
  box-sizing: border-box;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1rem;
}

.service-tag {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, background-color 0.3s ease,
    color 0.3s ease;
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  user-select: none;
  cursor: default;
  margin: 0 0.3rem 0.5rem 0.3rem;
}

.service-tag.visible {
  opacity: 1;
  transform: translateY(0);
}

.service-tag:hover {
  background-color: #6cb5e8;
  border-color: #6cb5e8;
  color: #fff;
}

/* Falls nötig: zentrierung */
.text-center {
  text-align: center;
}
.header-static {
  position: relative;
  background: url("../img/carousel-reinigung.png") center center/cover no-repeat;
  /* fixed entfernen */
  color: #fff;
  text-align: center;

  width: 100vw;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
}

/* Dark overlay */
.header-static::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0); /* HIER kannst du dunkler oder heller machen */
  z-index: 0;
}

/* Overlay für bessere Lesbarkeit */
.header-static::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

/* Content */
.header-static > .content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

/* Überschrift H4 */
.header-static h4 {
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

/* Hauptüberschrift H1 */
.header-static h1 {
  font-weight: 900;
  font-size: 4.5rem;
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* Absatz */
.header-static p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  color: #ddd;
}

/* Buttons */
.header-static .btn {
  display: inline-block;
  padding: 0.85rem 3rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1rem;
  cursor: pointer;
  user-select: none;
  margin: 0 0.75rem;
}

.header-static .btn-primary {
  background-color: #3498db;
  color: #fff;
  border: none;
}

.header-static .btn-primary:hover {
  background-color: #3498db;
  color: #fff;
}

.header-static .btn-secondary {
  background-color: transparent;
  border: 2px solid #3498db;
  color: #3498db;
}

.header-static .btn-secondary:hover {
  background-color: #3498db;
  color: #222;
  border-color: #3498db;
}

/* Responsive */
@media (max-width: 768px) {
  .header-static h1 {
    font-size: 3rem;
  }

  .header-static p {
    font-size: 1.2rem;
  }

  .header-static .btn {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
}
/* Container Padding & Animation */
.zoomInDown {
  animation: zoomInDown 0.6s ease both;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* CTA Buttons Container */
.cta-contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

/* Responsive Row on Larger Screens */
@media (min-width: 768px) {
  .cta-contact-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

/* Button Styling */
.cta-contact-buttons .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-transform: none;
}

/* Hover Effects */
.cta-contact-buttons .btn:hover {
  background-color: #3498db; /* Darker blue for hover */
  transform: translateY(-2px);
}

/* Optional: Light/Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .cta-contact-buttons .btn {
    background-color: #3498db;
    color: white;
  }

  .cta-contact-buttons .btn:hover {
    background-color: #3498db;
  }
}

.intro-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

ul.list-unstyled li {
  align-items: center;
}

.icon-wrapper {
  width: 40px; /* etwas größer */
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem; /* größer als vorher */
  flex-shrink: 0; /* verhindert, dass Icon schrumpft */
}

ul.list-unstyled li span {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  ul.list-unstyled li {
    margin-bottom: 1.5rem !important;
  }
}
.icon-uniform {
  color: #3498db; /* Einheitliches Blau */
  font-size: 1.8rem;
  min-width: 36px;
}

ul.list-unstyled li span {
  font-size: 1rem;
  line-height: 1.5;
}

/* Vertikale Ausrichtung der Icons und Text besser */
ul.list-unstyled li {
  align-items: flex-start;
}
/* Container Section */
#error-section {
  min-height: 70vh;
  text-align: center;
  padding: 2rem;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}

/* Canvas full size & behind content */
#wave-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}

/* 404 Text */
#error-section h1 {
  font-size: 12rem;
  color: #3498db;
  font-weight: 900;
  margin: 0;
  z-index: 1;
  position: relative;
}

/* Message Text */
#error-section p {
  color: #333;
  font-size: 1.5rem;
  margin: 1rem 0 2rem 0;
  z-index: 1;
  position: relative;
}

/* Button Style */
#error-section .btn {
  border: 2px solid #3498db;
  color: #3498db;
  background: transparent;
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#error-section .btn:hover {
  background-color: #3498db;
  color: #fff;
}
/* CTA Section */
.cta-section {
  background-color: #3498db; /* Hintergrundfarbe */
  color: #fff; /* Weißer Text */
  padding-top: 5rem; /* Oberer Abstand */
  padding-bottom: 5rem; /* Unterer Abstand */
  position: relative;
}

.cta-section .container {
  position: relative;
  z-index: 10;
}

.cta-section .heading {
  font-weight: 900; /* Sehr fetter Text */
  font-size: 3rem; /* Große Schriftgröße */
  margin-bottom: 1rem; /* Abstand nach unten */
  line-height: 1.1; /* Zeilenhöhe für bessere Lesbarkeit */
  letter-spacing: -0.03em; /* Etwas negativer Buchstabenabstand */
  color: #fff;
  text-transform: uppercase;
}

.cta-section p.seo-paragraph {
  font-size: 1rem; /* Schriftgröße des Textes */
  margin-bottom: 1.5rem; /* Abstand unter dem Text */
  line-height: 1.6; /* Zeilenhöhe für bessere Lesbarkeit */
}

.cta-section a.btn {
  background-color: #fff; /* Weißer Hintergrund für Button */
  color: #3498db; /* Blau für Text */
  font-weight: bold;
  padding: 0.75rem 2rem; /* Innenabstand des Buttons */
  border-radius: 30px; /* Abgerundete Ecken */
  text-transform: uppercase; /* Großbuchstaben */
  transition: all 0.3s ease; /* Sanfter Übergangseffekt */
}

.cta-section a.btn:hover,
.cta-section a.btn:focus {
  background-color: #2980b9; /* Dunklerer Blau-Ton bei Hover */
  color: #fff; /* Weißer Text bei Hover */
  text-decoration: none; /* Keine Unterstreichung beim Hover */
}

/* Bildbereich */
.cta-image-wrapper {
  position: relative;
}

.cta-image-wrapper img {
  max-width: 100%;
  border-radius: 100px; /* Abgerundete Ecken des Bildes */
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .cta-section h2.seo-heading {
    font-size: 2rem; /* Kleinere Schriftgröße für kleine Bildschirme */
  }

  .cta-section p.seo-paragraph {
    font-size: 1rem; /* Kleinere Schriftgröße für Text auf kleinen Bildschirmen */
  }

  .cta-section .row {
    flex-direction: column; /* Stellt sicher, dass die Spalten untereinander angezeigt werden */
    align-items: center; /* Zentriert die Spalten */
  }

  .cta-section .col-md-6 {
    text-align: center; /* Zentriert den Text und die Inhalte */
    margin-bottom: 2rem; /* Abstand unten bei mobilen Geräten */
  }

  .cta-section .cta-image-wrapper {
    border-radius: 100px; /* Abgerundete Ecken des Bildes */
  }
}
.cta-section .description {
  font-family: "Montserrat", sans-serif; /* Verwende Montserrat für den modernen Look */
  font-size: 1rem; /* Lesbare Schriftgröße */
  line-height: 1.8; /* Guter Zeilenabstand */
  margin-bottom: 2rem; /* Abstand nach unten */
  max-width: 600px; /* Maximalbreite für den Text */

  font-weight: 500; /* Mittelstarke Schriftart */
  color: #fff; /* Helle Textfarbe für weniger Schärfe */
  text-align: left; /* Zentriert den Text */
}

.glara-gmbh-section {
  display: flex;
  min-height: 420px;
  background: #fff;
}

.glara-gmbh-section .image-side {
  flex: 1 1 0;
  min-width: 0;
}

.glara-gmbh-section .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
  border: none;
  border-radius: 8px;
  min-height: 260px;
  max-height: 430px;
}

.glara-gmbh-section .content-side {
  flex: 1.3 1 0;
  min-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3vw;
}

.glara-gmbh-section .headline-group {
  margin-bottom: 1.5rem;
}

.glara-gmbh-section .main-headline {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 0.3rem 0;
  letter-spacing: -1.2px;
  font-family: "Montserrat", Arial, sans-serif;
}

.glara-gmbh-section .sub-headline {
  font-size: 2rem;
  font-weight: 500;
  color: #3498db;
  margin: 0;
}

.glara-gmbh-section .content-text {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #222;
}

.glara-gmbh-section .content-text b,
.glara-gmbh-section .content-text strong {
  font-weight: 800;
  color: #222;
}

/* Responsive styles */
@media (max-width: 900px) {
  .glara-gmbh-section {
    flex-direction: column;
  }
  .glara-gmbh-section .image-side img {
    height: 320px;
    min-height: 220px;
    border-radius: 8px 8px 0 0;
  }
  .glara-gmbh-section .content-side {
    min-width: 0;
    padding: 0 6vw 3vw 6vw;
  }
}

@media (max-width: 600px) {
  .glara-gmbh-section .main-headline {
    font-size: 2rem;
  }
  .glara-gmbh-section .sub-headline {
    font-size: 1.2rem;
  }
  .glara-gmbh-section .content-text {
    font-size: 1rem;
  }
  .glara-gmbh-section .content-side {
    padding: 2vw 4vw 3vw 4vw;
  }
}
/* CTA Section Anpassung für iPhone */
@media only screen and (max-width: 767px) {
  /* Überschrift in der CTA-Section */
  .cta-section .heading {
    font-size: 1.8rem; /* Kleinere Schriftgröße auf iPhone */
  }

  /* Beschreibungstext in der CTA-Section */
  .cta-section .description {
    font-size: 0.9rem; /* Kleinere Schriftgröße auf iPhone */
  }

  /* Button-Text in der CTA-Section (optional anpassen) */
  .cta-section a.btn {
    font-size: 1rem; /* Kleinere Schriftgröße für den Button */
  }

  /* SEO-Paragraph in der CTA-Section */
  .cta-section p.seo-paragraph {
    font-size: 0.9rem; /* Kleinere Schriftgröße für Text */
  }
}
.honeytrap {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
