.pageelement {
    /* ... */
}

.pageelement .content-container {
    /* ... */
}
.pageelement-buttons {
    overflow: visible;
}

.pageelement-buttons .button-item-container {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    display: flex;
}

/* Button */
.pageelement-buttons .button-item {
    list-style-type: none;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;

    box-sizing: border-box;

    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-width: 16rem;

    min-height: var(--button-min-height);
    padding:  var(--button-padding-y) var(--button-padding-x);
    font-size: 1.125rem;
    line-height: 1.2;

    border-radius: var(--radius-default);

    background: var(--bg, #FF8C00);
    color: var(--fg, #000000);

    text-decoration: none;

    box-shadow: inset 0 0 0 0 var(--bg, #FF8C00);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

/* Text */
.pageelement-buttons .button-item .text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;

    overflow-wrap: anywhere;
    word-break: break-word;
    color: inherit;
}

/* Icons */
.pageelement-buttons .button-item .button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    inline-size: auto;
    block-size: auto;
    background: transparent;
    color: inherit;
}

.pageelement-buttons .button-item .button-icon i {
    font-size: 1.5rem;
    color: inherit;
    line-height: 1;
}

.pageelement-buttons .button-item .button-icon-left {
    margin-right: 0;
}

.pageelement-buttons .button-item .button-icon-right {
    margin-left: 0;
}

/* Hover */
.pageelement-buttons .button-item:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg, #FF8C00);
}

/* Mobile */
@media only screen and (max-width: 32.5rem) {
    .pageelement-buttons .button-item {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

}
/* --------------------------------------------------
   Call To Action
-------------------------------------------------- */

.pageelement-call-to-action section.call-to-action{
    max-width: 87.5rem;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}
.pageelement-call-to-action.has-outer-background section.call-to-action{
    padding: 2.25rem 0;
}
.pageelement-call-to-action {
    background: var(--bg);
}

/* Headline oberhalb */
.call-to-action__headline{
    margin: 0 0 1rem 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
}


/* Box */
.call-to-action__box{
    background: var(--bg);
    color: var(--fg);

    border-radius: var(--radius-default);
    padding: 3rem 2rem;

    display: flex;
    flex-direction: column;

    /* DEFAULT = wie vorher */
    align-items: center;
    text-align: center;

    gap: 1.25rem;
    box-sizing: border-box;
}

/* Optional: linksbündig (nur wenn du in der View align-left setzt) */
.call-to-action__box.align-left{
    align-items: flex-start;
    text-align: left;
}

/* Text */
.call-to-action__text{
    font-size: 1.125rem;
    max-width: 48rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.call-to-action__box .texteditor,
.call-to-action__box .texteditor *{
    color: inherit !important;
    max-width: 100%;
}

/* Button Basis */
.call-to-action__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: var(--button-min-height);
    padding: var(--button-padding-y) var(--button-padding-x);;
    border-radius: var(--radius-default);

    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    min-width: 16rem;
    max-width: 100%;
    border: 0.188rem solid transparent;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

/* Button-Farben über eure Farbklassen (setzen --bg/--fg) */
.call-to-action__button{
    background: var(--bg);
    color: var(--fg);
}

/* Hover */
.call-to-action__button:hover{
    background: transparent;
    border-color: var(--bg);
    color: var(--fg);
}
.pageelement-call-to-action .dunkelgrau .call-to-action__button:hover {
    color: #ffffff;
}
.call-to-action__button:focus-visible{
    outline: var(--outline);
    outline-offset: var(--outline-offset);
}
.call-to-action__box:not(.align-left) .call-to-action__text.texteditor ol li[data-list='bullet'] {
    list-style-position: inside;
}
.call-to-action .texteditor ol,
.call-to-action .texteditor ul {
    display: inline-block;
    text-align: left;
}
@media (max-width: 87.5rem){
    .pageelement-call-to-action.no-outer-background section.call-to-action{
        padding: 0 1.25rem;
    }

    .pageelement-call-to-action.has-outer-background section.call-to-action{
        padding: 1.25rem;
    }
}
/* Responsive */
@media (max-width: 50rem){
   /* .pageelement-call-to-action section.call-to-action{
        padding: 0 1.25rem;
    }*/

    .call-to-action__box{
        padding: 2rem 1.5rem;
    }

    .call-to-action__headline{
        font-size: 1.25rem;
    }

    .call-to-action__button{
        align-self: stretch;
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
    }
}
/*.pageelement-contactbox {
    padding: 3rem 0;
}*/

.pageelement-contactbox .content-container {
    padding: 0;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.pageelement-contactbox .left-column,
.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.75rem;
}

.pageelement-contactbox .right-column.small {
    width: 75%;
}

.pageelement-contactbox .left-column {
    border-top-left-radius: var(--radius-default);
    border-bottom-left-radius: var(--radius-default);
}

.pageelement-contactbox .right-column {
    border-top-right-radius: var(--radius-default);
    border-bottom-right-radius: var(--radius-default);
}


.pageelement-contactbox .contactbox-image,
.pageelement-contactbox .contactbox-fallback-image {
    max-width: 43.75rem;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

    border-top-left-radius: var(--radius-default);
    border-bottom-left-radius: var(--radius-default);
}

.pageelement-contactbox .left-column.small .contactbox-image,
.pageelement-contactbox .left-column.small .contactbox-fallback-image {
    max-width: 18.75rem;
}

.pageelement-contactbox .left-column img {
    width: 100%;
    max-width: 43.75rem;
    max-height: 25rem;
    object-fit: cover;
    height: auto;
    display: block;
}

.pageelement-contactbox .left-column.small .contactbox-image img {
    max-width: 18.75rem;
}

.pageelement-contactbox .contactbox-fallback-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7F7F7F;
}

.pageelement-contactbox .contactbox-fallback-image i {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 4.375rem;
    color: #fff;
}

.pageelement-contactbox .contactbox-image .ai-mark {
    position: absolute;
    bottom: 1.25rem;
    right: 0.625rem;
}

.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 .contactbox-copyright {
    position: absolute;
    bottom: 0.5rem;
    right: 3rem;
    margin: 0;
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
    z-index: 5;
    background: transparent;
}

.pageelement-contactbox .contactbox-image::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    height: 100%;
    aspect-ratio: 100 / 400;
    transform: translateY(-50%);
    -webkit-mask: url('/_images/Pfad_377.svg') no-repeat center / contain;
    mask: url('/_images/Pfad_377.svg') no-repeat center / contain;
    z-index: 3;
    pointer-events: none;
}

.pageelement-contactbox.textbg-hellgrau .right-column {
    background: #f0f0f0;
    color: #000;
}

.pageelement-contactbox.textbg-dunkelgrau .right-column {
    background: #2B2B2B;
    color: #fff;
}

.pageelement-contactbox.textbg-dunkelgrau .right-column .text,
.pageelement-contactbox.textbg-dunkelgrau .right-column .text * {
    color: inherit;
}

.pageelement-contactbox.textbg-dunkelgrau .contactbox-button:hover,
.pageelement-contactbox.textbg-dunkelgrau .contactbox-button:hover * {
    color: #000 !important;
}


.pageelement-contactbox .text {
    margin-left: 0;
    padding: 1.875rem 2.5rem 1.25rem 2.5rem;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 1.125rem;
}

.pageelement-contactbox .contactbox-name {
    font-weight: 700;
}

.pageelement-contactbox .contactbox-position,
.pageelement-contactbox .contactbox-email {
    margin-bottom: 0.625rem;
}

.pageelement-contactbox .contactbox-comment {
    white-space: pre-line;
}


.pageelement-contactbox .contactbox-telephone::before {
    content: '\f095';
}

.pageelement-contactbox .contactbox-mobilephone::before {
    content: '\f3ce';
}

.pageelement-contactbox .contactbox-email::before {
    content: '\f0e0';
}

.pageelement-contactbox .contactbox-telefax::before {
    content: '\f1ac';
}

.pageelement-contactbox .contactbox-telephone::before,
.pageelement-contactbox .contactbox-mobilephone::before,
.pageelement-contactbox .contactbox-email::before,
.pageelement-contactbox .contactbox-telefax::before {
    width: 1.5625rem;
    font-size: 1.125rem;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    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.75rem;
    font-size: 1.125rem;
}

.pageelement-contactbox a {
    text-decoration-line: underline;
    text-decoration-color: currentColor;
    text-decoration-thickness: var(--link-underline-thickness);
}

.pageelement-contactbox a:hover {
    text-decoration-thickness: var(--link-underline-thickness-hover);
}

.pageelement-contactbox .contactbox-button {
    background: var(--bg);
    color: var(--fg, #000000) !important;

    margin-top: 1.5rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;

    width: auto;
    max-width: 100%;
    min-width: 16rem;
    min-height: var(--button-min-height);

    padding: var(--button-padding-y) var(--button-padding-x);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;

    border-radius: var(--radius-default);
    text-decoration: none;

    box-shadow: inset 0 0 0 0 var(--bg);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.pageelement-contactbox .contactbox-button:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg);
}

.pageelement-contactbox .contactbox-button:hover * {
    color: #000000;
}


.pageelement-contactbox .heading-container {
    width: 100%;
    max-width: 87.5rem;
    display: block;
    margin: 0 auto 1.25rem;
}

.pageelement-contactbox .content-container {
    display: flex;
    align-items: stretch;
}

.pageelement-contactbox .contactbox-image {
    height: 100%;
}

.pageelement-contactbox .contactbox-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media only screen and (max-width: 87.5rem) {
    .pageelement-contactbox .content-container {
        padding: 1.25rem;
    }

    .pageelement-contactbox .heading-container {
        padding-left: 1.25rem;
    }
}

@media screen and (max-width: 40.625rem) {
    .pageelement-contactbox .content-container {
        flex-direction: column;
        flex-wrap: nowrap;
        min-height: 0;
        gap: 0;
        align-items: stretch;
    }

    .pageelement-contactbox .contactbox-button {
        width: 100%;
        display: flex;
    }

    .pageelement-contactbox .left-column,
    .pageelement-contactbox .right-column {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        flex: none;
    }

    /* Halbkreis weg */
    .pageelement-contactbox .contactbox-image::after {
        display: none !important;
        content: none !important;
    }

    .pageelement-contactbox .contactbox-image,
    .pageelement-contactbox .contactbox-fallback-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: var(--radius-default) var(--radius-default) 0 0;
        overflow: hidden;
        margin: 0;
    }

    .pageelement-contactbox .contactbox-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: none;
        display: block;
    }
    .pageelement-contactbox .left-column.small .contactbox-image,
    .pageelement-contactbox .left-column.small .contactbox-fallback-image {
        aspect-ratio: 3 / 4;
        max-width: 100%;
    }

    .pageelement-contactbox .left-column.small .contactbox-image img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .pageelement-contactbox .contactbox-copyright {
        right: 0;
    }

    .pageelement-contactbox .left-column {
        border-radius: var(--radius-default) var(--radius-default) 0 0;
    }

    .pageelement-contactbox .right-column {
        border-radius: 0 0 var(--radius-default) var(--radius-default);
    }

    .pageelement-contactbox .text {
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
        margin-left: 0;
    }
}


@media screen and (max-width: 32.5rem) {

    .pageelement-contactbox .contactbox-copyright {
        margin-top: 0;
    }

    .pageelement-contactbox .text {
        margin: 0;
        padding: 1.25rem;
    }

    .pageelement-contactbox .left-column.small,
    .pageelement-contactbox .right-column.small {
        width: 100% !important;
        max-width: 100%;
    }
}

/*****************************************************************
**** contactform
******************************************************************/

.pageelement-contactform {

}

.pageelement-contactform .content-container {
    display: block;
}

.pageelement-contactform .form-row p {
    /*margin-bottom: 0.6250rem;*/
}

@media only screen and (max-width: 90.6250rem) {
    .pageelement-contactform .defaultform .button-submit {
        width: 100%;
    }
}.pageelement-cooperation {
    margin: 0;
}

.pageelement-cooperation .content-container {
    display: block;
}

.pic-container-grid {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 30rem;
    background-color: #f0f0f0;

}

.grid-item.image {
    grid-row: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    height: clamp(10rem, 22vw, 15rem);
    width: 100%;

}

.grid-item.image span {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    padding: 1rem 3rem;
    font-weight: bold;
    font-size: 1.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    white-space: nowrap;
}

.grid-item.text {
    grid-column: 1 / span 2;
    grid-row: 2;
    padding: 2rem 1rem 0 2rem;
    min-height: 7rem;

}

.grid-item.btn {
    padding: 2rem;
    grid-column: 1 / span 2;
}

/*
.center-content{
   display:flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}*/
.grid-item.button {
    grid-column: 1;
    grid-row: 3;
}

.grid-item .button {
    padding: 0.6250rem;
    max-width: 20.938rem;
    min-height: 3.1250rem;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    font-size: 1.125000rem;
    font-weight: 700;
    border-radius: 0.350rem;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-item.logo {
    grid-column: 3;
    grid-row: 2 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-item.logo img {
    width: auto;
    max-height: 11.688rem;
    max-width: 100%;
}

@media screen and (max-width: 64rem) {
    .grid-item .button {
        font-size: 1rem;
        font-weight: 600;
    }
}

@media screen and (max-width: 48.0000rem) {
    .pic-container-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: auto;
    }

    .grid-item.image {
        grid-row: auto;
        grid-column: 1;
        height: clamp(12rem, 56vw, 20rem);
    }

    .grid-item.text {
        grid-column: 1;
        grid-row: auto;
        padding: 2rem;
    }

    .grid-item.button {
        grid-column: 1;
        grid-row: auto;
    }

    .grid-item.logo {
        grid-column: 1;
        grid-row: auto;
        padding: 2rem;
    }
}

.pageelement-downloads .heading-container {
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
    padding: 0 1.2500rem;
}

.pageelement-downloads .download-link {
    background-color: var(--bg, #EE7D00);
    color: var(--fg, #000000);
    width: 100%;
    max-width: 87.5000rem;
    min-height: var(--button-min-height);
    margin: 0 auto 0.6250rem;
    font-size: 1.1250rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 2.1875rem;
    box-sizing: border-box;
    border-radius: var(--radius-default);
}

/* letzter Button ohne Abstand, damit das Element bündig mit dem Inhalt endet
   und die Abstandssteuerung direkt dort ansetzt */
.pageelement-downloads .download-list li:last-child .download-link {
    margin-bottom: 0;
}

.pageelement-downloads .download-link:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg, #EE7D00);
}

.pageelement-downloads .download-link::before {
    color: inherit;
}

.pageelement-downloads .download-list {
    width: 100%;
    max-width: 87.5000rem;
    margin: 0 auto;
}

.pageelement-downloads .headline,
.pageelement-downloads li {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
    max-width: 87.5000rem;
}

.pageelement-downloads li {
    overflow: visible;
}
.pageelement-events-calendarlist {
    margin-bottom: 1.5625rem;
}

.pageelement-events-calendarlist .wrapper {
    max-width: 87.5000rem;
    margin: auto;
}

.pageelement-events-calendarlist h2 {

}


.pageelement-events-calendarlist .search {
    margin-bottom: 0.9375rem;
    width: 100%;
    position: relative;
    display: inline-block;

}

.pageelement-events-calendarlist .search .filter-search {
    width: 100%;
    height: 3.1250rem;
    border-radius: 0.6250rem;
    font-size: 1.5000rem;
    color: #1f1f1f;
    padding-left: 1.8750rem;
    padding-right: 3.7500rem;
    border: solid 0.0625rem #00528C;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.pageelement-events-calendarlist .search .filter-search:focus {
    outline: none;
}

.pageelement-events-calendarlist .searchicon:before {
    content: "\f109";
}

.pageelement-events-calendarlist .search .searchicon:before {
    color: #00528C;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Sharp", sans-serif;
    font-weight: 900;
    font-size: 1.4375rem;
    padding-top: 0.1250rem;
    content: '\f002';
}

.pageelement-events-calendarlist .search .innericon {
    position: absolute;
    top: 0.6875rem;
    right: 2%;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

.pageelement-events-calendarlist .filter-select-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 1.5625rem;
}

.pageelement-events-calendarlist .filter-select-wrapper .form-select {
    width: 30%;
}

.pageelement-events-calendarlist .filter-select-wrapper .form-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: #00528C solid 0.0625rem;
    border-radius: 0.6250rem;
    background-size: auto;
    background: url('/_images/angle-down-solid.svg') no-repeat 0 0;
    background-position-x: 95%;
    background-position-y: 0.5000rem;
    background-size: 1.2500rem;
    width: 100%;
    padding-left: 0.9375rem;
    color: #707070;
    font-size: 1.1250rem;
    height: 2.5000rem;
    cursor: pointer;
}

.pageelement-events-calendarlist .filter-item-wrapper {
    padding-bottom: 2.1875rem;
    display: flex;
    flex-wrap: wrap;
}

.pageelement-events-calendarlist .filter-item-wrapper .title {
    margin: 0.6250rem 2.1875rem 0.6250rem 0;
}

.pageelement-events-calendarlist .filter-item-wrapper .filter-item-topic {
    border: #00528C solid 0.0625rem;
    border-radius: 0.6250rem;
    height: 2.5000rem;
    padding: 0 1.0625rem;
    margin-right: 0.6250rem;
    line-height: 2.5000rem;
    cursor: pointer;
    font-size: 1.0000rem;
    margin-bottom: 0.6250rem;
}

.pageelement-events-calendarlist .filter-item-wrapper .filter-item-topic.selected {
    color: #fff;
    background: #00528C;
}


#event-list-container .spinner {
    width: 6.2500rem;
    height: 6.2500rem;
    border: 0.6250rem solid rgb(230, 230, 230);
    border-top: 0.6250rem solid #00528C;
    border-radius: 50%;
    animation: loading-offer-list 1s linear infinite;
    margin-left: calc(50% - 4.6875rem);
}

