@media (min-width: 0px) {
    .bg-image{
      height: 30vh;
      background-size: cover;
      position: relative;
    }
  }
  
  @media (min-width: 768px) { 
    .bg-image{
      height: 40vh;
    }
  }


/* steigbuegel.eu */

@media (min-width: 1px) {.bg-beton{background-image: url('../img/bg/beton-s.webp');}}
@media (min-width: 1200px) {.bg-beton{background-image: url('../img/bg/beton-l.webp');}}
@media (min-width: 1900px) {.bg-beton{background-image: url('../img/bg/beton-xl.webp');}}
@media (min-width: 2400px) {.bg-beton{background-image: url('../img/bg/beton-xxl.webp');}}

@media (min-width: 1px) {.steigbuegel-form-a{background-image: url('../img/bg/steigbuegel-form-a-im-eckigen-schacht-s.webp');}}
@media (min-width: 1200px) {.steigbuegel-form-a{background-image: url('../img/bg/steigbuegel-form-a-im-eckigen-schacht-l.webp');}}
@media (min-width: 1900px) {.steigbuegel-form-a{background-image: url('../img/bg/steigbuegel-form-a-im-eckigen-schacht.webp');}}

@media (min-width: 1px) {.steigbuegel-form-b{background-image: url('../img/bg/steigbuegel-form-b-im-runden-schacht-s.webp');}}
@media (min-width: 1200px) {.steigbuegel-form-b{background-image: url('../img/bg/steigbuegel-form-b-im-runden-schacht-l.webp');}}
@media (min-width: 1900px) {.steigbuegel-form-b{background-image: url('../img/bg/steigbuegel-form-b-im-runden-schacht.webp');}}

@media (min-width: 1px) {.steigbuegel-form-d{background-image: url('../img/bg/steigbuegel-form-d-zweilaeufiger-aufgang-s.webp');}}
@media (min-width: 1200px) {.steigbuegel-form-d{background-image: url('../img/bg/steigbuegel-form-d-zweilaeufiger-aufgang-l.webp');}}
@media (min-width: 1900px) {.steigbuegel-form-d{background-image: url('../img/bg/steigbuegel-form-d-zweilaeufiger-aufgang.webp');}}