/*
Theme Name: Default
Theme URI: https://www.polite.nl
Type: Desktop
Description: Navigatie
Version: 1.0.0.0
Author: Paul Otten
Author URI: https://www.polite.nl
*/


#breadcrumbbox{
    width: 100%;
    height: 32px;
}
#breadcrumbbox.balk{
    width: 100%;
    height: 32px;
    background-color: #4e4e4e ;
}

#breadcrumbbox::before {
    height:32px;
    content:' ';
    position: absolute;
    /* top: 0; */
    left: 0;
    width: calc( 50% - 600px );
    min-width: 15%;
}
#breadcrumbbox.balk::before {
    height:32px;
    background-color: #000000;
}
.breadcrumb {
    height: 32px;
    list-style: none;
    overflow: hidden;
    font: 18px Sans-Serif;
    width: 90% !important;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
}
.breadcrumb li {
    float: left;
    clear: none;
    line-height: 32px;
}

.breadcrumb li a {
    color: #333333;
    font-weight: 500;
    font-size: 0.9em;
    text-decoration: none;
    padding: 0 5px 0 0;
    position: relative;
    float: left;
}
.breadcrumb.balk li a {
    color: white;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    padding: 0 20px 0 37px;
    background: #000000;
    position: relative;
    /* display: block; */
    /* line-height: 32px; */
    float: left;
}
.breadcrumb.balk li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 14px solid #000000;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a::before {
    content: " - ";
}
.breadcrumb li:first-child a::before {
    content: " ";
}
.breadcrumb.balk li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 14px solid #666666;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumb.balk li:first-child a {
    padding-left: 10px;
}

.breadcrumb.balk li:nth-child(2) a       { background:        #333333; }
.breadcrumb.balk li:nth-child(2) a:after { border-left: 14px solid #333333; }
.breadcrumb.balk li:nth-child(3) a       { background:        #555555; }
.breadcrumb.balk li:nth-child(3) a:after { border-left: 14px solid #555555; }
.breadcrumb.balk li:nth-child(4) a       { background:        #666666; }
.breadcrumb.balk li:nth-child(4) a:after { border-left: 14px solid #666666; }
.breadcrumb.balk li:nth-child(5) a       { background:        #777777; }
.breadcrumb.balk li:nth-child(5) a:after { border-left: 14px solid #777777; }
.breadcrumb.balk li:last-child a {
    /*background: transparent !important;*/
    background: #4e4e4e !important;
    /*color: black;*/
    pointer-events: none;
    cursor: default;
}
.breadcrumb.balk li:last-child a::before {
    content: " ";
    display: block;
    width: 100%;
    background: #4e4e4e !important;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 0px;
    left: 100%;
    z-index: 1;
}

.breadcrumb.balk li:last-child a::after {
    border: 0;
    border-left-color: #4e4e4e  !important;
}
.breadcrumb li a:hover {
    color: #ff8e1f;
}
.breadcrumb.balk li a:hover {
    background: #733b3b;
}
.breadcrumb.balk li a:hover:after {
    /*border-left-color: hsla(34, 85%, 25%, 1) !important;*/
    border-left-color: #733b3b !important;
}

.breadcrumb li span.imgBlok {
    height: 32px;
    width: 32px;
    position: relative;
    display: block;
}

.breadcrumb li .knpHome {
    height: 20px;
    /* margin: 1px 0; */
    /* vertical-align: middle; */
    position: absolute;
    left: 10px;
    top: 2px;
}

@media only screen and (max-width: 600px) {
    #breadcrumbbox {
        position: relative;
        z-index: 99;
    }
    #breadcrumbbox::before {
        /*height: 30px;*/
    }
    .breadcrumb{
        width: 98% !important;
    }
    .breadcrumb li a {
        padding: 0 7px 0 26px;
        font-size: 13px;
    }
    .breadcrumb li:first-child a {
        padding-left: 0;
    }
    .breadcrumb li a:before,.breadcrumb li a:after {
        border-left-width: 15px!important;
    }
}