/*Bildposition für Hintergrundbilder*/
.wbox-headerbild-bildwrapper {
    position: relative;
    padding-top: 20.834%;
    min-height: 430px;
    max-height: 380px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (max-width:767px){
    .wbox-headerbild-bildwrapper{
        min-height: 350px
    }
}
.wbox-headerbild-bild {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width:480px){
    .wbox-headerbild-bildwrapper{
        min-height: 200px;
    }
}
@media screen and (max-height: 800px) {
    .wbox-headerbild-bildwrapper {
        min-height: 250px;
    }
}
 .bgimgpos-lt {
    background-position: left top;
}
 .bgimgpos-lc {
    background-position: left center;
}
 .bgimgpos-lb {
    background-position: left bottom;
}
 .bgimgpos-ct {
    background-position: center top;
}
 .bgimgpos-cc {
    background-position: center center;
}
 .bgimgpos-cb {
    background-position: center bottom;
}
 .bgimgpos-rt {
    background-position: right top;
}
 .bgimgpos-rc {
    background-position: right center;
}
 .bgimgpos-rb {
    background-position: right bottom;
}
.bgimgpos-rechts-halboben {
    background-position: right 20%;
}
.bgimgpos-rechts-halbunten {
    background-position: right 80%;
}
.bgimgpos-links-halboben {
    background-position: left 20%;
}
.bgimgpos-links-halbunten {
    background-position: left 80%;
}
.bgimgpos-mitte-halboben {
    background-position: center 20%;
}
.bgimgpos-mitte-halbunten {
    background-position: center 80%;
}
