body {
    font-weight: 200;
    font-size: 120%;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev, .carousel-control-next {
  background: radial-gradient(#ffffff 0%, rgba(85, 85, 85, 0) 20%);
}

@media (max-width:430px) {
    .carousel-control-prev, .carousel-control-next {
      background: none;
    }
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2.5rem;
  }
}

.h1, h1, h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}

.navfontsize {
  font-size: 26px;
}

#carousel-gallerybig .gallery-thumb {
  display: block;
  aspect-ratio: 1 /1;
  overflow: hidden;
}

#carousel-gallerybig .gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

#carousel-gallerybig .carousel-control-prev, #carousel-gallerybig .carousel-control-next,
#carousel-gallerysmall .carousel-control-prev, #carousel-gallerysmall .carousel-control-next {
  background: none;
}

.gallery-carousel-dark .gallery-carousel-row .carousel-nav,
.gallery-carousel-dark .gallery-carousel-mobile .carousel-nav {
  width: 48px;
  height: 48px;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.gallery-carousel-dark .gallery-carousel-mobile {
  gap: 12px;
}

.gallery-carousel-dark .gallery-carousel-mobile .carousel {
  min-width: 0;
}

.gallery-carousel-dark .carousel-control-prev-icon,
.gallery-carousel-dark .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* PREV: mittelgrau */
.gallery-carousel-dark .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11 1 3 8l8 7' stroke='%23909090' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* NEXT: mittelgrau */
.gallery-carousel-dark .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7' stroke='%23909090' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Hover/Fokus: heller, aber nicht weiß */
.gallery-carousel-dark .carousel-nav:hover .carousel-control-prev-icon,
.gallery-carousel-dark .carousel-nav:focus .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11 1 3 8l8 7' stroke='%23c4c4c4' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gallery-carousel-dark .carousel-nav:hover .carousel-control-next-icon,
.gallery-carousel-dark .carousel-nav:focus .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7' stroke='%23c4c4c4' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
  .gallery-carousel-dark .gallery-carousel-mobile {
    gap: 10px;
  }

  .gallery-carousel-dark .gallery-carousel-row .carousel-nav,
  .gallery-carousel-dark .gallery-carousel-mobile .carousel-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-carousel-dark .carousel-control-prev-icon,
  .gallery-carousel-dark .carousel-control-next-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media (max-width: 575.98px) {
  .gallery-carousel-dark .gallery-carousel-mobile {
    gap: 8px;
  }

  .gallery-carousel-dark .gallery-carousel-row .carousel-nav,
  .gallery-carousel-dark .gallery-carousel-mobile .carousel-nav {
    width: 34px;
    height: 34px;
  }

  .gallery-carousel-dark .carousel-control-prev-icon,
  .gallery-carousel-dark .carousel-control-next-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}


/* DESKTOP: 3. Ebene */
@media (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.125rem;
    display: none;
  }

  .dropdown-submenu:hover > .dropdown-menu,
  .dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 0.55em;
    transform: rotate(-90deg);
  }
}

/* MOBILE: eigenes Akkordeon-Layout */
@media (max-width: 991.98px) {
  .mobile-nav-item {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .mobile-nav-row {
    display: flex;
    align-items: center;
    gap: .25rem;
  }

  .mobile-nav-row > a,
  .mobile-subnav-link {
    min-width: 0;
    text-decoration: none;
  }

  .mobile-nav-toggle {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 0;
    border-radius: .5rem;
    color: inherit;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-toggle:focus,
  .mobile-nav-toggle:hover {
    background: rgba(255,255,255,.08);
  }

  .mobile-nav-chevron {
    display: inline-block;
    width: .65rem;
    height: .65rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
  }

  .mobile-nav-toggle[aria-expanded="true"] .mobile-nav-chevron {
    transform: rotate(225deg);
  }

  .mobile-subnav {
    display: none;
    padding-bottom: .5rem;
  }

  .mobile-subnav.is-open {
    display: block;
  }

  .mobile-subnav-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-subnav.level-2 {
    padding-left: 1rem;
  }

  .mobile-subnav.level-3 {
    padding-left: 1rem;
  }

  .mobile-subnav-item {
    margin: 0;
    padding: 0;
  }

  .mobile-subnav-link {
    display: block;
    padding: .65rem 1rem;
    border-radius: .5rem;
    color: rgba(255,255,255,.85);
  }

  .mobile-subnav-link.active,
  .mobile-subnav-link:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
  }

  .mobile-overview > .mobile-subnav-link {
    font-weight: 600;
  }

  .mobile-level-2 > .mobile-nav-row .mobile-subnav-link {
    padding-left: 1rem;
  }

  .mobile-level-3 .mobile-subnav-link {
    padding-left: 2rem;
    font-size: .95em;
  }
}

/* BaguetteBox / Lightbox */
.baguetteBox-overlay img,
.baguetteBox-overlay a,
.baguetteBox-slider img,
.full-image img {
  -webkit-user-drag: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

.carousel {
    margin-bottom: 50px;
}
.carousel h3 {
    font-size: calc(1.375rem + 1.5vw);
}
.btn-no-pointer {
    cursor: default;
}

.btn-no-pointer a {
    cursor: pointer;
}

footer p {
    font-size: 16px;
    font-weight: 200;
}

footer a:hover, .kategorieliste a:hover {
    text-decoration: none;
    border-bottom: dotted 1px rgba(136, 136, 136, 1);
}

.kategorieliste ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kategorieliste ul li ul li {
  display: inline-block;
  white-space: nowrap;
  font-weight: 200;
  color: rgba(255, 255, 255, .6);
}

.kategorieliste ul li ul li a {
  color: rgba(255, 255, 255, .6);
}

.kategorieliste ul li ul li:not(:last-child)::after {
  content: ",\00a0";
}

.kategorieliste ul li ul li:last-child::after {
    margin-bottom: 20px;
}

.carousel-indicators {
    display: none;
}










