.pageelement {
    /* ... */
}

.pageelement .content-container {
    /* ... */
}
.pageelement-buttons {
    overflow: initial;
}

.button-item {
    list-style-type: none;
    background-color: #f2b708;
    padding: 15px 20px;
    margin: -0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    min-height: 40px;
    box-sizing: border-box;
    flex-direction: row;
}

.button-item-container {
    width: 100%;
}

.button-item .button-icon i {
    font-size: 30px;
    color: #000000;
}

.button-item .button-icon-left {
    margin-right: 20px;
}

.button-item .button-icon-right {
    margin-left: 20px;
}

.button-item .text {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
    line-height: 1.1;
}

.button-item:hover {
    background-color: #0d3959;
}

.button-item:hover .text,
.button-item:hover .button-item i {
    color: #f2b707;
}
.pageelement-contactbox .content-container {

}

.pageelement-contactbox .content-container {
    padding: 0;
}

.pageelement-contactbox .contactbox-image {
    max-width: 700px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.pageelement-contactbox .left-column.small .contactbox-image {
    box-sizing: border-box;
    max-width: 300px;
}

.pageelement-contactbox .text {
    margin-left: 0;
    padding: 30px 40px 20px 40px;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 18px;
}

@media screen and (max-width: 650px) {
    .pageelement-contactbox .content-container {
        flex-direction: column;
    }

    .pageelement-contactbox .left-column,
    .pageelement-contactbox .right-column {
        margin: 0 auto;
        width: initial !important;
    }
}


.pageelement-contactbox .contactbox-name {
    font-weight: 700;
}

.pageelement-contactbox .contactbox-position,
.pageelement-contactbox .contactbox-email {
    margin-bottom: 10px;
}

.pageelement-contactbox .contactbox-comment {
    white-space: pre-line;
}

.pageelement-contactbox .content-container {
    justify-content: flex-start;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
}

.pageelement-contactbox .contactbox-telephone::before {
    content: "\f095";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Sharp", sans-serif;
    display: inline-block;
}

.pageelement-contactbox .contactbox-mobilephone::before {
    content: "\f3ce";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Sharp", sans-serif;
    display: inline-block;
}

.pageelement-contactbox .contactbox-email::before {
    content: "\f0e0";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Sharp", sans-serif;
    display: inline-block;
}

.pageelement-contactbox .contactbox-telefax::before {
    content: "\f1ac";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Sharp", sans-serif;
    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: 28px;
}

.pageelement-contactbox .contactbox-button {
    background-color: #00528c;
    padding: 10px;
    max-width: 250px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    margin-top: 45px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 1.1;
    text-align: center;
}

.pageelement-contactbox .contactbox-button:hover {
    background-color: #707070;
}

.pageelement-contactbox .contactbox-copyright {
    font-size: 12px;
    margin-top: -30px;
    align-self: end;
    padding: 12px 5px 0 5px;
    z-index: 5;
}

.pageelement-contactbox .left-column,
.pageelement-contactbox .right-column {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 1;
}

.pageelement-contactbox .right-column {
    justify-content: flex-start;
}

.pageelement-contactbox .left-column.small {
    width: 25%;
    max-width: 300px;
}

.pageelement-contactbox .right-column.small {
    width: 75%;
}

.pageelement-contactbox .left-column img {
    width: 100%;
    max-width: 700px;
    max-height: 400px;
    object-fit: cover;
    height: auto;
}

.pageelement-contactbox .left-column.small .contactbox-image img {
    max-width: 300px;
}

.pageelement-contactbox .heading-container {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto 20px;
}


@media only screen and (max-width: 1400px) {
    .pageelement-contactbox .content-container {
        padding: 20px;
    }

    .pageelement-contactbox .heading-container {
        padding-left: 20px;
    }
}

/*@media only screen and (max-width: 900px) {
    .pageelement-contactbox .content-container {
        flex-flow: column;
    }

    .contactbox .left-column, .contactbox .right-column {
        width: 100%;
    }

    .pageelement-contactbox .text {
        padding: 30px 0 0 0;
    }

    .pageelement-contactbox .contactbox-button {
        margin: 20px 0 0 0;
    }
}*/

.pageelement-contactbox .contactbox-image .ai-mark {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.pageelement-contactbox .contactbox-image .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: .4;
}


@media screen and (max-width: 400px) {
    .pageelement-contactbox .contactbox-button {
        max-width: 250px;
        font-size: 16px;
    }

    .pageelement-contactbox .contactbox-copyright {
        margin-top: 0;
    }

    .pageelement-contactbox.text {
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 15px;
    }

    .pageelement-contactbox .left-column.small, .contactbox .right-column.small {
        width: 100% !important;
    }
}

.pageelement-contactbox a.contactbox-telephone:hover,
.pageelement-contactbox a.contactbox-mobilephone:hover,
.pageelement-contactbox a.contactbox-email:hover {
    color: #00528c;
}

.pageelement-contactbox a.contactbox-telephone,
.pageelement-contactbox a.contactbox-mobilephone,
.pageelement-contactbox a.contactbox-email {
    font-size: 18px;
}

.contactbox-fallback-image {
    max-width: 700px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    box-sizing: border-box;
}

.pageelement-contactbox .left-column.small .contactbox-fallback-image {
    max-width: 300px;
    height: 100%;
}

.contactbox-fallback-image i {
    font-size: 70px;
    color: #555;
}/*****************************************************************
**** contactform
******************************************************************/

.pageelement-contactform {

}

.pageelement-contactform .content-container {
    display: block;
}

.pageelement-contactform #newsletter_agree_checkbox {
    margin-right: 10px;
}

.pageelement-contactform .form-row p {
    /*margin-bottom: 10px;*/
}.pageelement-downloads .download-link {
    background-color: #f2b707;
    color: #0d3959;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 30px;
    min-height: 65px;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 35px;
    box-sizing: border-box;
    line-height: 1.1;
}

.pageelement-downloads .download-list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.pageelement-downloads .download-link:hover {
    background-color: #0d3959;
    color: #f2b707;
}

.pageelement-downloads .headline,
.pageelement-downloads li {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
    max-width: 1400px;
}

.pageelement-downloads .download-link::before {
    color: #ffffff;
}

.pageelement-downloads .content-container {
    flex-direction: column;
}.pageelement-events-calendarlist {
    margin-bottom: 25px;
}

