body {
    color: #254274;
    min-height: 75rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main-header {
    background-color: #ffffff;
}

.main-header img.brand-top {
    max-height: 60px;
    margin: 20px auto;
}

body > .main {
    flex-grow: 1;
    background-color: #e1e1e0;
}

.navbar-dark .navbar-text a {
    color: #575756;
}

body,
.bg-dark {
    background: #575756 !important; /* bootstrap ... same style? .bg-dark*/
}

.navbar-dark .navbar-text a {
    color: #FFFFFF;
}


body form.form-signin {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icons-highlight {
    color: #9cce1d;
}

.teaser-image {
    height: 300px;
}

.claim-headline-backdrope {
    width: 60%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1em;
}

.header-headline-message {
    color: #575756;
    text-transform: uppercase;
    font-weight: bold;
}

.claim-headline {
    p.h1, p.h3 {
        text-transform: uppercase;
    }
}

.headline-underline {
    display: block;
    border-bottom: none;
    position: relative;
}

.headline-underline:after {
    content: "";
    background: #9cce1d;
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer {
    background: #575756 !important;
}
.footer a, .topnavi a {
    color: #ffffff;
}