.site-logo img {
  height: 100px;
  width: auto;
}

.video-wrap {
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-wrap a {
  position: relative;
  z-index: 2;
}
.abour-text p {
  max-width: 75%; 
}

.feature-box h3 {
  min-height: 80px;
  display: flex;
  align-items: center;
}

footer .footer-widget-area .widget.nav-widget ul li a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url("../img/icon.svg") no-repeat center center;
  background-size: contain;
}
.cta-section .cta-inner::before {
  content: "";
  position: absolute;

  width: 450px;
  height: 450px;

  left: -70px;
  bottom: -50px;

  background: url("../img/icon.svg") no-repeat center center;
  background-size: contain;

  opacity: 0.09; /* schön dezent im Hintergrund */
  pointer-events: none;
}
.map-wrapper {
  position: relative;
}

.map-wrapper img {
  width: 100%;
  display: block;
  filter: grayscale(100%) brightness(0.85);
}

.map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-static-wrap {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  overflow: hidden;
}

.map-static-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.map-static-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-static-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.10);
  pointer-events: none;
}

@media (max-width: 991px) {
  .map-static-wrap {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .map-static-wrap {
    height: 500px;
  }
}

footer .footer-widget-area::after {
    background-image: url('../img/sabine-gold-pattern.webp') !important;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-size: 300px;
    background-repeat: repeat;
    background-position: center;

    opacity: 0.06;
    z-index: -1;
}


/* Ganze Box klickbar */
.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* Damit Inhalte darüber sichtbar bleiben */
.feature-box * {
  position: relative;
  z-index: 6;
}

/* SEO-Bild unsichtbar (kein Layout-Einfluss) */
.seo-img {
  display: none;
}

.feature-box:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
  cursor: pointer;
}
.feature-box-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.feature-box-link h3,
.feature-box-link p,
.feature-box-link span,
.feature-box-link .icon,
.feature-box-link i {
  color: inherit;
}

.feature-box-link:hover,
.feature-box-link:focus {
  text-decoration: none;
  color: inherit;
}
.feature-box-clickable {
  position: relative;
}

.feature-box-clickable .box-full-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
}

.feature-box-clickable .icon,
.feature-box-clickable h3,
.feature-box-clickable p,
.feature-box-clickable .count,
.feature-box-clickable .hover-img {
  position: relative;
  z-index: 6;
}

/* Überschrift optisch wie bisher */
.feature-box-clickable h3 a.title-link {
  position: relative;
  z-index: 7;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover-Farbe wiederherstellen */
.feature-box-clickable:hover h3 a.title-link {
  color: #fcd462; /* ggf. deine Goldfarbe anpassen */
}

/* Falls das Theme Paragraphen/Links abdunkelt */
.feature-box-clickable:hover p {
  color: inherit;
}

.feature-box-clickable,
.feature-box-clickable * {
  cursor: pointer;
}

.banner-area.banner-style-two .single-banner, .banner-area.banner-style-three .single-banner{
  height: 650px;
}

.top140 {
    margin-top: 0px;
}

@media (max-width: 575px) {
  .top140 {
    margin-top: 0px;
    height: 400px;
  }
}

.privacy-content h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.privacy-content h3 {
    margin-top: 25px;
    margin-bottom: 8px;
}

.privacy-content h4 {
    margin-top: 20px;
    margin-bottom: 6px;
}

.privacy-content p {
    margin-bottom: 10px;
}

.privacy-content ul {
    margin-top: 10px;
    margin-bottom: 15px;
}

.contact-form input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    display: inline-block;
    background: transparent !important;
    padding: 0 !important;
    margin: 4px 10px 0 0 !important;
    border: 1px solid #c9a646;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    vertical-align: top;
}

.contact-form label:has(input[type="checkbox"]) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-form label:has(input[type="checkbox"]) span {
    flex: 1;
    line-height: 1.7;
}

