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;
    margin-bottom: 30px;
    cursor: default;
}
.logo .alex {
    color:#0086bc;
    border-left: 5px solid #333333;
    padding-left: 20px;

}
.logo .brandt {
    color:#333333;
    border-right: 5px solid #0086bc;
    padding-right: 20px;
}

p {margin-bottom: 10px;}

a {text-decoration: none;}
a.link, a:link {color: #0086bc;}


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