#event-list-container .noresults {
    padding-bottom: 1.8750rem;
}

@keyframes loading-offer-list {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pageelement-events-calendarlist .calenderlist-groupheadline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 1.2500rem;
    margin-bottom: 1.2500rem;
    padding-bottom: 0.6250rem;
}

.pageelement-events-calendarlist .grouplist {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-bottom: 1.8750rem;
}

.pageelement-events-calendarlist .grouplist li {
    margin-bottom: 0.6250rem;
    border-left: 0.5000rem solid #00528C;
    float: none;
}

.pageelement-events-calendarlist .grouplist li .nolink {
    background-color: #E4E4E4;
    padding: 0.9375rem 1.2500rem;
}

.pageelement-events-calendarlist .grouplist li a {
    padding: 0.9375rem 7.5000rem 0.9375rem 1.2500rem;
    display: block;
    background-color: #E4E4E4;
    background-image: url("/_images/events-detail.svg");
    background-repeat: no-repeat;
    background-position: right 3.1250rem top 0.9375rem;
    background-size: 3.1250rem 3.1250rem;
}

.pageelement-events-calendarlist .grouplist li a:hover {
    background-image: url("/_images/events-detail-hover.svg");
}


.pageelement-events-calendarlist .grouplist li:last-child {
    margin-bottom: 0;
}

.pageelement-events-calendarlist .grouplist h3,
.pageelement-events-calendarlist .grouplist a h3 {
    font-size: 1.2500rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5000rem;
}

.pageelement-events-calendarlist .grouplist .text,
.pageelement-events-calendarlist .grouplist a .text {
    color: #000000;
    font-size: 1.0000rem;
    line-height: 1.5000rem;
}

.pageelement-events-calendarlist .grouplist a:hover .text .date,
.pageelement-events-calendarlist .grouplist a:hover .text .location {
    color: #fff;
}

.pageelement-events-calendarlist .grouplist .text .date:before {
    content: '\f073';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    color: #00528C;
    margin-right: 0.5000rem;

}

.pageelement-events-calendarlist .grouplist .text .location:before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    color: #00528C;
    margin-right: 0.5000rem;

}


.pageelement-events-calendarlist .grouplist a:hover .text .date:before,
.pageelement-events-calendarlist .grouplist a:hover .text .location:before {
    color: #fff;

}


.pageelement-events-calendarlist .grouplist a:hover {
    background-color: #00528C;
}

.pageelement-events-calendarlist .grouplist a:hover h3,
.pageelement-events-calendarlist .grouplist a:hover .topline,
.pageelement-events-calendarlist .grouplist a:hover .text {
    color: #ffffff;
}

.pageelement-events-calendarlist .ajax-list-load-more {
    display: inline-block;
    background: #00528C;
    color: #fff;
    height: 3.7500rem;
    width: 15.6250rem;
    font-size: 1.1250rem;
    font-weight: 700;
    text-align: center;
    padding: 1.2500rem 0.6250rem;
    box-sizing: border-box;
    border-radius: 0.3750rem;
    cursor: pointer;
}

.pageelement-events-calendarlist .ajax-list-load-more:hover {
    background-color: #707070;
}

.pageelement-events-calendarlist .ajax-list-load-more.hidden {
    display: none;
}

.pageelement-events-calendarlist .no-results {
    margin-bottom: 1.5625rem;
}

/* *** local events *** */

.pageelement-events-calendarlist .grouplist .topline {
    margin-bottom: 0.3125rem;
    color: #00528C;
    display: inline-block;
    font-size: 0.8750rem;
}

.pageelement-events-calendarlist .grouplist li {
    position: relative;
}

.pageelement-events-calendarlist .grouplist .localtag {
    position: absolute;
    top: 0.3125rem;
    right: 0.6250rem;
    padding: 0.6250rem 1.2500rem 0.6250rem 1.2500rem;
    background-color: #FEF7E5;
    text-align: center;
}

.pageelement-events-calendarlist .grouplist a:hover .localtag {
    background-color: #00528C;
    color: #FFFFFF;
}

.pageelement-events-calendarlist .grouplist h3 {
    clear: both;
}

.pageelement-events-calendarlist .grouplist li.local a,
.pageelement-events-calendarlist .grouplist li.local div.nolink {
    /*background-color: #FFFFF5;*/
    /*color: #576471;*/
}

.pageelement-events-calendarlist .grouplist li.local a h3,
.pageelement-events-calendarlist .grouplist li.local div.nolink h3,
.pageelement-events-calendarlist .grouplist li.local a .text,
.pageelement-events-calendarlist .grouplist li.local div.nolink .text {
    /*color: #576471;*/
}

.pageelement-events-calendarlist .grouplist li.local a:hover {
    /*color: #74B841;*/
    /*background-color: #FEF7E5;*/
}

.pageelement-events-calendarlist .grouplist li.local a:hover h3,
.pageelement-events-calendarlist .grouplist li.local a:hover .text {
    /*color: #74B841 !important;*/
}

.pageelement-events-calendarlist .grouplist .divider {
    margin-bottom: 1.0000rem;
}

.pageelement-events-calendarlist .grouplist .divider:last-child {
    margin-bottom: 0.0000rem;
}

.pageelement-events-calendarlist .grouplist .registration_deadline,
.pageelement-events-calendarlist .grouplist .price {
    color: inherit;
}

.pageelement-events-calendarlist .more-events {
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2500rem;
    font-weight: 400;
    color: #00528C;
}

.pageelement-events-calendarlist .more-events::before {
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: '\f101';
    margin-right: 0.6250rem;
    font-weight: 900;
}

.pageelement-events-calendarlist .wrapper {
    padding: 0 1.2500rem;
}.pageelement-events-detail.contentbox {
    overflow: unset;
}

.pageelement-events-detail .wrapper {
    max-width: 87.5000rem;
    margin: auto;
    font-size: 1.1250rem;
    display: flex;
    flex-flow: column;
    gap: 2.5000rem;
    padding: 0 1.2500rem;
}

.pageelement-events-detail .content-container {
    justify-content: flex-start;
}

.pageelement-events-detail .columns {
    display: flex;
    gap: 10.6250rem;
}

.pageelement-events-detail .columns .left {
    max-width: 50.0000rem;
    display: flex;
    flex-flow: column;
    gap: 3.1250rem;
}

.pageelement-events-detail .columns .right {
    max-width: 26.8750rem;
    display: flex;
    flex-flow: column;
    gap: 3.1250rem;
}


.pageelement-events-detail .introtext,
.pageelement-events-detail .infotext .headline,
.pageelement-events-detail .registration .headline {
    display: block;
    font-size: 1.2500rem;
    font-weight: 700;
    color: #00528C;
}

.pageelement-events-detail .registration .headline {
    margin-bottom: 0.6250rem;
}

.pageelement-events-detail .copytext {
    display: block;
    max-width: 50.0000rem;
}

.pageelement-events-detail .left .box {
    background: #E4E4E4;
    padding: 1.2500rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 0.9375rem;
}

.pageelement-events-detail .left .box .title {
    font-weight: 700;
}

.pageelement-events-detail .left .box .section.location .link {
    font-size: 1.1250rem;
}

.pageelement-events-detail .left .box .section.location .link:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f0ac';
    margin-right: 0.5000rem;
}

.pageelement-events-detail .heading {
    color: #00528C;
    font-size: 1.2500rem;
    font-weight: 700;
    margin-bottom: 0.6250rem;
}

.pageelement-events-detail .downloads .download-link::before {
    color: #00528c;
    padding: 0 0.3125rem 0 1.2500rem;
}

.pageelement-events-detail .downloads .download-link:hover::before {
    color: #FFFFFF;
}

.pageelement-events-detail .downloads .download-link {
    color: black;
    background-color: #E4E4E4;
    padding: 0.6250rem 0;
}

.pageelement-events-detail .downloads .download-link:hover {
    color: #ffffff;
    background-color: #00528c;
}

.pageelement-events-detail .event-detail-other-links {
    display: flex;
    flex-direction: column;
}

.pageelement-events-detail .link-link {
    background-color: #E4E4E4;
    color: black;
    width: 100%;
    display: block;
    padding: 0.6250rem 0 0.6250rem 1.2500rem;
    box-sizing: border-box;
}

.pageelement-events-detail .linklist {
    display: flex;
    flex-direction: column;
}

.pageelement-events-detail .fa-arrow-up-right,
.pageelement-events-detail .fa-chevron-right {
    padding-right: 0.6250rem;
    color: #00528c;
}

.pageelement-events-detail .fa-chevron-left {
    margin-right: 0.6250rem;
}

.pageelement-events-detail .back-link {
    color: black;
    font-weight: 700;
    font-size: 1.2500rem;
}

.pageelement-events-detail .registration .button {
    margin-top: 1.2rem;
}

.pageelement-events-detail .back-link:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-events-detail .back-link:hover,
.pageelement-events-detail .back-link:hover .fa-chevron-left {
    color: #00528c;
}

.pageelement-events-detail .image {
    position: relative;
}

.pageelement-events-detail .image .ai-mark {
    position: absolute;
    bottom: 0.6250rem;
    right: 0.6250rem;
}

.pageelement-events-detail .image .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: .4;
}

.pageelement-events-detail .gallery-title {
    display: block;
    font-size: 1.2500rem;
    font-weight: 700;
    color: #00528C;
    margin-bottom: 0.6250rem;
}

.pageelement-events-detail .gallery-image-thumb {
    max-width: 27.8125rem;
    width: 100%;
    max-height: 15.6250rem;
    height: auto;
}

.pageelement-events-detail .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 87.5000rem;
    width: 100%;
    gap: 1.8750rem;
    grid-column: 1 / 3;
    grid-row-start: auto;
}

.pageelement-events-detail .registration .box .email:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f0e0';
    margin-right: 0.5000rem;
    color: #00528C;
}

.pageelement-events-detail .registration .box .telephone:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f095';
    margin-right: 0.5000rem;
    color: #00528C;
}

.pageelement-events-detail .registration .box .download-link {
    background: #00528C;
    width: fit-content;
    max-width: 100%;
    color: #fff;
    padding: 0.7500rem 1.3125rem;
    box-sizing: border-box;
    border-radius: 0.6250rem;
    display: flex;
}

.pageelement-events-detail .registration .box .download-link:hover {
    background-color: #707070;
}

.pageelement-events-detail .registration .box .download-link:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}


@media only screen and (max-width: 75.0000rem) {
    .pageelement-events-detail .columns {
        gap: 3.7500rem;
    }
}

@media only screen and (max-width: 48.0000rem) {
    .pageelement-events-detail .columns {
        gap: 3.1250rem;
        flex-flow: column;
    }

    .pageelement-events-detail .columns .left,
    .pageelement-events-detail .columns .right {
        width: 100%;
        max-width: unset;
    }
}
:root {
    --event-registration-color: #00528c;
}

.pageelement-events-registration .progress-outer-wrapper {
    max-width: 87.5000rem;
    padding: 0 1.25rem;
    margin: auto;
}

.pageelement-events-registration .progress-container {
    background: #E4E4E4;
    margin: 0 auto 3rem;
    display: flex;
    max-width: 87.5000rem;
    padding: 1.25rem 4.25rem 3.35rem;
    box-sizing: border-box;
    border-radius: 0.938rem;
}

.pageelement-events-registration .progress-container .step {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: .5rem;
    position: relative;
}

.pageelement-events-registration .progress-container .circle {
    height: 4.063rem;
    background: #fff;
    color: var(--event-registration-color);
    width: 4.063rem;
    line-height: 4.063rem;
    text-align: center;
    border-radius: 50%;
    font-size: 2.5rem;
    font-weight: 600;
    border: solid .25rem var(--event-registration-color);
}

.pageelement-events-registration .progress-container .step.active .circle {
    border: solid .25rem #fff;
    background: var(--event-registration-color);
    color: #fff;
}

.pageelement-events-registration .progress-container .label {
    font-size: 1.125rem;
    text-align: center;
    position: absolute;
    bottom: -2.1rem;
    width: 15rem;
}

.pageelement-events-registration .progress-wrapper {
    display: flex;
    width: 57rem;
    justify-content: space-between;
    position: relative;
    margin: auto;
}

.pageelement-events-registration .connecting-line {
    position: absolute;
    height: .2rem;
    width: 90%;
    background: var(--event-registration-color);
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 50%;
}

.pageelement-events-registration {
    overflow: unset;
}

.pageelement-events-registration .request-overview ul {
    display: flex;
    flex-flow: column;
}

.pageelement-events-registration .button-back {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    gap: 0.5rem;
}

.pageelement-events-registration .button-back:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-events-registration .button-back .icon:before {
    content: '\f323';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    display: inline-block;
}

.pageelement-events-registration .link-ext {
    display: flex;
    gap: 0.4rem;
}

.pageelement-events-registration .link-ext .icon:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    font-weight: 900;
    display: inline-block;
    width: 1.2500rem;
}

.pageelement-events-registration .link-ext .icon.globe:before {
    content: '\f0ac';
}

.pageelement-events-registration .link-ext .icon.extern:before {
    content: '\e09f';
}

.pageelement-events-registration .section-head {
    background: var(--event-registration-color);
    padding: 0.75rem 0;
    margin: 0 -2.5rem 0;
    display: flex;
    position: relative;
}

.pageelement-events-registration .section-head.extra-margin {
    margin-bottom: 1.25rem;
}

.pageelement-events-registration li.section-head {
    width: calc(100% + 5rem);
}

.pageelement-events-registration .section-head.custom {
    background: #E4E4E4;
}

.pageelement-events-registration .section-head.custom h2 {
    color: #000;
}

.pageelement-events-registration .section-head:not(:first-child) {
    margin-top: 1rem;
}

