footer {
    background-color: #00305B;
}
.seitentitel h1 {
    font-weight: 600;
}
.navbar-fixed-top {
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.fullwidth .container {
    width:auto;
}
.fullwidth .container,
.fullwidth .row,
.fullwidth [class*="col"],
#container .fullwidth .ce_image {
    padding:0;
        margin:0;
}
.image_fullwidth {
    width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center top 22%;
}
body.home .image_fullwidth {
    background-position: center;
}
body.whiteBackground article.fullwidth {
    margin-top: 50px;
    margin-bottom: 42px;
}
#main {
    font-size: 18px;
}
#container h1.seitentitel {
    margin-top: -0.5rem;
    font-size: 30px;
}
blockquote {
    line-height: 1.25em;
}
.logo-wave {
    max-height: 42px;
    margin-top: 8px;
    width: auto;
}
