﻿:root
{
    --pagination-result-column-gap: 15px;
    --pagination-column-gap: 40px;
    --pagination-column-gap-mobile: 20px;
    --icon-gap: 30px;
}
.dfv-news .news-list-default-item
{
    position: relative;
}
.dfv-news .news-list-default-item .more
{
    display: block;
    position: static;
}
.dfv-news .news-list-default-item .more:after
{
    content: "";
    background: transparent!important;
    position: absolute;
    display: block;
    top: 0;
    right: 1.5rem;
    left: 1.5rem;
    bottom: 0;
}
.content .dfv-news .news-list-related-item h3[itemprop=headline], .dfv-news .news-list-related-item h3[itemprop=headline]
{
    font-size: 1rem;
    line-height: 1.5;
}
.dfv-news .article-loc-ul
{
    background-color: #f4f5f5;
    border-radius: 6px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dfv-news .article-loc-ul li
{
    margin: 0;
    padding: 0;
}
.dfv-news .article-loc-ul li a
{
    display: block;
    padding: .75rem;
    color: #004178;
}
.dfv-news .article-loc-ul li a:hover
{
    color: #fff!important;
    background-color: #004178;
}
.dfv-news.news-single
{
    overflow: visible!important;
}
.dfv-news aside.column.has-sticky-content
{
    display: flex;
    flex-direction: column;
}
@media(min-width: 1024px)
{
    .dfv-news aside.column.has-sticky-content
    {
        position: sticky;
        top: 90px;
        align-self: flex-start;
    }
}
.dfv-news aside.column.has-sticky-content .sticky-content-holder
{
    height: 100%;
    flex: 1 1 100%;
}
@media(max-width: 48.06125rem)
{
    .dfv-news aside.column.has-sticky-content .sticky-content-holder
    {
        display: none!important;
    }
}
@media(max-width: 48.06125rem)
{
    .dfv-news aside.column.has-not-side-navigation
    {
        display: none;
    }
}
.dfv-news aside [data-ctype=cta_module]
{
    position: sticky;
    top: 1.5rem;
    bottom: 1.5rem;
}
.dfv-news .layout-press-review>a:after
{
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}
@media(min-width: 1024px)
{
    .dfv-news .layout-press-review>a:after
    {
        top: 1.875rem;
        right: 1.875rem;
    }
}
.dfv-news .article .news-text-wrap :is(.h4,h4)
{
    margin-block: 25px 10px;
}
.dfv-news .article .news-text-wrap .spkbl-player+*
{
    margin-top: 15px;
}
.dfv-news .article .teaser-text
{
    font-size: 16px;
}
.dfv-news .article .dots
{
    margin: 0 16px;
}
.dfv-news .article .date-author
{
    color: #7e7e7e;
    font-size: .9375rem;
    margin-bottom: 10px;
}
.dfv-news .article .date-author .date-wrapper
{
    margin-bottom: 5px;
}
.dfv-news .article .date-author .news-testedby
{
    display: inline;
}
.dfv-news .article .date-author a
{
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
}
.dfv-news .article .additioal-authors-available
{
    margin-top: 5px;
}
.dfv-news .article .latest-articles .more
{
    font-weight: 700;
}
@media(max-width: 768.98px)
{
    .dfv-news .article .date-author, .dfv-news .article .date-author .additional-authors, .dfv-news .article .date-author .additional-experts, .dfv-news .article .date-author .additional-experts .news-testedby
    {
        display: flex;
        flex-direction: column;
    }
    .dfv-news .article .date-author .dots
    {
        display: none;
    }
    .dfv-news .article .date-author .date-wrapper
    {
        margin-bottom: 8px;
        display: flex;
        flex-direction: column;
    }
}
.article-share
{
    padding: 10px 0;
    margin: 15px 0;
    position: relative;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #f4f5f5;
    border-bottom: 1px solid #f4f5f5;
}
.article-share .article-share--items
{
    display: none;
}
.article-share .article-share--items a:not(:hover)
{
    color: #7e7e7e;
}
.article-share .article-share--button, .article-share .article-share--items
{
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.article-share .article-share--button
{
    display: flex;
}
.article-share .article-share--button.active+.article-share--items
{
    display: flex;
    -webkit-animation: linear;
    -webkit-animation-name: smoothOpen;
    -webkit-animation-duration: .5s;
    overflow: hidden;
}
.article-share .copy-link .copy-text-popup
{
    display: none;
}
.article-share .copy-link.show .copy-text-popup
{
    display: block;
    position: absolute;
    -webkit-animation: linear;
    -webkit-animation-name: run;
    -webkit-animation-duration: .5s;
    font-size: 10px;
    transform: scale(1) translateY(-45px);
    color: #7e7e7e;
}
.article-share--ratgeber .article-share--button
{
    display: none;
}
@media(max-width: 48.06125rem)
{
    .article-share--ratgeber .article-share--button
    {
        display: flex;
        min-width: 125px;
    }
    .article-share--ratgeber .article-share--items
    {
        display: none!important;
    }
}
@-webkit-keyframes run
{
    0%
    {
        transform: scale(1) translateY(-45px);
    }
    50%
    {
        transform: scale(1.1) translateY(-45px);
    }
    to
    {
        transform: scale(1) translateY(-45px);
    }
}
@-webkit-keyframes smoothOpen
{
    0%
    {
        width: 0;
    }
    10%
    {
        width: 10%;
    }
    20%
    {
        width: 20%;
    }
    30%
    {
        width: 30%;
    }
    50%
    {
        width: 50%;
    }
    to
    {
        width: auto;
    }
}
.ctype-news_pi1:not(:has(.stage)) .news-single
{
    margin-bottom: -30px;
}
.ctype-news_pi1:not(:has(.stage)) .news-single .article:last-child
{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pagination-block
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pagination-block .pagination-wrapper
{
    display: flex;
    align-items: center;
    gap: var(--pagination-column-gap);
}
.pagination-block .pagination-wrapper .pagination-next, .pagination-block .pagination-wrapper .pagination-previous
{
    margin: 0;
    font-weight: 700;
    order: unset;
    border: none;
    color: #004178;
}
.pagination-block .pagination-wrapper .pagination-next:active, .pagination-block .pagination-wrapper .pagination-previous:active
{
    box-shadow: none;
}
.pagination-block .pagination-wrapper .pagination-next [class*=" icon-"]:before, .pagination-block .pagination-wrapper .pagination-next [class^=icon-]:before, .pagination-block .pagination-wrapper .pagination-previous [class*=" icon-"]:before, .pagination-block .pagination-wrapper .pagination-previous [class^=icon-]:before
{
    position: absolute;
    top: 8px;
    font-weight: 700;
    margin: 0;
    font-size: 1.5rem;
}
.pagination-block .pagination-wrapper .pagination-previous
{
    padding-left: var(--icon-gap);
    justify-content: flex-start;
}
.pagination-block .pagination-wrapper .pagination-previous [class*=" icon-"]:before, .pagination-block .pagination-wrapper .pagination-previous [class^=icon-]:before
{
    left: 0;
    transform: scaleX(-1);
}
.pagination-block .pagination-wrapper .pagination-next
{
    padding-right: var(--icon-gap);
    justify-content: flex-end;
}
.pagination-block .pagination-wrapper .pagination-next [class*=" icon-"]:before, .pagination-block .pagination-wrapper .pagination-next [class^=icon-]:before
{
    right: 0;
}
@media(max-width: 48.06125rem)
{
    .pagination-block
    {
        flex-direction: column;
        gap: var(--pagination-result-column-gap);
    }
    .pagination-block .pagination-wrapper
    {
        gap: var(--pagination-column-gap-mobile);
    }
}
@media(max-width: 29.99875rem)
{
    .pagination-block .pagination-wrapper
    {
        width: 100%;
    }
}