.teaser-info-box {
    padding: 35px;
    min-height: auto;
}
.teaser-info-box, .teaser-info-box h2, .teaser-info-box h3, .teaser-info-box h4, .teaser-info-box h5, .teaser-info-box h6 {
    margin-bottom: 0;
}

.navi_with_child:after{
    content: none;
    margin-left: 1rem;
    opacity: .5;
}

.form-navigation .btn.btn-primary
{
  display: inline-block;
  width: auto;
  min-width: 267px;
  height: 52px;
  width: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  line-height: 48px;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid var(--primary);
  text-align: center;
  background: var(--info);
  color: var(--white-color);
  padding: 0 15px;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
}

/* Schriftfarbe Slider */

.home-slider-box-inner > * {
  color: currentColor;
}

/* Breadcrumb temp. entfernen */
.breadcrumb-section { display: none; }
body#p45 main, body#p254 main, body#p27 main, body#p28 main, body#p248 main, body#p255 main, body#p205 main, body#p287 main, body#p290 main { margin-top: 40px; }

/* Anpassungen Dark-Mode */

[data-bs-theme="dark"] .theme-btn {
    border-color: var(--white-color) !important;
    background: var(--white-color) !important;
    color: var(--primary) !important;
}
[data-bs-theme="dark"] .theme-btn:hover {
    color: var(--white-color) !important;
    background: transparent !important;
}

#c602 .map-canvas > img {
    filter: drop-shadow(0 0 0 white) drop-shadow(2px 2px 0 white);
}
/* AGENTUR-5941 - Anpassen der Bullet Points (Historie) */
[data-bs-theme="dark"] .timeline-item-marker::after, [data-bs-theme="dark"] .timeline-item-marker::before, [data-bs-theme="dark"] .timeline-item-marker span, [data-bs-theme="dark"] .timeline-item-icon::after, [data-bs-theme="dark"] .timeline-item-icon::before, [data-bs-theme="dark"] .timeline-item-icon span {
    border-color: var(--white-color);
    border-width: 2px;
}
/* AGENTUR-5940 - Footerbild austauschen */
#page-footer {
    border-top: 2px solid #ffffff;
}
[data-bs-theme="dark"] .footer-bg::after {
    background-color: rgba(1, 45, 90, 0.8);
}
