.pageelement-contactbox .contactbox-image {
    position: relative;
    align-self: flex-start;
}

.pageelement-contactbox .contactbox-image img {
    max-width: 43.7500rem;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.pageelement-contactbox .left-column.small .contactbox-image {
    box-sizing: border-box;
    width: 100%;
    max-width: 18.7500rem;
}

.contactbox-fallback-image {
    max-width: 43.7500rem;
    aspect-ratio: 7 / 4;
    position: relative;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
}

.contactbox-fallback-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pageelement-contactbox .left-column.small .contactbox-fallback-image {
    max-width: 18.7500rem;
    aspect-ratio: 3 / 4;
}

.pageelement-contactbox .left-column.small .contactbox-fallback-image img {
    height: 100%;
}

.pageelement-contactbox .contactbox-copyright {
    font-size: var(--font-size-12px);
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 0.3125rem;
    z-index: 5;
    margin: 0;
}

.pageelement-contactbox .contactbox-copyright.white {
    color: var(--color-white);
}

.pageelement-contactbox .contactbox-copyright.black {
    color: var(--color-black);
}

.pageelement-contactbox .contactbox-image .ai-mark {
    position: absolute;
    bottom: 1.2500rem;
    right: 0.6250rem;
}

.pageelement-contactbox .contactbox-image .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: .4;
}

.pageelement-contactbox .text {
    margin-left: 0;
    padding: var(--spacing-30px) var(--spacing-40px) var(--spacing-20px) var(--spacing-40px);
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: visible;
    font-size: var(--font-size-18px);
    height: 100%;
}

.pageelement-contactbox .text a {
    color: var(--color-black);
    width: fit-content;
}

.pageelement-contactbox .text a.global-button {
    width: auto;
}


.pageelement-contactbox .contactbox-name {
    font-weight: 700;
}

.pageelement-contactbox .contactbox-position {
    margin-bottom: var(--spacing-10px);
}

.pageelement-contactbox .contactbox-comment {
    white-space: pre-line;
}

.pageelement-contactbox .contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.pageelement-contactbox .contact-wrapper > * {
    margin: 0;
    line-height: 1.7500rem;
}

.pageelement-contactbox .content-container {
    justify-content: flex-start;
    min-height: 25.0000rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 87.5000rem;
    margin: 0 auto;
}

.pageelement-contactbox .contactbox-telephone::before {
    content: '\f095';
    width: 1.5625rem;
    font-size: var(--font-size-18px);
    font-family: 'Font Awesome 7 Pro', sans-serif;
    font-weight: var(--font-weight-black);
    display: inline-block;
}

.pageelement-contactbox .contactbox-mobilephone::before {
    content: '\f3ce';
    width: 1.5625rem;
    font-size: var(--font-size-18px);
    font-family: 'Font Awesome 7 Pro', sans-serif;
    font-weight: var(--font-weight-black);
    display: inline-block;
}

.pageelement-contactbox .contactbox-email::before {
    content: '\f0e0';
    width: 1.5625rem;
    font-size: var(--font-size-18px);
    font-family: 'Font Awesome 7 Pro', sans-serif;
    font-weight: var(--font-weight-black);
    display: inline-block;
}

.pageelement-contactbox .contactbox-telefax::before {
    content: '\f1ac';
    width: 1.5625rem;
    font-size: var(--font-size-18px);
    font-family: 'Font Awesome 7 Pro', sans-serif;
    font-weight: var(--font-weight-black);
    display: inline-block;
}

.pageelement-contactbox a.contactbox-telephone,
.pageelement-contactbox a.contactbox-mobilephone,
.pageelement-contactbox a.contactbox-email,
.pageelement-contactbox a.contactbox-telefax {
    display: block;
    line-height: 1.7500rem;
}

.pageelement-contactbox a.contactbox-telephone,
.pageelement-contactbox a.contactbox-mobilephone,
.pageelement-contactbox a.contactbox-email {
    font-size: var(--font-size-18px);
}

