<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.FDNavBar {
    z-index: 100;
    position: relative;
}
/** Home button **/
.HomeButton {
    position: absolute;
    left: 0;
    height: 100%;
}
.HomeButton a {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
    .HomeButton span {
        background: url(../../FDMenu/home-page-img.png) center center no-repeat;
        width: 100%;
        height: 100%;
        display: block;
    }
/** END Home button **/
/** Menuitems **/
.hide {
    display: none !important;
}
.Uitgeklapt {
    overflow: visible !important;
}
.FDNavBar ul {
    position: absolute;
    height: 100%;
    list-style: none;
    margin: 0 0 0 0;
    padding-left: 0px;
    overflow: hidden;
}
    .FDNavBar ul li {
        height: 100%;
        float: left;
        display: inline-block;
        -webkit-transition: all 0.2s; /* Safari */
        transition: all 0.2s;
    }
        .FDNavBar ul li a {
            display: block;
        }
@media only screen and (max-width: 767px) {
    .FDNavBar ul li {
        float: none !important;
        display: block;
        padding: 0 1em 0 1em !important;
    }
}
/** END Menuitems **/
/** MenuButton **/
.FDNavBar .MenuButton {
    position: absolute;
    right: 0;
    z-index: 200;
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
    .FDNavBar .MenuButton button {
        cursor: pointer;
    }

    .FDNavBar .MenuButton .icon-bar {
        display: block;
        cursor: pointer;
    }
@media only screen and (max-width: 767px) {
    .FDNavBar .MenuButton {
        display: inline-block !important;
    }
}
/** END MenuButton **/








</pre></body></html>