.page__contentwrapper--background {
    background: url("pics/bg-24.jpg") no-repeat 0 50%; 
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 50%;
}


.navbar-header {
    background: #0001F9
}

.navigation-wrapper {
    background: #0001F9;
}

.header-wrapper {
    border-color: #0001F9;
}

.topnav__item:hover {
    border-top: 4px solid #0001F9;
}

.topnav__item_active {
    border-top: 4px solid #0001F9;
}

.widget__teaser--eyecatcher {
    background: #0001F9;
}

a.active {
    color: #0001F9;
}

a.inactive {
    color: #333;
}

.infotext {
background: #fff !important;
position: relative;
}