.pageelement-contactbox a.contactbox-telephone,
.pageelement-contactbox a.contactbox-mobilephone,
.pageelement-contactbox a.contactbox-email {
    font-weight: var(--font-weight-normal);
}

.pageelement-contactbox .text a:not(.global-button):hover {
    color: var(--color-primary);
}

.pageelement-contactbox .contactbox-button {
    margin-top: 2.8125rem;
    max-width: 15.6250rem;
    min-width: 0;
    text-decoration: none;
}

.pageelement-contactbox .contactbox-button.global-button {
    color: var(--color-white);
}

.pageelement-contactbox .contactbox-button.global-button:hover,
.pageelement-contactbox .contactbox-button.global-button:active {
    color: var(--color-white);
}

.pageelement-contactbox .left-column {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 1;
}

.pageelement-contactbox .right-column {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    flex: 1;
}

.pageelement-contactbox .left-column.small {
    width: 25%;
    max-width: 18.7500rem;
}

.pageelement-contactbox .right-column.small {
    width: 75%;
}

.pageelement-contactbox .left-column img {
    width: 100%;
    max-width: 43.7500rem;
    height: 100%;
    object-fit: cover;
}

.pageelement-contactbox .left-column.small .contactbox-image img {
    max-width: 18.7500rem;
}

.pageelement-contactbox .heading-container {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
}

.pageelement-contactbox .wrapper {
    max-width: 87.5000rem;
    margin: 0 auto;
}

@media only screen and (max-width: 75.0000rem) {
    .pageelement-contactbox .wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pageelement-contactbox .content-container {
        flex-direction: column;
        align-items: center;
        min-height: auto;
        width: 100%;
        max-width: 87.5000rem;
        margin: 0 auto;
        padding: var(--spacing-20px);
        box-sizing: border-box;
    }

    .pageelement-contactbox .left-column,
    .pageelement-contactbox .right-column {
        width: 100%;
        max-width: 43.7500rem;
        flex: none;
        margin-right: auto;
        margin-left: auto;
    }

    .pageelement-contactbox .left-column.small,
    .pageelement-contactbox .right-column.small {
        width: 18.7500rem;
        max-width: 100%;
    }

    .pageelement-contactbox .contactbox-image {
        width: 100%;
        max-width: 100%;
        align-self: center;
        padding-top: 1.250rem;
    }

    .pageelement-contactbox .left-column img {
        max-width: 100%;
        max-height: none;
    }

    .pageelement-contactbox .text {
        padding: var(--spacing-30px) 0 0 0;
    }

    .pageelement-contactbox .contactbox-button {
        margin: var(--spacing-20px) auto;
    }

    .pageelement-contactbox .heading-container {
        width: 100%;
    }
}

