/*DROPDOWN*/
ul.navbar-nav li.dropdown .dropdown-menu.open {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

ul.navbar-nav li.dropdown .dropdown-menu {
    transform: translateY(24px);
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.dropdown-item:active {
    background-color: #dfdfdf;
}

a.dropdown-item {
    color: black!important;
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-toggle::after {
    position: relative!important;
    top: 3px;
    display: inline-block!important;
    width: 0!important;
    height: 0!important;
    background: none!important;
}

/*NAVIGATION-BAR*/

.container.navigation {
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.navbar {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    z-index: 4;
    opacity: 1;
    -webkit-box-shadow: 1px 10px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.navbar-brand {
    z-index: 6;
}

.navbar.sticky {
    position: fixed;
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.navbar .nav-item {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .nav-item:last-child {
    /*background: #fefefe;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #312D2F;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;*/
    margin-right: 0;
}
.nav-item .knoppen .button{
    margin-bottom: 0;
}

.navbar a{
    font-size: 20px;
}
.navbar .nav-item:last-child a {
    /*    padding: 10px 15px;*/
    /*border-radius: 5px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .nav-item:last-child a:after {
    display: none;
}
.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .nav-item .nav-link {
    color: black;
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}


.logo {
    width: auto;
    height: 60px;
    position: relative;
}

.info_container {
    position: relative;
    top: 0px;
    z-index: 1001;
    padding: 15px;
    background: white;
}

.info_container a span {
    color: #312D2F;
    text-decoration: none;
}

.info_container a:hover span {
    text-decoration: underline;
}

.navigation .info_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .info_container .social_media {display: flex}

.navigation .social_media a:first-child:before {
    padding-left: 0;}
.info_container .info_wrapper a:after {
    content: ' | ';
    color: #312D2F;
    margin-left: 8px;
    margin-right: 8px;}

.navigation .social_media a::before{
    color: #312D2F;
    height: 40px;
    width: auto;
    padding: 0 0 0 15px;
    overflow: hidden;
    border-radius: 0;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;}

.navigation .social_media a:hover{
    opacity: .8;
    text-decoration: none;
    color: unset;
}
.info_container a:last-child:after {
    display: none;
}

/*.navbar-toggler{
    min-width: 100px;
}*/

.navbar-toggler{
    padding: 0;
    position: relative;}

.bars{
    width: 25px;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bar {
    height: 2px;
    margin-bottom: 4px;
    background: #000000;
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .6s  ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.menu-open .bar-1, .menu-open .bar-4 {
    opacity: 0;
    visibility: hidden;
}

.menu-open .bar {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.menu-open .bar-3, .menu-open .bar-4 {
    -webkit-transform: rotate(225deg) translate(4px, 4px);
    -moz-transform: rotate(225deg) translate(4px, 4px);
    -ms-transform: rotate(225deg) translate(4px, 4px);
    -o-transform: rotate(225deg) translate(4px, 4px);
    transform: rotate(225deg) translate(4px, 4px);
}
.bars .bar:nth-last-child(1){
    margin-bottom: 0;
}

.menu-open .navbar-collapse {
    display: block;
    opacity: 1;
    position: absolute;
    top: 70px;
    background: #ffffff;
    width: 100%;
    height: auto;
    left: 0px;
    padding: 30px;
    transform: translate(0px, 0vh);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.nav_color_bar{
    display: none;
}


@media only screen and (max-width: 992px){
    .nav_color_bar{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1;
        display: block;}
    .navbar-collapse{
        transform: translate(0px, -500px);
        display: block!important;
        height: 0px;
        opacity: 0;
        -webkit-transition: all .0s ease-in-out;
        -moz-transition: all .0s ease-in-out;
        -ms-transition: all .0s ease-in-out;
        -o-transition: all .0s ease-in-out;
        transition: all .0s ease-in-out;
        box-shadow: 11px -5px 10px 10px #00000017;
    }

    .navbar-toggler{
        width: 85px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 55;
        background: #0000000d;
        height: 100%;
        max-height: 85px;
        border-radius: 0;
        display: flex;}

    .menu_3 .info_container {
        padding: 15px 30px!important;}
    .menu_3 .navbar-brand{
        transform: scale(.5);
        transform-origin: left center;}
    .menu_3 .navbar{
        padding: 5px 30px!important;}
    .menu_3 .nav-item{
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: column;
    }
    ul.navbar-nav li.dropdown .dropdown-menu {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
    .navbar .nav-item{
        margin: 0 0px;
    }
    .navbar .nav-item .nav-link{
        padding: 10px 0px;
    }
    .navbar .dropdown-menu {
         -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
         box-shadow: unset;
        background: transparent;
    }

}
@media only screen and (max-width: 680px){
    .menu_3 .info_container{
        display: flex;}
    .menu_3 .info_wrapper {
        display: flex;
        flex-flow: column;
        width: 50%;}
    .menu_3 .social_media{
        width: 50%;
        justify-content: flex-end;}
    .info_container .info_wrapper a:after {
        display: none;
    }
}




