.vdma-sidebar-posts {
    color: #222f5b;
}
.vdma-sidebar-posts__title {
    margin: 0 0 1.25rem;
    padding: 0;
    color: #000;
    font-size: 20px;
    line-height: 1.25;
}
.vdma-sidebar-posts__list {
    display: grid;
    gap: 1.4rem;
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
}
.vdma-sidebar-posts__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    align-items: start;
    margin: 0 !important;
}
.vdma-sidebar-posts__media {
    min-width: 0;
    width: 100%;
}
.vdma-sidebar-posts__image-link,
.vdma-sidebar-posts__image {
    display: block;
}
.vdma-sidebar-posts__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
    object-fit: cover;
}
.vdma-sidebar-posts__post-title {
    margin: 0;
    padding: 0;
    color: #222f5b;
    font-size: 16px;
    line-height: 1.08;
    font-weight: 500;
}
.vdma-sidebar-posts__post-title a {
    color: inherit;
    text-decoration: none;
}
.vdma-sidebar-posts__post-title a:hover,
.vdma-sidebar-posts__post-title a:focus-visible {
    color: #222f5b;
    text-decoration: underline;
    text-decoration-color: #ffd208;
    text-underline-offset: 0.18em;
}
.vdma-sidebar-posts__date {
    display: block;
    grid-column: 1 / -1;
    margin: 0;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
}
.vdma-sidebar-posts .vdma-image-credit {
    display: block;
    margin-top: 0.45rem;
    color: #777;
    font-size: 13px;
    line-height: 1.28;
}
.vdma-sidebar-posts .vdma-image-credit-label {
    display: none;
}
.vdma-sidebar-posts .vdma-image-credit a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}
#menu-news-kategorien {
    padding-left: 0 !important;
    list-style: none !important;
}
#menu-news-kategorien li {
    border-bottom: 1px solid #ffd208;
    padding-bottom: 7px;
}
#menu-news-kategorien li:first-child {
    border-top: 1px solid #ffd208;
    padding-top: 7px;
}
#menu-news-kategorien a {
    display: block;
    color: #222f5b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