.pageelement-events-registration .section-head > h2 {
    padding: 0 2.5rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.pageelement-events-registration > .content-container {
    flex-wrap: wrap;
}

.pageelement-events-registration .form-container.content-container {
    flex-flow: column;
    width: 100%;
    padding: 0;
}

.pageelement-events-registration .form-container.content-container:not(:has(.detailCanvas)) {
    border: 0.125rem solid #00528C;
    border-radius: 0.938rem;
    padding: 0 2.5rem 2rem;
    overflow: hidden;
}

.pageelement-events-registration .detail-info,
.pageelement-events-registration .detail-info a {
    font-size: 1.125rem;

}

.pageelement-events-registration .detail-info a {
    width: fit-content;
    max-width: 62.5rem;
}

.pageelement-events-registration .detail-info a:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-events-registration .detail-info .label {
    font-weight: 700;
}

.pageelement-events-registration .anfrage {
    margin-top: 1.25rem;
}

.pageelement-events-registration .continue {
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #00528c;
    display: block;
    width: 27.5000rem;
    margin-top: .6875rem;
    padding: .625rem .9375rem;
    border-radius: .625rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.pageelement-events-registration .continue:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-events-registration .request-overview .data-row {
    width: 100%;
    padding: 1rem 0;
    border-bottom: .063rem solid #707070;
    font-size: 1.125rem;
    display: flex;
    justify-content: space-between;
}

.pageelement-events-registration .request-overview .data-row:has(+ .section-head) {
    border-bottom: none;
}

.pageelement-events-registration .request-overview .data-row .info {
    display: flex;
    flex-flow: column;
    gap: .3rem;
    max-width: 62.5rem;
}

.pageelement-events-registration .request-overview .data-row .label {
    font-weight: 700;

}

.pageelement-events-registration .edit-field-button {
    background: url(/_images/edit.svg) center no-repeat;
    background-size: 1.5rem 1.5rem;
    width: 3rem;
    height: 3rem;
    border: none;
    cursor: pointer;
}

.pageelement-events-registration .edit-field-button:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-events-registration .edit-explanation {
    position: absolute;
    right: 2.5rem;
    display: flex;
    gap: 0.3rem;
    justify-content: center;
    align-items: center;
    margin-top: -0.2rem;
    background: none;
    border: none;
    cursor: pointer;
}

.pageelement-events-registration .edit-explanation:focus-visible {
    outline: #fff solid 0.188rem;
    outline-offset: 0.188rem;
}

.pageelement-events-registration .edit-explanation .text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.pageelement-events-registration .edit-explanation .icon {
    background: url(/_images/edit-white.svg) center no-repeat;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    background-size: 1.5rem 1.5rem;
}


.pageelement-events-registration .detailCanvas .link-back {
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
    background-color: #00528c;
    display: inline-block;
    width: 27.500rem;
    margin-top: 2rem;
    padding: .625rem .9375rem;
    border-radius: .625rem;
    text-align: center;
}

.pageelement-events-registration .detailCanvas .link-back:hover {
    background-color: #707070;
}

.pageelement-events-registration .detailCanvas .link-back:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-events-registration .overview-intro .text {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    max-width: 62.5rem;
}

.pageelement-events-registration .feedback-checked {
    height: 1.5rem;
    display: inline-block;
}

.pageelement-events-registration .feedback-checked .icon-checked {
    background: url(/_images/icon-checked.svg) no-repeat;
    height: 1.7rem;
    width: 1.7rem;
    display: inline-block;
    margin-right: 0.7rem;

}

.pageelement-events-registration .feedback-checked .icon-unchecked {
    background: url(/_images/icon-unchecked.svg) no-repeat;
    height: 1.7rem;
    width: 1.7rem;
    display: inline-block;
    margin-right: 0.7rem;
}

.pageelement-events-registration .value:has(.feedback-checked) {
    display: flex;
}

@media only screen and (max-width: 4.688rem) {
    .pageelement-events-registration .request-overview .data-row .info {
        max-width: calc(100% - 3.5rem);
    }

}

@media only screen and (max-width: 64rem) {
    .section-head h2 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 40.625rem) {
    .pageelement-events-registration .progress-wrapper {
        flex-flow: column;
        gap: 2rem;
    }

    .pageelement-events-registration .progress-container .step {
        align-items: start;
    }

    .pageelement-events-registration .connecting-line {
        height: 90%;
        width: .2rem;
        left: 2.2rem;
        right: unset;
        top: 7%;
    }

    .pageelement-events-registration .progress-container .label {
        text-align: unset;
        bottom: unset;
        left: 6.1rem;
        top: 1.5rem;
    }

    .pageelement-events-registration .progress-container {
        padding: 1.25rem 2.25rem;
    }
}

@media only screen and (max-width: 25rem) {
    .pageelement-events-registration .content-container {
        flex-direction: unset;
    }
}/*****************************************************************
**** form
******************************************************************/

.pageelement-form {
    overflow: unset;
}

.pageelement-form .content-container {
    display: block;
}

.pageelement-form .form-row p {
    /*margin-bottom: 0.6250rem;*/
}

.form-row h2 {
    margin-bottom: 0;
}

.pageelement-form .defaultform .button-submit {
    margin-left: unset;
    margin-right: unset;
}

.pageelement-form .detailCanvas .link-back {
    border: none;
    cursor: pointer;
    margin-top: 0.6875rem;
    text-wrap: wrap;
    padding: 0.6250rem;
    max-width: 20.938rem;
    min-height: 3.1250rem;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    font-size: 1.125000rem;
    font-weight: 700;
    border-radius: 0.350rem;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EE7D00;
}

.pageelement-form .detailCanvas .link-back:hover {
    background-color: #707070;
}

.pageelement-form .detailCanvas .link-back:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}
@media only screen and (max-width: 38.75rem) {
    .pageelement-form .detailCanvas .link-back {
        width: 20rem;
    }
}
@media only screen and (max-width: 25rem) {
    .pageelement-form .detailCanvas .link-back {
        width: 15rem;
    }
}.pageelement-gallery-detail {
    overflow: unset;
}
.pageelement-gallery-detail .gallery-container {
   /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.8750rem;*/
    max-width: 87.5000rem;
    margin: 0 auto;
    padding: 0 1.2500rem;
}
.pageelement-gallery-detail .gallery-container-images{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.8750rem;
}
@media screen and (min-width: 90.0000rem) {
    .pageelement-gallery-detail .gallery-container,
    .pageelement-gallery-detail .back-item {
        padding: 0 !important;
    }
}

.pageelement-gallery-detail .back-item {
    max-width: 87.5000rem;
    width: 100%;
    margin: 1.5625rem auto 0 auto;
    padding-left: 1.2500rem;
}

.pageelement-gallery-detail .gallery-image-thumb {
    aspect-ratio: 447 / 251;
    object-fit: cover;
    border-radius: var(--radius-default);
}

@media only screen and (max-width: 47.5000rem) {
    .pageelement-gallery-detail .gallery-container-images {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.0000rem;
    }
}

@media only screen and (max-width: 30.0000rem) {
    .pageelement-gallery-detail .gallery-image {
        width: 100%;
        margin: 0 0 0.3125rem;
    }
}

@media only screen and (max-width: 26.2500rem) {
    .pageelement-gallery-detail .gallery-container-images {
        grid-template-columns: 1fr;
        grid-gap: 1.0000rem;
    }
}

.pageelement-gallery-detail .gallery-image-copyright {
    color: #777777;
    opacity: 0.6;
    font-size: 0.7500rem;
    float: right;
    text-align: right;
}

.pageelement-gallery-detail .ai-mark {
    position: absolute;
    bottom: 1.8750rem;
    right: 0.3125rem;
    display: inline-block;
    text-align: right;
    padding-right: 0.3125rem;
}

.pageelement-gallery-detail .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

.pageelement-gallery-detail .gallery-image {
    position: relative;
}

.pageelement-gallery-detail .back-link {
    color: #000000;
    font-size: 1.2500rem;
    font-weight: 700;
}

.pageelement-gallery-detail .fa-chevron-left {
    color: #000000;
    font-size: 1.2500rem;
    margin-right: 0.6250rem;
    font-weight: 900;
}

.pageelement-gallery-detail .back-link:hover,
.pageelement-gallery-detail .back-link:hover .fa-chevron-left {
    color: #58503E;
}.pageelement-gallery-list {
    width: 100%;
    max-width: 87.5000rem;
    margin: 0 auto 3.4375rem auto;
    padding: 0 1.2500rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.8750rem;
    overflow: unset;
}

@media screen and (min-width: 90.0000rem) {
    .pageelement-gallery-list, .pageelement-gallery-list h2 {
        padding: 0 !important;
    }
}

.pageelement-gallery-list > h2:first-child {
    grid-column: 1 / -1;
}

.pageelement-gallery-list > :not(h2:first-child) {
    display: block;
}

.pageelement-gallery-list .item .text-container a {
    padding: 0;
    margin: 0 !important;
    line-height: 1.3750rem;
    font-size: 1.1250rem;
    word-wrap: break-word;
    word-break: break-word;
}

.pageelement-gallery-list .item:nth-child(3n) {
    margin-right: 0;
}

.pageelement-gallery-list .text-container {
    padding: 0.3125rem 0.6250rem;
    margin: 0;
    background-color: #FF8C00;
}

.pageelement-gallery-list .title {
    color: #000;
}

@media only screen and (max-width: 47.5000rem) {
    .pageelement-gallery-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.0000rem;
    }
}

@media only screen and (max-width: 30.0000rem) {
    .pageelement-gallery-list .item {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 26.2500rem) {
    .pageelement-gallery-list {
        grid-template-columns: 1fr;
        grid-gap: 1.0000rem;
    }
}

.pageelement-gallery-list .gallery-overview-copyright {
    color: #000;
    opacity: 0.5;
    font-size: 0.7500rem;
    float: right;
    margin-top: -0.3125rem;
    word-wrap: break-word;
    word-break: break-word;
}

.pageelement-gallery-list .text-container a.title {
    margin: 0.9375rem 0 !important;
    display: block;
}

.pageelement-gallery-list .item:has(a.title:focus-visible) {
    outline: var(--outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-gallery-list .text-container a.title:focus-visible {
    outline: none;
}

.pageelement-gallery-list .text-container:has( .title:hover ) {
    background: #AA9C7C;
}

.pageelement-gallery-list .image-container a {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.pageelement-gallery-list .ai-mark {
    position: absolute;
    bottom: 0.6250rem;
    display: inline-block;
    text-align: right;
    padding-right: 0.6250rem;
}

.pageelement-gallery-list .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}.pageelement-icon-info .wrapper {
    background: #F0F0F0;
    padding: 0 2.8125rem;
}

.pageelement-icon-info .heading-container {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
    box-sizing: border-box;
}

@media screen and (max-width: 87.5000rem) {
    .pageelement-icon-info .heading-container {
        padding-left: 1.2500rem;
    }
}

.pageelement-icon-info .wrapper .container {
    max-width: 87.5000rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 1.5625rem;
    row-gap: 3.1250rem;
    justify-items: center;
    padding: 4.3750rem 0;

}

@media (max-width: 64rem) {
    .pageelement-icon-info .wrapper .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));

    }


}


@media (max-width: 40rem) {
    .pageelement-icon-info .wrapper .container {
        grid-template-columns: 1fr;

    }
}

/*
.pageelement-icon-info .wrapper .container {
    max-width: 87.5000rem;
    margin: auto;
    display: flex;
    gap: 1.5625rem;
    row-gap: 3.1250rem;
    justify-content: space-around;
    padding: 4.3750rem 0;
}*/
.pageelement-icon-info .wrapper .container .icon-item {
    display: flex;
    flex-flow: column;
    max-width: 18.7500rem;
    align-items: center;
    gap: 1.2500rem;
}

.pageelement-icon-info .headline {
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.pageelement-icon-info .wrapper .container .icon-item .text {
    text-align: center;
}

.pageelement-icon-info .wrapper .container .icon-item .text > * {
    color: #000000;
}

.pageelement-icon-info .wrapper .container .icon-item .icon {
    color: var(--bg, #2B2B2B);
}

.pageelement-icon-info .wrapper .container .icon-item .icon i {
    font-weight: 900;
    font-size: 5.6250rem;
    color: inherit;
}

/*
.pageelement-icon-info .wrapper .container .icon-item:nth-child(1) .icon:before {
    content: '\f2bd';
}

.pageelement-icon-info .wrapper .container .icon-item:nth-child(2) .icon:before {
    content: '\f015';
}

.pageelement-icon-info .wrapper .container .icon-item:nth-child(3) .icon:before {
    content: '\f095';
}

.pageelement-icon-info .wrapper .container .icon-item:nth-child(4) .icon:before {
    content: '\f05a';
}
*/
@media only screen and (max-width: 90.6250rem) {
    .pageelement-icon-info .wrapper {
        padding: 0 1.2500rem;
    }
}

@media only screen and (max-width: 56.2500rem) {
    .pageelement-icon-info .wrapper .container .icon-item .icon:before {
        font-size: 4.6875rem;
    }
}

@media only screen and (max-width: 40.6250rem) {
    .pageelement-icon-info .wrapper .container .icon-item .icon:before {
        font-size: 4.0625rem;
    }
}

@media only screen and (max-width: 26.2500rem) {
    .pageelement-icon-info .wrapper .container .icon-item .icon:before {
        font-size: 3.1250rem;
    }
}

.pageelement-icon-info a {
    color: #FF8C00;
    font-weight: bold;
}

.pageelement-icon-info a:hover {
    color: #e4e4e4;
}/* --------------------------------------------------
   Icon-Text Element
   Full width background + inner content width
-------------------------------------------------- */

.icon-text {
    width: 100%;
    background: var(--bg);
    color: var(--fg);
    --icon-size: 2rem;
    --icon-gap: 1rem;
}

/* Inner container = eure "Contentbreite" */
.icon-text__inner {
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 3rem 0rem;
    box-sizing: border-box;
}
.icon-text__inner,
.icon-text__head,
.icon-text__head *,
.icon-text__content,
.icon-text__content * {
    color: inherit !important;
}

/* Head row */
.icon-text__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.icon-text__headline {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
}

/* Text */
.icon-text__content {
    font-size: 1.125rem;
    box-sizing: border-box;
    max-width: 100%;
}

.icon-text.has-icon .icon-text__content {
    padding-left: calc(var(--icon-size) + var(--icon-gap));
}

.icon-text__content,
.icon-text__content * {
    max-width: 100%;
}

.icon-text__content {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Icon */
.icon-text__icon {
    display: inline-flex;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
}

.icon-text__icon:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 1;
    color: currentColor;
    content: '';
}

/* Icon-Mapping */
.icon-text__icon.icon-calendar:before {
    content: '\f073';
}

.icon-text__icon.icon-bed:before {
    content: '\f236';
}

.icon-text__icon.icon-location:before {
    content: '\f3c5';
}

.icon-text__icon.icon-phone:before {
    content: '\f095';
}

.icon-text__icon.icon-mail:before {
    content: '\f0e0';
}

.icon-text__icon.icon-clock:before {
    content: '\f017';
}

.icon-text__icon.icon-info:before {
    content: '\f05a';
}

.icon-text__icon.icon-check:before {
    content: '\f00c';
}

/* Responsive */
@media (max-width: 50rem) {
    .icon-text__inner {
        padding: 2rem 1.5rem;
    }

    .icon-text__headline {
        font-size: 1.25rem;
    }

    .icon-text__icon {
        width: 1.75rem;
        min-width: 1.75rem;
        height: 1.75rem;
    }

    .icon-text {
        --icon-size: 1.75rem;
    }

    .icon-text__icon:before {
        font-size: 1.5rem;
    }
}
/* --------------------------------------------------
   Icon-Text-CTA (graue Card, Contentbreite)
-------------------------------------------------- */
.pageelement-icon-text {
    padding: 0 1.25rem;
}
.icon-text-cta {
    width: 100%;
}

.icon-text-cta__inner {
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 2.5rem 3rem;
    box-sizing: border-box;

    background: #f5f5f5;
    border-radius: 0.625rem;
}

/* Head */
.icon-text-cta__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.icon-text-cta__headline {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
}

/* Text */
.icon-text-cta__content {
    font-size: 1.125rem;
    max-width: 100%;
    box-sizing: border-box;
}


.icon-text-cta__content,
.icon-text-cta__content * {
    max-width: 100%;
}

.icon-text-cta__content {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Icon */
.icon-text-cta__icon {
    display: inline-flex;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
}

.icon-text-cta__icon:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 1;
    color: currentColor;
    content: '';
}

/* Icon-Mapping */
.icon-text-cta__icon.icon-calendar:before {
    content: '\f073';
}

.icon-text-cta__icon.icon-bed:before {
    content: '\f236';
}

.icon-text-cta__icon.icon-location:before {
    content: '\f3c5';
}

.icon-text-cta__icon.icon-phone:before {
    content: '\f095';
}

.icon-text-cta__icon.icon-mail:before {
    content: '\f0e0';
}

.icon-text-cta__icon.icon-clock:before {
    content: '\f017';
}

.icon-text-cta__icon.icon-info:before {
    content: '\f05a';
}

.icon-text-cta__icon.icon-check:before {
    content: '\f00c';
}

/* Button */
.icon-text-cta__actions {
    margin-top: 1.25rem;
    display: flex;
    justify-content: flex-start;
}

.icon-text-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16rem;
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    background: var(--bg);
    color: var(--fg);
    border: 0.1875rem solid var(--bg);
    transition: background .25s ease, color .25s ease;
}

.icon-text-cta__button:hover {
    background: transparent;
    color: #000;
}

/* Responsive */
@media (max-width: 50rem) {
    .icon-text-cta__inner {
        padding: 2rem 1.5rem;
    }

    .icon-text-cta__button {
        width: 100%;
        white-space: normal;
    }

    .icon-text-cta__headline {
        font-size: 1.25rem;
    }

    .icon-text-cta__icon {
        width: 1.75rem;
        min-width: 1.75rem;
        height: 1.75rem;
    }

    .icon-text-cta__icon:before {
        font-size: 1.5rem;
    }

}
.pageelement-image-double .images-wrapper {
    display: flex;
    gap: 3.1250rem;
}

@media screen and (max-width: 64.0000rem) {
    .pageelement-image-double .images-wrapper {
        flex-direction: column;
        width: 100%;
    }
}

.pageelement-image-double .copyright {
    font-size: 0.7500rem;
    /*margin-top: -1.4375rem;
    align-self: end;*/
    z-index: 5;
    position: absolute;
    bottom: -0.9375rem;
    right: 0;
    color: #9A9A9A;
}
.pageelement-image-double .copyright.white-text {
    color: #FFFFFF;
}

.pageelement-image-double .copyright.black-text {
    color: #000000;
}

.pageelement-image-double .image-left,
.pageelement-image-double .image-right {
    position: relative;
}

.pageelement-image-double .text {
    margin-top: 1.2500rem;
}

.pageelement-image-double ol,
.pageelement-image-double ul {
    margin-left: 1.2500rem;
}

.pageelement-image-double li[data-list=ordered] {
    list-style-type: decimal;
}

.pageelement-image-double li[data-list=bullet] {
    list-style: bullet;
}

.pageelement-image-double a {
    color: #00528c;
}

.pageelement-image-double a:hover {
    color: #707070;
}

.pageelement-image-double .ai-mark {
    position: absolute;
    bottom: 0.3125rem;
    right: 0.6250rem;
}

.pageelement-image-double .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: .4;
}

