
.wpSitemapWrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    /*padding-bottom: 50px;*/

    background: var(--global-palette8);
}
.wpSitemapWrapper .wpSitemap {
    max-width: 1200px;
    margin: auto;
    padding-top: 0;
}
.wpSitemapWrapper .wpSitemap .headline {
    font-size: 1.143em;
    line-height: 1.500em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.wpSitemapWrapper .wpSitemap .wpSitemapGrid {
    display: grid;
    grid-template-columns: 1fr;
}
.wpSitemapWrapper .wpSitemap.wpNews .wpSitemapGrid {
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
    .wpSitemapWrapper .wpSitemap.wpNews .wpSitemapGrid {
        grid-template-columns: 1fr;
    }
}
.wpSitemapWrapper .wpSitemap .wpSitemapMenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
}
.wpSitemapWrapper .wpSitemap.wpNews .wpSitemapMenu {
    /*grid-template-columns: 1fr 1fr;*/
    display: block;
    columns: 2;
}
.wpSitemapWrapper .wpSitemap .sitemapLink {
    /*margin-top: 20px;*/
}
.wpSitemapWrapper .wpSitemap .sitemapLink:first-child {
    margin-top: 0;
}
.wpSitemapWrapper .wpSitemap .sitemapLink.child {
    font-size: 0.8em;
    margin-top: 0;
}
.wpSitemapWrapper .wpSitemap .sitemapLink.child a::before {
    content: \'\e817\';
    font-family: \'fontello\';
    padding-right: 5px;
}
.wpSitemapWrapper .wpSitemap .sitemapLink a {
    /*font-size: 0.8em;*/
    /*line-height: 2;*/
}
.wpSitemapWrapper .wpSitemap .sitemapLink.child a {
    font-size: 0.8em;
    /*line-height: 1.4;*/
}
.wpSitemapWrapper .wpSitemapNewsWrapper {
    overflow: hidden;
    /*padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;*/
    /*line-height: 2;*/
}
@media (max-width: 767px) {
    .wpSitemapWrapper .wpSitemapNewsWrapper {
        margin-top: 40px;
    }
}
.wpSitemapWrapper .wpSitemapNewsWrapper:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wpSitemapWrapper .wpSitemapImage {
    width: 75px;
    margin-right: 20px;
    float: left;
}
.wpSitemapWrapper .wpSitemapImage a {
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.wpSitemapWrapper .wpNewsContent {
    float: left;
    width: calc(100% - 100px);
}
.wpSitemapWrapper .wpNewsContent .headline {
    font-size: 1.143em;
    line-height: 1.500em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
@media (min-width: 768px) {
    .wpSitemapWrapper .wpSitemap.wpNews .wpSitemapMenuWrapper {
        padding-right: 40px;
        border-right: 1px solid #e1e1e1;
    }
    .wpSitemapWrapper .wpSitemap.wpNews .wpSitemapNews {
        padding-left: 40px;
    }
}
.wpSitemapWrapper {
    /*display: none;*/
}
.wpSitemapWrapper .wpSitemapMenuWrapper,
.wpSitemapWrapper .wpSitemapNews {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wpSitemapGrid {
    max-height: 0;
    overflow: hidden;
    transition: all .4s;
}

.wpSitemapGrid.show {
    max-height: 1500px;
}

.wpSitemapWrapper .wpSitemapTitle {
    margin-top: -48px;
    text-align: left;
    z-index: 1000000;
    position: relative;
    display: block;
    margin-left: 630px;
    font-size: 1em;
    width: 350px;
    margin-left: 900px
}

