.content-wrapper-welcome {
    background-image: url('/assets/img/bg_welcome.jpg');
    background-size: cover;        /* Bild füllt den Bereich */
    background-position: center;   /* zentriert */
    background-repeat: no-repeat;  /* kein Kacheln */
    min-height: 600px;             /* falls Inhalt zu klein ist */
    padding: 10px;                 /* Abstand zum Rand */
    border-radius: 0;           /* optional */
}

@media (max-width: 900px) {

    .content-wrapper-welcome {
        min-height: 300px;
    }