.pageelement-image-double h2 {
    display: block;
}
.info-accordion .content-container {
    display: block;
}

.info-accordion .accordion {
    --btn-fg: #000;

    border: 0.0625rem solid var(--bg);
    background: #f5f5f5;
}

.info-accordion .accordion .accordion-trigger:before {
    background-color: var(--bg);
    color: var(--fg);
}

.info-accordion .content-container .border-top {
    transform: rotate(180deg);
    margin-bottom: -0.0625rem;
}

.info-accordion .content-container .border-bottom {
    margin-top: -0.0625rem;
}

.info-accordion .content-container .border-top,
.info-accordion .content-container .border-bottom {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    min-height: 1.4375rem;
}

.info-accordion .accordion {
    background: #f5f5f5;
    overflow: hidden;
}

.info-accordion .accordion .top {
    display: flex;
}

.info-accordion .accordion .top .image {
    width: 28.125rem;
    min-width: 28.125rem;
    position: relative;
}

.info-accordion .copyright {
    font-size: 0.7500rem;
    margin-top: -1.4375rem;
    align-self: end;
    z-index: 5;
}

.info-accordion .accordion .top .content {
    display: flex;
    flex-flow: column;
    padding: 1.875rem;
    gap: 1.25rem;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 3rem;
    width: calc(100% - 28.125rem);
    transition: margin-bottom .5s ease-in-out;
}

.info-accordion .accordion .top .content.no-trigger-margin {
    margin-bottom: 0;
}


.info-accordion .accordion .top .content .headline {
    font-family: 'Open Sans', sans-serif;
    padding-right: 3.125rem;
    margin-bottom: 0;
}


.info-accordion .accordion .text {
    max-width: 62.5rem;
    font-size: 1.125rem;
    color: #000;
}

.info-accordion .accordion .top .text h3,
.info-accordion .accordion .bottom .text h3 {
    font-family: 'Open Sans', sans-serif;
    color: inherit;
}

.info-accordion .accordion .top .content .accordion-trigger {
    cursor: pointer;

}

.info-accordion .accordion .accordion-trigger:before {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    transition: all .5s ease-in-out;
    padding: 0.2em;
}

.info-accordion .accordion.open .accordion-trigger:before {
    transform: rotate(180deg);
}

.info-accordion .accordion .accordion-trigger:focus-visible {
    outline: var(--outline);
    outline-offset: var(--outline-offset);
}

.info-accordion .accordion .accordion-trigger.flex {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: fit-content;
    margin: -3.75rem auto 1.625rem 30rem;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 10;
    cursor: pointer;
    font-size: inherit;
    color: inherit;
    border: none;
    background: none;
}

.info-accordion .accordion .accordion-trigger.flex:before {
    font-size: 1.75rem;
    padding: 0.1em;
}

.info-accordion .accordion.open .accordion-trigger.flex {
    margin-left: 3.125rem;
}

.info-accordion .accordion .top .content .accordion-trigger.absolute {
    position: absolute;
    top: 0.9375rem;
    right: 1.8125rem;
    z-index: 5;
    font-size: inherit;
    color: inherit;
    border: none;
    background: none;
    padding: 0.313rem 0.375rem;
}

.info-accordion .accordion .top .content .accordion-trigger.absolute:before {
    font-size: 1.6rem;
    display: inline-block;
}

.info-accordion .accordion .bottom {
    display: none;
    padding: 1.5625rem 3.125rem 1.5625rem;
    margin-bottom: 3.75rem;
}

.info-accordion .accordion.icons .bottom {
    padding: 0 1.875rem 1.5625rem;
    margin-bottom: 0;
}

.info-accordion .accordion.icons .top .content {
    margin-bottom: 0;
    padding: 1.875rem 1.875rem 1.25rem 1.875rem;
}

.info-accordion .accordion.icons .accordion-trigger.flex {
    margin: 0 auto 0 1.875rem;
    background: none;
}

.info-accordion .accordion.icons .accordion-trigger.flex:focus-visible {
    outline: var(--outline);
    outline-offset: var(--outline-offset);
}

.info-accordion .accordion .bottom .infobox {
    background: #FFFFFF;
    border-radius: 0.625rem;
    padding: 1.25rem 2.1875rem;
    display: flex;
    flex-flow: column;
    gap: 0.9375rem;
    width: fit-content;
    max-width: 50%;
    margin-bottom: 2rem;
}

.info-accordion .accordion .bottom .infobox a:focus-visible {
    outline: var(--outline);
    outline-offset: var(--outline-offset);
}


.info-accordion .accordion .bottom .infobox .text,
.info-accordion .accordion .bottom .infobox .left,
.info-accordion .accordion .bottom .infobox .right {
    color: #000;
}

.info-accordion .accordion .bottom .infobox .infos {
    display: flex;
    gap: 3.125rem;
    font-size: 1.125rem;
}

.info-accordion .accordion .bottom .infobox .infos .left {
    display: flex;
    flex-flow: column;
    gap: 0.625rem;
    font-family: 'Open Sans', sans-serif;
}

.info-accordion .accordion .bottom .infobox .infos .left .telephone span,
.info-accordion .accordion .bottom .infobox .infos .left .mail span {
    text-decoration: underline;
}

.info-accordion .accordion .bottom .infobox .infos .left .telephone,
.info-accordion .accordion .bottom .infobox .infos .left .telefax,
.info-accordion .accordion .bottom .infobox .infos .left .mail,
.info-accordion .accordion .bottom .infobox .infos .right .availability-head {
    display: flex;
    gap: 0.5rem;
    width: fit-content;

}

.info-accordion .accordion .bottom .infobox .infos .left .telephone span,
.info-accordion .accordion .bottom .infobox .infos .left .telefax,
.info-accordion .accordion .bottom .infobox .infos .left .mail span,
.info-accordion .accordion .bottom .infobox .infos .right .availability-head {
    font-size: inherit;
    font-weight: 700;
}

.info-accordion .accordion .bottom .infobox .infos .left .telephone:hover span,
.info-accordion .accordion .bottom .infobox .infos .left .telefax:hover,
.info-accordion .accordion .bottom .infobox .infos .left .mail:hover span {
    text-decoration-thickness: 0.125rem;
}

.info-accordion .accordion .bottom .infobox .infos .left .telephone:before,
.info-accordion .accordion .bottom .infobox .infos .left .telefax:before,
.info-accordion .accordion .bottom .infobox .infos .left .mail:before,
.info-accordion .accordion .bottom .infobox .infos .right .availability-head:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: inherit;
}

.info-accordion .accordion .bottom .infobox .infos .left .telephone:before {
    content: '\f095';
}

.info-accordion .accordion .bottom .infobox .infos .left .telefax:before {
    content: '\f1ac';
}

.info-accordion .accordion .bottom .infobox .infos .left .mail:before {
    content: '\f0e0';
}

.info-accordion .accordion .bottom .infobox .infos .right .availability-head:before {
    content: '\f073';
}

.info-accordion .accordion .bottom .infobox .infos .right .availability-head {
    font-family: 'Open Sans', sans-serif;
}

.info-accordion .accordion .bottom .infobox .infos .right .availability-text {
    margin-left: 1.375rem;
}

.info-accordion .accordion.icons {
    padding: 1.25rem 3.125rem;
}

.info-accordion .accordion.icons .content {
    width: 100%;
}

.info-accordion .accordion.icons .content .icons {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #000;
    gap: 1.25rem;
}

.info-accordion .accordion.icons .content .icons .section {
    display: flex;
}

