﻿:root
{
    --seal-position-right: 10px;
    --seal-position-left: var(--seal-position-right);
    --seal-position-top: var(--seal-position-right);
    --seal-position-bottom: var(--seal-position-right);
    --imageMinHeightDesktop: 500px;
    --borderRadius: 6px;
}
.accordion__label.text-media-module__text-toggle
{
    display: block;
    text-align: center;
}
.accordion__label.text-media-module__text-toggle i:before
{
    font-size: 1.5rem;
    transform: rotate(90deg);
    color: #00afe1;
}
.accordion__label.text-media-module__text-toggle--active
{
    box-shadow: none;
}
.accordion__label.text-media-module__text-toggle--active i:before
{
    transform: rotate(-90deg);
    color: #00afe1;
}
.accordion__label--active.text-media-module__text-toggle
{
    box-shadow: none;
}
.accordion__label--active.text-media-module__text-toggle i:before
{
    transform: rotate(-90deg);
    color: #00afe1;
}
.text-media-module .column.content .title-text-image
{
    margin-bottom: .625rem;
}
.text-media-module__header
{
    white-space: pre-line;
}
@media(min-width: 1024px)
{
    .text-media-module__header
    {
        max-width: 50%;
    }
}
.text-media-module__text.accordion__content
{
    max-height: 8.125rem;
}
.text-media-module__text.accordion__content--active
{
    max-height: 100vh;
}
@media(min-width: 769px)
{
    .text-media-module__text.accordion__content
    {
        max-height: none;
    }
}
.text-media-module .wrapper-digital_service .image-wrapper
{
    position: relative;
    background-color: #caeaff;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0;
}
.text-media-module .wrapper-digital_service .image-wrapper.image-center
{
    align-items: center;
}
.text-media-module .wrapper-digital_service .image-wrapper .media-wrapper
{
    position: static;
}
.text-media-module .wrapper-digital_service .image-wrapper.image-full-screen .media-wrapper, .text-media-module .wrapper-digital_service .image-wrapper.image-full-screen figure
{
    height: 100%;
    width: 100%;
}
.text-media-module .wrapper-digital_service .image-wrapper.image-full-screen img
{
    -o-object-fit: cover;
    object-fit: cover;
}
.text-media-module .wrapper-digital_service .title-digital_service
{
    margin-bottom: 32px;
}
.text-media-module .wrapper-digital_service .title-digital_service .sub_title-digital_service
{
    display: block;
}
.text-media-module .wrapper-digital_service .content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 24px;
    padding: 30px;
    background-color: #f4f5f5;
}
@media(max-width: 768.98px)
{
    .text-media-module .wrapper-digital_service
    {
        box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    }
    .text-media-module .wrapper-digital_service+.wrapper-digital_service
    {
        margin-top: 32px;
    }
    .text-media-module .wrapper-digital_service .image-wrapper
    {
        padding-top: 0;
        border-top-right-radius: var(--borderRadius);
        border-top-left-radius: var(--borderRadius);
        position: relative;
        aspect-ratio: 1/1;
    }
    .text-media-module .wrapper-digital_service .content
    {
        border-bottom-right-radius: var(--borderRadius);
        border-bottom-left-radius: var(--borderRadius);
    }
    .text-media-module .wrapper-digital_service .title-digital_service
    {
        margin-bottom: 18px;
    }
}
@media(min-width: 769px)
{
    .text-media-module .wrapper-digital_service .image-wrapper
    {
        min-height: var(--imageMinHeightDesktop);
    }
    .text-media-module .wrapper-digital_service .content:not(.is-first-tablet), .text-media-module .wrapper-digital_service .image-wrapper.is-last-tablet
    {
        border-top-right-radius: var(--borderRadius);
        border-bottom-right-radius: var(--borderRadius);
    }
    .text-media-module .wrapper-digital_service .content.is-first-tablet, .text-media-module .wrapper-digital_service .image-wrapper:not(.is-last-tablet)
    {
        border-top-left-radius: var(--borderRadius);
        border-bottom-left-radius: var(--borderRadius);
    }
    .text-media-module .wrapper-digital_service .is-half-desktop
    {
        flex: none;
        width: 50%;
    }
}
@media(min-width: 1024px)
{
    .text-media-module .wrapper-digital_service .content
    {
        padding: 55px;
    }
}
.text-media-module__text
{
    position: relative;
    transition: max-height .5s;
    overflow: hidden;
}
@media(max-width: 768.98px)
{
    .text-media-module__text:after
    {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        pointer-events: none;
        background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%);
        width: 100%;
        height: 45px;
    }
}
.text-media-module .accordion__content--active:after
{
    display: none!important;
}
.text-media-module__text-toggle
{
    text-align: center;
    width: 100%;
    height: 1.875rem;
    background: transparent;
    z-index: 3;
}
.text-media-module figure
{
    position: relative;
    margin: 0;
}
.text-media-module figure figcaption
{
    font-size: .75rem;
    position: absolute;
    bottom: .625rem;
    background-color: hsla(0,0%,100%,.65);
    color: #7e7e7e;
    line-height: 1.25;
    padding: .25rem;
    border-radius: .3125rem;
    font-style: normal!important;
    transform: none;
    right: .625rem;
    max-width: calc(100% - 1.25rem);
}
.text-media-module .media-wrapper
{
    position: relative;
}
.text-media-module .media-wrapper figure
{
    display: flex;
}
.text-media-module .media-wrapper .teasers-seal
{
    position: absolute;
    max-width: 30%;
    z-index: 2;
    left: var(--seal-position-left);
    bottom: var(--seal-position-bottom);
}
.text-media-module .media-wrapper.seal-position-lefttop .teasers-seal, .text-media-module .media-wrapper.seal-position-righttop .teasers-seal
{
    bottom: auto;
    top: var(--seal-position-top);
}
.text-media-module .media-wrapper.seal-position-rightbottom .teasers-seal, .text-media-module .media-wrapper.seal-position-righttop .teasers-seal
{
    right: var(--seal-position-right);
    left: auto;
}
.text-media-module .media-wrapper.seal-position-rightbottom .teasers-seal figure, .text-media-module .media-wrapper.seal-position-righttop .teasers-seal figure
{
    justify-content: end;
}
@media(max-width: 768.98px)
{
    .text-media-module .media-wrapper .teasers-seal
    {
        width: auto;
    }
}
.text-media-module--bodytext img
{
    width: 100%;
}
.text-media-module--bodytext strong
{
    color: inherit;
}
.text-media-module--bodytext .image--float--left, .text-media-module--bodytext .image--float--right
{
    margin-bottom: .625rem;
    margin-top: .75rem;
}
.text-media-module--bodytext .clearfix
{
    clear: both;
}
.text-media-module--bodytext ul
{
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
.text-media-module--bodytext:has(ul) .image--float--left
{
    margin-right: 30px;
}
@media(min-width: 769px)
{
    .text-media-module--bodytext .image--float--left, .text-media-module--bodytext .image--float--right
    {
        max-width: 33.33%;
    }
    .text-media-module--bodytext .image--float--left.column, .text-media-module--bodytext .image--float--right.column
    {
        max-width: none;
    }
    .text-media-module--bodytext .image--float--left
    {
        float: left;
        margin-right: .75rem;
    }
    .text-media-module--bodytext .image--float--right
    {
        float: right;
        margin-left: .75rem;
    }
}
.text-media-module .content img
{
    width: auto;
}
.text-media-module.wrapper-ratgeber-teaser
{
    padding: 20px;
}
.text-media-module.wrapper-ratgeber-teaser img
{
    border-radius: 6px;
}
@media(min-width: 769px)
{
    .text-media-module .image-center .column
    {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .text-media-module .image-center .column.content
    {
        display: block;
    }
    .text-media-module .image-bottom-position.column
    {
        padding-bottom: 0;
        align-content: end;
    }
    .text-media-module.wrapper-ratgeber-teaser
    {
        padding: 30px 60px;
    }
}
.ctype-dfv_textwithimage:has(.wrapper-ratgeber-teaser)
{
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    border-radius: 6px;
}
.diagonal-section--gray .text-media-module__text:after
{
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#f4f5f5 90%);
}
.diagonal-section--blue .accordion__label.text-media-module__text-toggle i:before, .diagonal-section--dark-cyan .accordion__label.text-media-module__text-toggle i:before
{
    color: #fff;
}
.diagonal-section--blue .text-media-module__text:after
{
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#004178 90%);
}
.diagonal-section--dark-cyan .text-media-module__text:after
{
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#007495 90%);
}
.diagonal-section--dual-gradient .text-media-module__text:after
{
    background-image: none;
}
.container-ctype-textmedia.container>.columns:last-child
{
    margin-bottom: 0;
    margin-top: 0;
}
.container-ctype-textmedia .centered-content
{
    display: grid;
    align-items: center;
}