
.hero-angebote {
    background-image: url(../img/hero/tb-angebote.jpg);
    background-position: bottom;
}

h1 {
    hyphens: auto;
}

/* Hintergrund */
.hg {
    position: relative;
    margin-top: -35vw;
    top: 0;
    z-index: -10;
  }


footer {
    margin: 0;
    top: 0;
}

.abstand {
    margin-top: 1rem;
}
.tropfen-1 {
    width: 600px;
    height: 480px;
    margin: auto;
    object-fit: cover;
    display: block;
}

/* Accordion */
.accordion {
    margin-top: -20vw;
    --bs-accordion-active-bg: #0094a583;
    --bs-accordion-bg:#ffffff;
}

.accordion-button {
    font-family: roboto-bold;
    font-size: 1.35rem;
    color: #212529 !important;
}
.accordion a:hover {
    text-decoration: underline;
}
.accordion a {
    color: #0094a5;
    text-decoration: none;
}


.b1-3, article {
    margin-top: 0;
    top: 0;
}
article {
    width: 100vw;
    margin-top: 0;
    top: 0;
}
footer {
    margin-top: -20vw;
}


@media (max-width: 992px) {
    footer {
      margin-top: -130vw;
    }
    
    .tropfen-1 {
        height: auto;
    }


}