.info-accordion .accordion.icons .content .icons .section {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.info-accordion .accordion.icons .content .icons .section .text {
    font-family: 'Open Sans', sans-serif;
}

.info-accordion .accordion.icons .content .icons .section .icon-1:before {
    content: '\f0c0';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 2.1875rem;
}

.info-accordion .accordion.icons .content .icons .section .icon-2:before {
    content: '\f017';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 2.1875rem;
}

.info-accordion .accordion.icons .content .icons .section .icon-3:before {
    content: '\e5ce';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 2.1875rem;
}

.info-accordion .link-button {
    font-size: 1.125rem;
    display: inline-block;
    width: fit-content;
    padding: 0.5rem 1.25rem;
    max-width: 100%;
    margin: 2rem 0;
    border-radius: 0.3125rem;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    transition: all .25s ease-in-out;
}

.info-accordion .accordion .link-button {


    display: inline-flex;
    align-items: center;
    gap: .625rem;

    font-size: 1.125rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;

    padding: .5rem 1.25rem;
    border-radius: .3125rem;
    border: .188rem solid var(--bg);
    color: var(--fg);
    background: var(--bg);

    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
    text-decoration: none;
    width: fit-content;
    max-width: 100%;
}

.info-accordion .accordion .link-button:focus-visible {
    outline: var(--outline);
    outline-offset: var(--outline-offset);
}

.info-accordion .accordion .link-button:hover {
    color: #000000;
    background: transparent;
}

.info-accordion .background {
    width: 35%;
}

.info-accordion .background:first-of-type {
    margin-right: 0;
}

.info-accordion .background:last-of-type {
    margin-left: 0;
}

@media only screen and (max-width: 64rem) {
    .info-accordion .accordion:not(.icons) .top {
        flex-flow: column;
    }

    .info-accordion .accordion:not(.icons) .top .content {
        width: 100%;
    }

    .info-accordion .accordion:not(.icons) .top .image {
        margin: 1.25rem auto auto;
        border-radius: 0.625rem;
        overflow: hidden;
    }

    .info-accordion .accordion .bottom {
        padding: 0 1.875rem 1.5625rem;
    }

    .info-accordion .accordion:not(.icons) .accordion-trigger.flex {
        margin: -3.75rem auto 1.875rem 1.875rem !important;
    }

    .info-accordion .accordion.icons .content .icons {
        flex-flow: column;
    }

    .info-accordion .accordion.icons .content .icons .section .text {
        max-width: 25rem;
        width: 100%;
    }

    .info-accordion .link-button {
        text-align: center;
    }
}

@media only screen and (max-width: 50rem) {
    .info-accordion .accordion.icons {
        padding: 0.3125rem 0 1.25rem;
    }

    .info-accordion .accordion .top .content {
        padding: 1.875rem 1.25rem 1.25rem;
    }

    .info-accordion .accordion.image .bottom {
        padding: 0 1.25rem 1.5625rem;
        margin-top: -3.125rem;
    }

    .info-accordion .accordion .bottom .infobox .infos {
        display: flex;
        gap: 0.625rem;
        flex-flow: column;
    }

    .info-accordion .accordion .bottom .infobox {
        max-width: 100%;
        box-sizing: border-box;
        padding: 1.25rem;
    }

}

@media only screen and (max-width: 34.375rem) {
    .info-accordion .accordion:not(.icons) .top .image {
        min-width: unset;
        width: 100%;
        margin: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media only screen and (max-width: 32.5rem) {
    .info-accordion .accordion .top .content .headline {
        padding-right: 0;
    }

    .info-accordion .accordion .top .content .accordion-trigger.absolute {
        display: none;
    }

    .info-accordion .accordion.icons .content .icons .section .icon-1:before,
    .info-accordion .accordion.icons .content .icons .section .icon-2:before,
    .info-accordion .accordion.icons .content .icons .section .icon-3:before {
        font-size: 1.5625rem;
    }

}

.info-accordion .gallery {
    display: grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.info-accordion .gallery .image {
    position: relative;
}

.info-accordion .gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

@media (max-width: 64rem) {
    .info-accordion .gallery {
        grid-template-columns:1fr;
    }
}
/* Außen abgerundet (ganze Card) */
.info-accordion .accordion{
    border-radius: 0.8rem;
    overflow: hidden;
}

/* Linkes Bild sauber abgerundet */
.info-accordion .accordion .top .image{
    overflow: hidden;
}

/* falls das Bild kein eigenes rounding hat */
.info-accordion .accordion .top .image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gallery: abgerundete Thumbs */
.info-accordion .gallery .image{
    border-radius: 0.625rem;
    overflow: hidden;
}

.info-accordion .gallery .image img{
    border-radius: inherit;
}
/* Abstand zwischen Text (hidden) und Galerie */
.info-accordion .accordion .bottom .text {
    margin-bottom: 1.875rem;
}

/* Galerie nicht direkt an den Text kleben */
.info-accordion .gallery {
    margin-top: 0;           /* optional */
    margin-bottom: 1.5rem;   /* optional */
}
.info-accordion .accordion .headline{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.info-accordion .accordion .headline .headline-icon{
    font-size: 1.25em;
    line-height: 1;
    flex: 0 0 auto;
}
.call-to-action .texteditor ol,
.call-to-action .texteditor ul {
    display: inline-block;
    text-align: left;
}.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;
}

@media screen and (max-width: 87.5000rem) {
    .pageelement-teaserboxes .left-column .teaser-image-container {
        padding-left: 2.5000rem;
    }

    .pageelement-teaserboxes .right-column .teaser-image-container {
        padding-right: 2.5000rem;
    }

    .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;
    }

    .pageelement-teaserboxes .heading-container {
        padding-left: 1.2500rem;
    }
}

@media screen and (max-width: 48.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 .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 {
    text-align: center;
    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 .teaserbox-button {
    background-color: #00528C;
    padding: 0.9375rem;
    max-width: 12.5000rem;
    min-height: 3.1250rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    box-sizing: border-box;
    margin: 1.8750rem auto 1.8750rem auto;
    border-radius: 0.6250rem;
}

.pageelement-teaserboxes .teaserbox-button:hover {
    background-color: #707070;
}

.pageelement-teaserboxes .teaserbox-button .button-text {
    color: white;
    font-size: 1.2500rem;
    font-weight: 700;
}

.pageelement-teaserboxes .teaserbox-button .button-icon i {
    color: white;
    font-size: 1.1250rem;
    padding-left: 0.6250rem;
}

@media screen and (max-width: 25.0000rem) {
    .pageelement-teaserboxes .teaserbox-button {
        max-width: 12.5000rem !important;
        font-size: 1.0000rem !important;
    }

    .pageelement-teaserboxes .teaserbox-copyright {
        margin-top: 0 !important;
    }

}

.pageelement-teaserboxes .teaser-headline {
    font-size: 1.3750rem !important;
    padding-top: 1.8750rem;
}

.pageelement-teaserboxes .teaser-text {
    font-size: 1.1250rem !important;
    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 .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: 48.0000rem) {
    .pageelement-teaserboxes .content-container {
        flex-direction: column !important;
        min-height: 18.7500rem !important;
    }

    .pageelement-teaserboxes .left-column,
    .pageelement-teaserboxes .right-column {
        width: 100%;
    }
}.pageelement-link-boxes {
    overflow: visible;
}

.pageelement-link-boxes .link-heading-container {
    max-width: 87.5rem;
    display: block;
    margin: 0 auto 1.25rem;
    padding: 0 1.25rem;
}

.pageelement-link-boxes .link-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pageelement-link-boxes .link-item {
    list-style-type: none;
}

.pageelement-link-boxes .link-item-link {
    background: var(--bg, #FF8C00);
    color: var(--fg, #000000);

    padding: 0.625rem;
    margin-bottom: 0.625rem;

    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--button-min-height);
    box-sizing: border-box;

    border-radius: var(--radius-default);
    text-decoration: none;

    box-shadow: inset 0 0 0 0 var(--bg, #FF8C00);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.pageelement-link-boxes .link-item-link * {
    color: inherit;
}

.pageelement-link-boxes .link-item:hover .link-item-link {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg, #FF8C00);
}

.pageelement-link-boxes .link-icon {
    width: 7.1875rem;
    flex-shrink: 0;
}

.pageelement-link-boxes .link-item .link-icon .fa-solid {
    font-family: "Font Awesome 6 Pro", sans-serif;
    padding-right: 2.125rem;
    padding-left: 2.75rem;
    font-size: 1.875rem;
}

/* Text */
.pageelement-link-boxes .link-link {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;

    width: fit-content;
    display: inline-block;

    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;

    padding-right: 0.9375rem;
}

/* Responsive */
@media screen and (max-width: 32.5rem) {
    .pageelement-link-boxes .link-item .fa-regular {
        margin-right: 0.625rem !important;
        font-size: 1.5rem !important;
    }

    .pageelement-link-boxes .link-item .fa-solid {
        font-size: 1.5rem !important;
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }

    .pageelement-link-boxes .link-icon {
        width: 4.375rem;
    }

    .pageelement-link-boxes .link-link {
        font-size: 1.125rem;
    }
}
.pageelement-links {
    overflow: visible;
}
.pageelement-links .link-item {
    list-style-type: none;
}

.pageelement-links .link-item > a {
    list-style-type: none;
    margin-bottom: 0.6250rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: fit-content;
}

/*.pageelement-links .link-item a:hover .link-icon i,
.pageelement-links .link-item a:hover .text {
   text-decoration: underline;
}*/
.hover-text:hover{
    text-decoration: underline;
}
.pageelement-links .link-item .link-link .hover-text{
    color: #000000;
    font-weight: 700;
    width: fit-content;
    font-size: 1.2500rem;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.pageelement-links .link-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pageelement-links .fa-chevron-right {
    color: black;
    margin-left: auto;
}


.pageelement-links .link-link {
    width: fit-content;
    display: inline-block;
}

.pageelement-links .link-item .link-icon .fa-solid {
    color: black;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: 1.2500rem;
}


.pageelement-links .link-icon{
    flex-shrink: 0;
    width: auto; /*reset because of link-boxes styling */
}
.link-icon-left{
    margin-right: 0.6250rem;
}
.link-icon-right{
    margin-left: 0.6250rem;
}.pageelement-map {
    overflow: visible;
}

.pageelement-map-main {
    box-sizing: border-box;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
}

.pageelement-map-main .map-container {
    position: relative;
    overflow: hidden;
    min-height: 31.2500rem;
    width: 100%;
}

.pageelement-map #openstreetmap-container {
    height: 31.2500rem;
    overflow: hidden;
}

.pageelement-map .karte {
    margin: 0 auto;
    box-sizing: border-box;
}

.pageelement-media .content-container {
    flex-direction: column;
    padding: 3.1250rem 1.2500rem;
    color:inherit;
}

.pageelement-media .movie {
    width: 100%;
    max-width: 87.5000rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pageelement-media .wrapper {
    width: 100%;
    background: var(--bg);
    color: var(--fg);
}

.pageelement-media .pageelement-canvas {
    width: 100%;
    max-width: 87.5000rem;
    margin: 0 auto;
    border-radius: var(--radius-default);
    overflow: hidden;
    color: inherit;
}

.pageelement-media .wrapper h2,
.pageelement-media .wrapper h3,
.pageelement-media .wrapper p,
.pageelement-media .wrapper a {
    color: inherit;
}

.movie-box.youtube,
.movie-box.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 87.5000rem;
    margin: 0 auto;
    border-radius: var(--radius-default);
}

.movie-box.youtube iframe,
.movie-box.youtube object,
.movie-box.youtube embed,
.movie-box.video iframe,
.movie-box.video object,
.movie-box.video embed {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}
.pageelement-news-archive {
    width: 100%;
    box-sizing: border-box;
}

.element-headline {
    margin: 0 auto 1.2500rem;
    display: flex;
    max-width: 87.5000rem;
    justify-content: space-between;
    padding: 0 1.2500rem;
    color: #00528c;
}

.pageelement-news-archive .content-container {
    flex-direction: column;
    flex-wrap: wrap;
}

.pageelement-news-archive .filter {
    margin: 0 auto;
    display: flex;
    max-width: 87.5000rem;
    justify-content: space-between;
    padding: 0 1.2500rem;
}

.pageelement-news-archive .filter .filter-item-wrapper {
    width: 100%;
    margin-bottom: 1.2500rem;
}

.pageelement-news-archive .filter .filter-item-year {
    width: 100%;
    border: 0.0625rem solid #005ca2;
    padding: 0.6250rem;
    background: none;
    font-size: 1.2500rem;
    appearance: none;
    background: url(_images/angle-down-solid.svg) no-repeat;
    background-position: calc(100% - 1.2500rem) center;
    background-size: 1.8750rem 1.8750rem;
}

.pageelement-news-archive .content-container h2 {
    color: #00528c;
    font-size: 1.6250rem;
    border-bottom: 0.1250rem solid #777777;
    padding-bottom: 0.6250rem;
}

.pageelement-news-archive .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.6250rem 0 1.5625rem;
    margin-bottom: 1.5625rem;
    overflow: hidden;
    border-bottom: 0.1250rem solid #777777 !important;
}

.pageelement-news-archive .image-container {
    display: flex;
    float: left;
    width: 40%;
    max-width: 26.8750rem !important;
    margin-right: 3.7500rem !important;
    max-height: 16.8750rem;
    /*height: 100%;*/
    box-sizing: border-box;
    position: relative;
    justify-content: flex-end;
}

.pageelement-news-archive .image-container image {
    display: inline-block;
    width: auto;
    height: 100%;
    box-sizing: border-box;
}

.pageelement-news-archive .text-container {
    float: left;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 20%;
}

@media screen and (max-width: 59.3750rem) {

    .pageelement-news-archive .image-container {
        margin-right: 2.5000rem !important;
    }
}

.pageelement-news-archive .text-container .headline-container .headline {
    font-weight: 700;
    font-size: 1.5000rem;
    margin-bottom: 0;
    display: inline-block;
    color: #00528c;
}

.pageelement-news-archive .text-container .text {
    box-sizing: border-box;
    font-size: 1.1250rem;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
}

.pageelement-news-archive .detail-link {
    display: inline-block;
    color: black;
    font-size: 1.1250rem !important;
    margin-top: 1.2500rem;
    font-weight: 700;
}

.pageelement-news-archive .detail-link:hover {
    color: #00528c;
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-news-archive .image-container {
        width: 100%;
        margin: 0 !important;
        float: none;
    }

    .pageelement-news-archive .text-container {
        float: none;
        /*margin-top: 0.9375rem;*/
        overflow: hidden;
        max-width: 100%;
    }
}

.pageelement-news-archive .fa-chevrons-right {
    padding-right: 0.3125rem;
}

.pageelement-news-archive .detail-link:hover .fa-chevrons-right{
    color: #00528c;
}

.pageelement-news-archive .item:last-of-type {
    border-bottom: 0.1250rem solid #777777 !important;
    padding-bottom: 1.2500rem !important;
}

.pageelement-news-archive .ai-mark {
    position: absolute;
    bottom: 0.6250rem;
    right: 0.6250rem;
}

.pageelement-news-archive .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

.pageelement-news-archive .news-list-copyright {
    font-size: 0.7500rem;
    opacity: 0.8;
    position: absolute;
    z-index: 1000;
    bottom: -0.9375rem;
    color: black;
}

.pageelement-news-archive .fallback-image {
    display: flex;
    float: left;
    width: 100%;
    max-width: 26.8750rem !important;
    max-height: 16.8750rem;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #dcdcdc;
    overflow: hidden;
}

.pageelement-news-archive .fallback-image {
    display: flex;
}

.pageelement-news-archive .news-list-container .spinner {
    width: 6.2500rem;
    height: 6.2500rem;
    border: 0.6250rem solid rgb(230, 230, 230);
    border-top: 0.6250rem solid #00528C;
    border-radius: 50%;
    animation: loading-offer-list 1s linear infinite;
    margin-left: calc(50% - 4.6875rem);
}

@keyframes loading-offer-list {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 59.3750rem) {
    .pageelement-news-archive .fallback-image {
        margin-right: 2.5000rem !important;
    }
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-news-archive .fallback-image {
        width: 100%;
        margin: 0 !important;
        float: none;
    }
}

.pageelement-news-archive .fallback-image i {
    font-size: 4.3750rem;
    color: #666;
}
.pageelement-news-detail .content-container {
    justify-content: flex-start;
}


.pageelement-news-detail .introtext {
    display: block;
    margin-bottom: 0.6250rem;
    padding-top: 2.5000rem;
}

.pageelement-news-detail .copytext p {
    display: block;
    margin-bottom: 0.6250rem;
    margin-top: 1.2500rem;
    max-width: 50.0000rem;
}

.pageelement-news-detail .date {
    margin-top: 0.3125rem;
}

.pageelement-news-detail .back-item {
    margin-top: 0.6250rem;
    width: 100%;
    border-top: 0.1250rem solid #777777;
    grid-column: 1 / 3;
    padding-top: 0.9375rem;
}

.pageelement-news-detail .back-link {
    color: black;
    font-weight: 700;
    font-size: 1.2500rem;
}

.pageelement-news-detail .back-link:hover {
    color: #00528c;
}

.pageelement-news-detail img {
    /* width: auto !important;*/
}

.pageelement-news-detail h3 {
    font-size: 1.2500rem;
    font-weight: 700;
    color: #00528c;
    margin-top: 1.2500rem;
}

.pageelement-news-detail .downloads {
    margin-top: 3.1250rem;
    margin-bottom: 2.5000rem;
}

.pageelement-news-detail .downloads .download-link::before {
    color: #00528c;
    padding: 0 0.3125rem 0 1.2500rem;
}

.pageelement-news-detail .downloads .download-link:hover::before {
    color: #FFFFFF;
}

.pageelement-news-detail .downloads .download-link {
    color: black;
    background-color: #E4E4E4;
    padding: 0.6250rem 0;
    margin-bottom: 0.3125rem;
}

.pageelement-news-detail .downloads .download-link:hover {
    color: #FFFFFF;
    background-color: #00528c;
}

.pageelement-news-detail .newsdetail-grid {
    display: grid;
    grid-template-columns: minmax(auto, 50.0000rem) minmax(auto, 26.8750rem);
    gap: 0 10.6250rem;
}

@media screen and (max-width: 75.0000rem) {
    .pageelement-news-detail .newsdetail-grid {
        gap: 0 3.7500rem;
    }
}


@media screen and (max-width: 48.0000rem) {
    .pageelement-news-detail .newsdetail-grid {
        grid-template-columns: 100%;
    }

    .pageelement-news-detail .back-item {
        grid-column: 1 / 2;
    }
}

.pageelement-news-detail .mainimage,
.pageelement-news-detail .copytext,
.pageelement-news-detail .downloads,
.pageelement-news-detail .author,
.pageelement-news-detail .date {
    grid-column: 1 / 1;
}

.pageelement-news-detail .right {
    grid-column: 2 / 2;
    grid-row-start: 1;
}

@media screen and (max-width: 48.0000rem) {
    .pageelement-news-detail .right {
        grid-column: 1 / 1;
        grid-row-start: auto;
    }
}

.pageelement-news-detail .rightimage,
.pageelement-news-detail .secondrightimage {
    margin-bottom: 3.1250rem;
}

.pageelement-news-detail .news-detail-other-links {
    display: flex;
    flex-direction: column;
    margin-top: 3.1250rem;
    margin-right: 1.2500rem;
}

.pageelement-news-detail .link-link {
    background-color: #E4E4E4;
    color: black;
    width: 100%;
    display: block;
    padding: 0.6250rem 0 0.6250rem 1.2500rem;
}

.pageelement-news-detail .linklist {
    display: flex;
    flex-direction: column;
}

.pageelement-news-detail .fa-arrow-up-right, .pageelement-news-detail .fa-chevron-right {
    padding-right: 0.6250rem;
    color: #00528c;
}

.pageelement-news-detail .image-copyright {
    float: right;
    margin-bottom: 0.6250rem;
}

.pageelement-news-detail .image-subline, .pageelement-news-detail .copytext {
    margin-top: 1.5625rem;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
}

.pageelement-news-detail .gallery-image-thumb {
    max-width: 27.8125rem;
    width: 100%;
    max-height: 15.6250rem;
    height: auto;
}

.pageelement-news-detail .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 87.5000rem;
    width: 100%;
    gap: 1.8750rem;
    grid-column: 1 / 3;
    grid-row-start: auto;
    margin-bottom: 3.1250rem;
}

@media screen and (max-width: 48.0000rem) {
    .pageelement-news-detail .gallery-container {
        grid-template-columns: 1fr;
        grid-column: 1 / 1;
    }

    .pageelement-news-detail .gallery-image-thumb {
        width: 100%;
        height: auto;
        max-width: unset;
        max-height: unset;
    }
}

.pageelement-news-detail .fa-chevron-left {
    margin-right: 0.6250rem;
}

.pageelement-news-detail .back-link:hover .fa-chevron-left {
    color: #00528c;
}

.pageelement-news-detail .gallery-image-copyright {
    color: #777777;
    opacity: 0.6;
    font-size: 0.7500rem;
    float: right;
    text-align: right;
}


.pageelement-news-detail .mainimage .ai-mark {
    position: absolute;
    bottom: 0.6250rem;
    right: 0.6250rem;
}

.pageelement-news-detail .rightimage .ai-mark {
    position: absolute;
    bottom: 3.4375rem;
    right: 0.6250rem;
}

.pageelement-news-detail .secondrightimage .ai-mark {
    position: absolute;
    bottom: 3.4375rem;
    right: 0.6250rem;
}

.pageelement-news-detail .gallery-image .ai-mark {
    position: absolute;
    bottom: 1.8750rem;
    right: 0.6250rem;
}


.pageelement-news-detail .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

.pageelement-news-detail .mainimage, .pageelement-news-detail .rightimage, .pageelement-news-detail .secondrightimage, .pageelement-news-detail .gallery-image {
    position: relative;
}

.news-detail-hr {
    margin: 0 auto 4.3750rem auto;
    color: #777;
    background-color: #777;
    border-color: #777;
    max-width: 87.5000rem;
    width: auto;
}

@media screen and (max-width: 87.5000rem) {
    .news-detail-hr {
        margin: 0 1.2500rem 4.3750rem 1.2500rem;
    }
}

.pageelement-news-detail .news-detail-gallery-headline {
    margin-top: 5.0000rem;
}.pageelement-news-list {
    width: 100%;
    box-sizing: border-box;
}

.pageelement-news-list .content-container {
    flex-direction: column;
    flex-wrap: wrap;
}

.pageelement-news-list .content-container h2 {
    color: #00528c;
    font-size: 1.6250rem;
    border-bottom: 0.1250rem solid #777777;
    padding-bottom: 0.6250rem;
}

.pageelement-news-list .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.6250rem 0 1.5625rem;
    margin-bottom: 1.5625rem;
    overflow: hidden;
    border-bottom: 0.1250rem solid #777777 !important;
}

.pageelement-news-list .image-container {
    display: flex;
    float: left;
    width: 40%;
    max-width: 26.8750rem !important;
    margin-right: 3.7500rem !important;
    max-height: 16.8750rem;
    /*height: 100%;*/
    box-sizing: border-box;
    position: relative;
    justify-content: flex-end;
}

.pageelement-news-list .image-container image {
    display: inline-block;
    width: auto;
    height: 100%;
    box-sizing: border-box;
}

.pageelement-news-list .text-container {
    float: left;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 1.2500rem;
    min-width: 20%;
}

@media screen and (max-width: 59.3750rem) {

    .pageelement-news-list .image-container {
        margin-right: 2.5000rem !important;
    }
}

.pageelement-news-list .text-container .headline-container .headline {
    font-weight: 700;
    font-size: 1.5000rem;
    margin-bottom: 1.2500rem;
    display: inline-block;
    color: #00528c;
}

.pageelement-news-list .text-container .text {
    box-sizing: border-box;
    font-size: 1.1250rem;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
}

.pageelement-news-list .detail-link {
    display: inline-block;
    color: black;
    font-size: 1.1250rem !important;
    margin-top: 1.2500rem;
    font-weight: 700;
}

.pageelement-news-list .detail-link:hover {
    color: #00528c;
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-news-list .image-container {
        width: 100%;
        margin: 0 !important;
        float: none;
    }

    .pageelement-news-list .text-container {
        float: none;
        /*margin-top: 0.9375rem;*/
        overflow: hidden;
        max-width: 100%;
    }
}

.pageelement-news-list .fa-chevrons-right {
    padding-right: 0.3125rem;
}

.pageelement-news-list .detail-link:hover .fa-chevrons-right{
    color: #00528c;
}

.pageelement-news-list .item:last-of-type {
    border-bottom: 0.1250rem solid #777777 !important;
    padding-bottom: 1.2500rem !important;
}

.pageelement-news-list .ai-mark {
    position: absolute;
    bottom: 0.6250rem;
    right: 0.6250rem;
}

.pageelement-news-list .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

.pageelement-news-list .news-list-copyright {
    font-size: 0.7500rem;
    opacity: 0.8;
    position: absolute;
    z-index: 1000;
    bottom: -0.9375rem;
    color: black;
}

.pageelement-news-list .fallback-image {
    display: flex;
    float: left;
    width: 100%;
    max-width: 26.8750rem !important;
    max-height: 16.8750rem;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #dcdcdc;
    overflow: hidden;
}

.pageelement-news-list .fallback-image {
    display: flex;
}

@media screen and (max-width: 59.3750rem) {
    .pageelement-news-list .fallback-image {
        margin-right: 2.5000rem !important;
    }
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-news-list .fallback-image {
        width: 100%;
        margin: 0 !important;
        float: none;
    }
}

.pageelement-news-list .fallback-image i {
    font-size: 4.3750rem;
    color: #666;
}
.pageelement-overviewpages{
    overflow: visible;
}
.pageelement-overviewpages .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.8750rem 3.7500rem;
}

.pageelement-overviewpages .overview-item {
    width: 100%;
    max-width: 41.8750rem;
    min-width: 6.2500rem;
    /*min-height: 16.8750rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    border-radius: var(--radius-default);

}

.pageelement-overviewpages .overview-item:hover {
    background-color: #f0f0f0;
}

.pageelement-overviewpages .overview-item:hover .text-container h2{
    color:#000;
}

.image-container {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    width: 100%;
    border-radius: var(--radius-default);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wave-overlay path {
    fill: currentColor !important;
}

.image-container .wave-overlay {
    color: #2B2B2B !important;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.625rem;
    width: 100%;
    aspect-ratio: 1920 / 500;
    z-index: 2;
    pointer-events: none;
}

.image-container:hover .wave-overlay {
    color: #f0f0f0 !important;
    fill: currentColor;
}
.image-container:hover + .text-container h2 {
    color: #000;
}

.text-container h2 {
    margin: 0;
    font-weight: 700;
    color: #fff;
}

/*
.pageelement-overviewpages .has-image a h2 {
    font-size: 1.8750rem;
}

.pageelement-overviewpages .no-image a h2 {
    font-size: 2.5000rem;
}
*/

.pageelement-overviewpages .overview-item.no-image a h2 {
    margin: 0;
    padding: 0;
}

.pageelement-overviewpages .overview-item a {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.overview-item.has-image a {
    position: relative;
    display: block;
}

.overview-item.has-image .text-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(0.75rem, 3vw, 1.75rem);
    display: flex;
    justify-content: center;
    z-index: 3;
}

.text-container {
    position: static;
}

.overview-item.no-image .text-container {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 68.438rem) {
    .overview-item.has-image .text-container {
        bottom: clamp(0.75rem, 2vw, 1rem);
    }
}

@media screen and (max-width: 64.188rem) {
    .pageelement-overviewpages .content-container {
        grid-template-columns: 1fr;
    }

    .pageelement-overviewpages .overview-item {
        max-width: 100%;
        height: 100%;
    }

    .image-container .wave-overlay {
        bottom: -0.938rem;
    }
}

@media screen and (max-width: 12.5000rem) {
    .pageelement-overviewpages .image-container img {
        display: none;
    }
}

@media only screen and (max-width: 32.5rem) {
    .overview-item.has-image .text-container {
        bottom: clamp(0.375rem, 2vw, 1rem);
    }
    .pageelement-overviewpages .no-image a h2 {
        /*font-size: 1.375rem; */
    }

    .pageelement-overviewpages .text-container h2 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 25rem) {
    .overview-item.has-image .wave-overlay {
        height: 60%;
    }
}


.pageelement-overviewpages .ai-mark {
    position: absolute;
    top: 0.5rem;
    right: 0.8125rem;
    display: inline-block;
    text-align: right;
    padding-right: 0.6250rem;
}

.pageelement-overviewpages .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

.pageelement-overviewpages .image-container span {
    position: absolute;
    top: 2.00rem;
    right: 0.8125rem;
    font-size: 0.7500rem;
    background-color: transparent;
}

.overview-item.no-image .image-container,
.overview-item.no-image .wave-overlay {
    display: none;
}

.overview-item.no-image {
    background: #2B2B2B;
    color: #fff;
    min-height: 16rem;
}

.overview-item.no-image .text-container {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}/*****************************************************************
**** person-double
******************************************************************/

.pageelement-person-double {
    max-width: 87.5000rem;
    margin: 0 auto 6.25rem auto;
}

.pageelement-person-double .headline {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
}

.pageelement-person-double .wrapper {
    display: flex;
    gap: 3.1250rem;
}

.pageelement-person-double .person-container {
    background: #F0F0F0;
    width: calc(50% - 1.5625rem);
    display: flex;
    border-radius: var(--radius-default);
}

.pageelement-person-double .person-container .image {
    width: 13.6250rem;
}

.pageelement-person-double .person-double-image {
    display: flex;
    position: relative;
    border-radius: var(--radius-default);
    overflow: hidden;
}

.pageelement-person-double .person-double-image img {
    display: block;
    width: 100%;
    height: auto;
}

.pageelement-person-double .person-container .content {
    padding: 2.3750rem 2.0625rem;
    width: 60%;
}

.pageelement-person-double .person-container .content .name {
    font-size: 1.1250rem;
    font-weight: 700;
}

.pageelement-person-double .person-container .content .function {
    font-size: 1.1250rem;
    margin-bottom: 0.6250rem;
}

.pageelement-person-double .person-container .content .text {
    margin-bottom: 0.6250rem;
}

.pageelement-person-double .person-container .contact-wrapper {
    display: flex;
    flex-flow: column;
}

.pageelement-person-double .person-container .content a {
    line-height: 1.7500rem;
    font-size: 1.1250rem;
    color: #000;
    text-decoration-line: underline;
    text-decoration-thickness: var(--link-underline-thickness);
}

.pageelement-person-double .person-container .content a:hover {
    text-decoration-thickness: var(--link-underline-thickness-hover);
}

.pageelement-person-double .person-container .content p {
    font-size: 1.1250rem;
}

.pageelement-person-double .person-container .content a:before,
.pageelement-person-double .person-container .content p:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    font-size: 1.1250rem;
    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';
}

.pageelement-person-double .person-double-copyright {
    font-size: 0.7500rem;
    margin-top: -1.8750rem;
    align-self: end;
    padding: 0.7500rem 0.3125rem 0 0.3125rem;
    z-index: 5;
    position: absolute;
    right: 0;
    background-color: transparent;
}

.pageelement-person-double .ai-mark {
    position: absolute;
    bottom: 1.2500rem;
    right: 0.6250rem;
}

.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;
}

@media only screen and (max-width: 90.6250rem) {
    .pageelement-person-double .wrapper {
        gap: 1.8750rem;
        flex-wrap: wrap;
    }

    .pageelement-person-double .person-container {
        width: 100%;
    }

    .pageelement-person-double .headline {
        padding-left: 1.2500rem;
    }

    .pageelement-person-double .wrapper {
        padding: 0 1.2500rem;
    }
}

@media only screen and (max-width: 50.0000rem) {
    .pageelement-person-double .headline {
        box-sizing: border-box;
    }
}

@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: 1.2500rem;
        min-height: 18.125rem;
    }

    .pageelement-person-double .person-container .content {
        box-sizing: border-box;
        margin: 0 auto;
        width: initial;
    }
}


