img.ktIntroHeader {
    max-width: 100%;
}

header.kt-header, main.verzen, footer.kt-footer, p.voetlink {
    max-width: 900px;
}

div.kt-titelbox {
    grid-area: kt-titel;
    display: inherit !important;
}
div.kt-navbox {
    grid-area: kt-nav;
}
div.kt-introbox {
    grid-area: kt-intro;
}

header.kt-header {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    grid-template-areas:
    "kt-titel kt-nav"
    "kt-intro kt-intro";
    margin-top: 0;
}

div.titel-kt h1 {
    text-align: center;
    background-color: White; 
    margin-bottom: 15px; 
    width: 250px; 
    padding: 0 10px 10px; 
    border:1px solid Maroon;
    line-height: 1.8em;
}
div.titel-kt h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    display: inline-block;
    color: #000 !important;
}
div.titel-kt h1 .kortetitel {
    display: block;
    line-height: 1.8em;
    color: #004080;
    font-size: 125%;
}
div.kt-navbox {
    text-align: right;
}

@media (min-width: 601px) {
    header.kt-header {
        /* grid-template-columns: 70% 30%; */
        grid-template-columns: repeat(10, 1fr);
        grid-template-areas:
            "kt-titel kt-titel kt-titel kt-titel kt-titel kt-titel kt-titel kt-nav kt-nav kt-nav"
            "kt-intro kt-intro kt-intro kt-intro kt-intro kt-intro kt-intro kt-intro kt-intro kt-intro";
    }
    div.kt-headerbox {
        display: inline-block;
        vertical-align: top;
    }
        
}

/* waarden uit global overrulen */
p.vorigvolgend a, div.vorigvolgend a {
    display: inline;
    padding: 0;
}


div.vers {
    line-height: 1.6em;
    font-size: 14px;
    color: #000;
}
div.vers > p {
    background-color: #fdfad3;

}
div.vers div:last-child {
    margin-bottom: 2em;
}
p a.v {
    font-weight: bold;
    color: #004080;
}
a.previewknop {
    margin-left: 5px;
    margin-bottom: -2px;
    display: inline-block;
    width: 23px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="177" height="100" viewBox="0 0 177 100"><g transform="translate(-39.6,-77.8)"><path fill="%23999999" d="m 213.6,131.3 c -1.7,1.9 -40.6,46.8 -85.8,46.8 -42.7,0 -83.7,-45.3 -85.4,-47.2 l -2.8,-3.1 2.8,-3.1 c 1.7,-1.9 43,-46.9 85.7,-46.9 42.8,0.1 84,45.3 85.7,47.2 l 2.7,3.1 z M 128.1,87.9 c -31.4,0 -64.1,30.1 -74,40 9.9,10 42.3,40.2 73.6,40.3 33.9,0 64.1,-30.1 74,-40 -9.9,-10 -42.3,-40.2 -73.6,-40.3 z m 2.5,70 c -8.5,0 -16.4,-3.3 -22.4,-8.9 -6,-5.5 -9.3,-13 -9.3,-20.8 0,-16 14.4,-29.1 31.9,-29.1 17.7,0 31.8,13.3 31.8,29.3 -0.1,16 -15.5,29.5 -32,29.5 z m 0.2,-48.9 c -11.5,0 -20.9,8.5 -20.9,19 0,5.1 2.1,9.9 6.1,13.5 3.9,3.6 9,5.6 14.5,5.6 11,0 21,-8.5 21,-19 0,-10.5 -9.1,-19.1 -20.7,-19.1 z" /></g></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
}
kt-note.kt, kt-note.letterkt {
    color: maroon;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bolder;
    padding: 0 1px;
    margin: 0 1px; 
    vertical-align: super;
}

span.ktmark {
    border-bottom: 1px dotted darkgreen;
}

span.green {color: darkgreen; font-weight: bold;}

div.preview {
    display: inline-block;
    padding: 1em;
    background-color: #eee;
    width: 100%;
}
.verberg, div.preview.verberg {
    display: none;
}

span.herhaalTekst {
    font-weight: bold;;
}

div.ktsBijVers {
    padding: 0 2em;
}
@media (min-width: 601px) {
    div.ktsBijVers {
        padding: 0 2em 0 4em;
    }
}
div.ktsBijVers span.nummerKt, div.ktsBijVers span.letterKt {
    color:maroon;
    font-weight: bold;
}
div.ktsBijVers p {
    font-size: 0.9rem;
}


a.voetnoot {color: maroon; vertical-align: super; font-size: 0.7em; font-weight: bolder; padding: 0 1px; margin: 0 1px;}

footer.kt-footer {
    border-top: 1px dotted silver;
    text-align: right;
}
footer.kt-footer form {
    display: inline;
    margin-left: 1em;
}

#menukol li h2 {
    color: yellow;
}