.landingPageLogoDbv {
    display: initial !important;
}
#pageHeader ._headerLight > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
#pageHeader ._headerLight ._logo {
    display: inline;
    left: 20px;
}
#pageHeader ._headerLight ._logo > img {
    height: auto;
    width: auto;
    max-height: 100%;
}

.trennstrich{
    margin-left: 15px;
    margin-top: 33px;
    margin-right: 5px !important;
}

@media (min-width: 992px){
    #pageHeader ._headerLight > div{
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .landingPageLogoDbv img {
        display: none;
    }
}