
body {
    background-color: #fff;
    font-family:Helvetica,Arial,sans-serif;
    color:#333333;
    font-size:1em;
    font-weight:
    bolder; line-height:1.5em;
}

#fenster {
    display: grid;
    height: 95vh;
}

.logo {
    font-weight: bolder;
    font-size: 3em;
    text-transform: uppercase;
    cursor: default;
}
.logo .bra {
    color:#0086bc;
    border-left: 5px solid #333333;
    border-right: 5px solid #0086bc;
    padding-right: 20px;
    padding-left: 20px;

}
.logo .bra .jos {
    color:#333333;
    font-style: normal;
}

p {margin-top:22px;}

a {text-decoration:none;}
a.link, a:link {color:#0086bc;}
.ab-link {
    color:#0086bc;
    font-weight: bolder;
    font-size: 1.7em;
}

#inhalt {
    margin: auto;
    text-align: center;
}