.pageelement-events-calendarlist .wrapper {
    max-width: 1400px;
    margin: auto;
}

.pageelement-events-calendarlist h2 {

}


.pageelement-events-calendarlist .search {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    display: inline-block;

}

.pageelement-events-calendarlist .search .filter-search {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 24px;
    color: #1f1f1f;
    padding-left: 30px;
    padding-right: 60px;
    border: solid 1px #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 Pro";
    font-weight: 900;
    font-size: 23px;
    padding-top: 2px;
    content: '\f002';
}

.pageelement-events-calendarlist .search .innericon {
    position: absolute;
    top: 11px;
    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: 25px;
}

.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 1px;
    border-radius: 10px;
    background-size: auto;
    background: url('/_images/angle-down-solid.svg') no-repeat 0 0;
    background-position-x: 95%;
    background-position-y: 8px;
    background-size: 20px;
    width: 100%;
    padding-left: 15px;
    color: #707070;
    font-size: 18px;
    height: 40px;
    cursor: pointer;
}

.pageelement-events-calendarlist .filter-item-wrapper {
    padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}

.pageelement-events-calendarlist .filter-item-wrapper .title {
    margin: 10px 35px 10px 0;
}

.pageelement-events-calendarlist .filter-item-wrapper .filter-item-topic {
    border: #00528C solid 1px;
    border-radius: 10px;
    height: 40px;
    padding: 0 17px;
    margin-right: 10px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}

.pageelement-events-calendarlist .filter-item-wrapper .filter-item-topic.selected {
    color: #fff;
    background: #00528C;
}


#event-list-container .spinner {
    width: 100px;
    height: 100px;
    border: 10px solid rgb(230, 230, 230);
    border-top: 10px solid #00528C;
    border-radius: 50%;
    animation: loading-offer-list 1s linear infinite;
    margin-left: calc(50% - 75px);
}

#event-list-container .noresults {
    padding-bottom: 30px;
}

@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: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.pageelement-events-calendarlist .grouplist {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.pageelement-events-calendarlist .grouplist li {
    margin-bottom: 10px;
    border-left: 8px solid #00528C;
    float: none;
}

.pageelement-events-calendarlist .grouplist li .nolink {
    background-color: #E4E4E4;
    padding: 15px 20px;
}

.pageelement-events-calendarlist .grouplist li a {
    padding: 15px 120px 15px 20px;
    display: block;
    background-color: #E4E4E4;
    background-image: url("/_images/events-detail.svg");
    background-repeat: no-repeat;
    background-position: right 50px top 15px;
    background-size: 50px 50px;
}

.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: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.pageelement-events-calendarlist .grouplist .text,
.pageelement-events-calendarlist .grouplist a .text {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.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 Sharp', sans-serif;
    color: #00528C;
    margin-right: 8px;

}

.pageelement-events-calendarlist .grouplist .text .location:before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    color: #00528C;
    margin-right: 8px;

}


.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: 60px;
    width: 250px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    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: 25px;
}

/* *** local events *** */

.pageelement-events-calendarlist .grouplist .topline {
    margin-bottom: 5px;
    color: #00528C;
    display: inline-block;
    font-size: 14px;
}

.pageelement-events-calendarlist .grouplist li {
    position: relative;
}

.pageelement-events-calendarlist .grouplist .localtag {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px 20px 10px 20px;
    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: 16px;
}

.pageelement-events-calendarlist .grouplist .divider:last-child {
    margin-bottom: 0px;
}

.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: 20px;
    font-weight: 400;
    color: #00528C;
}

.pageelement-events-calendarlist .more-events::before {
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: '\f101';
    margin-right: 10px;
    font-weight: 900;
}

.pageelement-events-calendarlist .wrapper {
    padding: 0 20px;
}
.pageelement-events-detail .wrapper {
    max-width: 1400px;
    margin: auto;
    font-size: 18px;
    display: flex;
    flex-flow: column;
    gap: 40px;
    padding: 0 20px;
}

.pageelement-events-detail .content-container {
    justify-content: flex-start;
}

.pageelement-events-detail .columns {
    display: flex;
    gap: 170px;
}

.pageelement-events-detail .columns .left {
    max-width: 800px;
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.pageelement-events-detail .columns .right {
    max-width: 430px;
    display: flex;
    flex-flow: column;
    gap: 50px;
}


.pageelement-events-detail .introtext,
.pageelement-events-detail .infotext .headline,
.pageelement-events-detail .registration .headline {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #00528C;
}

.pageelement-events-detail .registration .headline {
    margin-bottom: 10px;
}

.pageelement-events-detail .copytext {
    display: block;
    max-width: 800px;
}

.pageelement-events-detail .left .box {
    background: #E4E4E4;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.pageelement-events-detail .left .box .title {
    font-weight: 700;
}

.pageelement-events-detail .left .box .section.location .link {
    font-size: 18px;
}

.pageelement-events-detail .left .box .section.location .link:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    content: '\f0ac';
    margin-right: 8px;
}

.pageelement-events-detail .heading {
    color: #00528C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pageelement-events-detail .downloads .download-link::before {
    color: #00528c;
    padding: 0 5px 0 20px;
}

.pageelement-events-detail .downloads .download-link:hover::before {
    color: #FFFFFF;
}

.pageelement-events-detail .downloads .download-link {
    color: black;
    background-color: #E4E4E4;
    padding: 10px 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: 10px 0 10px 20px;
    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: 10px;
    color: #00528c;
}

.pageelement-events-detail .fa-chevron-left {
    margin-right: 10px;
}

.pageelement-events-detail .back-link {
    color: black;
    font-weight: 700;
    font-size: 20px;
}

.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: 10px;
    right: 10px;
}

.pageelement-events-detail .image .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: .4;
}

.pageelement-events-detail .gallery-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #00528C;
    margin-bottom: 10px;
}

.pageelement-events-detail .gallery-image-thumb {
    max-width: 445px;
    width: 100%;
    max-height: 250px;
    height: auto;
}

.pageelement-events-detail .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1400px;
    width: 100%;
    gap: 30px;
    grid-column: 1 / 3;
    grid-row-start: auto;
}

.pageelement-events-detail .registration .box .email:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    content: '\f0e0';
    margin-right: 8px;
    color: #00528C;
}