@media only screen and (max-width: 32.5rem) {
    .pageelement-person-double {
        margin: 0 auto 4.375rem auto;
    }
}

.pageelement-person-double .fallback-image {
    width: 13.6250rem;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7F7F7F;
    overflow: hidden;
    box-sizing: border-box;
}

.pageelement-person-double .fallback-image i {
    font-family: 'Font Awesome 6 Pro', sans-serif;
}

.pageelement-person-double .person-double-image .fallback-image {
    display: flex;
    position: relative;
}

@media only screen and (max-width: 40.6250rem) {
    .fallback-image {
        align-self: center;
        padding-top: 1.2500rem;
    }
}

.fallback-image i {
    font-size: 4.3750rem;
    color: #fff;
}


.pageElement-room-list-detail li {
    list-style-position: inside;
    float: none;
}

.pageElement-room-list-detail {
    font-family: "Open Sans", sans-serif;
    color: #7F7F7F;
    position: relative;
}

.pageElement-room-list-detail .content-container {
    background-color: #FFFFFF;
   /* padding: 40px 30px 80px 30px; */
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    gap: 0 2.5rem;
    align-items: start;
}

@media screen and (max-width: 78.125rem) {

    .pageElement-room-list-detail .info {
        grid-row-start: 1 !important;
        margin-bottom: 1.875rem;
        grid-column: 1 !important;
    }

    .pageElement-room-list-detail .images {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0 !important;
        grid-column: 1;
    }
}

@media screen and (max-width: 50rem) {
    .pageElement-room-list-detail .images {
        width: 100%;
        max-width: 100%;
    }

    .pageElement-room-list-detail .image-big {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 26.25rem) {


    .pageElement-room-list-detail .images {
        align-self: center;
    }

    .pageElement-room-list-detail .info {
        grid-row-start: 1 !important;
    }
}

.pageElement-room-list-detail .headline {
    font-size: 1.375rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.9375rem;
    font-family: "Open Sans Bold", sans-serif;
}

.pageElement-room-list-detail .infotext-top {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 1.875rem;
}

.pageElement-room-list-detail .fa-arrows-maximize,
.pageElement-room-list-detail .fa-users {
    font-size: 1rem;
    color: #000000;
    margin-right: 0.625rem;
}

.pageElement-room-list-detail .size,
.pageElement-room-list-detail .persons,
.pageElement-room-list-detail .division,
.pageElement-room-list-detail .equipment,
.pageElement-room-list-detail .chair-sub-heading,
.pageElement-room-list-detail .chair-option,
.pageElement-room-list-detail .person-option,
.pageElement-room-list-detail .infotext-bottom {
    font-size: 1.125rem;
    color: #000000;
}

.pageElement-room-list-detail .chair-sub-heading {
    padding: 0.3125rem 0;
}

.pageElement-room-list-detail .persons {
    margin-bottom: 1.875rem;
}

.pageElement-room-list-detail .division-heading,
.pageElement-room-list-detail .equipment-heading,
.pageElement-room-list-detail .chair-heading {
    color: #000000;
    font-weight: 600;
    font-size: 1.375rem;
}

.pageElement-room-list-detail .chair-heading {
    margin-bottom: 0.625rem;
}

.pageElement-room-list-detail .link {
    background-color: #ED7B00;
    color: #000000;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.9375rem 4.375rem;
    border-radius: 0.313rem;
    display: block;
    margin-top: 5rem;
    max-width: 70%;
    width: 100%;
    grid-column: 1;
    order: 3;
    text-align: center;
    box-sizing: border-box;
}

.pageElement-room-list-detail .link:hover {
    background-color: #AA9C7C;
}

@media screen and (max-width: 62.5rem) {
    .pageElement-room-list-detail .link {
        padding: 0.9375rem 2.5rem;
        font-size: 1.25rem;
        max-width: 15.625rem;
    }
}

.pageElement-room-list-detail .division {
    margin-bottom: 1.875rem;
}

.pageElement-room-list-detail .equipment {
    margin-bottom: 5.625rem;
}

.pageElement-room-list-detail table {
    margin-bottom: 2.1875rem;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;

}

.pageElement-room-list-detail th:first-child,
.pageElement-room-list-detail td:first-child {
    width: 70%;

}

.pageElement-room-list-detail td:nth-child(2),
.pageElement-room-list-detail th:nth-child(2) {
    width: 30%;

}

.pageElement-room-list-detail .table-head,
.pageElement-room-list-detail .table-row {
    border-bottom: 0.0625rem solid #EC7B00;
}

.pageElement-room-list-detail .small-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* min-content */
    gap: 1.875rem;
}

.pageElement-room-list-detail .image-big {
    margin-bottom: 1.875rem;
}

.pageElement-room-list-detail .images {
    order: 2;
    margin-right: 2.5rem;
}

.pageElement-room-list-detail .info {
    /* grid-column: 2;*/
    order: 1;
}


.pageElement-room-list-detail .chair-option,
.pageElement-room-list-detail .person-option {
    padding: 0.3125rem 0;
}

.pageElement-room-list-detail p {
    margin-bottom: 0.625rem;
}

.pageElement-room-list-detail .bottom-link-wrapper {
    background-color: #F9ECDD;
    min-height: 10rem;
    display: flex;
    align-items: center;
    /* position: absolute;
    bottom: 0;*/
    width: 100%;
    margin-top: 2.5rem;
}

.pageElement-room-list-detail .bottom-link {
    background-color: #ED7B00;
    border-radius: 0.625rem;
    color: #ffffff;
    min-height: 2.5rem;
    padding: 0.625rem 1.25rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
}

.pageElement-room-list-detail .bottom-link-wrapper .canvas {
    padding: 0 8.571%;
}

@media screen and (max-width: 50rem) {
    .pageElement-room-list-detail .st-key {
        text-align: left;
        width: 20%;
    }
}

@media screen and (max-width: 25rem) {
    .pageElement-room-list-detail .st-key {
        width: 40%;
    }
}


.pageElement-room-list-detail .content-container,
.pageElement-room-list-detail .content-container * {
    box-sizing: border-box;
}


.pageElement-room-list-detail .content-container {
    grid-template-columns: minmax(26.25rem, 1fr) min(35rem, 40vw);

}


.pageElement-room-list-detail .images {
    margin: 0;
}
.pageElement-room-list-detail .img-container {
    position: relative;
}
.pageElement-room-list-detail .room-detail-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-room-list-detail .image-big,
.pageElement-room-list-detail .image-small {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 78.125rem) {
    .pageElement-room-list-detail .content-container {
        grid-template-columns: 1fr;
    }

    .pageElement-room-list-detail .images {
        align-items: stretch;
        max-width: 36.875rem;
    }
}
@media screen and (max-width: 87.5rem) {
    .pageElement-room-list-detail {
        padding: 0 1.2500rem !important;
    }
}

@media screen and (max-width: 30rem) {
    .pageElement-room-list-detail .small-images {
        grid-template-columns: 1fr !important;
    }
}
.pageElement-room-list * {
    box-sizing: border-box;
}

.pageElement-room-list .content-container {
    display: block;
    padding: 0;
    justify-content: initial;
}

.pageElement-room-list .room-content {
    background-color: #FFFFFF;
    display: flex;
    /*max-width: 1570px;*/
    width: 100%;
}

.pageElement-room-list p{
    color: #000000;
}

.pageElement-room-list .room-wrapper {
    background-color: #F0F0F0;
    padding: 0.625rem;
    /*max-width: 1590px;*/
    width: 100%;
    /*margin: 0 165px 15px 165px;*/
    margin: 0 0 0.9375rem 0;

}

.pageElement-room-list .text-container {
    padding: 0 5rem;
}

.pageElement-room-list .name {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.375rem;
    color: black;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
}

.pageElement-room-list .description {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #7F7F7F;
    margin-bottom: 2.1875rem;
    word-break: break-word;
}

.pageElement-room-list .size,
.pageElement-room-list .persons {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: inherit;
}

.pageElement-room-list .size {
    margin-bottom: 0.9375rem;
    margin-top: 1.875rem;
}
.pageElement-room-list .persons {
    margin-bottom: 2.1875rem;
}

.pageElement-room-list .fa-arrows-maximize,
.pageElement-room-list .fa-users,
.pageElement-room-list .fa-chevron-right {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    color: black;
    font-size: 1.25rem;
    margin-right: 0.625rem;
    width: 1.25rem;
}

.pageElement-room-list .fa-chevron-right {
    margin-right: 0;
}

