/* ***** *(c)* Sitemap *(c)* ***** */

div#content .sitemap li:before {
    content: "";
    padding-right: 0px;
}
div#content .sitemap {
    margin: 0px 46px;
}

div.blog-featured h2, div.blog h2, div#jmap_sitemap h2{
    /* iwi 2015-03 | Darstellung der Border HINTER dem headBlock */
    position:relative;
    z-index:100;
    border-left:1px dotted gray;
    margin: 0 0 0 19px;
    padding: 0 46px 1.96% 27px;
    line-height: 35px;
    font-size: 1.2em;
    font-weight: normal;
}

div#jmap_sitemap h1 {
    padding: 0 0 1.96% 0;
    line-height: 200%;
    font-size: 1.2em;
    font-weight: normal;
}

span.headBlock {
    width: 19px;
    height: 35px;
    float: left;
    display: block;
    position: absolute;
    background-color: var(--linkColor);
    border-right: 1px solid var(--linkColor);
}
