.wf-downloadliste {
    width: 100%;
}

.wf-downloadliste .wf-downloadliste__list {
    display: grid;
    gap: 24px 0;
    list-style: none;
    margin: 0 0 var(--global-kb-spacing-sm, 1.5rem);
    padding: 0 !important;
}

.wf-downloadliste__entry {
    margin: 0;
    width: 100%;
}

.wf-downloadliste__entry--flipbook {
    position: relative;
}

.wf-downloadliste__link {
    align-items: center;
    background: #fff;
    border-radius: 25px;
    color: var(--global-palette3, #1a1d26);
    display: flex;
    font-family: var(--global-heading-font-family, inherit);
    font-size: 1.75rem;
    gap: 33px;
    line-height: 2.813rem;
    padding: 24px 40px;
    text-decoration: none;
    transition: transform 0.3s;
    width: 100%;
}

.wf-downloadliste__flipbook {
    background: #fff;
    border-radius: 25px;
    color: var(--global-palette3, #1a1d26);
    font-family: var(--global-heading-font-family, inherit);
    font-size: 1.75rem;
    line-height: 2.813rem;
    overflow: hidden;
    transition: transform 0.3s;
}

.wf-downloadliste__flipbook-head {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 33px;
    line-height: inherit;
    padding: 24px 40px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.wf-downloadliste__thumb {
    inset: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.wf-downloadliste__thumb > * {
    height: 100% !important;
    max-width: none !important;
    width: 100% !important;
}

.wf-downloadliste__thumb ._df_thumb {
    display: block !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.wf-downloadliste__entry--flipbook:hover .wf-downloadliste__flipbook,
.wf-downloadliste__entry--flipbook:focus-within .wf-downloadliste__flipbook {
    transform: translateY(-5px);
}

.wf-downloadliste__entry--flipbook:focus-within .wf-downloadliste__flipbook-head {
    outline: 2px solid var(--global-palette1, #ff6037);
    outline-offset: 4px;
}

.wf-downloadliste__missing {
    color: #b42318;
    font-size: 0.875rem;
    margin: 0;
}

.wf-downloadliste__link:hover,
.wf-downloadliste__link:focus {
    text-decoration: none;
    transform: translateY(-5px);
}

.wf-downloadliste__link:focus-visible {
    outline: 2px solid var(--global-palette1, #ff6037);
    outline-offset: 4px;
}

.wf-downloadliste__icon {
    align-items: center;
    color: var(--global-palette1, #ff6037);
    display: inline-flex;
    flex: 0 0 1em;
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    justify-content: center;
    line-height: 1;
}

.wf-downloadliste__icon::before {
    content: "\e909";
}

.wf-downloadliste__title {
    display: block;
}

.wf-downloadliste__content {
    display: block;
}

.wf-downloadliste__description {
    color: #5f6673;
    display: block;
    font-family: var(--global-body-font-family, inherit);
    font-size: clamp(0.9375rem, 0.92rem + 0.08vw, 1rem);
    line-height: 1.45;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .wf-downloadliste__list {
        gap: 24px 0;
    }

    .wf-downloadliste__link,
    .wf-downloadliste__flipbook {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .wf-downloadliste__link,
    .wf-downloadliste__flipbook-head {
        gap: 20px;
        padding: 20px 24px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wf-downloadliste__link,
    .wf-downloadliste__flipbook {
        font-size: 1.125rem;
        line-height: 2rem;
    }
}