.pageElement-room-list .image-container {
    height: 100%;
    width: 28.125rem;
    margin: auto 0;
    flex-shrink: 0;
    max-width: 100%;

}
.pageElement-room-list .img-info{
    position: relative;
}
.pageElement-room-list .room-list-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-room-list .detail-link {
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1.25rem;
    width: fit-content;
}
.pageElement-room-list .detail-link i{
    font-size: 1.125rem;
    color: #000000;
}
.pageElement-room-list .detail-link:hover {
    text-decoration: underline;
}
/*
.pageElement-room-list .room-list {
padding-left: 8.571%;
padding-right: 8.571%;
}
*/
.pageElement-room-list .tagung-link-wrapper {
    min-height: 10rem;
    display: flex;
    align-items: center;
    /* position: absolute;
    bottom: 0;*/
    width: 100%;
    margin-top: 2.5rem;
}

.pageElement-room-list .tagung-link {
    text-align: center;
    background-color: #ED7B00;
    border-radius: 0.313rem;
    color: #000000;
    min-height: 3.75rem;
    padding: 1.25rem 1.875rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
}
.pageElement-room-list .tagung-link:hover {
    background-color: #AA9C7C;
}

@media screen and (max-width: 75rem) {
    .pageElement-room-list .text-container {
        padding: 0 2.5rem;
    }
}

@media screen and (max-width: 59.375rem) {
    .pageElement-room-list .room-content {
        flex-direction: column;

    }

    .pageElement-room-list img {
        height: auto;
        width: 100%;
    }

    .pageElement-room-list .image-container {
        width: 100%;
    }
}

@media screen and (max-width: 50rem) {
    .pageElement-room-list .tagung-link {
        font-size: 1rem;
        font-weight: 600;
        padding: 0.9375rem 1.25rem;
    }
}

.pageElement-room-list {
    position: relative;
}
@media screen and (max-width: 32.5rem) {
    .pageElement-room-list .name {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 25rem) {
    .pageElement-room-list .text-container {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 87.5rem) {
    .pageElement-room-list .content-container {
        padding: 0 1.2500rem;

    }
}.pageelement-sitemap {
    overflow: visible;
}

.pageelement-sitemap .content-container {
    /* ... */
}

.pageelement-sitemap ul {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
}

.pageelement-sitemap ul ul {
    margin-left: 1.25rem;
}


.pageelement-sitemap li {
    float: none;
    display: block;
}


.pageelement-sitemap li a {
    text-decoration: underline;
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.pageelement-sitemap li a:hover {
    color: #58503E;
}

.pageelement-social-media-teaser .heading-container {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
}

@media screen and (max-width: 87.5000rem) {
    .pageelement-social-media-teaser .heading-container {
        padding-left: 1.2500rem;
    }
}

.pageelement-social-media-teaser .wrapper {
    background-color: #00528c;
    min-height: 6.2500rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageelement-social-media-teaser .content-container {
    width: 100%;
    display: grid;
    gap: 0.6250rem;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.2500rem;
}

.pageelement-social-media-teaser .content-container p, .pageelement-social-media-teaser .content-container a {
    color: white;
    font-size: 1.1250rem;
    padding: 1.2500rem 0;
}

.pageelement-social-media-teaser #facebook-link::before,
.pageelement-social-media-teaser #instagram-link::before,
.pageelement-social-media-teaser #twitter-link::before,
.pageelement-social-media-teaser #youtube-link::before,
.pageelement-social-media-teaser #xing-link::before,
.pageelement-social-media-teaser #linkedin-link::before,
.pageelement-social-media-teaser #tiktok-link::before {
    font-size: 2.6875rem;
    font-family: "Font Awesome 6 Brands", sans-serif;
    display: block;
    width: 6.2500rem;
    vertical-align: middle;
}

.pageelement-social-media-teaser .content-container a {
    display: flex;
    align-items: center;
    text-align: center;
}

.pageelement-social-media-teaser #facebook-link::before {
    content: "\f09a";
}

.pageelement-social-media-teaser #instagram-link::before {
    content: "\f16d";
}

.pageelement-social-media-teaser #twitter-link::before {
    content: "\e61b";
}

.pageelement-social-media-teaser #youtube-link::before {
    content: "\f431";
}

.pageelement-social-media-teaser #xing-link::before {
    content: "\f168";
}

.pageelement-social-media-teaser #linkedin-link::before {
    content: "\f08c";
}

.pageelement-social-media-teaser #tiktok-link::before {
    content: "\e07b";
}

.pageelement-social-media-teaser .social-media-text {
    grid-area: 1 / 1 / 4 / 1;
    align-self: center;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

@media (max-width: 48.0000rem) {
    .pageelement-social-media-teaser .content-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .pageelement-social-media-teaser .content-container a {
        padding: 0.6250rem 0.9375rem;
    }
}

@media (max-width: 30.0000rem) {
    .pageelement-social-media-teaser .content-container {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .pageelement-social-media-teaser .content-container a {
        padding: 0.6250rem;
        display: inline-block;
        line-height: 1.5;
    }
}

.pageelement-social-media-teaser .social-media-link:hover {
    color: #707070;
}.teaser-start {
    max-width: 87.5rem;
    margin: 0 auto;
    margin-bottom: 6.25rem; /* 100px */
}

/* Grid */
.teaser-start__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

/* Box */
.teaser-start__box {
    background: var(--bg);
    color: var(--fg);
    border-radius: var(--radius-default);
    padding: 2.5rem;
    text-align: center;
    box-sizing: border-box;
}

/* Headline */
.teaser-start__headline {
    margin: 0.5rem 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: inherit;
}

/* Icon */
.teaser-start__icon {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: inherit;
}

.teaser-start__icon:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 1;
    color: currentColor;
    content: '';
}

/* Icon mapping */
.teaser-start__icon.icon-alarm:before { content: '\f34e'; }
.teaser-start__icon.icon-calendar:before { content: '\f073'; }
.teaser-start__icon.icon-info:before { content: '\f05a'; }

/* Text */
.teaser-start__text {
    margin: 0.75rem 0 1.5rem;
}

/* texteditor darf fg nicht überschreiben */
.teaser-start__box .texteditor,
.teaser-start__box .texteditor * {
    color: inherit !important;
}

/* CTA */
.teaser-start__button {
    display: flex;
    justify-content: center;
}

.teaser-start__cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 16rem;
    max-width: 100%;

    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;

    background: #fff;
    color: #000;

    text-decoration: none;
    font-weight: 700;
    box-sizing: border-box;
}

/* Banner */
.teaser-start__banner {
    display: flex;
    align-items: center;
    gap: 0.75rem;

    margin-top: 1.5rem;
    padding: 1rem 1.5rem;

    background: var(--bg);
    color: var(--fg);

    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 700;
}

.teaser-start__banner-icon {
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: inherit;
}

.teaser-start__banner-icon:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1;
    color: currentColor;
    content: '\f05a';
}

.teaser-start__banner-text {
    color: inherit;
}

/* Responsive */
@media (max-width: 60rem) {
    .teaser-start__grid {
        grid-template-columns: 1fr;
    }

    .teaser-start__box {
        padding: 2rem 1.5rem;
    }

    .teaser-start__cta {
        width: 100%;
        max-width: 20rem;
    }

    .teaser-start {
        margin-bottom: 4.375rem; /* 70px */
    }
}/* ==================================================
   Pageelement: Teaserboxes Triple
================================================== */

/* Heading */
.pageelement-teaserboxes-triple .heading-container {
    width: 100%;
    max-width: 87.5rem;
    display: block;
    margin: 0 auto 1.25rem;
}

/* Layout */
.pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
}

/* Box */
.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
    display: flex;
    flex-flow: column;
    background: var(--bg);
    color: var(--fg);
    border-radius: var(--radius-default);
    overflow: hidden;
}


.pageelement-teaserboxes-triple .teaserbox-textcontainer,
.pageelement-teaserboxes-triple .teaserbox-textcontainer * {
    color: inherit;
}

/* Image */
.pageelement-teaserboxes-triple .teaserbox-imagecontainer {
    position: relative;
    background-color: #7F7F7F;
}

.pageelement-teaserboxes-triple .teaserboxes-main .teaserbox-imagecontainer img {
    object-fit: cover;
}

/* Text */
.pageelement-teaserboxes-triple .teaserbox-textcontainer {
    padding: 3.4375rem 1.875rem;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-flow: column;
    gap: 2.1875rem;
}


.pageelement-teaserboxes-triple .teaserbox-body > :first-child {
    margin-top: 0;
}

.pageelement-teaserboxes-triple .teaserbox-body > :last-child {
    margin-bottom: 0;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer .box-headline {
    font-weight: 700;
    line-height: 1.875rem;
}

/* Button */
.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox .teaserbox-button {
    background: var(--bg);
    color: var(--fg);

    width: 100%;
    margin: auto auto 0;
    padding: 0.8rem 0;

    border-radius: var(--radius-default);
    text-align: center;
    text-decoration: none;

    box-shadow: inset 0 0 0 0 var(--bg);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox .teaserbox-button:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg);
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox .teaserbox-button:hover * {
    color: #000000;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox .teaserbox-button .button-text {
    color: inherit;
    font-weight: 700;
    font-size: 1.125rem;
    display: inline;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox .teaserbox-button .button-icon {
    display: inline;
    color: inherit;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox .teaserbox-button .button-icon i {
    color: inherit;
    margin-left: 0.625rem;
}

/* AI + Copyright */
.pageelement-teaserboxes-triple .ai-mark {
    align-self: end;
    position: absolute;
    bottom: 1.25rem;
    right: 0.625rem;
}

.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;
    right: 0;
    font-size: 0.75rem;
    background-color: transparent;
}


/* ==================================================
   Media Queries
================================================== */

@media screen and (max-width: 87.5rem) {
    .pageelement-teaserboxes-triple .heading-container {
        padding-left: 1.25rem;
    }
}

@media screen and (max-width: 75rem) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
        grid-template-columns: 1fr;
        gap: 1.875rem;
    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 45rem) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
        flex-flow: column;
    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer,
    .pageelement-teaserboxes-triple .teaserbox-textcontainer {
        width: 100%;
    }
}

.pageelement-teaserboxes {
    padding: 3rem 0;
    margin-bottom: 6.25rem;
}

.pageelement-teaserboxes.white {
    padding: 0; /* Standard background is white, so no padding needed */
}

.pageelement-teaserboxes .content-container {
    display: flex;
    align-items: stretch;
    min-height: 25.0000rem;
}

.pageelement-teaserboxes .heading-container {
    width: 100%;
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
}

.pageelement-teaserboxes .teaserbox-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* --- Columns --- */

.pageelement-teaserboxes .left-column,
.pageelement-teaserboxes .right-column {
    overflow: hidden;
    flex: 1 1 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch; /* Gleichmäßige Höhe */
}

.pageelement-teaserboxes .left-column {
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}

.pageelement-teaserboxes .right-column {
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}

/* --- Images --- */

.pageelement-teaserboxes .teaser-image-container {
    position: relative;
    width: 100%;
    max-width: 43.7500rem;
    display: flex;
    justify-content: flex-end;
    border-radius: 0;
    /* Desktop Standard: Füllt Höhe */
    height: 100%;
    max-height: none;
    overflow: hidden;
    isolation: isolate;
}

.pageelement-teaserboxes img {
    width: 100%;
    display: block;
    border-radius: 0;
    /* Desktop Standard */
    height: 100%;
    object-fit: cover;
    max-width: 43.7500rem;
    max-height: 25.0000rem;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.pageelement-teaserboxes .teaser-image-container::after {
    content: '';
    position: absolute;
    top: -0.1250rem;
    bottom: -0.1250rem;
    aspect-ratio: 100 / 400;
    transform: none;
    -webkit-mask: url('/_images/Pfad_377.svg') no-repeat center / contain;
    mask: url('/_images/Pfad_377.svg') no-repeat center / contain;
    z-index: 3;
    pointer-events: none;
}

.pageelement-teaserboxes.textbg-white .teaser-image-container::after {
    background: #ffffff;
}

.pageelement-teaserboxes.textbg-grey .teaser-image-container::after {
    background: #f0f0f0;
}

.pageelement-teaserboxes.img-left .teaser-image-container::after {
    right: -0.1250rem;
}

.pageelement-teaserboxes.img-right .teaser-image-container::after {
    left: -0.1250rem;
    transform: scaleX(-1); /* gespiegelt */
}

/* --- Text Content --- */

.pageelement-teaserboxes .left-column .text,
.pageelement-teaserboxes .right-column .text {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: auto;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: visible;
    margin: 0.9375rem 2.1875rem;
    padding: 0.9375rem 2.1875rem;
    border-radius: 1rem;
}

.pageelement-teaserboxes.img-left .right-column .text {
    margin-left: 0;
    margin-right: clamp(0.75rem, 2vw, 2.1875rem);
    padding-left: 0.75rem;
    padding-right: clamp(1.25rem, 2vw, 2.1875rem);
}

.pageelement-teaserboxes.img-right .left-column .text {
    margin-left: clamp(0.75rem, 2vw, 2.1875rem);
    margin-right: 0;
    padding-left: clamp(1.25rem, 2vw, 2.1875rem);
    padding-right: 0.75rem;
}

.pageelement-teaserboxes .teaser-headline {
    font-size: 1.3750rem !important;
    padding-top: 1.8750rem;
}

.pageelement-teaserboxes .teaser-text {
    font-size: 1.1250rem !important;
    margin-bottom: 1.2500rem;
}

/* --- Button --- */

.pageelement-teaserboxes .teaserbox-button {
    background-color: var(--bg);
    color: var(--fg);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: var(--button-min-height);
    align-self: flex-start;
    min-width: 16rem;
    max-width: 100%;
    margin: auto 0 0 0;
    padding: var(--button-padding-y) var(--button-padding-x);
    box-sizing: border-box;
    border-radius: var(--radius-default);
    text-decoration: none;
    box-shadow: inset 0 0 0 0 var(--bg);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.pageelement-teaserboxes .teaserbox-button:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg);
}

.pageelement-teaserboxes .teaserbox-button:hover * {
    color: #000000;
}

.pageelement-teaserboxes .teaserbox-button .button-text {
    color: inherit;
    font-size: 1.12500rem;
    font-weight: 700;
    text-align: center;
}

.pageelement-teaserboxes .teaserbox-button .button-icon {
    color: inherit;
    display: flex;
    align-items: center;
}

.pageelement-teaserboxes .teaserbox-button .button-icon i {
    color: inherit;
    font-size: 1.1250rem;
    padding-left: 0.6250rem;
}

/* --- Meta Elements --- */

.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;
    background-color: transparent;
}
.pageelement-teaserboxes.img-left .teaserbox-copyright {
    right: 3rem;
}

.pageelement-teaserboxes .pageelement-canvas {
    width: 100%;
    max-width: 87.5000rem;
    margin: 0 auto;
}

.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 Queries
================================================== */

/* Laptop / Großes Tablet */
@media screen and (max-width: 87.5000rem) {
    .pageelement-teaserboxes .heading-container {
        padding-left: 1.2500rem;
        box-sizing: border-box;
    }

    .pageelement-teaserboxes .content-container {
        padding: 0 1.25rem; /* Etwas Luft an den Seiten */
    }
}


