@charset "utf-8";
/* CSS Document */

.navbar-nav li a{
    color: #fff;
}

.navbar-light .navbar-toggler, .navbar-toggler:focus {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    border:none;
    box-shadow: none;
}

.navbar-nav li, .navbar-nav li{
    font-family: 'Oswald', sans-serif;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.loginbut{
    display: inline-block;
    background: rgb(23,60,102);
    background: linear-gradient(0deg, rgba(23,60,102,1) 11%, rgba(0,97,171,1) 60%, rgba(0,173,238,1) 97%);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 700;
    margin: 5px 5px;
}

.loginbut:hover{
    color:#fff;
}

.btn-inlog{
    text-align: right;
}

.topmenuitem{
    list-style: none;
    float: right;
}

.topbut{
    display: inline-block;
    color: #025da4;
    padding: 10px 30px;
    font-weight: 700;
    margin: 5px 5px;
}

.topbut:hover{
    display: inline-block;
    color: #025da4;
    background: #fff;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 10px;
}

.topbut a{
    color: #025da4;
}

.topbut a:hover{
    text-decoration: underline;
}

.actueelbut{
    border: solid 1px #f47543;
    color: #f47543;
    border-radius: 10px;
    margin: 5px 5px;
    display: inline-block;
    color: #f47543;
    padding: 10px 30px;
    font-weight: 700;
}

.actueelbut a{
    color: #f47543;
}

.actueelbut:hover{
    display: inline-block;
    color: #ffffff;
    background: #f47543;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 10px;
}

.actueelbut a:hover{
    color: #fff;
}

#search-form{
    border-radius: 10px;
    border: solid 1px #025da4;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background: rgb(23,60,102);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    width:300px;
}

.dropdown-menu a:hover, .nav-item a:hover, .dropdown-toggle:hover {
    color: #fff;
    text-decoration: underline;
}

.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 70%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

