/* Menubar */
.hide {
    display: none !important;
}

/* ----------------------------- */

html, body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400; /*margin: 0 0 24px;*/
    margin: 0;
}

ul {
    -webkit-padding-start: 0px;
}

.submenu {
    display: none;
}

.submenu li:first-of-type {
    /* display:none; */
}

ul#kvmenu {
    /*position: relative;*/
    /*width: 90%;*/
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    border-radius: 10px;
}

.mijnvoorkeuren {
    display: block;
}

li#scroll {
    list-style-type: none;
    width: 100%;
    /*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.19);*/
    /*border-radius:4px;*/
}

li#scroll a {
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 0 0 10px 0;
    transition: all, 0.2s;
}

li#scroll div {
    cursor: pointer;
    background-color: #000000;
    color: white;
    text-align: center;
    display: block;

    padding: 10px;
    margin: 0 0 10px 0;
    transition: all, 0.2s;
    white-space: pre-wrap;
}

li#scroll div:hover {

    background-color: #333333;
    text-decoration: underline;


}

/* header */
#kvheader {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 40px;
    /*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.36);*/
    z-index: 1002;

    text-align: center;
}

/* menu */
.kvmenu {
    overflow: auto;
    border-radius: 15px;
    background: #fff;
    z-index: 1001;
    position: absolute;
}

@media (max-width: 767px) {
    .kvmenu {

        left: 10px;
        right: 10px;
        top: 50px;
        padding: 10px 10px 0;
    }
}

@media (min-width: 768px) {
    .kvmenu {
        left: 10%;
        right: 10%;
        top: 15%;
        padding: 10px 10px 0;
    }
}

/* svg */
.color-svg {
    color: white;
    float: left;
}



