.pageelement-teaserboxes-triple .heading-container {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
    /*display: flex;*/
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5000rem;
}

@media screen and (max-width: 75.0000rem) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
        grid-template-columns: 1fr;
    }
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
    flex-basis: 31%;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox.gray {
    background-color: #e4e4e4;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox.gray * {
    color: #000;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox.gray .button-text,
.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox.gray .button-icon i {
    color: #fff;
}

.teaserbox.blue .teaserbox-button {
    background-color: #e4e4e4;
}

.teaserbox.blue .teaserbox-textcontainer .teaserbox-button:focus-visible,
.teaserbox.blue .teaserbox-textcontainer .teaserbox-button:hover {
    background-color: #e4e4e4;
    color: #00528c;
    outline: 0.188rem solid #e4e4e4;
    outline-offset: var(--outline-offset);
}

.teaserbox.gray .teaserbox-textcontainer .teaserbox-button:focus-visible,
.teaserbox.gray .teaserbox-textcontainer .teaserbox-button:hover {
    outline: var(--outline);
    outline-offset: var(--outline-offset);
}

.teaserbox.blue .teaserbox-button .button-text {
    color: #00528c !important;
    font-weight: 700;
}


.teaserbox.blue .teaserbox-button .button-icon i {
    color: #00528c !important;
}

.teaserbox.blue .teaserbox-button:hover .button-icon i {
    color: #e4e4e4;
}

.pageelement-teaserboxes-triple .teaserbox {
    background-color: #00528c;
    display: flex;
    flex-flow: column;
}

.pageelement-teaserboxes-triple .teaserbox * {
    color: #fff;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer {
    padding: 3.4375rem 1.8750rem;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-flow: column;
    gap: 2.1875rem;
}

.pageelement-teaserboxes-triple .teaserbox-copy {
    width: 100%;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-left,
.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-left .box-headline,
.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-left .teaserbox-copy {
    text-align: left;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-center,
.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-center .box-headline,
.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-center .teaserbox-copy {
    text-align: center;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-left .teaserbox-button {
    margin-right: auto;
    margin-left: 0;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-center .teaserbox-button {
    margin-right: auto;
    margin-left: auto;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-left ol,
.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-left ul {
    text-align: left;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-center ol,
.pageelement-teaserboxes-triple .teaserbox-textcontainer.align-center ul {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer .box-headline {
    font-size: var(--font-size-24px);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-15px);
    line-height: 1.8750rem;
}

.pageelement-teaserboxes-triple .teaserboxes-main .teaserbox-imagecontainer img {
    object-fit: cover;
}


@media screen and (max-width: 75.0000rem) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
        flex-flow: column;
        gap: 1.8750rem;
    }

    .pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
        flex-basis: 100%;
        /*flex-flow: row;*/
    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer,
    .pageelement-teaserboxes-triple .teaserbox-textcontainer {
        /*width: 50%;*/
    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 45.0000rem) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
        flex-flow: column;
    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer,
    .pageelement-teaserboxes-triple .teaserbox-textcontainer {
        width: 100%;
    }
}

.pageelement-teaserboxes-triple .ai-mark {
    align-self: end;
    position: absolute;
    bottom: 1.2500rem;
    right: 0.6250rem;
}

.pageelement-teaserboxes-triple .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

.pageelement-teaserboxes-triple .teaserbox-copyright {
    align-self: end;
    padding: 0.3125rem 0.3125rem 0 0.3125rem;
    z-index: 5;
    position: absolute;
    bottom: 0;
    font-size: 0.7500rem;
    right: 0;
}

.pageelement-teaserboxes-triple .teaserbox-copyright.white {
    color: #fff;
}

.pageelement-teaserboxes-triple .teaserbox-copyright.black {
    color: #000;
}

.pageelement-teaserboxes-triple .teaserbox-imagecontainer {
    position: relative;
}
.pageelement-teaserboxes .content-container {
    display: flex;
    max-height: fit-content;
}

.pageelement-teaserboxes img {
    width: 100%;
    max-width: 43.7500rem;
    height: auto;
    max-height: 25.0000rem;
    display: inline-block;
}

.pageelement-teaserboxes .heading-container {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
}

.pageelement-teaserboxes .teaser-image-container {
    position: relative;
    width: 100%;
    max-width: 43.7500rem;
    height: auto;
    max-height: 25.0000rem;
    display: flex;
    justify-content: flex-end;
}

.pageelement-teaserboxes .blue .texteditor * {
    color: white !important;
}

.pageelement-teaserboxes.teaserboxes.contentbox.contentbox-main .content-container .blue .text a.teaserbox-button.global-button:hover,
.pageelement-teaserboxes.teaserboxes.contentbox.contentbox-main .content-container .blue .text a.teaserbox-button.global-button:focus-visible {
    background-color: var(--color-gray-medium) !important;
}

.pageelement-teaserboxes.teaserboxes.contentbox.contentbox-main .content-container .blue .text a.teaserbox-button.global-button:hover div.button-text,
.pageelement-teaserboxes.teaserboxes.contentbox.contentbox-main .content-container .blue .text a.teaserbox-button.global-button:focus-visible div.button-text {
    color: var(--color-white) !important;
}

.pageelement-teaserboxes.teaserboxes.contentbox.contentbox-main .content-container .blue .text a.teaserbox-button.global-button div.button-text {
    color: var(--color-primary) !important;
}

.pageelement-teaserboxes.teaserboxes.contentbox.contentbox-main .content-container .blue .text a:focus-visible {
    outline: var(--outline);
    outline-offset: var(--outline-offset);
    outline-color: var(--color-white);
}


@media screen and (max-width: 87.5000rem) {
    .pageelement-teaserboxes .left-column .teaser-image-container {
        margin-left: inherit;
    }

    .pageelement-teaserboxes .right-column .teaser-image-container {
        margin-right: inherit;
    }

    .pageelement-teaserboxes .left-column .text {
        padding: 0.9375rem 3.1250rem 0.9375rem 2.1875rem !important;
        margin-right: 0.6250rem !important;
        margin-left: -0.6250rem !important;
    }

    .pageelement-teaserboxes .right-column .text {
        padding: 0.9375rem 2.1875rem 0.9375rem 3.1250rem !important;
        margin-left: 0.6250rem !important;
        margin-right: -0.6250rem !important;
    }

    .pageelement-teaserboxes .right-column .ai-mark {
        right: 3.1250rem;
    }

}

@media screen and (max-width: 75.0000rem) {
    .pageelement-teaserboxes .left-column .teaser-image-container {
        padding-left: 0 !important;
    }

    .pageelement-teaserboxes .right-column .teaser-image-container {
        padding-right: 0 !important;
    }

    .pageelement-teaserboxes .right-column .ai-mark {
        right: 0.6250rem;
    }

    .pageelement-teaserboxes .left-column .text {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .pageelement-teaserboxes .right-column .text {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .pageelement-teaserboxes .left-column .text,
    .pageelement-teaserboxes .right-column .text {
        padding: 1.2500rem 1.8750rem !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .pageelement-teaserboxes .teaser-headline {
        padding-top: 0;
    }

    .pageelement-teaserboxes .teaserbox-button {
        margin-top: 1.8750rem;
        margin-bottom: 0;
    }
}

.pageelement-teaserboxes .teaserbox-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.pageelement-teaserboxes .left-column,
.pageelement-teaserboxes .right-column {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pageelement-teaserboxes .left-column .text,
.pageelement-teaserboxes .right-column .text {
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    margin: 0.9375rem 2.1875rem;
    padding: 0.9375rem 2.1875rem;
}

.pageelement-teaserboxes .text.align-left,
.pageelement-teaserboxes .text.align-left .teaser-text,
.pageelement-teaserboxes .text.align-left .teaser-text h3 {
    text-align: left;
}

.pageelement-teaserboxes .text.align-center,
.pageelement-teaserboxes .text.align-center .teaser-text,
.pageelement-teaserboxes .text.align-center .teaser-text h3 {
    text-align: center;
}

.pageelement-teaserboxes .text ol,
.pageelement-teaserboxes .text ul {
    display: block;
    text-align: left;
    padding-left: 2rem;
    margin: 1rem 0;
}

.pageelement-teaserboxes .text.align-center ol,
.pageelement-teaserboxes .text.align-center ul {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}

.pageelement-teaserboxes .text ol {
    list-style: decimal outside;
}

.pageelement-teaserboxes .text ul {
    list-style: disc outside;
}

.pageelement-teaserboxes .teaserbox-button {
    min-height: 3.1250rem;
    width: 60%;
    min-width: 16rem;
    max-width: 28rem;
    box-sizing: border-box;
    margin: 1.8750rem auto 1.8750rem auto;
    text-decoration: none;
}

.pageelement-teaserboxes .text.align-left .teaserbox-button {
    margin-right: auto;
    margin-left: 0;
}

.pageelement-teaserboxes .text.align-center .teaserbox-button {
    margin-right: auto;
    margin-left: auto;
}

.pageelement-teaserboxes .blue .teaserbox-button {
    background-color: #e4e4e4;
}

.pageelement-teaserboxes .blue .teaserbox-button .button-text,
.pageelement-teaserboxes .blue .teaserbox-button .button-icon i::before {
    color: var(--color-primary);
}

.pageelement-teaserboxes .blue .teaserbox-button:hover .button-text,
.pageelement-teaserboxes .blue .teaserbox-button:hover .button-icon i::before {
    color: var(--color-white);
}

.pageelement-teaserboxes .teaserbox-button .button-text {
    color: white;
    font-size: var(--font-size-18px);
    font-weight: 700;
}

.pageelement-teaserboxes .teaserbox-button .button-icon i {
    color: white;
    font-size: var(--font-size-18px);
    padding-left: 0.6250rem;
}

@media screen and (max-width: 60rem) {
    .pageelement-teaserboxes .teaserbox-button {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        font-size: var(--font-size-18px);
    }
}

@media screen and (max-width: 25.0000rem) {
    .pageelement-teaserboxes .teaserbox-copyright {
        margin-top: 0 !important;
    }

}

.pageelement-teaserboxes .teaser-headline {
    font-size: var(--font-size-24px);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-15px);
    padding-top: 1.8750rem;
}

.pageelement-teaserboxes .teaser-text {
    font-size: var(--font-size-18px) !important;
    line-height: var(--line-height-normal);
    margin-bottom: 1.2500rem;
}

.pageelement-teaserboxes .teaserbox-copyright {
    align-self: end;
    padding: 0.3125rem 0.3125rem 0 0.3125rem;
    z-index: 5;
    position: absolute;
    bottom: 0;
    font-size: 0.7500rem;
}

.pageelement-teaserboxes .teaserbox-copyright.white {
    color: white;
}

.pageelement-teaserboxes .teaserbox-copyright.black {
    color: black;
}

.pageelement-teaserboxes .pageelement-canvas {
    width: 100%;
    max-width: 87.5000rem;
    margin: 0 auto;
}

/*.pageelement-teaserboxes .content-container {
    min-height: 25.0000rem;
}*/

.pageelement-teaserboxes .ai-mark {
    align-self: end;
    position: absolute;
    bottom: 1.2500rem;
    right: 0.6250rem;
}

.pageelement-teaserboxes .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

@media screen and (max-width: 75.0000rem) {
    .pageelement-teaserboxes .content-container {
        flex-direction: column !important;
        min-height: auto !important;
    }

    .pageelement-teaserboxes .left-column,
    .pageelement-teaserboxes .right-column {
        width: 100%;
    }

    .pageelement-teaserboxes .teaser-image-container {
        max-width: 100%;
        max-height: none;
    }

    .pageelement-teaserboxes img {
        max-width: 100%;
        max-height: none;
    }
}
