/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 02.11.2018, 2:29:53
    Author     : Nick Denry
*/

.topbar {
    background: #3a6995;
}

.topbar__link {
    color: #ffffff;
    display: inline-block;
    line-height: 26px;
    padding: 6px 0px;
}

.topbar__link:active,
.topbar__link:focus,
.topbar__link:hover {
    color: #ffffff;
    text-shadow: 0px 0px 3px rgba(255,255,255,0.7);
    text-decoration: none;
}

.topbar__link--blue-up {
    color: #4979a7;

}

.topbar__link--blue-up:active,
.topbar__link--blue-up:focus,
.topbar__link--blue-up:hover {
    color: #015aad;
}

.topbar__link-icon {
    font-size: 24px;
}

.topbar__link .fa {
    vertical-align: middle;
}

.topbar__link .fa-rot-15-right {
    transform: rotate(15deg);
}

.topbar__right {
    align-items: center;
    display: flex;
    float: right;
    justify-content: right;
}

.topbar-button {
    border: 1px solid #37638a;
}

.topbar-button.active,
.topbar-button:active,
.topbar-button:focus,
.topbar-button:hover {
    box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.7);
    border: 1px solid #fff;
}

@media screen and (max-width: 992px) {
    .topbar__right {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .topbar__right .wave-seperator {
        display: none;
    }
}