.pageelement-events-detail .registration .box .telephone:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    content: '\f095';
    margin-right: 8px;
    color: #00528C;
}

.pageelement-events-detail .registration .box .download-link {
    background: #00528C;
    width: fit-content;
    max-width: 100%;
    color: #fff;
    padding: 12px 21px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .pageelement-events-detail .columns {
        gap: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .pageelement-events-detail .columns {
        gap: 50px;
        flex-flow: column;
    }

    .pageelement-events-detail .columns .left,
    .pageelement-events-detail .columns .right {
        width: 100%;
        max-width: unset;
    }
}
.pageelement-gallery-detail .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (min-width: 1440px) {
    .pageelement-gallery-detail .gallery-container,
    .pageelement-gallery-detail .back-item {
        padding: 0 !important;
    }
}

.pageelement-gallery-detail .back-item {
    max-width: 1400px;
    width: 100%;
    margin: 25px auto 0 auto;
    padding-left: 20px;
}

.pageelement-gallery-detail .gallery-image-thumb {
    aspect-ratio: 447 / 251;
    object-fit: cover;
}

@media only screen and (max-width: 760px) {
    .pageelement-gallery-detail .gallery-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .pageelement-gallery-detail .gallery-image {
        width: 100%;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 420px) {
    .pageelement-gallery-detail .gallery-container {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}

.pageelement-gallery-detail .gallery-image-copyright {
    color: #777777;
    opacity: 0.6;
    font-size: 12px;
    float: right;
    text-align: right;
}

.pageelement-gallery-detail .ai-mark {
    position: absolute;
    bottom: 30px;
    right: 5px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}

.pageelement-gallery-detail .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

.pageelement-gallery-detail .gallery-image {
    position: relative;
}

.pageelement-gallery-detail .back-link {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.pageelement-gallery-detail .fa-chevron-left {
    color: #000000;
    font-size: 20px;
    margin-right: 10px;
    font-weight: 900;
}

.pageelement-gallery-detail .back-link:hover,
.pageelement-gallery-detail .back-link:hover .fa-chevron-left {
    color: #00528c;
}.pageelement-gallery-list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 55px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

@media screen and (min-width: 1440px) {
    .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: 22px;
    font-size: 18px;
    word-wrap: break-word;
    word-break: break-word;
}

.pageelement-gallery-list .item:nth-child(3n) {
    margin-right: 0;
}

.pageelement-gallery-list .text-container {
    padding: 5px 10px;
    margin: 0;
    background-color: #00528c !Important;
}

.pageelement-gallery-list .title {
    color: #fff;
}

@media only screen and (max-width: 760px) {
    .pageelement-gallery-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .pageelement-gallery-list .item {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .pageelement-gallery-list {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}

.pageelement-gallery-list .gallery-overview-copyright {
    color: #E4e4e4;
    opacity: 0.5;
    font-size: 12px;
    float: right;
    margin-top: -5px;
    word-wrap: break-word;
    word-break: break-word;
}

.pageelement-gallery-list .text-container a.title {
    margin: 15px 0 !important;
    display: block;
}

.pageelement-gallery-list .text-container a.title:hover {
    color: #707070;
}

.pageelement-gallery-list .image-container a {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.pageelement-gallery-list .ai-mark {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.pageelement-gallery-list .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}.pageelement-icon-info .wrapper {
    background: url(/_images/schlosser_bild.jpg) no-repeat;
    padding: 0 45px;
    background-size: cover;
    position: relative;
}

.pageelement-icon-info .heading-container {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto 20px;
    color: #0d3959;
    font-size: 38px;
    font-weight: 700;
}

@media screen and (max-width: 1400px) {
    .pageelement-icon-info .heading-container {
        padding-left: 20px;
    }
}


.pageelement-icon-info .wrapper .container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    width: 100%;
    gap: 50px;
}


@media screen and (max-width: 1000px) {
    .pageelement-icon-info .wrapper .container {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        gap: 0;
        max-width: 1000px;
        width: 100%;
        margin: 0 !important;
    }
}

.pageelement-icon-info .wrapper .container .icon-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 300px;
    width: 100%;
}

.pageelement-icon-info .wrapper .container .icon-item .headline {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.pageelement-icon-info .wrapper .container .icon-item .text {
    text-align: center;
}

.pageelement-icon-info .wrapper .container .icon-item .text,
.pageelement-icon-info .wrapper .container .icon-item .text p > *,
.pageelement-icon-info .wrapper .container .icon-item .text li,
.pageelement-icon-info .wrapper .container .icon-item .text h3,
.pageelement-icon-info .wrapper .container .icon-item .text p {
    color: #fff !important;
}

.pageelement-icon-info a {
    text-decoration: underline;
    font-size: 18px;
}



.pageelement-icon-info .wrapper .container .icon-item .icon:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    font-size: 90px;
    color: #fff;
}

.pageelement-icon-info .wrapper .container .icon-item:nth-child(1) .icon:before {
    content: ' ';
    display: block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background: url(/_images/icon_links.png) center no-repeat;
}

.pageelement-icon-info .wrapper .container .icon-item:nth-child(2) .icon:before {
    content: ' ';
    display: block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background: url(/_images/icon_mitte.png) center no-repeat;
}

.pageelement-icon-info .wrapper .container .icon-item:nth-child(3) .icon:before {
    content: ' ';
    display: block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background: url(/_images/icon_rechts.png) center no-repeat;
}

.pageelement-icon-info .wrapper .container .icon-item:nth-child(4) .icon:before {
    content: '\f05a';
}

@media only screen and (max-width: 1450px) {
    .pageelement-icon-info .wrapper {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 900px) {
    .pageelement-icon-info .wrapper .container .icon-item .icon:before {
        font-size: 75px;
    }
}

@media only screen and (max-width: 650px) {
    .pageelement-icon-info .wrapper .container .icon-item .icon:before {
        font-size: 65px;
    }
}

@media only screen and (max-width: 420px) {
    .pageelement-icon-info .wrapper .container .icon-item .icon:before {
        font-size: 50px;
    }
}

.pageelement-icon-info a {
    color: #FFFFFF;
    font-weight: bold;
}

.pageelement-icon-info a:hover {
    color: #e4e4e4;
}

.pageelement-icon-info .wrapper-darker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.pageelement-icon-info .headline-container,
.pageelement-icon-info .container {
    z-index: 2;
    position: relative;
}

.pageelement-icon-info .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px 0 120px 0;
}

.pageelement-icon-info .headline-container {
    color: #FFFFFF;
    text-align: center;
}

.pageelement-icon-info .square {
    position: relative;
    color: #f2b707;
    z-index: 2;
    font-size: 50px;
}

.pageelement-icon-info h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}.pageelement-image-double .images-wrapper {
    display: flex;
    gap: 50px;
}

@media screen and (max-width: 1024px) {
    .pageelement-image-double .images-wrapper {
        flex-direction: column;
    }
}

.pageelement-image-double .copyright {
    font-size: 12px;
    /*margin-top: -23px;
    align-self: end;*/
    z-index: 5;
    position: absolute;
    bottom: -15px;
    right: 0;
    color: #9A9A9A;
}

.pageelement-image-double .image-left,
.pageelement-image-double .image-right {
    position: relative;
}

.pageelement-image-double .text {
    margin-top: 20px;
}

.pageelement-image-double ol,
.pageelement-image-double ul {
    margin-left: 20px;
}

.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: 5px;
    right: 10px;
}

.pageelement-image-double .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: .4;
}

.pageelement-image-double h2 {
    display: block;
}.pageelement-link-boxes .link-item {
    list-style-type: none;
}

.pageelement-link-boxes .link-item > a {
    list-style-type: none;
    background-color: #00528C;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    min-height: 70px;
}

.pageelement-link-boxes .link-item:hover > a {
    background-color: #707070;
}

.pageelement-link-boxes .link-item .link-link {
    color: white;
    font-weight: 700;
    width: fit-content;
    font-size: 24px;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    padding-right: 15px;
    line-height: 1.2;
}

.pageelement-link-boxes .link-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pageelement-link-boxes .fa-chevron-right {
    color: white;
    margin-left: auto;
}


@media screen and (max-width: 468px) {
    .pageelement-link-boxes .link-item .fa-regular {
        margin-right: 10px !important;
        font-size: 24px !important;
    }

    .pageelement-link-boxes .link-item .fa-solid {
        font-size: 24px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pageelement-link-boxes .link-item .link-icon {
        width: 70px;
    }


}

.pageelement-link-boxes .link-link {
    width: fit-content;
    display: inline-block;
}

.pageelement-link-boxes .link-item > a > .fa-sharp.fa-chevron-right {
    font-size: 50px;
    margin-right: 37px;
    float: right;
}

.pageelement-link-boxes .link-item .link-icon .fa-solid {
    color: white;
    padding-right: 34px;
    font-size: 30px;
    padding-left: 44px;
}

.link-icon {
    width: 115px;
    flex-shrink: 0;
}.pageelement-links .link-item {
    list-style-type: none;
}

.pageelement-links .link-item > a {
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
}

.pageelement-links .link-item a:hover .link-icon i,
.pageelement-links .link-item a:hover .text {
   color: #0d3959;
}

.pageelement-links .link-item .link-link {
    color: #000000;
    font-weight: 700;
    width: fit-content;
    font-size: 20px;
    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: #000000;
    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;
    margin-right: 10px;
    font-size: 18px;
}

.link-icon {
    flex-shrink: 0;
}

.pageelement-links .link-item a:focus {
    outline: none;
    text-decoration: underline;
    text-decoration-color: #0d3959;
    text-decoration-thickness: 3px;
}
.pageelement-map-main {
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-top: 25px;
}

.pageelement-map-main .map-container {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    width: 100%;
}

.pageelement-map #openstreetmap-container {
    height: 500px;
    overflow: hidden;
}.pageelement-media .content-container {
    flex-direction: column;
    padding: 50px 20px;
}

.pageelement-media .movie {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pageelement-media .wrapper {
    width: 100%;
}

.pageelement-media .pageelement-canvas {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.movie-box.youtube,
.movie-box.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.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-detail .content-container {
    justify-content: flex-start;
}


.pageelement-news-detail .introtext {
    display: block;
    margin-bottom: 10px;
    padding-top: 40px;
}

.pageelement-news-detail .copytext p {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 800px;
}

.pageelement-news-detail .date {
    margin-top: 5px;
}

.pageelement-news-detail .back-item {
    margin-top: 10px;
    width: 100%;
    border-top: 2px solid #777777;
    grid-column: 1 / 3;
    padding-top: 15px;
}

.pageelement-news-detail .back-link {
    color: black;
    font-weight: 700;
    font-size: 20px;
}

.pageelement-news-detail .back-link:hover {
    color: #00528c;
}

.pageelement-news-detail img {
    /* width: auto !important;*/
}

.pageelement-news-detail h3 {
    font-size: 20px;
    font-weight: 700;
    color: #00528c;
    margin-top: 20px;
}

.pageelement-news-detail .downloads {
    margin-top: 50px;
    margin-bottom: 40px;
}

.pageelement-news-detail .downloads .download-link::before {
    color: #00528c;
    padding: 0 5px 0 20px;
}

.pageelement-news-detail .downloads .download-link:hover::before {
    color: #FFFFFF;
}

.pageelement-news-detail .downloads .download-link {
    color: black;
    background-color: #E4E4E4;
    padding: 10px 0;
    margin-bottom: 5px;
}

.pageelement-news-detail .downloads .download-link:hover {
    color: #FFFFFF;
    background-color: #00528c;
}

.pageelement-news-detail .newsdetail-grid {
    display: grid;
    grid-template-columns: minmax(auto, 800px) minmax(auto, 430px);
    gap: 0 170px;
}

@media screen and (max-width: 1200px) {
    .pageelement-news-detail .newsdetail-grid {
        gap: 0 60px;
    }
}


@media screen and (max-width: 768px) {
    .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: 768px) {
    .pageelement-news-detail .right {
        grid-column: 1 / 1;
        grid-row-start: auto;
    }
}

.pageelement-news-detail .rightimage,
.pageelement-news-detail .secondrightimage {
    margin-bottom: 50px;
}

.pageelement-news-detail .news-detail-other-links {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-right: 20px;
}

.pageelement-news-detail .link-link {
    background-color: #E4E4E4;
    color: black;
    width: 100%;
    display: block;
    padding: 10px 0 10px 20px;
}

.pageelement-news-detail .linklist {
    display: flex;
    flex-direction: column;
}

.pageelement-news-detail .fa-arrow-up-right, .pageelement-news-detail .fa-chevron-right {
    padding-right: 10px;
    color: #00528c;
}

.pageelement-news-detail .image-copyright {
    float: right;
    margin-bottom: 10px;
}

.pageelement-news-detail .image-subline, .pageelement-news-detail .copytext {
    margin-top: 25px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
}

.pageelement-news-detail .gallery-image-thumb {
    max-width: 445px;
    width: 100%;
    max-height: 250px;
    height: auto;
}

.pageelement-news-detail .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1400px;
    width: 100%;
    gap: 30px;
    grid-column: 1 / 3;
    grid-row-start: auto;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .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: 10px;
}

.pageelement-news-detail .back-link:hover .fa-chevron-left {
    color: #00528c;
}

.pageelement-news-detail .gallery-image-copyright {
    color: #777777;
    opacity: 0.6;
    font-size: 12px;
    float: right;
    text-align: right;
}


.pageelement-news-detail .mainimage .ai-mark {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pageelement-news-detail .rightimage .ai-mark {
    position: absolute;
    bottom: 55px;
    right: 10px;
}

.pageelement-news-detail .secondrightimage .ai-mark {
    position: absolute;
    bottom: 55px;
    right: 10px;
}

.pageelement-news-detail .gallery-image .ai-mark {
    position: absolute;
    bottom: 30px;
    right: 10px;
}


.pageelement-news-detail .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    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 70px auto;
    color: #777;
    background-color: #777;
    border-color: #777;
    max-width: 1400px;
    width: auto;
}

@media screen and (max-width: 1400px) {
    .news-detail-hr {
        margin: 0 20px 70px 20px;
    }
}

.pageelement-news-detail .news-detail-gallery-headline {
    margin-top: 80px;
}.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: 26px;
    border-bottom: 2px solid #777777;
    padding-bottom: 10px;
}

.pageelement-news-list .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0 25px;
    margin-bottom: 25px;
    overflow: hidden;
    border-bottom: 2px solid #777777 !important;
}

.pageelement-news-list .image-container {
    display: flex;
    float: left;
    width: 40%;
    max-width: 430px !important;
    margin-right: 60px !important;
    max-height: 270px;
    /*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: 20px;
    min-width: 20%;
}

@media screen and (max-width: 950px) {

    .pageelement-news-list .image-container {
        margin-right: 40px !important;
    }
}

.pageelement-news-list .text-container .headline-container .headline {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    color: #00528c;
}

.pageelement-news-list .text-container .text {
    box-sizing: border-box;
    font-size: 18px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
}

.pageelement-news-list .detail-link {
    display: inline-block;
    color: black;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 700;
}

.pageelement-news-list .detail-link:hover {
    color: #00528c;
}

@media only screen and (max-width: 520px) {
    .pageelement-news-list .image-container {
        width: 100%;
        margin: 0 !important;
        float: none;
    }

    .pageelement-news-list .text-container {
        float: none;
        /*margin-top: 15px;*/
        overflow: hidden;
        max-width: 100%;
    }
}