/* Tablet / Mobile Stack (max-width: 60rem) */
@media screen and (max-width: 60rem) {
    /* 1. Container & Layout Reset */
    .pageelement-teaserboxes .content-container {
        flex-direction: column !important;
        min-height: 0 !important; /* Container darf nicht künstlich gedeckelt sein */
    }

    .pageelement-teaserboxes .left-column,
    .pageelement-teaserboxes .right-column {
        width: 100%;
        flex: 0 0 auto; /* Wichtig: Flex-Items nicht strecken */
        align-items: stretch;
        order: 0;
        border-radius: 0; /* Neutralisieren */
    }

    /* 2. Bild Styles für Mobile (nur oben rund) */
    .pageelement-teaserboxes .teaser-image-container {
        max-width: none;
        max-height: none !important;
        width: 100%;
        height: auto !important; /* killt height:100% von Desktop */
        border-radius: var(--radius-default) var(--radius-default) 0 0 !important;
        overflow: hidden;
        padding: 0 !important; /* Reset padding from larger query */
    }

    .pageelement-teaserboxes img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto !important;
        border-radius: 0 !important; /* Bild selbst nicht rund */
    }

    .pageelement-teaserboxes .teaser-image-container::after {
        display: none !important;
        content: none;
    }

    /* 3. Text Box Styles (unten rund, wächst mit Inhalt) */
    .pageelement-teaserboxes .left-column .text,
    .pageelement-teaserboxes .right-column .text {
        width: 100%;
        margin: 0 !important; /* Killt negative margins */
        border-radius: 0;
        height: auto !important;      /* statt "100%" */
        overflow: visible !important; /* kein Abschneiden */
        padding: 1.563rem 1.25rem !important;
        box-sizing: border-box;
    }
    .pageelement-teaserboxes.img-left .right-column,
    .pageelement-teaserboxes.img-right .left-column {
        border-radius: 0 0 var(--radius-default) var(--radius-default) !important;
        overflow: hidden !important;
    }

    /* 4. Reihenfolge (Bild immer oben) */
    /* Wenn Desktop img-right war: Bild steckt rechts -> soll mobile trotzdem oben sein */
    .pageelement-teaserboxes.img-right .right-column { order: 0; } /* Bild */
    .pageelement-teaserboxes.img-right .left-column  { order: 1; } /* Text */

    /* Wenn Desktop img-left war: Standard */
    .pageelement-teaserboxes.img-left .left-column { order: 0; }
    .pageelement-teaserboxes.img-left .right-column { order: 1; }

    /* 5. Button mittig */
    .pageelement-teaserboxes .teaserbox-button {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Spezifische Desktop Fixes (min-width: 60.001rem) */
@media screen and (min-width: 60.001rem) {
    .pageelement-teaserboxes .left-column,
    .pageelement-teaserboxes .right-column {
        align-items: stretch;
    }

    .pageelement-teaserboxes .teaser-image-container {
        height: 100%;
        max-height: none;
    }

    .pageelement-teaserboxes .teaser-image-container img {
        height: 100%;
        object-fit: cover;
    }
}


/* Kleineres Tablet (max-width: 48rem) */
@media screen and (max-width: 48.0000rem) {
    .pageelement-teaserboxes .right-column .ai-mark {
        right: 0.6250rem;
    }

    .pageelement-teaserboxes .left-column .text,
    .pageelement-teaserboxes .right-column .text {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 1.563rem 1.25rem !important;
    }
}

/* Mobile Small */
@media only screen and (max-width: 32.5rem) {
    .pageelement-teaserboxes .teaserbox-button .button-text {
        font-size: 1rem;
        font-weight: 600;
    }
}

@media screen and (max-width: 25.0000rem) {
    .pageelement-teaserboxes .teaserbox-button {
        width: 100%;
    }

    .pageelement-teaserboxes .teaserbox-button .button-text {
        font-size: 1.0000rem !important;
        font-weight: 600;
    }

    .pageelement-teaserboxes .teaserbox-copyright {
        margin-top: 0 !important;
    }
}
.pageelement-text-accordion-main.contentbox {
    overflow: unset;
}

.pageelement-text-accordion-main .wrapper {
    color: #fff;
    width: 100%;
}

.pageelement-text-accordion-main .element-headline {
    margin: 0 auto 1.2500rem;
    display: flex;
    max-width: 87.5000rem;
    justify-content: space-between;
    padding: 0 1.2500rem;
}

.pageelement-text-accordion-main details {
    margin-bottom: 0.938rem;
    background-color: var(--bg);
}

.pageelement-text-accordion-main.short-margin {
    margin-bottom: 1.562rem;
}

.pageelement-text-accordion-main .top {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}
.pageelement-text-accordion-main .top:hover .headline {
    text-decoration: underline;
}

.pageelement-text-accordion-main .top:has(summary:focus-visible) {
    outline: var(--outline);
    outline-offset: 0.188rem;
}

.pageelement-text-accordion-main .top summary {
    list-style: none;
    width: 100%;
    display: block;
    position: relative;
    padding: 0.625rem 1.875rem 0.625rem 2.812rem;
    box-sizing: border-box;
    background-color: inherit;
}
.pageelement-text-accordion-main .top,  .pageelement-text-accordion-main .top summary {
    border-radius: var(--radius-default);
}

.pageelement-text-accordion-main .top summary {
    background-color: var(--bg);
}

.pageelement-text-accordion-main .top summary * {
    color: var(--fg);

}

.pageelement-text-accordion-main details summary::-webkit-details-marker {
    display: none;
}


.pageelement-text-accordion-main .top summary:focus {
    outline: none;
}

.pageelement-text-accordion-main .top .headline {
    padding-right: 0.938rem;
    line-height: 1.562rem;
    margin-bottom: 0 !important;
    margin-top: 0;
    margin-left: 0.625rem;
}

.pageelement-text-accordion-main .top summary .arrow {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background: currentColor; /*hier variable color*/
    display: block;
    border-radius: 0.25rem;
}

.pageelement-text-accordion-main .top .arrow::before {
    width: auto;
    display: inline-block;
}

.pageelement-text-accordion-main .top summary .arrow::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: var(--bg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    right: auto;
    transition: transform 0.3s ease;;
}

.pageelement-text-accordion-main .top[open] .arrow::before {
    transform: translate(-50%, -50%) rotate(90deg);
}


.pageelement-text-accordion-main .text {
    cursor: default !important;
    padding: 1rem 1.875rem 1.525rem 3.437rem;
    background-color: inherit;

}

.pageelement-text-accordion-main .text-white * {
    color: #fff !important;
}

.pageelement-text-accordion-main .text-black * {
    color: #000 !important;
}

.pageelement-text-accordion-main .text-black a:focus-visible {
    outline-color: #000 !important;
}

.pageelement-text-accordion-main .text-white + .arrow {
    color: #fff;
}

.pageelement-text-accordion-main .text-black + .arrow {
    color: #000;
}

.pageelement-text-accordion-main .text a {
    color: inherit;
}

.pageelement-text-accordion-main .text a:focus-visible {
    outline: 0.1875rem solid #fff;
    outline-offset: var(--defaultform-outline-offset);
}


@media screen and (max-width: 50.0rem) {

    .pageelement-text-accordion-main .top summary,
    .pageelement-text-accordion-main .text {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
    }
}
/*****************************************************************
**** Text-image-main
******************************************************************/

.pageelement-text-image .wrapper {
    overflow-wrap: anywhere;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: var(--bg);
    color: var(--fg);
}
.pageelement-text-image .content-container,
.pageelement-text-image .content-container *{
    color: inherit;
}

.pageelement-text-image .text {
    max-width: 62.5000rem;
}

.pageelement-text-image .wrapper.none {
    background: none;
    padding: 0;
}

.pageelement-text-image .wrapper .column {
    display: flex;
    gap: 3.7500rem;
    width: 100%;
}

.pageelement-text-image .width_100 {
    width: 100%;
}

.pageelement-text-image .wrapper .column.width_75 {
    width: calc(75% - 0.9375rem);
}

.pageelement-text-image .wrapper .column.width_50 {
    width: calc(50% - 0.6250rem);
}

.pageelement-text-image .wrapper .column.width_25 {
    width: calc(25% - 2.8125rem);
}

.pageelement-text-image .wrapper .column .cell {
    display: flex;
    flex-flow: column;
}

.pageelement-text-image .wrapper .column .cell.width_25 {
    width: calc(25% - 2.8125rem);
}

.pageelement-text-image .wrapper .column .cell.width_50 {
    width: calc(50% - 1.8750rem);
}

.pageelement-text-image .wrapper .column .cell.width_75 {
    width: calc(75% - 0.9375rem);
}

.pageelement-text-image .wrapper .column .cell.center_text h3 {
    text-align: center;
}

.pageelement-text-image .wrapper .column.center_text .cell.width_75,
.pageelement-text-image .wrapper .column.center_text .cell.width_50 {
    margin-left: auto;
    margin-right: auto;
}

.pageelement-text-image .wrapper .column.center_text .cell.width_25.empty {
    width: 0;
    margin-right: -3.7500rem;
}

.pageelement-text-image .wrapper .column .cell .image {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-default);
}

.pageelement-text-image .imagecolumn-text {
    margin-top: 1.8750rem;
}

.pageelement-text-image .wrapper .column .cell .image .ai-mark {
    position: absolute;
    bottom: 1.2500rem;
    right: 0.6250rem;
}

.pageelement-text-image .wrapper .column .cell .image .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: .4;
}

.pageelement-text-image .imagecolumn {
    display: inline-block;
}

.pageelement-text-image .textcolumn {
    display: inline-block;
}

.pageelement-text-image .wrapper.left {
    justify-content: flex-start;
}

.pageelement-text-image .wrapper.middle {
    justify-content: center;
}

.pageelement-text-image .wrapper.right {
    justify-content: flex-end;
}

.pageelement-text-image .wrapper.text-image {
    gap: 3.7500rem;
}

.pageelement-text-image .wrapper.text-image .pageelement-canvas {
    gap: 3.7500rem;
}

.pageelement-text-image .background-full-width {
    width: 100% !important;
    overflow: visible !important;
}

.pageelement-text-image .background-adjusted-width {
    max-width: 87.5000rem !important;
    overflow: hidden !important;
    margin: 0 auto;
    border-radius: var(--radius-default);
}

.pageelement-text-image h2 {
    display: block;
}

.pageelement-text-image .heading.center_text {
    text-align: center;
}

.pageelement-text-image .column.center_text h3 {
    text-align: center;
}

.pageelement-text-image .content-container {
    display: inline-block !important;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 87.5000rem) {
    .pageelement-text-image .content-container {
        padding: 0 1.2500rem !important;
    }
}

.pageelement-text-image .wrapper.background-full-width .content-container {
    padding: 3.1250rem 0;

}
.pageelement-text-image .wrapper.background-adjusted-width .content-container
{
    padding: 3.125rem;
}

.pageelement-text-image .pageelement-canvas {
    display: flex;
}

.pageelement-text-image .wrapper.background-adjusted-width .column .cell.width_25 {
    width: calc(25% - 2.8125rem);
}

.pageelement-text-image .wrapper .content-container .texteditor a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: var(--link-underline-thickness);
}

.pageelement-text-image .wrapper .content-container .texteditor a:hover {
    text-decoration-thickness: var(--link-underline-thickness-hover);
}

.pageelement-text-image .wrapper .content-container .text {
    font-size: 1.1250rem;
}

.pageelement-text-image .text.center_text {
    text-align: center;
}

.pageelement-text-image .text.center_text ol {
    display: flex;
    flex-flow: column;
    align-items: center;
}

@media only screen and (max-width: 90.6250rem) {
    .text-image .wrapper .column.width_75,
    .text-image .wrapper .column.width_25,
    .text-image .wrapper .column .cell.width_75,
    .text-image .wrapper .column .cell.width_25 {
    }

}

@media screen and (min-width: 87.5000rem) {
    .pageelement-text-image .pageelement-canvas {
        padding: 0 !Important;
    }
}

@media only screen and (max-width: 64.0000rem) {
    .pageelement-text-image .wrapper .column.width_100:has(.special-case) {
        flex-wrap: wrap;
    }

    .pageelement-text-image .pageelement-canvas {
        flex-flow: column;
        gap: 1.8750rem;
    }

    .pageelement-text-image .wrapper.text-image .pageelement-canvas {
        gap: 1.8750rem;
    }

    .text-image .wrapper .column.width_25,
    .text-image .wrapper .column.width_50,
    .text-image .wrapper .column.width_75,
    .text-image .wrapper .column .cell.width_25,
    .text-image .wrapper .column .cell.width_50,
    .text-image .wrapper .column .cell.width_75 {
        width: 100%;
    }

    .pageelement-text-image .pageelement-canvas {
        flex-wrap: wrap;
    }

    .text-image .wrapper .column .cell.empty {
        display: none;
    }

    .pageelement-text-image .wrapper .column.center_text .cell.width_25.empty {
        margin-right: unset;
    }
}

.pageelement-text-image .copyright {
    font-size: 0.7500rem;
    margin-top: -1.4375rem;
    align-self: end;
    padding: 0.3125rem 0.3125rem 0 0.3125rem;
    z-index: 5;
    background-color: transparent;
}

.pageelement-text-image .copyright.white-text {
    color: #FFFFFF;
}

.pageelement-text-image .copyright.black-text {
    color: #000000;
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-text-image .wrapper .content-container,
    .pageelement-text-image .wrapper.background-adjusted-width .content-container {
        padding: 1.2500rem;
    }


}

.pageelement-text-image .wrapper.none .content-container {
    padding: 0;
}

.pageelement-text-image .wrapper.background-adjusted-width .content-container,
.pageelement-text-image .wrapper.background-full-width .content-container {
    padding-top: 1.2500rem !important;
    padding-bottom: 1.3000rem !important;

}

.pageelement-text-image .wrapper .column .cell .image img {
    display: block;
    width: 100%;
    height: auto;
}
.pageelement-text-image:has(.wrapper.background-adjusted-width){
    padding: 0 1.25rem
}.pageelement-text-logo-boxes {

    margin: 0;
}

.pageelement-text-logo-boxes .content-container {
    /*padding: 3.125rem;*/
}

.pageelement-text-logo-boxes .heading-container {
    max-width: 87.5000rem;
    margin: 0 auto 1.2500rem;
}

/*
.pageelement-text-logo-boxes .logo-element-main-container {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
}
*/
.pageelement-text-logo-boxes .logo-element-main-container {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    width: 100%;
}

.logo-link {
    display: block;
    /*
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    max-width: 50rem;

     */
}

/*
.pageelement-text-logo-boxes .logo-container {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    border: 0.125rem solid #000000;
    max-width: 50rem;

    padding: 2rem;
    box-sizing: border-box;
    transition: box-shadow .2s ease, border-color .2s ease;
}*/
.pageelement-text-logo-boxes .logo-container {
    border: .125rem solid #000;
    padding: 2rem;
    box-sizing: border-box;
    transition: box-shadow .2s ease, border-color .2s ease;

    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
}

.pageelement-text-logo-boxes .logo-container:hover {
    box-shadow: 0 0 0 0.2rem #000 inset;
}

/*
.pageelement-text-logo-boxes img {
    max-width: 401px;
    width: 100%;
    height: auto;
    object-fit: contain;
}*/
.pageelement-text-logo-boxes .logo-container img {
    max-width: 90%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}


@media screen and (max-width: 87.5000rem) {
    .pageelement-text-logo-boxes .logo-element-main-container {
        gap: 2rem;
    }

    .pageelement-text-logo-boxes .logo-container {
        padding: 1.5rem 2rem;
    }
}

/*
@media screen and (max-width: 48.0000rem) {
    .pageelement-text-logo-boxes .logo-element-main-container {
        gap: 1.5rem;
        flex-direction: column;
        align-items: center;
    }

    .pageelement-text-logo-boxes .logo-container {
        width: 100%;
        padding: 1rem;
    }

    .pageelement-text-logo-boxes .logo-link {
        width: 100%;
    }
}*/
@media (max-width: 48rem) {
    .pageelement-text-logo-boxes .logo-element-main-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pageelement-text-logo-boxes .logo-container {
        padding: 1rem;
        aspect-ratio: 16 / 9;
    }
}

@media screen and (max-width: 25.0000rem) {
    .pageelement-text-logo-boxes .logo-element-main-container {
        gap: 1rem;
    }
}

.pageelement-text-logo-boxes {
    margin: 0;
}

.pageelement-text-logo-boxes .menu-grid {
    overflow: visible;
}

.pageelement-text-logo-boxes .content-container {
    /*padding: 3.125rem;*/
}

.pageelement-text-logo-boxes .heading-container {
    max-width: 87.5000rem;
    margin: 0 auto 1.2500rem;
}

.pageelement-text-logo-boxes .logo-element-main-container {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
}

.logo-link {
    flex: 1 1 18.75rem;
    display: flex;
    justify-content: center;
    max-width: 50rem;
}

.pageelement-text-logo-boxes .logo-container {
    display: flex;
    flex: 1 1 18.75rem;
    justify-content: center;
    border: 0.125rem solid #000000;
    max-width: 50rem;
    padding: 2rem;
    box-sizing: border-box;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.pageelement-text-logo-boxes .logo-container:hover {
    box-shadow: 0 0 0 0.2rem #000 inset;
}

.pageelement-text-logo-boxes img {
    max-width: 25.063rem; /* 401px */
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 87.5000rem) {
    .pageelement-text-logo-boxes .logo-element-main-container {
        gap: 2rem;
    }

    .pageelement-text-logo-boxes .logo-container {
        padding: 1.5rem 2rem;
    }
}

@media screen and (max-width: 48.0000rem) {
    .pageelement-text-logo-boxes .logo-element-main-container {
        gap: 1.5rem;
        flex-direction: column;
        align-items: center;
    }

    .pageelement-text-logo-boxes .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1rem;
        flex: 0 1 auto;
        min-height: 0;
    }

    .pageelement-text-logo-boxes .logo-link {
        width: 100%;
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 25.0000rem) {
    .pageelement-text-logo-boxes .logo-element-main-container {
        gap: 1rem;
    }


}