﻿.navbar-nav .nav-item {
    font-weight: 600;
}

.bg-fch-light {
    background-color: #F3F5F8;
}

.fch-blau {
    color: #14387c !important;
}

nav a {
    color: #14387c !important;
}

a:hover {
    color: lightskyblue !important;
}

nav .row {
    margin-left: 0px;
    margin-right: 0px;
}

.fch-hover-color-white:hover {
    color: white;
}


#navBarSubContainer {
    z-index: 2;
}

@media (min-width: 975px) {
    .dropdown-menu-center {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media (max-width: 1200px) {
    .fch-mobile-display-none {
        display: none !important;
    }
}

@media ( min-width: 720px ) {
    #txtSuche {
        min-width: 0px;
    }
}

#txtSuche {
    min-width: 20rem;
    border-left: 1px solid #14387c !important;
    border-top: 1px solid #14387c !important;
    border-bottom: 1px solid #14387c !important;
    border-right: 0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

@media only screen and (max-width: 480px) {
    #txtSuche {
        min-width: 0px;
    }
}

#btnSuche {
    width: 50px;
    background: #14387c;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    background: white;
    border: 1px solid #14387c;
    border-radius: 0px;
}

.fch-navbar-stickyness {
    top: 0;
    z-index: 5;
}


@media only screen and (min-width : 991px) {
    fch-navbar-stickyness {
        position: sticky;
    }
}
