html, body {
    margin: 0;
    padding: 0;
    background: white;
}
body.logged_in,
.logged_in .title-in-background {
    margin-top: 48px;
}
.content {
    background-color: ;
}
.header {
    background-color: ;
    color: white;
}
.header .content {
    width: 100%;
    clear: left;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.header .title {
    clear: left;
    float: left;
    font-size: 50px;
    background: ;
    font-family: 'Courgette', cursive;
    top: 18px;
    left: 28px;
    color: white;
    border-radius: 15px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
    position: absolute;
}
.header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 26px;
    font-family: 'Noto Sans JP', sans-serif;
}
.header ul.home {
    float: left;
}
.header ul li {
    float: left;
}
.header .desktop .navigation {
    float: right;
}
.mobile {
    display: none;
}
.header .desktop .navigation li a, .header ul.home li a {
    float: left;
    padding: 10px 10px;
    cursor: pointer;
    color: black;
    color: white;
    text-decoration: none;
}
.header ul li a:hover {
    background: white;
    color: black;
}
.header .image {
    width: 100%;
    height: 490px;
    clear: left;
    margin-top: 50px;
}
.header .title-in-background {
    font-size: 65px;
    background: ;
    font-family: 'Courgette', cursive;
    top: 70px;
    left: 0;
    color: white;
    border-radius: 15px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
    position: absolute;
    text-align: center;
    width: 100%;
}
.header .logo {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.header .logo img {
    right: 0;
    position: absolute;
    bottom: 5px;
}
.body {
    margin: 0 auto;
}
.body .content {
    background-color: white;
    color: black;
    width: 1170px;
    margin: 0 auto;
    margin-top: -220px;
    padding: 20px 20px;
    font-size: 24px;
    border-radius: 5px;
    font-family: 'Tinos', serif;
}
.footer {
    background-color: black;
    color: white;
    width: 100%;
    clear: left;
    float: left;
}
.footer .content {
    width: 1170px;
    margin: 0 auto;
    clear: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.footer .content .row {
    float: left;
    width: 33%;
    padding: 20px 0;
    font-size: 20px;
}
.footer .content .row h4 {
    margin: 0;
    font-size: 1.2em;
}
.footer .content a {
    color: white;
}
.footer hr {
    border: none;
    border-top: 1px solid white;
    clear: left;
    margin: 0 0 20px 0;
}
.footer .content .imprint {
    width: 40%;
}
.footer .content .links-local {
    width: 30%;
}
.footer .content .links-global {
    width: 30%;
}
.footer .row ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.link-top {
    color: white;
    text-decoration: none;
}
h1 {
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 30px;
}
hr {
    border: none;
    border-top: 1px solid black;
}
a {
    color: black;
}
a:hover {
    text-decoration: none;
}
@media (min-width: 1901px) {
    .header .image {
        background-size: 100%; 
    }
}