.pageelement-news-list .fa-chevrons-right {
    padding-right: 5px;
}

.pageelement-news-list .detail-link:hover .fa-chevrons-right{
    color: #00528c;
}

.pageelement-news-list .item:last-of-type {
    border-bottom: 2px solid #777777 !important;
    padding-bottom: 20px !important;
}

.pageelement-news-list .ai-mark {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pageelement-news-list .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

.pageelement-news-list .news-list-copyright {
    font-size: 12px;
    opacity: 0.8;
    position: absolute;
    z-index: 1000;
    bottom: -15px;
    color: black;
}

.pageelement-news-list .fallback-image {
    display: flex;
    float: left;
    width: 100%;
    max-width: 430px !important;
    max-height: 270px;
    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: 950px) {
    .pageelement-news-list .fallback-image {
        margin-right: 40px !important;
    }
}

@media only screen and (max-width: 520px) {
    .pageelement-news-list .fallback-image {
        width: 100%;
        margin: 0 !important;
        float: none;
    }
}

.pageelement-news-list .fallback-image i {
    font-size: 70px;
    color: #666;
}
.pageelement-overviewpages .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 60px;
}

.pageelement-overviewpages .overview-item {
    background-color: #0d3959;
    width: 100%;
    max-width: 670px;
    min-width: 100px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin-bottom: 0 !important;

}

