body{
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    background:#ffffff;
    color:#000;
}

.header{
    background:#1b98d5;
    border-bottom:1px solid #ccc;
}

.header-inner{
    #width:90px;
    margin:auto;
    padding:5px 20px 0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header img{
    height:50px;
}

.content{
    max-width:900px;
    margin:40px auto;
    line-height:1.5;
}

.content-logo-wrapper{
    text-align:right;  /* Rechtsbündig */
    margin-bottom:20px; /* Abstand zum Text darunter */
}

.content-logo{
    height:120px;       /* gewünschte Größe */
}


/* Hauptüberschrift */
.content h2{
    font-size:28px; /* vorher 22px → größer */
}

/* Fließtext */
.content p{
    font-size:18px; /* vorher Standardgröße, jetzt etwas größer */
}

/* ggf. auch Listen */
.content ul li{
    font-size:18px;
}