@media screen and (max-width: 60rem) {
    .pageelement-contactbox .text a.contactbox-button.global-button,
    .pageelement-contactbox .contactbox-button.global-button {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 25rem) {
    .pageelement-contactbox .contactbox-button {
        margin: var(--spacing-20px) auto;
        max-width: 100%;
        height: auto;
        display: inline-flex;
        white-space: normal !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        text-align: center;
        padding: var(--spacing-10px) var(--spacing-15px);
        box-sizing: border-box;
    }

    .pageelement-contactbox .contactbox-copyright {
        margin-top: 0;
    }

}
/*****************************************************************
**** person-double
******************************************************************/

.pageelement-person-double {
    max-width: 87.5000rem;
    margin-left: auto;
    margin-right: auto;
}

.pageelement-person-double .headline {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto var(--spacing-20px);
}

.pageelement-person-double .wrapper {
    display: flex;
    gap: var(--spacing-50px);
}

.pageelement-person-double .person-container {
    background: var(--color-gray-light);
    width: calc(50% - var(--spacing-25px));
    display: flex;
}

.pageelement-person-double .person-container .image {
    width: 13.6250rem;
    flex: 0 0 13.6250rem;
    display: flex;
}

.pageelement-person-double .person-double-image {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pageelement-person-double .person-double-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageelement-person-double .fallback-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}

.pageelement-person-double .fallback-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pageelement-person-double .person-double-copyright {
    font-size: var(--font-size-12px);
    padding: var(--font-size-12px) 0.3125rem 0 0.3125rem;
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pageelement-person-double .person-double-copyright.white {
    color: var(--color-white);
}

.pageelement-person-double .person-double-copyright.black {
    color: var(--color-black);
}

.pageelement-person-double .ai-mark {
    position: absolute;
    bottom: var(--spacing-20px);
    right: var(--spacing-10px);
}

.pageelement-person-double .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: .4;
}

.pageelement-person-double .person-container .content {
    padding: 2.3750rem 2.0625rem;
    width: 60%;
}

.pageelement-person-double .person-container .content .name {
    font-size: var(--font-size-18px);
    font-weight: var(--font-weight-bold);
}

.pageelement-person-double .person-container .content .function {
    font-size: var(--font-size-18px);
    margin-bottom: var(--spacing-10px);
}

.pageelement-person-double .person-container .content .text {
    margin-bottom: var(--spacing-10px);
}

.pageelement-person-double .person-container .contact-wrapper {
    display: flex;
    flex-flow: column;
}

.pageelement-person-double .person-container .contact-wrapper .telephone:focus-visible,
.pageelement-person-double .person-container .contact-wrapper .email:focus-visible,
.pageelement-person-double .person-container .contact-wrapper .mobil:focus-visible,
.pageelement-person-double .person-container .contact-wrapper .telefax:focus-visible,
.contactbox-telephone:focus-visible,
.contactbox-email:focus-visible,
.contactbox-mobilephone:focus-visible,
.contactbox-telefax:focus-visible,
.pageelement-contactbox .contactbox-button:focus-visible {
    outline: var(--outline);
    outline-offset: var(--outline-offset);
}

.pageelement-person-double .person-container .content a {
    line-height: 1.7500rem;
    font-size: var(--font-size-18px);
    color: var(--color-black);
    text-decoration: underline;
    text-underline-offset: var(--spacing-3px);
    width: fit-content;
}

.pageelement-person-double .person-container .contact-wrapper .telephone,
.pageelement-person-double .person-container .contact-wrapper .mobil,
.pageelement-person-double .person-container .contact-wrapper .email {
    font-weight: var(--font-weight-normal);
}

.pageelement-person-double .person-container .content a:hover {
    color: var(--color-primary);
    text-decoration-thickness: 0.125rem;
}

.pageelement-person-double .person-container .content p {
    font-size: var(--font-size-18px);
}

.pageelement-person-double .person-container .content a:before,
.pageelement-person-double .person-container .content p:before {
    font-family: 'Font Awesome 7 Pro', sans-serif;
    font-weight: var(--font-weight-black);
    font-size: var(--font-size-18px);
    width: 1.5625rem;
    display: inline-block;
}

.pageelement-person-double .person-container .content a.telephone:before {
    content: '\f095';
}

.pageelement-person-double .person-container .content a.email:before {
    content: '\f0e0';
}

.pageelement-person-double .person-container .content a.mobil:before {
    content: '\f3ce';
}

.pageelement-person-double .person-container .content p.telefax:before {
    content: '\f1ac';
}

@media only screen and (max-width: 90.6250rem) {
    .pageelement-person-double .wrapper {
        gap: var(--spacing-30px);
        flex-wrap: wrap;
    }

    .pageelement-person-double .person-container {
        width: 100%;
    }

}

@media only screen and (max-width: 40.6250rem) {
    .pageelement-person-double .person-container {
        flex-flow: column;
    }

    .pageelement-person-double .person-container .image {
        align-self: center;
        padding-top: var(--spacing-20px);
        width: 13.6250rem;
    }

    .pageelement-person-double .person-double-image {
        height: auto;
    }

    .pageelement-person-double .person-double-image img {
        height: auto;
    }

    .pageelement-person-double .person-container .content {
        box-sizing: border-box;
        margin: 0 auto;
        width: initial;
    }
}