.pageelement-overviewpages .overview-item:hover {
    background-color: #f2b707;
}

.pageelement-overviewpages .overview-item:hover .text-container h2 {
    color: #000000 !important;
}

.pageelement-overviewpages .overview-item .image-container {
    padding: 30px 30px 0 30px;
    max-width: 590px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

.pageelement-overviewpages .overview-item img {
    padding: 20px;
    width: 100% !important;
    height: auto;
}

.pageelement-overviewpages .text-container h2 {
    color: white !important;
    text-align: center;
    padding: 0 10px !Important;
    line-height: 1.2;
    word-break: break-word;
    font-weight: 700;
}

.pageelement-overviewpages .has-image a h2 {
    font-size: 30px;
}

.pageelement-overviewpages .no-image a h2 {
    font-size: 40px;
}

.pageelement-overviewpages .text-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.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;
}

@media screen and (max-width: 768px) {
    .pageelement-overviewpages .content-container {
        grid-template-columns: 1fr;
    }

    .pageelement-overviewpages .overview-item {
        max-width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 200px) {
    .pageelement-overviewpages .image-container img {
        display: none;
    }
}


.pageelement-overviewpages .ai-mark {
    position: absolute;
    bottom: 40px;
    right: 45px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.pageelement-overviewpages .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

.pageelement-overviewpages .image-container span {
    position: absolute;
    bottom: 20px;
    right: 55px;
    font-size: 12px;
}

.pageelement-overviewpages {
    overflow: initial;
}

.pageelement-overviewpages .image-container img {
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
}

.pageelement-overviewpages .image-container:hover img {
    transform: scale(1.1);
}
/*****************************************************************
**** person-double
******************************************************************/

.pageelement-person-double {
    max-width: 1400px;
    margin: 0 auto 55px auto;
}

.pageelement-person-double .headline {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto 20px;
}

.pageelement-person-double .wrapper {
    display: flex;
    gap: 50px;
}

.pageelement-person-double .person-container {
    background: #E4E4E4;
    width: calc(50% - 25px);
    display: flex;
}

.pageelement-person-double .person-container .image {
    width: 218px;
}

.pageelement-person-double .person-double-image {
    display: flex;
    position: relative;
}

.pageelement-person-double .person-container .content {
    padding: 38px 33px;
    width: 60%;
}

.pageelement-person-double .person-container .content .name {
    font-size: 18px;
    font-weight: 700;
}

.pageelement-person-double .person-container .content .function {
    font-size: 18px;
    margin-bottom: 10px;
}

.pageelement-person-double .person-container .content .text {
    margin-bottom: 10px;
}

.pageelement-person-double .person-container .contact-wrapper {
    display: flex;
    flex-flow: column;
}

.pageelement-person-double .person-container .content a {
    line-height: 28px;
    font-size: 18px;
    color: #000;
}

.pageelement-person-double .person-container .content a:hover {
    color: #00528c;
}

.pageelement-person-double .person-container .content p {
    font-size: 18px;
}

.pageelement-person-double .person-container .content a:before,
.pageelement-person-double .person-container .content p:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    font-size: 18px;
    width: 25px;
    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: 12px;
    margin-top: -30px;
    align-self: end;
    padding: 12px 5px 0 5px;
    z-index: 5;
    position: absolute;
    right: 0;
}

.pageelement-person-double .ai-mark {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.pageelement-person-double .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: .4;
}

@media only screen and (max-width: 1450px) {
    .pageelement-person-double .wrapper {
        gap: 30px;
        flex-wrap: wrap;
    }

    .pageelement-person-double .person-container {
        width: 100%;
    }

    .pageelement-person-double .headline {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .pageelement-person-double .headline {

    }
}

@media only screen and (max-width: 650px) {
    .pageelement-person-double .person-container {
        flex-flow: column;
    }

    .pageelement-person-double .person-container .image {
        align-self: center;
        padding-top: 20px;
    }

    .pageelement-person-double .person-container .content {
        box-sizing: border-box;
        margin: 0 auto;
        width: initial;
    }
}

.pageelement-person-double .fallback-image {
    width: 218px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    overflow: hidden;
    box-sizing: border-box;
}

.pageelement-person-double .person-double-image .fallback-image {
    display: flex;
    position: relative;
}

@media only screen and (max-width: 650px) {
    .fallback-image {
        align-self: center;
        padding-top: 20px;
    }
}

.fallback-image i {
    font-size: 70px;
    color: #555;
}


.pageelement-social-media-teaser .heading-container {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto 20px;
}

@media screen and (max-width: 1400px) {
    .pageelement-social-media-teaser .heading-container {
        padding-left: 20px;
    }
}

.pageelement-social-media-teaser .wrapper {
    background-color: #00528c;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageelement-social-media-teaser .content-container {
    width: 100%;
    display: grid;
    gap: 10px;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
}

.pageelement-social-media-teaser .content-container p, .pageelement-social-media-teaser .content-container a {
    color: white;
    font-size: 18px;
    padding: 20px 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: 43px;
    font-family: "Font Awesome 6 Brands", sans-serif;
    display: block;
    width: 100px;
    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: 768px) {
    .pageelement-social-media-teaser .content-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .pageelement-social-media-teaser .content-container a {
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .pageelement-social-media-teaser .content-container {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .pageelement-social-media-teaser .content-container a {
        padding: 10px;
        display: inline-block;
        line-height: 1.5;
    }
}

.pageelement-social-media-teaser .social-media-link:hover {
    color: #707070;
}.pageelement-teaserboxes-triple .heading-container {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto 20px;
    color: #0d3959;
    font-size: 38px;
    font-weight: 700;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
    /*display: flex;*/
    /*justify-content: space-between;*/
    display: flex;
    gap: 40px;
    padding: 0;
}

@media screen and (max-width: 1400px) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
        grid-template-columns: 1fr;
    }
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
    max-width: 400px;
    width: 100%;
}

.pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox-button .button-icon {
    display: inline;
}

.pageelement-teaserboxes-triple .teaserbox {
    /*background-color: #00528c;*/
    display: flex;
    flex-flow: column;
}

.pageelement-teaserboxes-triple .teaserbox * {
    color: #000;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer {
    padding: 25px 0 0 0;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.pageelement-teaserboxes-triple .teaserbox-textcontainer .box-headline {
    font-size: 37px;
    font-weight: 700;
    line-height: 30px;
}

.pageelement-teaserboxes-triple .teaserboxes-main .teaserbox-imagecontainer img {
    object-fit: cover;
}

@media screen and (max-width: 1400px) {
    .pageelement-teaserboxes-triple .heading-container {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .content-container {
        flex-flow: column;
        gap: 30px;
        align-items: center;
    }

    .pageelement-teaserboxes-triple .teaserbox-textcontainer {
        padding-bottom: 20px;
    }

    .pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
        flex-basis: 100%;
        /*flex-flow: row;*/
    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer,
    .pageelement-teaserboxes-triple .teaserbox-textcontainer {
        /*width: 50%;*/
    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer img {
        height: 100%;
        object-fit: cover;
    }

}

@media screen and (max-width: 720px) {
    .pageelement-teaserboxes-triple.teaserboxes-wrapper .teaserbox {
        flex-flow: column;

    }

    .pageelement-teaserboxes-triple .teaserbox-imagecontainer,
    .pageelement-teaserboxes-triple .teaserbox-textcontainer {
        width: 100%;
    }
}

.pageelement-teaserboxes-triple .ai-mark {
    align-self: end;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.pageelement-teaserboxes-triple .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

.pageelement-teaserboxes-triple .teaserbox-copyright {
    align-self: end;
    padding: 5px 5px 0 5px;
    z-index: 5;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    right: 0;
}

.pageelement-teaserboxes-triple .teaserbox-imagecontainer {
    position: relative;
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    height: 100%;
}

.pageelement-teaserboxes-triple .teaserbox-imagecontainer img {
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
}

.pageelement-teaserboxes-triple .teaserbox-imagecontainer:hover img {
    transform: scale(1.1);
}


/*
.pageelement-teaserboxes-triple .teaserbox-imagecontainer a:focus {
    outline-offset: 3px;
    outline: #0d3959;
}*/

.pageelement-teaserboxes-triple {
    overflow: initial;
}

.pageelement-teaserboxes-triple ol,
.pageelement-teaserboxes-triple ul {
    display: flex;
    flex-direction: column;
}

.pageelement-teaserboxes-triple li {
    margin-left: 40px;
}

.pageelement-teaserboxes-triple ol li[data-list ="ordered"] {
    list-style-type: decimal;
}


.pageelement-teaserboxes-triple a {
    color: #0d3959;
    font-size: 18px;
    text-decoration: underline;
}

.pageelement-teaserboxes-triple .teaserbox-copyright.white {
    color: #ffffff;
}.pageelement-teaserboxes img {
    width: 100%;
    /*max-width: 700px;*/
    height: auto;
    /*max-height: 400px;*/
    display: inline-block;
}

.pageelement-teaserboxes .heading-container {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto 20px;
    font-size: 38px;
    color: #0d3959;
}

.pageelement-teaserboxes .teaser-image-container {
    position: relative;
    width: 100%;
    /*max-width: 700px;*/
    height: auto;
    /*max-height: 400px;*/
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
    .pageelement-teaserboxes .left-column .teaser-image-container {
        padding-left: 40px;
    }

    .pageelement-teaserboxes .right-column .teaser-image-container {
        padding-right: 40px;
    }

    .pageelement-teaserboxes .left-column .text {
        padding: 15px 50px 15px 35px !important;
        margin-right: 10px !important;
        margin-left: -10px !important;
    }

    .pageelement-teaserboxes .right-column .text {
        padding: 15px 35px 15px 50px !important;
        margin-left: 10px !important;
        margin-right: -10px !important;
    }

    .pageelement-teaserboxes .right-column .ai-mark {
        right: 50px;
    }

    .pageelement-teaserboxes .heading-container {
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .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: 10px;
    }

    .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 {
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    padding: 40px 85px 35px 70px;
}

.pageelement-teaserboxes .teaserbox-button {
    background-color: #0d3959;
    padding: 15px;
    max-width: 200px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    box-sizing: border-box;
    margin: 30px auto 30px auto;
    border-radius: 10px;
}

.pageelement-teaserboxes .teaserbox-button:hover {
    background-color: #707070;
}

.pageelement-teaserboxes .teaserbox-button .button-text {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.pageelement-teaserboxes .teaserbox-button .button-icon i {
    color: white;
    font-size: 18px;
    padding-left: 10px;
}

@media screen and (max-width: 400px) {
    .pageelement-teaserboxes .teaserbox-button {
        max-width: 200px !important;
        font-size: 16px !important;
    }

    .pageelement-teaserboxes .teaserbox-copyright {
        margin-top: 0 !important;
    }

}

.pageelement-teaserboxes h3.teaser-headline {
    font-size: 38px !important;
    padding-top: 15px;
    line-height: 1;
    font-weight: 700;
    color: #0d3959;
    margin-bottom: 0;
}

.pageelement-teaserboxes .teaser-text {
    font-size: 18px !important;
    margin-bottom: 20px;
}

.pageelement-teaserboxes .teaserbox-copyright {
    align-self: end;
    padding: 5px 5px 0 5px;
    z-index: 5;
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

.pageelement-teaserboxes .pageelement-canvas {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.pageelement-teaserboxes .content-container {
    min-height: 400px;
}

.pageelement-teaserboxes .ai-mark {
    align-self: end;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.pageelement-teaserboxes .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

@media screen and (max-width: 768px) {
    .pageelement-teaserboxes .content-container {
        flex-direction: column !important;
        min-height: 300px !important;
    }

    .pageelement-teaserboxes .left-column,
    .pageelement-teaserboxes .right-column {
        width: 100%;
    }
}

.pageelement-teaserboxes .date {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

.pageelement-teaserboxes h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}

.pageelement-teaserboxes a {
    font-size: 18px;
    color: #0d3959;
    text-decoration: underline;
}

.pageelement-teaserboxes li[data-list="bullet"] {
    list-style-type: none;
    position: relative;
}

.pageelement-teaserboxes li[data-list="bullet"]::before {
    content: "◆";
    color: #f2b707;
    position: absolute;
    left: -20px;
}.pageelement-text-image-double-shifted .wrapper {
    display: flex;
    flex-direction: column;
}

.pageelement-text-image-double-shifted .heading-container {
    font-size: 38px;
    font-weight: 700;
    color: #0d3959;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

@media screen and (max-width: 1400px) {
    .pageelement-text-image-double-shifted .heading-container {
        padding: 20px;
    }
}

.pageelement-text-image-double-shifted .wrapper-text-upper-left {
    padding-right: 40px;
}

.pageelement-text-image-double-shifted .wrapper-text-lower-right {
    padding-left: 40px;
}

.pageelement-text-image-double-shifted .wrapper-upper {
    margin-bottom: 50px;
    padding-top: 140px;
}

.pageelement-text-image-double-shifted .wrapper-upper,
.pageelement-text-image-double-shifted .wrapper-lower {
    display: flex;
}

.pageelement-text-image-double-shifted .wrapper-text-lower-right,
.pageelement-text-image-double-shifted .wrapper-text-upper-left {
    max-width: 560px;
    width: 100%;
}

.pageelement-text-image-double-shifted .wrapper-lower {
    margin-left: 200px;
    padding-bottom: 80px;
}

.pageelement-text-image-double-shifted {
    background: url(/_images/hintergrund_verschobenes_element.png);
    position: relative;
    margin-top: 145px;
}

@media screen and (max-width: 1750px) {
    .pageelement-text-image-double-shifted {
        background: url(/_images/hintergrund_verschobenes_element_ohne_blau.png);
    }
}

/*
.pageelement-text-image-double-shifted:before {
    content: url(/_images/schlosserei-logo.png);
}*/

.schlosserei-logo {
    width: 187px;
    height: 187px;
    position: absolute;
    z-index: 5;
    /*top: 320px;*/
    right: calc(50% - 93px);
    /*margin-top: 60px;*/

    transform: translateY(-50px); /* Start position (above) */
    opacity: 0; /* Hidden initially */
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.schlosserei-logo.fly-in {
    transform: translateY(0); /* Final position */
    opacity: 1;
}

.pageelement-text-image-double-shifted .wrapper-image-lower-left img,
.pageelement-text-image-double-shifted .wrapper-image-upper-right img {
    width: initial;
    height: initial;
}

.pageelement-text-image-double-shifted .wrapper-image {
    position: relative;
}

@media screen and (max-width: 1100px) {
    .pageelement-text-image-double-shifted .wrapper-upper,
    .pageelement-text-image-double-shifted .wrapper-lower {
        flex-direction: column;
    }

    .pageelement-text-image-double-shifted .wrapper-text-upper-left,
    .pageelement-text-image-double-shifted .wrapper-text-lower-right {
        max-width: initial;
        margin-bottom: 15px;
    }

    .pageelement-text-image-double-shifted .wrapper-lower {
        margin-left: 0;
    }

    .pageelement-text-image-double-shifted img {
        width: 100% !important;
    }

    .pageelement-text-image-double-shifted .wrapper-text-lower-right {
        padding-left: 0;
    }
}

.pageelement-text-image-double-shifted .ai-mark {
    bottom: 5px;
    right: 5px;
}

.pageelement-text-image-double-shifted {
    margin-bottom: 0;
}

.pageelement-text-image-double-shifted ol,
.pageelement-text-image-double-shifted ul {
    display: flex;
    flex-direction: column;
}

.pageelement-text-image-double-shifted ol li[data-list ="ordered"] {
    list-style-type: decimal;
}

.pageelement-text-image-double-shifted li {
    margin-left: 40px;
}

.pageelement-text-image-double-shifted a {
    color: #0d3959;
    font-size: 18px;
    text-decoration: underline;
}

.pageelement-text-image-double-shifted h3 {
    font-size: 38px;
    font-weight: 700;
}/*****************************************************************
**** Text-image-main
******************************************************************/

.pageelement-text-image .wrapper {
    overflow-wrap: anywhere;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.pageelement-text-image .text {
    max-width: 1000px;
}

.pageelement-text-image .wrapper.none {
    background: none;
}

.pageelement-text-image .wrapper .column {
    display: flex;
    gap: 60px;
    width: 100%;
}

.pageelement-text-image .width_100 {
    width: 100%;
}

.pageelement-text-image .wrapper .column.width_75 {
    width: calc(75% - 15px);
}

.pageelement-text-image .wrapper .column.width_50 {
    width: calc(50% - 10px);
}

.pageelement-text-image .wrapper .column.width_25 {
    width: calc(25% - 45px);
}

.pageelement-text-image .wrapper .column .cell {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.pageelement-text-image .wrapper .column .cell.width_25 {
    width: calc(25% - 45px);
}

.pageelement-text-image .wrapper .column .cell.width_50 {
    width: calc(50% - 30px);
}

.pageelement-text-image .wrapper .column .cell.width_75 {
    width: calc(75% - 15px);
}

.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: -60px;
}

.pageelement-text-image .wrapper .column .cell .image {
    position: relative;
}

.pageelement-text-image .imagecolumn-text {
    margin-top: 30px;
}

.pageelement-text-image .wrapper .column .cell .image .ai-mark {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.pageelement-text-image .wrapper .column .cell .image .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    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: 60px;
}

.pageelement-text-image .wrapper.text-image .pageelement-canvas {
    gap: 60px;
}

.pageelement-text-image .background-full-width {
    width: 100% !important;
    overflow: visible !important;
    padding: 20px 0;
}

.pageelement-text-image .background-adjusted-width {
    max-width: 1400px !important;
    overflow: visible !important;
    margin: 0 auto;
    padding: 20px;
}

.pageelement-text-image h2 {
    display: block;
    color: #0d3959;
    font-size: 38px;
    font-weight: 700;
}

.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: 1400px) {
    .pageelement-text-image .content-container {
        padding: 0 20px !important;
    }
}

.pageelement-text-image .wrapper.background-adjusted-width .content-container,
.pageelement-text-image .wrapper.background-full-width .content-container {
    /*padding: 50px 0;*/

}

.pageelement-text-image .wrapper.background-adjusted-width .content-container {
    /*padding: 50px;*/
}

.pageelement-text-image .pageelement-canvas {
    display: flex;
}

.pageelement-text-image .wrapper.background-adjusted-width .column .cell.width_25 {
    width: calc(25% - 45px);
}

.pageelement-text-image .wrapper .content-container .texteditor a {
    color: #0d3959;
    text-decoration: underline;
    text-decoration-color: #707070;
    text-decoration-thickness: 1px;
}

.pageelement-text-image .wrapper .content-container .texteditor a:hover {
    color: #707070;
}


.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: 1450px) {
    .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 {
        /*width: calc(50% - 10px);*/
    }

    .pageelement-text-image .content-container {
        padding: 50px 20px;
    }

}

@media screen and (min-width: 1400px) {
    .pageelement-text-image .pageelement-canvas {
        padding: 0 !Important;
    }
}

@media only screen and (max-width: 1024px) {
    .pageelement-text-image .wrapper .column.width_100:has(.special-case) {
        flex-wrap: wrap;
    }

    .pageelement-text-image .pageelement-canvas {
        flex-flow: column;
        gap: 30px;
    }

    .pageelement-text-image .wrapper.text-image .pageelement-canvas {
        gap: 30px;
    }

    .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: 12px;
    margin-top: -23px;
    align-self: end;
    padding: 5px 5px 0 5px;
    z-index: 5;
}

.pageelement-text-image .copyright.white {
    color: #FFFFFF;
}

.pageelement-text-image .copyright.black {
    color: #000000;
}

@media only screen and (max-width: 520px) {
    .pageelement-text-image .wrapper .content-container,
    .pageelement-text-image .wrapper.background-adjusted-width .content-container {
        padding: 20px;
    }
}

.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: 20px !important;
    padding-bottom: 20px !important;*/
    padding: 0;
}

.pageelement-text-image .square {
    text-align: center;
    font-size: 50px;
    color: #f2b707;
}

.pageelement-text-image h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}

.texteditor > :not(:last-child) {
    margin-bottom: 0;
}

.pageelement-text-image .texteditor h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
}

.pageelement-text-image a {
    font-size: 18px;
    color: #0d3959;
}


