/*Bildposition für Hintergrundbilder*/
.wbox-headerbild-bildwrapper {
    position: relative;
    padding-top: 20.834%;
    min-height: 230px;
    max-height: 380px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.wbox-headerbild-bild {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
    @media screen and (max-width:768px) {
        .wbox-headerbild-bild {
            border-radius: 0;
        }
    }

 .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-halunten {
    background-position: right 80%;
}
.bgimgpos-links-halboben {
    background-position: left 20%;
}
.bgimgpos-rechts-halunten {
    background-position: left 80%;
}
.bgimgpos-mitte-halboben {
    background-position: center 20%;
}
.bgimgpos-mitte-halunten {
    background-position: center 80%;
}
