.titelbild-inhalt {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 27%;
    right:15%;
    width: 370px;
    color: #323d4c;
    font-size: 16px;
}

.titelbild-inhalt h2 {
    font-size: 40px;
    line-height: 1.3;
    color: #e52b38;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 820px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}