body {
    background-image: url(/files/contaodemo/theme/img/bg/wave2.png);
    background-position:20% 20%;
    background-repeat: no-repeat;
    }
    
    

#header .inside {
    
    display: flex;
    flex-direction: column; /* Stapelt die Elemente untereinander */
    align-items: center; /* Zentriert die Elemente horizontal */
    text-align: center;
    width: 100%;
}

 





    .branding {
        display: flex;
        align-items: left;
    }

    .branding span {
        font-family: Times New Roman;
        font-style: italic;
        font-size: 18px;

        color: #1D3F5C;

    }
    
    .branding {
    width: 100%;
    height: 120px;
   
}

    .branding span.name1 {
        letter-spacing: 0.85;
        font-size: 36px;
        display: block;
    }

    .branding span.titel {
            font-size: 22px;
            display: inline-block;
        }

    .logo img {
        width: 220px;
        height: auto;
    }

    #header, body {
        background-color: transparent;
    }
    
    .keyvisual .image-container img {width: 100% !importantimportant;}

