.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: '>';
    margin-left: 1rem;
    opacity: .5;
}

/** Hight Contrast Mode **/

[data-bs-theme="dark"] img[alt="Download"],
[data-bs-theme="dark"] .main-menu img, 
[data-bs-theme="dark"] .dwa-Logo img, 
[data-bs-theme="dark"] .bdew-Logo img, 
[data-bs-theme="dark"] .navbar-brand img,
[data-bs-theme="dark"] .social-media ul a,
[data-bs-theme="dark"]  .other-links .btn.btn-link img{
  filter: grayscale(100%) contrast(0) brightness(0);
}
[data-bs-theme="dark"] .main-menu > ul{
	border-bottom: 1px solid #000;
}

.textlink{
    color: var(--secondary);
    font-weight: 500;
}

/* Überschriften https://www.wwav.de/aktuelles */
#p42 h1 {  margin-bottom: 0px !important; }
#p42 h2 {  margin-bottom: 60px !important; }



.home-slider-box-inner p.h2 {
    color: inherit;
    font-size: 50px;
    line-height: 60px;
    margin:0;
    hyphens: auto;
    position: relative;
    padding-bottom: 50px;
    text-transform: uppercase;

}
.home-slider-box-inner p.h2::after {
    content: "";
    width: 120px;
    height: 3px;
    background-color: var(--white-color);
    left: 0;
    display: block;
    position: absolute;
    bottom: 0;
}
@media(min-width: 1360px) and (max-width: 1585px){
    .home-slider-box-inner p.h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}
@media(max-width: 576.90px){
    .home-slider-box-inner p.h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

/* NACH DEM TERMIN ENTFERNEN */
/*
.tiles-container .tile {
  margin-right: 13px;
  margin-bottom: 13px;
}

.faqs-container h2 {
  margin: 0;
}

.faqs-container li {
  border-bottom: 1px solid rgb(76, 82, 96);
}

.headline {
	min-height: 0;
}
.full-right-curve, .full-left-curve{
	display: none;
}
.home-slider-box-inner p {
	color: #ffffff !important;
}
.home-slider-box-inner hr {
	opacity: 1;
	width: 30%;
	border-width: 3px;
}
.other-info {
	display: none;
}
*/

