.pageelement {
  /* ... */
}

.pageelement .content-container {
  /* ... */
}
.pageelement-_test {
  /* ... */
}

.pageelement-_test .content-container {
  /* ... */
}
.button-item {
    list-style-type: none;
    background-color: #0071B9;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 335px;
    min-height: 50px;
    box-sizing: border-box;
    flex-direction: row;
}

.button-item-container {
    width: 100%;
    max-width: 335px;
}

.button-item .button-icon i {
    font-size: 16px;
    color: white;
}

.button-item .button-icon-left {
    margin-right: 10px;
}

.button-item .button-icon-right {
    margin-left: 10px;
}

.button-item .text {
    font-size: 18px;
    color: white;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}.contactbox .heading-container {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto 20px;
    padding-left: 20px;
}

.contactbox .contactbox-name {
    font-weight: 700;
}

.contactbox .contactbox-position,
.contactbox .address,
.contactbox .contactbox-email {
    margin-bottom: 10px;
}

.contactbox .contactbox-comment {
    white-space: pre-line;
}

.contactbox .content-container {
    justify-content: flex-start !important;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
}

.contactbox .contactbox-telephone,
.contactbox .contactbox-mobilephone,
.contactbox .contactbox-email {
    display: block;
}

.contactbox .contactbox-email {
    font-weight: 700;
}

.contactbox .contactbox-telephone::before {
    content: "\f095";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
}

.contactbox .contactbox-mobilephone::before {
    content: "\f3ce";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
}

.contactbox .contactbox-email::before {
    content: "\f0e0";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-weight: 400;
}

.contactbox .contactbox-telefax::before {
    content: "\f1ac";
    width: 25px;
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
}

.contactbox .contactbox-button {
    background-color: #00528c;
    padding: 10px;
    max-width: 335px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    margin: 45px 0;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
}

.contactbox .contactbox-copyright {
    font-size: 16px;
    margin-top: -30px;
    align-self: end;
    padding: 5px;
    z-index: 5;
}

.contactbox .left-column, .contactbox .right-column {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 1;
    background: #E5F0F8;
    color: #00377A;
}

.contactbox .left-column {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.contactbox .right-column {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
 }

.contactbox .left-column.small {
    width: 25%;
    max-width: 300px;
}

.contactbox .right-column.small {
    width: 75%;
}

.contactbox .left-column img {
    width: 100%;
    max-width: 700px;
    max-height: 400px;
    object-fit: cover;
    height: auto;
}

.contactbox .left-column.small .contactbox-image img {
    max-width: 300px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}



/*.contactbox .small {
  max-width: 350px !important;
  height: auto;
  max-height: 400px;
  align-self: flex-start;
}*/

.contactbox .contactbox-image {
    max-width: 700px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.pageelement-contactbox .content-container {

}

.pageelement-contactbox .right-column .text {
    margin-left: 0px;
    padding: 50px 40px;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 18px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.pageelement-contactbox .right-column .text .address {
    display: flex;
    gap: 8px;
}

.pageelement-contactbox .right-column .text .address::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro';
}

.pageelement-contactbox .right-column .right {
    display: flex;
    gap: 8px;
}

.pageelement-contactbox .right-column .right::before {
    content: '\f073';
    font-family: 'Font Awesome 6 Pro';
}

.pageelement-contactbox .content-container {
    padding: 0px;
}

.pageelement-contactbox .right-column {
    justify-content: flex-start;
}

.pageelement-contactbox .left-column.small .contactbox-image {
    box-sizing: border-box;
    max-width: 300px;
}

.pageelement-contactbox .column-links {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-left: 35px;
    justify-content: center;
}

.pageelement-contactbox .column-links .link-item {
    list-style: none;
}
.pageelement-contactbox .column-links .link-link {
    width: 425px;
    background: #ff6347;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 100%;
}

.pageelement-contactbox .column-links .link-link.intern .text:after{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    content: '\f061';
    margin-left: 8px;
}

.pageelement-contactbox .column-links .link-link.extern .text:after{
    font-family: 'Font Awesome 6 Pro';
    font-family: 700;
    content: '\f08e';
    margin-left: 8px;
}

@media only screen and (max-width: 1550px){
    .pageelement-contactbox .column-links {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }

}

@media only screen and (max-width: 900px){
    .pageelement-contactbox .content-container {
        flex-flow: column;
    }

    .contactbox .left-column, .contactbox .right-column {
        width: 100%;
    }

    .contactbox .left-column.small {
        width: 100%;
        max-width: unset;
        align-items: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .contactbox .right-column.small {
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
    }

    .pageelement-contactbox .right-column .text {
        padding: 30px 40px
    }

    .contactbox .left-column.small .contactbox-image img {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 650px){
    .pageelement-contactbox .column-links .link-link {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .contactbox .contactbox-button {
        max-width: 250px !important;
        font-size: 16px !important;
    }
    .contactbox .contactbox-copyright {
        margin-top: 0 !important;
    }

    .contactbox .text {
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 15px;
    }

    .contactbox .left-column.small, .contactbox .right-column.small {
        width: 100%;
    }
}.pageelement-downloads-intern.no-margin {
    margin-bottom: 10px;
}

.pageelement-downloads-intern .headline {
    margin-bottom: 25px;
}

.pageelement-downloads-intern .download-list {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.pageelement-downloads-intern .download-list {
    width: 100%;
}

.pageelement-downloads-intern a:hover {
    color: white !important;
}

.pageelement-downloads-intern .headline, .downloads-main li {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
}

.pageelement-downloads-intern .content .download,
.pageelement-downloads-intern .download-link {
    background: #0071B9;
    width: 100%;
    display: inline-block;
    display: flex;
    color: #fff;
    padding: 13px 24px;
    box-sizing: border-box;
}

.pageelement-downloads-intern .content .download:before,
.pageelement-downloads-intern .download-link::before {
    content: '\f019';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    margin-right: 13px;
}

.pageelement-downloads-intern .download-link::before {
    width: unset;
}

@media only screen and (max-width: 520px) {
    .pageelement-pageelement-downloads-main .download-link {
        font-size: 20px;
        padding: 10px;
    }

    .pageelement-pageelement-downloads-main .download-link::before {
        width: 5px;
    }
}.pageelement-downloads-main.no-margin {
    margin-bottom: 10px;
}

.pageelement-downloads-main .headline {
    margin-bottom: 25px;
}

.pageelement-downloads-main .download-list {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.pageelement-downloads-main .download-list {
    width: 100%;
}

.pageelement-downloads-main a:hover {
    color: white !important;
}

.pageelement-downloads-main .headline, .downloads-main li {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
}

.pageelement-downloads-main .content .download,
.pageelement-downloads-main .download-link {
    background: #0071B9;
    width: 100%;
    display: inline-block;
    display: flex;
    color: #fff;
    padding: 13px 24px;
    box-sizing: border-box;
}

.pageelement-downloads-main .content .download:before,
.pageelement-downloads-main .download-link::before {
    content: '\f56d';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    margin-right: 13px;
}

.pageelement-downloads-main .download-link::before {
    width: unset;
}

@media only screen and (max-width: 520px) {
    .pageelement-pageelement-downloads-main .download-link {
        font-size: 20px;
        padding: 10px;
    }

    .pageelement-pageelement-downloads-main .download-link::before {
        width: 5px;
    }
}.pageelement-education-center.no-margin {
    margin-bottom: 0;
}

.pageelement-education-center .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top : 5px solid #0071B9;
    display: flex;
    flex-flow: row;
    gap: 40px;
}

.pageelement-education-center .list-item .image {
    min-width: 300px;
    width: 33%;
    max-width: 480px;
}

.pageelement-education-center .content {
    width: 66%;
}

.pageelement-education-center.has-icon .content {
    width: 100%;
    max-width: 1000px;
}

.pageelement-education-center .list-item .heading {
    display: flex;
    gap: 10px;
    max-width: 1000px;
}

.pageelement-education-center .list-item .heading .icon {
    display: none;
}

.pageelement-education-center.has-icon .list-item .heading .icon {
    display: block;
}

.pageelement-education-center .list-item .heading .icon:before {
    content: '\e56b';
    font-family: 'Font Awesome 6 Sharp';
    font-size: 25px;
}

.pageelement-education-center .list-item .heading .headline {
    font-weight: 700;
    color: #009CDA;
}

.pageelement-education-center .list-item .heading .subheadline {
    font-weight: 200;
}

.pageelement-education-center .list-item .text {
    max-width: 1000px;
    font-weight: 200;
}

.pageelement-education-center.has-icon .list-item .text {
    padding-left: 40px;
}

.pageelement-education-center .list-item .buttons {
    display: flex;
    flex-flow: column;
    gap: 5px;
    margin-top: 10px;
}

.pageelement-education-center .list-item .list-button {
    color: #00377A;
    width: fit-content;
    display: flex;
    gap: 8px;
    font-weight: 200;
}

.pageelement-education-center.has-icon .list-item .list-button {
    padding-left: 40px;
}

.pageelement-education-center .list-item .list-button.email:before {
    content: '\f0E0';
    font-family: 'Font Awesome 6 Pro';
}

.pageelement-education-center .list-item .list-button.website:before {
    content: '\f0ac';
    font-family: 'Font Awesome 6 Pro';
}

.pageelement-education-center .list-item .list-button.flyer:before {
    content: '\f019';
    font-family: 'Font Awesome 6 Pro';
}

@media only screen and (max-width: 900px){
    .pageelement-education-center .list-item {
        flex-flow: column;
        gap: 15px;
    }

    .pageelement-education-center .list-item .image {
        margin: auto;
        max-width: 480px;
        width: 100%;
        min-width: unset;
    }

    .pageelement-education-center .content {
        width: 100%;
    }
}.events-calendarlist {
    margin-bottom: 25px;
}

.events-calendarlist .wrapper {
    margin: auto;
}

.events-calendarlist h2 {

}


.events-calendarlist .search {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    display: inline-block;

}

.events-calendarlist .search .filter-search {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 60px;
    border: solid 1px #00377A;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid  #00377A;
    padding: 15px;
    font-size: 18px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.events-calendarlist .search .filter-search:focus {
    outline: none;
}

.events-calendarlist .searchicon:before {
    content: "\f109";
}

.events-calendarlist .search .searchicon:before {
    color: #00377A;
    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';
}

.events-calendarlist .search .innericon {
    position: absolute;
    top: 11px;
    right: 2%;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

.events-calendarlist .filter-select-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 25px;
}

.events-calendarlist .filter-select-wrapper .form-select {
    width: 31%;
}

.events-calendarlist .filter-select-wrapper .form-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: #00377A solid 1px;
    border-radius: 10px;
    background-size: auto;
    background: url('/_images/select.svg') no-repeat 0 0 #fff;
    background-position-x: 95%;
    background-position-y: 8px;
    background-size: 20px;
    width: 100%;
    padding: 0;
    padding-left: 15px;
    color: #00377A;
    font-size: 18px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
}

.events-calendarlist .filter-item-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.events-calendarlist .filter-item-wrapper .title {
    margin: 10px 35px 10px 0;
}

.events-calendarlist .filter-item-wrapper .filter-item-topic {
    border: #00377A solid 1px;
    border-radius: 10px;
    height: 40px;
    padding: 0 17px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}

.events-calendarlist .filter-item-wrapper .filter-item-topic.selected {
    color: #fff;
    background: #00377A;
}

.events-calendarlist .legend {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.events-calendarlist .legend .explanation {
    padding: 5px 22px;
    background: #00377A;
    color: #fff;
}

.events-calendarlist .legend .explanation.topic_2 {
    background: #0071B9;
}

.events-calendarlist .legend .explanation.topic_3 {
    background: #009CDA;
}


#event-list-container .spinner {
    width: 100px;
    height: 100px;
    border: 10px solid rgb(230, 230, 230);
    border-top: 10px solid #00377A;
    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);
    }
}

.events-calendarlist .calenderlist-groupheadline {
    font-family: 'TheSans';
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.events-calendarlist .grouplist {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.events-calendarlist .grouplist li {
    margin-bottom: 10px;
    border-left: 8px solid #00377A;
    float: none;
    position: relative;
    background-color: #E5F0F8;
    padding-left: 27px;
    padding-right: 40px;
    display: flex;
    gap: 20px;
    color: #00377A;
    padding-bottom: 25px;
}

.events-calendarlist .grouplist li .nolink {
    background-color: #E5F0F8;
    padding: 15px 20px;
}


.events-calendarlist .grouplist li:last-child {
    margin-bottom: 0;
}

.events-calendarlist .grouplist h3,
.events-calendarlist .grouplist a h3 {
    font-size: 20px;
    font-family: 'TheSans';
    font-weight: 600;
    margin-bottom: 8px;
}

.events-calendarlist .grouplist .text,
.events-calendarlist .grouplist a .text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 43px;
    width: calc(100% - 60px - 300px - 56px - 23%);
}

.events-calendarlist .grouplist .link {
    display: flex;
    align-items: center;
}

.events-calendarlist .grouplist a:hover .text .date,
.events-calendarlist .grouplist a:hover .text .location{
    color: #fff;
}

.events-calendarlist .grouplist .text .date {
    display: flex;
}

.events-calendarlist .grouplist .text .date:before {
    content: '\f073';
    font-family: 'Font Awesome 6 Pro';
    color: #00377A;
    margin-right: 8px;

}

.events-calendarlist .grouplist .text .location:before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro';
    color: #00377A;
    margin-right: 8px;

}


.events-calendarlist .grouplist a:hover .text .date:before,
.events-calendarlist .grouplist a:hover .text .location:before {
    color: #fff;

}

.events-calendarlist .grouplist a:hover h3,
.events-calendarlist .grouplist a:hover .topline,
.events-calendarlist .grouplist a:hover .text {
    color: #ffffff;
}

.events-calendarlist .grouplist .text,
.events-calendarlist .grouplist a .text {
    font-size: 18px;
    line-height: 24px;
}

.events-calendarlist .grouplist li .label {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.events-calendarlist .grouplist li .label,
.events-calendarlist .grouplist li .introtext {
    max-width: 1000px;
}

.events-calendarlist .grouplist li .introtext {
    font-size: 18px;
}

.events-calendarlist .grouplist li:last-child {
    margin-bottom: 0;
}

.events-calendarlist .grouplist h3,
.events-calendarlist .grouplist a h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.events-calendarlist .ajax-list-load-more {
    display: inline-block;
    background: #00377A;
    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;
    margin-top: 10px;
}

.events-calendarlist .ajax-list-load-more.hidden {
    display: none;
}

.events-calendarlist .no-results {
    margin-bottom: 25px;
    margin-top: 25px;
}


.events-calendarlist .list-item .day-square {
    background: #00377A;
    color: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
}

.events-calendarlist .list-item .day {
    display: flex;
    gap: 20px;
}

.events-calendarlist .list-item .day .month {
    display: none;
    font-size: 20px;
    font-weight: 700;
    color: #00377A;
}

.events-calendarlist .list-item .link a {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
}

.events-calendarlist .list-item .link a:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f061';
    margin-left: 8px;
}

/* *** local events *** */


.events-calendarlist .grouplist h3 {
    clear: both;
}

.events-calendarlist .grouplist li.local a,
.events-calendarlist .grouplist li.local div.nolink {
    /*background-color: #FFFFF5;*/
    /*color: #576471;*/
}

.events-calendarlist .grouplist li.local a h3,
.events-calendarlist .grouplist li.local div.nolink h3,
.events-calendarlist .grouplist li.local a .text,
.events-calendarlist .grouplist li.local div.nolink .text {
    /*color: #576471;*/
}

.events-calendarlist .grouplist li.local a:hover {
    /*color: #74B841;*/
    /*background-color: #FEF7E5;*/
}

.events-calendarlist .grouplist li.local a:hover h3,
.events-calendarlist .grouplist li.local a:hover .text {
    /*color: #74B841 !important;*/
}

.events-calendarlist .grouplist .divider {
    margin-bottom: 16px;
}

.events-calendarlist .grouplist .divider:last-child {
    margin-bottom: 0px;
}

.events-calendarlist .grouplist .registration_deadline,
.events-calendarlist .grouplist .price {
    color: inherit;
}

.events-calendarlist .grouplist li .info {
    margin-top: 13px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    width: calc(100% - 60px - 300px - 56px - 45%);
}

.events-calendarlist .grouplist li .info .month {
    font-size: 20px;
    font-weight: 700;
    color: #00377A;
}

.events-calendarlist .grouplist li .info .date {
    display: flex;
}

.events-calendarlist .grouplist li .info .location:before,
.events-calendarlist .grouplist li .info .date:before,
.events-calendarlist .grouplist li .info .time:before {
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
    color: #00528c;
}

.events-calendarlist .grouplist li .info .location:before {
    content: '\f3c5';
}

.events-calendarlist .grouplist li .info .date:before {
    content: '\f073';
}

.events-calendarlist .grouplist li .info .time:before {
    content: '\f017';
}

.events-calendarlist .more-events {
    cursor: pointer;
    display: inline-block;
    font-family: 'TheSans';
    font-size: 20px;
    font-weight: 400;
    color: #00377A;
}

.events-calendarlist .more-events::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f101';
    margin-right: 10px;
    font-weight: 900;
}

.events-calendarlist .list-item.topic_3 .day-square {
    background: #009CDA;
}
.events-calendarlist .list-item.topic_3 {
    border-left: 8px solid #009CDA;
}

.events-calendarlist .list-item.topic_2 .day-square {
    background: #0071B9;
}

.events-calendarlist .list-item.topic_2 {
    border-left: 8px solid #0071B9;
}

@media only screen and (max-width: 1450px){
    .events-calendarlist .grouplist li {
        flex-wrap: wrap;
    }

    .events-calendarlist .grouplist li .info {
        width: calc(100% - 20px - 56px);
    }

    .events-calendarlist .grouplist .text {
        padding-top: 0px;
        margin-left: 75px;
        width: 100%;
    }

    .events-calendarlist .grouplist .link {
        width: 100%;
        margin-left: 75px;
    }

}

@media only screen and (max-width: 1024px){
    .events-calendarlist .search .filter-search {
        height: 40px;
        padding: 5px 15px;
    }

    .events-calendarlist .search .innericon {
        top: 4px;
        right: 5%;
    }

    .events-calendarlist .filter-select-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }

    .events-calendarlist .filter-select-wrapper .form-select {
        width: 100%;
    }

    .events-calendarlist .filter-select-wrapper .form-select select {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 550px){
    .events-calendarlist .grouplist .link {
        max-width: 100%;
    }
}

@media only screen and (max-width: 520px){

    .events-calendarlist .legend .explanation {
        width: 100%;
    }

    .events-calendarlist .grouplist li {
        padding-left: 18px;
        padding-right: 10px;
    }

    .events-calendarlist .grouplist li .info {
        margin-top: 0px;
        width: 100%;
    }

    .events-calendarlist .grouplist .text {
        margin-left: 0px;
    }

    .events-calendarlist .grouplist .link {
        margin-left: 0px;
    }

    .events-calendarlist .grouplist .link a {
        width: fit-content;
    }

    .events-calendarlist .list-item .day {
        align-items: center;
    }

    .events-calendarlist .list-item .day .month {
        display: inline-block;
    }

    .events-calendarlist .grouplist li .info .month {
        display: none;
    }

}/*
.events-detail-main {

}

.events-detail-main .wrapper {
    max-width: 1400px;
    margin: auto;
}

.events-detail-main-info-container {
    display: flex;
    justify-content: space-between;
}

.events-detail-main-container {
    width: 48%;
}

.events-detail-info-container {
    width: 48%;
}

.events-detail-main .introtext {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.events-detail-main .information-container {
    display: block;
    width: 50%;
}

.events-detail-main .copytext {
    margin-top: 20px;
}

.events-detail-main .events-contact-info .content .notes {
    margin-top: 20px;
    margin-bottom: 20px;
}

.events-detail-main .textbox .mail {
    color: #1e4231;
}


.events-detail-main .events-detail-main-container .detail-info .button {
    color: white;
}

.events-detail-main .events-detail-main-container .detail-info .button:before {
    content: unset;
}

/* ********** events-detail ********** */
/*
.events-detail .price-small {
    font-size: 14px;
}

.events-detail .detail-linkback-box-top {
    margin-bottom: 15px;
}

.events-detail .divider {
    margin: 15px 0;
}

.events-detail {
    position: relative;

}

.events-detail .locallabel {
    color: #00528C;
}

.events-detail .localtag {
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 10px 20px 10px 20px;
    background-color: #00528C;
    color: #FFFFFF;
    text-align: center;
}


/* ********** services-detail ********** */
/*
.events-detail-main .detail-info {
    background-color: #e4e4e4;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.events-detail-main .detail-info .row {
    margin-bottom: 10px;
}


.events-detail-main .detail-info .label {
    display: table-cell;
    width: 135px;
    padding-right: 15px;
}

.events-detail-main .detail-info .button {
    margin-top: 20px;
    margin-left: 135px;
}

.events-detail-main .detail-info .text {
    display: table-cell;
}

.events-detail-main .button.link-back {
    margin-top: 40px;
}
*/

.events-detail-main .wrapper {
    max-width: 1400px;
    margin: auto;
    font-size: 18px;
    display: flex;
    flex-flow: column;
    gap: 40px;
    padding: 0px 20px;
}

.events-detail-main .content-container {
    justify-content: flex-start;
}

.events-detail-main .columns {
    display: flex;
    gap: 170px;
}

.events-detail-main .columns .left {
    max-width: 800px;
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.events-detail-main .columns .right {
    max-width: 430px;
    display: flex;
    flex-flow: column;
    gap: 50px;
}


.events-detail-main .introtext,
.events-detail-main .infotext .headline,
.events-detail-main .registration .headline {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #009CDA;
}

.events-detail-main .infotext .headline {
    color: #009CDA;
}

.events-detail-main .infotext .text {
    color: #00377A;
}

.events-detail-main .copytext {
    color: #00377A;
}

.events-detail-main .registration .headline {
    margin-bottom: 10px;
}

.events-detail-main .copytext {
    display: block;
    max-width: 800px;
}

.events-detail-main .left .box {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.events-detail-main .left .box .title {
    font-weight: 700;
    color: #009CDA;
}

.events-detail-main .left .box .section.location .title:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f3c5';
    margin-right: 8px;
    font-weight: 400;
}

.events-detail-main .left .box .section.date .title:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f073';
    margin-right: 8px;
    font-weight: 400;
}

.events-detail-main .left .box .section.location .link {
    font-size: 18px;
}

.events-detail-main .left .box .section.location .link:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f0ac';
    margin-right: 8px;
}

.events-detail-main .heading {
    color: #009CDA;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.events-detail-main .downloads .download-link::before {
    color: #fff;
    padding: 0 5px 0 20px;
}

.events-detail-main .downloads .download-link {
    color: #fff;
    background-color: #0071B9;
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    gap: 8px;
}

.events-detail-main .event-detail-other-links {
    display: flex;
    flex-direction: column;
}

.events-detail-main .link-link {
    background-color: #0071B9;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0 10px 20px;
}

.events-detail-main .linklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.events-detail-main .fa-arrow-up-right,
.events-detail-main .fa-chevron-right {
    padding-right: 10px;
    color: #fff;
}

.events-detail-main .fa-arrow-left {
    margin-right: 10px;
}

.events-detail-main .back-link {
    color: #FF6347;
    font-size: 20px;
}

.events-detail-main .topic {
    margin-top: 25px;
    padding: 5px 20px;
    background: #00377A;
    color: #fff;
    width: fit-content;
}

.events-detail-main .topic.topic_2 {
    background: #0071B9;
}

.events-detail-main .topic.topic_3 {
    background: #009CDA;
}

.events-detail-main .image {
    position: relative;
}

.events-detail-main .image .ai-mark {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.events-detail-main .image .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: .4;
}

.events-detail-main .gallery-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #00528C;
    margin-bottom: 10px;
}

.events-detail-main .gallery-image-thumb {
    max-width: 445px;
    width: 100%;
    max-height: 250px;
    height: auto;
    object-fit: cover;
}

.events-detail-main .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;
}

.events-detail-main .registration .box .email:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f0e0';
    margin-right: 8px;
    color: #00528C;
}

 .events-detail-main .registration .box .telephone:before {
     font-family: 'Font Awesome 6 Pro';
     content: '\f095';
     margin-right: 8px;
     color: #00528C;
 }

.events-detail-main .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;
}

.events-detail-main .right .image {
    border-radius: 10px;
    overflow: hidden;
}

.events-detail-main .gallery-image {
    border-radius: 10px;
    overflow: hidden;
}

.pageelement-events-detail-main .registration .button {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

@media only screen and (max-width: 1200px){
    .events-detail-main .columns {
        gap: 60px;
    }
}

@media only screen and (max-width: 1024px){
    .events-detail-main .gallery-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 768px){
    .events-detail-main .columns {
        gap: 50px;
        flex-flow: column;
    }

    .events-detail-main .columns .left,
    .events-detail-main .columns .right {
        width: 100%;
        max-width: unset;
    }
}

@media only screen and (max-width: 520px){
    .events-detail-main .gallery-container {
        grid-template-columns: 1fr;
    }
}.pageelement-events-registration .headline {
    padding: 10px 0px 15px;
}

.pageelement-events-registration .detail {
    padding: 25px 0px;
    display: block;
}

.pageelement-events-registration .content-container {
    max-width: 100%;
    box-sizing: border-box;
}

.pageelement-events-registration .button-back {
    color: #FF6347;
    font-size: 20px;
}

.pageelement-events-registration .button-back:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f060';
    margin-right: 8px;
}

.pageelement-events-registration .form-container {
    width: 100%;
}

.pageelement-events-registration .info-container {
    padding-left: 12.5%;
    width: 50%;
    float: left;
}

.pageelement-events-registration .info-container.mobile-view {
    display: none;
}

.pageelement-events-registration .divider {
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: 1px solid #000000; */
}

.pageelement-events-registration .relationAddRow {
    padding-top: 20px;
}

.pageelement-events-registration .link-back-container {
    padding-bottom: 20px;
}


.pageelement-events-registration .info-container {
    box-sizing: border-box;
    padding-left: 65px;
    min-width: 676px;
}

/*  *************** .pageelement-events-registration  form ************************ */

.pageelement-events-registration .form-row {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.pageelement-events-registration .form-row > h2 {
    margin-bottom: -20px;
}

.pageelement-events-registration .form-row .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pageelement-events-registration .form-row .radiobutton-wrapper {
    display: flex;
    align-items: center;
}

.pageelement-events-registration .form-row.email2 {
    display: none;
}

.pageelement-events-registration .form-row label {
    float: left;
    padding: 5px 0;
    max-width: 1000px;
}

.pageelement-events-registration .form-row > p {
    max-width: 1000px;
}

.pageelement-events-registration .form-row input {
    float: left;
}

.pageelement-events-registration .defaultform .form-row select.dateselector_day {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #00377A;
    color: #00377A;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
}

.pageelement-events-registration .defaultform .form-row select.dateselector_month {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #00377A;
    color: #00377A;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
}

.pageelement-events-registration .defaultform .form-row select.dateselector_year {
    width: 120px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #00377A;
    color: #00377A;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
}

.pageelement-events-registration .form-row input[type="radio"] {
    margin: 5px 5px 0 0;
    height: 20px;
}


.pageelement-events-registration .radiobuttons-wraper.rows {
    display: block;
    float:left;
}

.pageelement-events-registration .radiobuttons-wraper.rows .radiobutton-wraper {
    display: blocK;
    clear: both;
    float: none;
}

.pageelement-events-registration .radiobuttons-wraper.rows .radiobutton-wraper label {
    /*   width: 550px; */
}

.pageelement-events-registration .button-add {
    float: none;
    width: fit-content;
}

.pageelement-events-registration .defaultform {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-events-registration .form-row .dateselector-form {
    display: flex;
    gap: 3px;
}

.pageelement-events-registration .form-row.agb {
    flex-flow: row;
    align-items: center;
}

.pageelement-events-registration .detail-info {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 35px;
}

.pageelement-events-registration .detail-info .label {
    color: #009CDA;
}

.pageelement-events-registration .button-submit {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

@media only screen and (max-width: 1024px) {
    .radiobuttons-wraper.rows {
        width: 100%;
    }

    .radiobuttons-wraper.rows .radiobutton-wraper label {
        width: 90%;
    }
}

@media only screen and (max-width: 520px){
    .pageelement-events-registration .button-submit {
        max-width: 100%;
        min-width: unset;
    }
}

.pageelement-events-registration .form-row .checkbox-text {
    padding-left: 10px;
}

.pageelement-events-registration .form-row input.Error {
    border: 1px solid #ff0000;
}

.pageelement-events-registration .form-row.message textarea {
    width: 100%;
    clear: both;
    border-color: #00377A;
    color: #00377A;
}

.pageelement-events-registration .link-back {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

.pageelement-events-registration .link-ext::before {
    content: '\f08e';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
}.events-teaserlist {
    margin-bottom: 25px;
}

.events-teaserlist .wrapper {
    margin: auto;
}

.events-teaserlist h2 {

}


.events-teaserlist .search {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    display: inline-block;

}

.events-teaserlist .search .filter-search {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 60px;
    border: solid 1px #00377A;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid  #00377A;
    padding: 15px;
    font-size: 18px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.events-teaserlist .search .filter-search:focus {
    outline: none;
}

.events-teaserlist .searchicon:before {
    content: "\f109";
}

.events-teaserlist .search .searchicon:before {
    color: #00377A;
    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';
}

.events-teaserlist .search .innericon {
    position: absolute;
    top: 11px;
    right: 2%;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

.events-teaserlist .filter-select-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 25px;
}

.events-teaserlist .filter-select-wrapper .form-select {
    width: 31%;
}

.events-teaserlist .filter-select-wrapper .form-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: #00377A solid 1px;
    border-radius: 10px;
    background-size: auto;
    background: url('/_images/select.svg') no-repeat 0 0 #fff;
    background-position-x: 95%;
    background-position-y: 8px;
    background-size: 20px;
    width: 100%;
    padding-left: 15px;
    color: #00377A;
    font-size: 18px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
}

.events-teaserlist .filter-item-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.events-teaserlist .filter-item-wrapper .title {
    margin: 10px 35px 10px 0;
}

.events-teaserlist .filter-item-wrapper .filter-item-topic {
    border: #00377A solid 1px;
    border-radius: 10px;
    height: 40px;
    padding: 0 17px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}

.events-teaserlist .filter-item-wrapper .filter-item-topic.selected {
    color: #fff;
    background: #00377A;
}

.events-teaserlist .legend {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.events-teaserlist .legend .explanation {
    padding: 5px 22px;
    background: #00377A;
    color: #fff;
}

.events-teaserlist .legend .explanation.topic_2 {
    background: #0071B9;
}

.events-teaserlist .legend .explanation.topic_3 {
    background: #009CDA;
}

#event-list-container .spinner {
    width: 100px;
    height: 100px;
    border: 10px solid rgb(230, 230, 230);
    border-top: 10px solid #00377A;
    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);
    }
}

.events-teaserlist .calenderlist-groupheadline {
    font-family: 'TheSans';
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.events-teaserlist .grouplist {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.events-teaserlist .grouplist li {
    margin-bottom: 10px;
    border-left: 8px solid #00377A;
    float: none;
    position: relative;
    background-color: #E5F0F8;
    padding-left: 27px;
    padding-right: 40px;
    display: flex;
    gap: 20px;
    color: #00377A;
    padding-bottom: 25px;
}

.events-teaserlist .grouplist li .nolink {
    background-color: #E5F0F8;
    padding: 15px 20px;
}


.events-teaserlist .grouplist li:last-child {
    margin-bottom: 0;
}

.events-teaserlist .grouplist h3,
.events-teaserlist .grouplist a h3 {
    font-size: 20px;
    font-family: 'TheSans';
    font-weight: 600;
    margin-bottom: 8px;
}

.events-teaserlist .grouplist .text,
.events-teaserlist .grouplist a .text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 43px;
    width: calc(100% - 60px - 300px - 56px - 23%);
}

.events-teaserlist .grouplist .link {
    display: flex;
    align-items: center;
}

.events-teaserlist .grouplist a:hover .text .date,
.events-teaserlist .grouplist a:hover .text .location{
    color: #fff;
}

.events-teaserlist .grouplist .text .date {
    display: flex;
}

.events-teaserlist .grouplist .text .date:before {
    content: '\f073';
    font-family: 'Font Awesome 6 Pro';
    color: #00377A;
    margin-right: 8px;

}

.events-teaserlist .grouplist .text .location:before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro';
    color: #00377A;
    margin-right: 8px;

}


.events-teaserlist .grouplist a:hover .text .date:before,
.events-teaserlist .grouplist a:hover .text .location:before {
    color: #fff;

}

.events-teaserlist .grouplist a:hover h3,
.events-teaserlist .grouplist a:hover .topline,
.events-teaserlist .grouplist a:hover .text {
    color: #ffffff;
}

.events-teaserlist .ajax-list-load-more {
    display: inline-block;
    background: #00377A;
    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;
}

.events-teaserlist .ajax-list-load-more.hidden {
    display: none;
}

.events-teaserlist .no-results {
    margin-bottom: 25px;
    margin-top: 25px;
}


.events-teaserlist .list-item .day-square {
    background: #00377A;
    color: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
}

.events-teaserlist .list-item .day {
    display: flex;
    gap: 20px;
}

.events-teaserlist .list-item .day .month {
    display: none;
    font-size: 20px;
    font-weight: 700;
    color: #00377A;
}

.events-teaserlist .list-item .link a {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
}

.events-teaserlist .list-item .link a:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f061';
    margin-left: 8px;
}

/* *** local events *** */


.events-teaserlist .grouplist h3 {
    clear: both;
}

.events-teaserlist .grouplist li.local a,
.events-teaserlist .grouplist li.local div.nolink {
    /*background-color: #FFFFF5;*/
    /*color: #576471;*/
}

.events-teaserlist .grouplist li.local a h3,
.events-teaserlist .grouplist li.local div.nolink h3,
.events-teaserlist .grouplist li.local a .text,
.events-teaserlist .grouplist li.local div.nolink .text {
    /*color: #576471;*/
}

.events-teaserlist .grouplist li.local a:hover {
    /*color: #74B841;*/
    /*background-color: #FEF7E5;*/
}

.events-teaserlist .grouplist li.local a:hover h3,
.events-teaserlist .grouplist li.local a:hover .text {
    /*color: #74B841 !important;*/
}

.events-teaserlist .grouplist .divider {
    margin-bottom: 16px;
}

.events-teaserlist .grouplist .divider:last-child {
    margin-bottom: 0px;
}

.events-teaserlist .grouplist .registration_deadline,
.events-teaserlist .grouplist .price {
    color: inherit;
}

.events-teaserlist .grouplist li .info {
    margin-top: 13px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    width: calc(100% - 60px - 300px - 56px - 45%);
}


.events-teaserlist .grouplist li .info .month {
    font-size: 20px;
    font-weight: 700;
    color: #00377A;
}

.events-teaserlist .grouplist li .info .date {
    display: flex;
}

.events-teaserlist .grouplist li .info .location:before,
.events-teaserlist .grouplist li .info .date:before,
.events-teaserlist .grouplist li .info .time:before {
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
    color: #00528c;
}

.events-teaserlist .grouplist li .info .location:before {
    content: '\f3c5';
}

.events-teaserlist .grouplist li .info .date:before {
    content: '\f073';
}

.events-teaserlist .grouplist li .info .time:before {
    content: '\f017';
}

.events-teaserlist .grouplist .text,
.events-teaserlist .grouplist a .text {
    font-size: 18px;
    line-height: 24px;
}

.events-teaserlist .grouplist li .label {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.events-teaserlist .grouplist li .label,
.events-teaserlist .grouplist li .introtext {
    max-width: 1000px;
}

.events-teaserlist .grouplist li .introtext {
    font-size: 18px;
}

.events-teaserlist .grouplist li:last-child {
    margin-bottom: 0;
}

.events-teaserlist .grouplist h3,
.events-teaserlist .grouplist a h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.events-teaserlist .more-events {
    cursor: pointer;
    display: inline-block;
    font-family: 'TheSans';
    font-size: 20px;
    font-weight: 400;
    color: #00377A;
}

.events-teaserlist .more-events::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f101';
    margin-right: 10px;
    font-weight: 900;
}

.events-teaserlist .more a {
    font-size: 18px;
    color: #FF6347;
    margin-top: 30px;
}

.events-teaserlist .more a:before {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    margin-right: 8px;
    font-weight: 700;
}

.events-teaserlist .list-item.topic_3 .day-square {
    background: #009CDA;
}
.events-teaserlist .list-item.topic_3 {
    border-left: 8px solid #009CDA;
}

.events-teaserlist .list-item.topic_2 .day-square {
    background: #0071B9;
}

.events-teaserlist .list-item.topic_2 {
    border-left: 8px solid #0071B9;
}

@media only screen and (max-width: 1450px){
    .events-teaserlist .grouplist li {
        flex-wrap: wrap;
    }

    .events-teaserlist .grouplist li .info {
        width: calc(100% - 20px - 56px);
    }

    .events-teaserlist .grouplist .text {
        padding-top: 0px;
        margin-left: 75px;
        width: 100%;
    }

    .events-teaserlist .grouplist .link {
        width: 100%;
        margin-left: 75px;
    }

}

@media only screen and (max-width: 1024px){
    .events-teaserlist .search .filter-search {
        height: 40px;
        padding: 5px 15px;
    }

    .events-teaserlist .search .innericon {
        top: 4px;
        right: 5%;
    }

    .events-teaserlist .filter-select-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }

    .events-teaserlist .filter-select-wrapper .form-select {
        width: 100%;
    }
}

@media only screen and (max-width: 550px){
    .events-teaserlist .grouplist .link {
        max-width: 100%;
    }
}

@media only screen and (max-width: 520px){
    .events-teaserlist .legend .explanation {
        width: 100%;
    }

    .events-teaserlist .grouplist li {
        padding-left: 18px;
        padding-right: 10px;
    }

    .events-teaserlist .grouplist li .info {
        margin-top: 0px;
        width: 100%;
    }

    .events-teaserlist .grouplist .text {
        margin-left: 0px;
    }

    .events-teaserlist .grouplist .link {
        margin-left: 0px;
    }

    .events-teaserlist .grouplist .link a {
        width: fit-content;
    }

    .events-teaserlist .list-item .day {
        align-items: center;
    }

    .events-teaserlist .list-item .day .month {
        display: inline-block;
    }

    .events-teaserlist .grouplist li .info .month {
        display: none;
    }

}.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .checkbox-wrapper {
    display: flex;
    gap: 10px;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .button-submit {
    background: #FF6347;
    color: #fff;
    padding: 10px;
    width: calc(50% - 25px);
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .form-row.birthdate {
    display: flex;
    flex-flow: column;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .form-row .dateselector-form {
    display: flex;
    gap: 3px;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .form-row.membership_type {
    display: flex;
    flex-flow: column;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .form-row select.dateselector_day {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .form-row select.dateselector_month {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .form-row select.dateselector_year {
    width: 120px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .radiobuttons-wrapper.cols {
    display: flex;
    flex-flow: column;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .radiobutton-wrapper {
    width: 100%;
    max-width: 1000px;
    display: flex;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .radiobutton-wrapper label {
    width: auto;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .defaultform .radiobutton-wrapper .explanation {
    font-size: 14px;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .link {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .additional-text {
    max-width: 1000px;
    margin-top: 50px;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .additional-text a {
    text-decoration: underline;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .data.additional-info {
    display: none;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .download-container li {
    list-style: none;
    margin-bottom: 20px;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .download-container .download {
    background: #0071B9;
    width: 100%;
    display: flex;
    color: #fff;
    padding: 13px 24px;
    box-sizing: border-box;
}

.pageelement-form-antrag-gruppenanalytischer-supervisor .download-container .download::before {
    content: '\f56d';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 700;
    margin-right: 13px;
}.pageelement-form-antrag-gruppenlehranalytiker .defaultform {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .checkbox-wrapper {
    display: flex;
    gap: 10px;
}

.pageelement-form-antrag-gruppenlehranalytiker .button-submit {
    background: #FF6347;
    color: #fff;
    padding: 10px;
    width: calc(50% - 25px);
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
}

.pageelement-form-antrag-gruppenlehranalytiker .form-row.birthdate {
    display: flex;
    flex-flow: column;
}

.pageelement-form-antrag-gruppenlehranalytiker .form-row .dateselector-form {
    display: flex;
    gap: 3px;
}

.pageelement-form-antrag-gruppenlehranalytiker .form-row.membership_type {
    display: flex;
    flex-flow: column;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .form-row select.dateselector_day {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .form-row select.dateselector_month {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .form-row select.dateselector_year {
    width: 120px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .radiobuttons-wrapper.cols {
    display: flex;
    flex-flow: column;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .radiobutton-wrapper {
    width: 100%;
    max-width: 1000px;
    display: flex;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .radiobutton-wrapper label {
    width: auto;
}

.pageelement-form-antrag-gruppenlehranalytiker .defaultform .radiobutton-wrapper .explanation {
    font-size: 14px;
}

.pageelement-form-antrag-gruppenlehranalytiker .link {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

.pageelement-form-antrag-gruppenlehranalytiker .additional-text {
    max-width: 1000px;
    margin-top: 50px;
}

.pageelement-form-antrag-gruppenlehranalytiker .additional-text a {
    text-decoration: underline;
}

.pageelement-form-antrag-gruppenlehranalytiker .data.additional-info {
    display: none;
}
.pageelement-form-antrag-gruppenlehranalytiker .download-container li {
    list-style: none;
    margin-bottom: 20px;
}

.pageelement-form-antrag-gruppenlehranalytiker .download-container .download {
    background: #0071B9;
    width: 100%;
    display: flex;
    color: #fff;
    padding: 13px 24px;
    box-sizing: border-box;
}

.pageelement-form-antrag-gruppenlehranalytiker .download-container .download::before {
    content: '\f56d';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 700;
    margin-right: 13px;
}.pageelement-gallery-detail .gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 0 auto;
    padding: 0;
}

.pageelement-gallery-detail .back-item {
    width: 100%;
    margin: 25px auto 0 auto;
}

.pageelement-gallery-detail .back-item a {
    color: #FF6347 !important;
    font-size: 20px;
}

.pageelement-gallery-detail .back-item a i {
    margin-right: 10px;
}

.pageelement-gallery-detail .gallery-image-thumb {
    aspect-ratio: 447 / 251;
    object-fit: cover;
}
@media only screen and (max-width: 1550px){
    .margin-box:has(.pageelement-gallery-detail) {
        padding: 0 50px;
    }
    .pageelement-gallery-detail {
        padding: 0;
    }
}

@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: 700px) {
    .margin-box:has(.pageelement-gallery-detail) {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 520px) {
    .margin-box:has(.pageelement-gallery-detail) {
        padding: 0px 15px;
    }
}

@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-list {
    width: 100%;
    margin: 0 auto 55px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.pageelement-gallery-list h2 {
    color: #009CDA;
}

@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: #0071B9 !Important;
}

.pageelement-gallery-list .title {
    color: #fff;
}

@media only screen and (max-width: 1550px){
    .margin-box:has(.pageelement-gallery-list) {
        padding: 0 50px;
    }
    .pageelement-gallery-list {
        padding: 0;
    }
}

@media only screen and (max-width: 760px) {
    .pageelement-gallery-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
}

@media only screen and (max-width: 700px) {
    .margin-box:has(.pageelement-gallery-list) {
        padding: 0 25px;
    }
}

@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 .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-legaltext-erecht24 {
  /* ... */
}

.pageelement-legaltext-erecht24 .content-container {
  /* ... */
}
.pageelement-links .link-item {
    list-style-type: none;
}

.pageelement-links.no-margin {
    margin-bottom: 10px;
}

.pageelement-links .link-item > a {
    list-style-type: none;
    background-color: #0071B9;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    min-height: 50px;
}

.pageelement-links .link-item:last-child > a {
    margin-bottom: 0;
}

.pageelement-links .link-item .link-link > div {
    color: white;
    font-weight: 700;
    width: fit-content;
    font-size: 18px;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    padding-right: 15px;
}

.pageelement-links .link-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pageelement-links .fa-chevron-right {
    color: white;
    margin-left: auto;
}

.pageelement-links .link-link {
    width: fit-content;
    display: inline-block;
}

.pageelement-links .link-item > a > .fa-sharp.fa-chevron-right {
    font-size: 30px;
    margin-right: 37px;
    float: right;
}

.pageelement-links .link-item .link-icon .fa-solid {
    color: white;
    padding-right: 34px;
    font-size: 27px;
    padding-left: 44px;
}

.link-icon {
    width: 90px;
    flex-shrink: 0;
}

@media only screen and (max-width: 700px){
    .pageelement-links .link-item > a > .fa-sharp.fa-chevron-right {
        margin-right: 20px;
    }

    .pageelement-links .link-item .link-icon {
        width: 55px;
    }

    .pageelement-links .link-item .link-icon .fa-solid {
        padding-left: 15px;
    }
}


@media screen and (max-width: 468px) {
    .pageelement-links .link-item .fa-regular {
        margin-right: 10px;
        font-size: 24px;
    }

    .pageelement-links .link-item .fa-solid {
        font-size: 24px;
    }
}.pageelement-lost-password .back {
    color: #FF6347;
    font-size: 20px;
    margin-top: 25px;
    display: block;
}

.pageelement-lost-password .back::before {
    content: '\f060';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
}

.pageelement-lost-password .box {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-lost-password .box .button-submit {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
    min-width: unset;
    font-weight: 400;
}.media-main .movie {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.movie-box.youtube,
.movie-box.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    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-member-detail {

}

.pageelement-member-detail .detail-container {
    padding: 20px 60px;
    background: #E5F0F8;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    display: flex;
    color: #00377A;
    margin-bottom: 45px;
}

.pageelement-member-detail .text-content-container {
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.pageelement-member-detail .sections-main {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    row-gap: 30px;
    padding-bottom: 24px;
    padding-top: 24px;
}

.pageelement-member-detail .text-content-container .content-container-child {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    row-gap: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #009CDA;
}

.pageelement-member-detail .text-content-container .content-container-child:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.pageelement-member-detail .text-content-container .base-info-wrapper.content-container-child {
    flex-flow: column;
    gap: 3px;
}

.pageelement-member-detail .member-container {
    background: #E5F0F8;
    border-radius: 10px;
    padding-bottom: 25px;
}

.pageelement-member-detail .member-info {
    padding: 35px 60px;
    display: flex;
    gap: 50px;
}

.pageelement-member-detail .member-info .image {
    width: 300px;
    max-width: 30%;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
    min-width: 300px;
}

.pageelement-member-detail .member-info .image img {
    object-fit: cover;
}

.pageelement-member-detail .member-info .info-main {
    padding: 20px 0px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.pageelement-member-detail .member-info .info-main .name {
    color: #009CDA;
    font-size: 20px;
    font-weight: 700;

}

.pageelement-member-detail .relations {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.pageelement-member-detail .trigger {
    background: #009CDA;
    color: #fff;
    font-weight: 700;
    padding: 12px 60px;
    position: relative;
    cursor: pointer;
}

.pageelement-member-detail .trigger::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 22px;
    transition: all .5s ease-in-out;
    transform: rotate(0deg);
}

.pageelement-member-detail .trigger.opened::before {
    transform: rotate(90deg);
}

@media only screen and (max-width: 1024px){
    .pageelement-member-detail .member-info {
        padding: 35px 35px;
        gap: 35px;
    }

    .pageelement-member-detail .member-info .image {
        width: 200px;
        min-width: 200px;
    }

    .pageelement-member-detail .member-info .info-main {
        padding: 0px;
    }

    .pageelement-member-detail .sections-main {
        padding: 0;
    }

    .pageelement-member-detail .detail-container {
        padding: 20px 35px;
    }

    .pageelement-member-detail .text-content-container .content-container-child {
        row-gap: 25px;
    }

    .pageelement-member-detail .text-content-container .content-container-child .web-section .title {
        display: none;
    }
}

@media only screen and (max-width: 750px){
    .pageelement-member-detail .member-info {
        flex-flow: column;
    }

    .pageelement-member-detail .member-info .image {
        min-width: unset;
        max-width: 100%;
    }

    .pageelement-member-detail .sections-main {
        flex-flow: column;
    }
}















.pageelement-member-detail .text-content-container .content-container-child .title {
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 24px;
}


.pageelement-member-detail .base-info-wrapper .small {
    font-size: 16px;
}

.pageelement-member-detail .base-info-wrapper .name {
    font-size: 20px;
    font-weight: 700;
    color: #009CDA;
}

.pageelement-member-detail .icon {
    width: 26px;
}

.pageelement-member-detail .address-section .address,
.pageelement-member-detail .phone-section .telephone .link-wrapper,
.pageelement-member-detail .phone-section .mobile .link-wrapper,
.pageelement-member-detail .web-section .email .link-wrapper,
.pageelement-member-detail .web-section .website .link-wrapper {
    display: flex;
}

.pageelement-member-detail .icon:before{
    font-family: 'Font Awesome 6 Pro';
}

.pageelement-member-detail .address-section .address .icon:before{
    content: '\f3c5';
}

.pageelement-member-detail .phone-section .telephone .icon:before{
    content: '\f095';
}

.pageelement-member-detail .phone-section .mobile .icon:before{
    content: '\f3ce';
}

.pageelement-member-detail .web-section .email .icon:before{
    content: '\f0e0';
}

.pageelement-member-detail .web-section .website .icon:before{
    content: '\f0ac';
}

.pageelement-member-detail .link-back {
    color: #FF6347;
    display: flex;
    margin-top: 25px;
}

.pageelement-member-detail .link-back:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f060';
    margin-right: 8px;
}.pageelement-member-editor-account-data {
    overflow: visible;
}

.pageelement-member-editor-account-data .datagroupTitle {
    position: sticky;
    top: 0;
    display: inline-block;
    font-size: 22px;
    color: #009CDA;
    font-weight: 700;
    width: 100%;
    background: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
}

.pageelement-member-editor-account-data .form-row {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.pageelement-member-editor-account-data .form-row:has(.sticky) {
    position: sticky;
    top: 79px;
    background: #e5f0f8;
    z-index: 9;
}

.pageelement-member-editor-account-data .container .box .relationBlock,
.pageelement-member-editor-account-data .container .box.main-box {
    background: #E5F0F8;
    padding: 20px;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 25px;
}

.pageelement-member-editor-account-data .defaultform .form-submit-container {
    margin-top: 0px;
    margin-bottom: 25px;
}

.pageelement-member-editor-account-data .defaultform .button-submit {
    background: #FF6347;
    color: #fff;
    padding: 10px;
    width: auto;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.pageelement-member-editor-account-data .button.button-add {
    background: #00377A;
    color: #fff;
    padding: 5px 25px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 25px;
}

.pageelement-member-editor-account-data .form-row label {
    width: auto;
    max-width: 100%;
}

.pageelement-member-editor-account-data .combinedCheckboxes .checkbox-wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
}

@media only screen and (max-width: 520px){
    .pageelement-member-editor-account-data .defaultform .button-submit {
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }
}.pageelement-member-editor-base-data {
    overflow: visible;
}

.pageelement-member-editor-base-data .margin-box .content {
    max-width: 100%;
    box-sizing: border-box;
}

.pageelement-member-editor-base-data .datagroupTitle {
    position: sticky;
    top: 0;
    display: inline-block;
    font-size: 22px;
    color: #009CDA;
    font-weight: 700;
    width: 100%;
    background: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
}

.pageelement-member-editor-base-data .form-row {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.pageelement-member-editor-base-data .form-row.imageupload {
    display: flex;
    flex-flow: column;
}

.pageelement-member-editor-base-data .form-row:has(.sticky) {
    position: sticky;
    top: 79px;
    background: #e5f0f8;
    z-index: 9;
}

.pageelement-member-editor-base-data .container .box .relationBlock,
.pageelement-member-editor-base-data .container .box.main-box {
    background: #E5F0F8;
    padding: 20px;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 25px;
}

.pageelement-member-editor-base-data .defaultform .form-submit-container {
    margin-top: 0px;
    margin-bottom: 25px;
}

.pageelement-member-editor-base-data .defaultform .button-submit {
    background: #FF6347;
    color: #fff;
    padding: 10px;
    width: auto;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.pageelement-member-editor-base-data .button.button-add {
    background: #00377A;
    color: #fff;
    padding: 5px 25px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 25px;
}

.pageelement-member-editor-base-data .form-row label {
    width: auto;
    max-width: 100%;
}

.pageelement-member-editor-base-data .combinedCheckboxes .checkbox-wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
}

@media only screen and (max-width: 520px){
    .pageelement-member-editor-base-data .defaultform .button-submit {
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }
}.pageelement-member-editor-expert-data {
    overflow: visible;
}

.pageelement-member-editor-expert-data .content {
    max-width: 100%;
    box-sizing: border-box;
}

.pageelement-member-editor-expert-data .datagroupTitle {
    position: sticky;
    top: 0;
    display: inline-block;
    font-size: 22px;
    color: #009CDA;
    font-weight: 700;
    width: 100%;
    background: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
}

.pageelement-member-editor-expert-data .form-row {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.pageelement-member-editor-expert-data .form-row:has(.sticky) {
    position: sticky;
    top: 79px;
    background: #e5f0f8;
    z-index: 9;
}

.pageelement-member-editor-expert-data .container .box .relationBlock,
.pageelement-member-editor-expert-data .container .box.main-box {
    background: #E5F0F8;
    padding: 20px;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 25px;
}

.pageelement-member-editor-expert-data .defaultform .form-submit-container {
    margin-top: 0px;
    margin-bottom: 25px;
}

.pageelement-member-editor-expert-data .defaultform .form-row label[for$="__vacancies"]{
    padding: 5px 0;
    display: block;
    float: none;
}

.pageelement-member-editor-expert-data .defaultform .form-row .dateselector-form {
    margin-bottom: 30px;
}

.pageelement-member-editor-expert-data .defaultform .form-row select.dateselector_day {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    margin-right: 5px;
}

.pageelement-member-editor-expert-data .defaultform .form-row select.dateselector_month {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    margin-right: 5px;
}

.pageelement-member-editor-expert-data .defaultform .form-row select.dateselector_year {
    width: 120px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
}

.pageelement-member-editor-expert-data .defaultform .button-submit {
    background: #FF6347;
    color: #fff;
    padding: 10px;
    width: auto;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.pageelement-member-editor-expert-data .button.button-add {
    background: #00377A;
    color: #fff;
    padding: 5px 25px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 25px;
    float: none;
}

.pageelement-member-editor-expert-data .form-row label {
    width: auto;
    max-width: 100%;
}

.pageelement-member-editor-expert-data .combinedCheckboxes .checkbox-wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
}

@media only screen and (max-width: 520px){
    .pageelement-member-editor-expert-data .defaultform .button-submit {
        max-width: 100%;
        width: 100%;
        min-width: unset;
    }
}

.pageelement-member-list .search-box {
    background: #E5F0F8;
    padding: 20px 25px;
    border-radius: 10px;
}

.pageelement-member-list .search-box .filter {
    width: 685px;
    max-width: 100%
}

.pageelement-member-list .search-box .filter .label {
    color: #009CDA;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pageelement-member-list .search-box .filter .label:first-child {
    margin-top: 0px;
}

.pageelement-member-list .search-box .filter input,
.pageelement-member-list .search-box .filter select {
    background: #fff;
    border: #00377A 1px solid;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'TheSans';
    appearance: none;
}

.pageelement-member-list .search-box .filter input {
    padding: 10px 20px;
}

.pageelement-member-list .search-box .filter .filter-search {
    width: 100%;
    box-sizing: border-box;
    background: url('/_images/search.svg') no-repeat #fff;
    background-size: 22px;
    background-position: 10px;
    padding: 10px 20px 10px 40px;
}


.pageelement-member-list .search-box .filter .wrapper-location {
    display: flex;
    gap: 10px;
}

.pageelement-member-list .search-box .filter .filter-item-location-search-type,
.pageelement-member-list .search-box .filter .filter-item-postcode,
.pageelement-member-list .search-box .filter .filter-item-postcode-range {
    width: 33.3%;
    box-sizing: border-box;
}

.pageelement-member-list .search-box .filter .filter-item-region {
    display: none;
    width: calc(66.6% + 11px);
}



.pageelement-member-list .search-box .filter select {
    background: url('/_images/select.svg') no-repeat #fff;
    background-size: 22px;
    background-position: calc(100% - 10px);
    padding: 10px 40px 10px 20px;
}

.pageelement-member-list .search-box .filter .submit-button {
    background: #FF6347;
    color: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
}

.pageelement-member-list .search-results {
    margin-top: 25px;
}

.pageelement-member-list .result-items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.pageelement-member-list .result-items .result-item {
    background: #e5f0f8;
    padding: 40px;
    border-radius: 10px;
    width: calc(25% - 15px);
    color: #00377A;
    box-sizing: border-box;
}

.pageelement-member-list .result-items .result-item .label {
    font-weight: 700;
}

.pageelement-member-list .result-items .result-item .address,
.pageelement-member-list .result-items .result-item .telephone,
.pageelement-member-list .result-items .result-item .mobile,
.pageelement-member-list .result-items .result-item .email,
.pageelement-member-list .result-items .result-item .website {
    display: flex;
}

.pageelement-member-list .result-items .result-item .icon {
    width: 26px;
}

.pageelement-member-list .result-items .result-item .icon:before{
    font-family: 'Font Awesome 6 Pro';

}

.pageelement-member-list .result-items .result-item .address .icon:before{
    content: '\f3c5';
}

.pageelement-member-list .result-items .result-item .telephone .icon:before{
    content: '\f095';
}

.pageelement-member-list .result-items .result-item .mobile .icon:before{
    content: '\f3ce';
}

.pageelement-member-list .result-items .result-item .email .icon:before{
    content: '\f0e0';
}

.pageelement-member-list .result-items .result-item .website .icon:before{
    content: '\f007';
}

.pageelement-member-list .result-items .result-item .email .info,
.pageelement-member-list .result-items .result-item .website .info {
    font-weight: 700;
}

.pageelement-member-list .result-items .result-item .link-detail {
    color: #ff6347;
}

.pageelement-member-list .result-items .result-item .link-detail:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f061';
    width: 26px;
    display: inline-block;
}

.pageelement-member-list #member-list-container .spinner {
    width: 100px;
    height: 100px;
    border: 10px solid rgb(225, 230, 236);
    border-top: 10px solid #449cdb;
    border-radius: 50%;
    animation: loading-member-list 1s linear infinite;
    margin-left: calc(50% - 75px);
    margin-top: 40px;
}

#member-list-container .headline {
    margin-top: 25px;
    margin-bottom: 30px;
    color: #009CDA;
    font-weight: 700;
}

.pageelement-member-list .result-trigger {
    background: #00377A;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
}

.pageelement-member-list .result-trigger:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f054';
    margin-right: 20px;
    transition: .5s transform ease-in-out;
    transform: rotate(0deg);
    display: inline-block;
    font-weight: 700;
}

.pageelement-member-list .result-trigger.opened:before {
    transform: rotate(90deg);
}

@keyframes loading-member-list {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*
.result-items .result-item .address .icon:before{
    content: '\';
}
*/

.result-items .result-item {

}

@media only screen and (max-width: 1350px){
    .pageelement-member-list .result-items .result-item {
        width: calc(33.33% - 14px);
    }
}

@media only screen and (max-width: 1080px){
    .pageelement-member-list .result-items .result-item {
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 915px){
    .pageelement-member-list .search-box .filter {
        width: auto;
    }
}

@media only screen and (max-width: 760px){
    .pageelement-member-list .result-items .result-item {
        width: 100%;
    }

    .pageelement-member-list .search-box .filter .wrapper-location {
        flex-wrap: wrap;
    }

    .pageelement-member-list .search-box .filter .filter-item-location-search-type,
    .pageelement-member-list .search-box .filter .filter-item-postcode,
    .pageelement-member-list .search-box .filter .filter-item-postcode-range,
    .pageelement-member-list .search-box .filter .filter-item-region {
        width: 100%;
    }
}.pageelement-membership-change-form .defaultform {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membership-change-form .button-submit {
    background: #FF6347;
    color: #fff;
    padding: 10px;
    width: calc(50% - 25px);
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
}

.pageelement-membership-change-form .form-row.birthdate {
    display: flex;
    flex-flow: column;
}

.pageelement-membership-change-form .form-row .dateselector-form {
    display: flex;
    gap: 3px;
}

.pageelement-membership-change-form .form-row.membership_type {
    display: flex;
    flex-flow: column;
}

.pageelement-membership-change-form .defaultform .form-row select.dateselector_day {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membership-change-form .defaultform .form-row select.dateselector_month {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membership-change-form .defaultform .form-row select.dateselector_year {
    width: 120px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membership-change-form .defaultform .radiobuttons-wrapper.cols {
    display: flex;
    flex-flow: column;
}

.pageelement-membership-change-form .defaultform .radiobutton-wrapper {
    width: 100%;
    max-width: 1000px;
    display: flex;
}

.pageelement-membership-change-form .defaultform .radiobutton-wrapper label {
    width: auto;
}

.pageelement-membership-change-form .defaultform .radiobutton-wrapper .explanation {
    font-size: 14px;
}

.pageelement-membership-change-form .link {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

.pageelement-membership-change-form .additional-text {
    max-width: 1000px;
    margin-top: 25px;
}.pageelement-membershipform .defaultform {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membershipform .button-submit {
    background: #FF6347;
    color: #fff;
    padding: 10px;
    width: calc(50% - 25px);
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
}

.pageelement-membershipform .form-row.birthdate {
    display: flex;
    flex-flow: column;
}

.pageelement-membershipform .form-row .dateselector-form {
    display: flex;
    gap: 3px;
}

.pageelement-membershipform .form-row.membership_type {
    display: flex;
    flex-flow: column;
}

.pageelement-membershipform .defaultform .form-row select.dateselector_day {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membershipform .defaultform .form-row select.dateselector_month {
    width: 80px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membershipform .defaultform .form-row select.dateselector_year {
    width: 120px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    font-family: 'TheSans', sans-serif;
    background: #fff;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-membershipform .defaultform .radiobuttons-wrapper.cols {
    display: flex;
    flex-flow: column;
}

.pageelement-membershipform .defaultform .radiobutton-wrapper {
    width: 100%;
    max-width: 1000px;
    display: flex;
}

.pageelement-membershipform .defaultform .radiobutton-wrapper label {
    width: auto;
}

.pageelement-membershipform .defaultform .radiobutton-wrapper .explanation {
    font-size: 14px;
}

.pageelement-membershipform .link {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

.pageelement-membershipform .additional-text {
    max-width: 1000px;
    margin-top: 50px;
}

.pageelement-membershipform .additional-text a {
    text-decoration: underline;
}

.pageelement-membershipform .data.additional-info {
    display: none;
}.pageelement-new-password .back {
    color: #FF6347;
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}

.pageelement-new-password .back::before {
    content: '\f060';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
}

.pageelement-new-password .box {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-new-password .box .button-submit {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
    min-width: unset;
    font-weight: 400;
}.news-detail-main .content-container {
    justify-content: flex-start;
}


.news-detail-main .introtext {
    display: block;
    margin-bottom: 10px;
    padding-top: 40px;
    color: #00377A;
}

.news-detail-main .copytext p {
    display: block;
    max-width: 800px;
    color: #00377A;
}

.news-detail-main .author {
    color: #00377A;
}

.news-detail-main .date {
    margin-top: 5px;
    color: #00377A;
}

.news-detail-main .back-link {
    color: #FF6347;
    font-size: 18px;
}

.news-detail-main img {
    /* width: auto !important;*/
    border-radius: 10px;
}

.news-detail-main h3 {
    font-size: 20px;
    font-weight: 700;
    color: #00528c;
    margin-top: 20px;
    margin-bottom: 10px;
}

.news-detail-main .downloads {
    margin-top: 50px;
    margin-bottom: 40px;
}

.news-detail-main .downloads .download-link::before {
    color: #fff;
    padding: 0 5px 0 0;
}

.news-detail-main .downloads .download-link {
    color: #fff;
    background-color: #0071B9;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.news-detail-main .newsdetail-grid {
    display: grid;
    grid-template-columns: minmax(auto, 800px) minmax(auto, 430px);
    gap: 0 170px;
}

@media screen and (max-width: 1200px) {
    .news-detail-main .newsdetail-grid {
        gap: 0 60px;
    }
}


@media screen and (max-width: 768px) {
    .news-detail-main .newsdetail-grid {
        grid-template-columns: 100%;
    }
}

.news-detail-main .mainimage,
.news-detail-main .copytext,
.news-detail-main .downloads,
.news-detail-main .author,
.news-detail-main .date {
    grid-column: 1 / 1;
}

.news-detail-main .right {
    grid-column: 2 / 2;
    grid-row-start: 1;
}

@media screen and (max-width: 768px) {
    .news-detail-main .right {
        grid-column: 1 / 1;
        grid-row-start: auto;
    }
}

.news-detail-main .rightimage, .news-detail-main .secondrightimage {
    margin-bottom: 50px;
}

.news-detail-main .news-detail-other-links {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-right: 20px;
}

.news-detail-main .link-link {
    background-color: #0071B9;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0 10px 20px;
}

.news-detail-main .linklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.links-intern-info {
    margin-bottom: 8px;
}

.news-detail-main .fa-square-arrow-up-right, .news-detail-main .fa-arrow-up-right-from-square {
    padding-right: 10px;
    color: #fff;
}

.news-detail-main .image-copyright {
    float: right;
    margin-bottom: 10px;
}

.news-detail-main .image-subline, .news-detail-main .copytext {
    margin-top: 25px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
}

.news-detail-main .copytext {
    margin-bottom: 25px;
}

.news-detail-main .gallery-image-thumb {
    max-width: 445px;
    width: 100%;
    max-height: 250px;
    height: auto;
    object-fit: cover;
}

.news-detail-main .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) {
    .news-detail-main .gallery-container {
        grid-template-columns: 1fr;
        grid-column: 1 / 1;
    }
    .news-detail-main .gallery-image-thumb {
        width: 100%;
        height: auto;
        max-width: unset;
        max-height: unset;
    }
}

.news-detail-main .fa-arrow-left {
    margin-right: 10px;
}

.news-detail-main .gallery-image-copyright {
    color: #777777;
    opacity: 0.6;
    font-size: 12px;
    float: right;
    text-align: right;
}


.pageelement-news-detail-main .mainimage .ai-mark  {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pageelement-news-detail-main .rightimage .ai-mark  {
    position: absolute;
    bottom: 55px;
    right: 10px;
}

.pageelement-news-detail-main .secondrightimage .ai-mark  {
    position: absolute;
    bottom: 55px;
    right: 10px;
}

.pageelement-news-detail-main .gallery-image .ai-mark  {
    position: absolute;
    bottom: 30px;
    right: 10px;
}


.pageelement-news-detail-main .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

.news-detail-main .mainimage, .news-detail-main .rightimage, .news-detail-main .secondrightimage, .news-detail-main .gallery-image {
    position: relative;
}

@media screen and (max-width: 1400px){
    .news-detail-hr {
        margin: -100px 20px 70px 20px;
    }
}

.news-detail-main .news-detail-gallery-headline {
    margin-top: 80px;
}.news-list {
    width: 100%;
    box-sizing: border-box;
}
.news-list.highlighted {
    background: #E5F0F8;
}

.news-list .no-results {
    margin-bottom: 25px;
}

.news-list .content-container {
    flex-direction: column;
    flex-wrap: wrap;
}

.news-list .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 15px;
    overflow: hidden;
    border-bottom: 2px solid #009CDA;
    gap: 30px;
}

.news-list .image-container {
    display: flex;
    float: left;
    width: 310px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    justify-content: flex-end;
    border-radius: 10px;
    overflow: hidden;
}

.news-list .image-container image {
    display: inline-block;
    width: auto;
    height: 100%;
    box-sizing: border-box;
}

.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: 10px;
    min-width: 20%;
}

.news-list .fa-arrow-right {
    padding-right: 5px;
}

.news-list .item:last-of-type {
    border-bottom: none;
    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;
}

.news-list .news-list-copyright {
    font-size: 12px;
    opacity: 0.8;
    position: absolute;
    z-index: 1000;
    bottom: -15px;
    color: black;
}

.news-list .text-container .headline-container .headline {
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #00528c;
}

.news-list .text-container .text {
    box-sizing: border-box;
    font-size: 18px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    max-width: 800px;
    margin-bottom: 8px;
}

.news-list .detail-link {
    display: inline-block;
    color: #FF6347;
    font-size: 18px;
}

.news-list .list-link {
        font-size: 18px;
        color: #FF6347;
        margin-top: 30px;
}

.news-list .list-link::before {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    margin-right: 8px;
    font-weight: 700;
}

.news-list .ajax-list-load-more {
    display: inline-block;
    background: #00377A;
    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;
    margin-top: 10px;
}

.news-list .spinner {
    width: 100px;
    height: 100px;
    border: 10px solid rgb(230, 230, 230);
    border-top: 10px solid #00377A;
    border-radius: 50%;
    animation: loading-news-list 1s linear infinite;
    margin-left: calc(50% - 75px);
}


@keyframes loading-news-list {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px){
    .news-list .image-container {
        width: 35%;
    }
}

@media only screen and (max-width: 800px) {
    .news-list .image-container {
        width: 100%;
        margin: 0 !important;
        float: none;
    }

    .news-list .image-container a {
        width: 100%;
    }

    .news-list .text-container {
        float: none;
        /*margin-top: 15px;*/
        overflow: hidden;
        max-width: 100%;
    }
}.pageElement-newsletter-subscription .box {
    background: #E5F0F8;
    padding: 20px;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 25px;
}

.pageElement-newsletter-subscription .button-submit {
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #FF6347;
    display: inline-block;
    min-width: 350px;
    padding: 15px;
    border-radius: 10px;
}.pageElement-newsletter-subscription .form-row.optin-text label {
    display: flex;
    float: none;
    gap: 8px;
    align-items: start;
}

.pageElement-newsletter-subscription .form-row.optin-text input[type="checkbox"]{
    margin-top: 5px;
}

.pageElement-newsletter-subscription .box {
    background: #E5F0F8;
    padding: 20px;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 25px;
}

.pageElement-newsletter-subscription .button-submit {
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #FF6347;
    display: inline-block;
    min-width: 350px;
    padding: 15px;
    border-radius: 10px;
}.overviewpages-main .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 120px;
}

.overviewpages-main .overview-item {
    background: linear-gradient(0deg, rgba(0,155,217,1) 0%, rgba(0,56,123,1) 100%);
    width: 100%;
    max-width: 670px;
    min-width: 100px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
}

.overviewpages-main .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;
}

.overviewpages-main .overview-item img {
    padding: 20px;
    width: 100% !important;
    height: auto;
}

.overviewpages-main .text-container span {
    color: white;
    text-align: center;
    line-height: 40px;
    word-break: break-word;
    font-size: 27px;
    font-weight: 700;
    display: flex;
    padding-bottom: 10px;
}

.overviewpages-main .text-container span:before{
    content: '\f061';
    font-family: 'Font Awesome 6 Sharp';
    font-size: 37px;
    margin-right: 15px;
    font-weight: 700;
}

.overviewpages-main .text-addition {
    text-align: start;
}

.overviewpages-main .text-addition span {
    font-size: 18px;
    font-weight: 400;
    padding-left: 48px;
}


.overviewpages-main .has-image a h2 {
    font-size: 30px;
}

.overviewpages-main .no-image a h2 {
    font-size: 40px;
}

.overviewpages-main .text-container {
    display: flex !important;
}

.overviewpages-main .overview-item.no-image a h2 {
    margin: 0;
    padding: 0;
}

.overviewpages-main .overview-item a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    text-decoration: none;
    padding: 50px;
    justify-content: center;
}

@media only screen and (max-width: 1250px){
    .overviewpages-main .content-container {
        gap: 30px 30px;
    }

    .overviewpages-main .text-container span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px){
    .overviewpages-main .overview-item a {
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 900px) {
    .overviewpages-main .content-container {
        grid-template-columns: 1fr;
    }
    .overviewpages-main .overview-item {
        max-width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 520px){
    .overviewpages-main .text-container span {
        line-height: 20px;
    }

    .overviewpages-main .text-container span:before {
        font-size: 30px;
    }

    .overviewpages-main .overview-item {
        min-height: 130px;
    }
}

@media  screen and (max-width: 200px) {
    .overviewpages-main .image-container img {
        display: none;
    }
}


.overviewpages-main .ai-mark {
    position: absolute;
    bottom: 40px;
    right: 45px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.overviewpages-main .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

.overviewpages-main .image-container span {
    position: absolute;
    bottom: 20px;
    right: 55px;
    font-size: 12px;
}.pageelement-search {
  width: 100%;
}

.pageelement-search input {
  margin-top: 10px;
  height: 35px;
  width: 500px;
  max-width: 100%;
  font-size: 18px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.pageelement-search .searchresult-header {
  margin-bottom: 30px;
}

.pageelement-search .searchresult-header .keyword {
  font-weight: 700;
}

.pageelement-search .searchresult-group {
  margin-bottom: 30px;
  width: 100%;
}

.pageelement-search .searchresult-group .searchresult-header:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.pageelement-search .searchresult-group .searchresult-header.active:before {
  transform: rotate(180deg);
}

.pageelement-search .searchresult-group .searchresult-header {
  font-size: 21px;
  font-family: 'TheSans', sans-serif;
  display: block;
  border-bottom: 1px solid #a4b7e0;
  margin-bottom: 15px;
  padding: 0 0 10px 17px;
  background: url(/_images/subnav-trigger.png) left 4px no-repeat;
  background-size: 11px 64px;
  cursor: pointer;
}

.pageelement-search .searchresult-group .searchresult-header.active {
  background-position: left -47px;
}

.pageelement-search .searchresult-list {
  display: none;
}

.pageelement-search .searchresult-list ul {
  display: inline;
}

.pageelement-search .searchresult-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #706f6f;
  display: block;
  width: 100%;
  float: none;
}

.pageelement-search .searchresult-link {
  font-size: 16px;
}

.pageelement-search .searchresult-item .keyword {
  font-weight: 700;
}

.pageelement-search .searchresult-item .date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}

.pageelement-search .content {
  max-width: 100%;
  box-sizing: border-box;
}/*
######### ######### ######### ######### ######### ######### ######### #########
######### Aus elements.css
######### ######### ######### ######### ######### ######### ######### #########
*/


h3 {
    font-size: 22px;
}

/*****************************************************************
**** Text-image-main
******************************************************************/

.pageelement-text-image.no-margin {
    margin-bottom: 10px;
}


.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;
}

.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: 0px;
    margin-right: -60px;
}

.pageelement-text-image .wrapper .column .cell .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.pageelement-text-image .wrapper .column .cell .image .ai-mark {
    position: absolute;
    bottom: 10px;
    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 .content-container-canvas {
    gap: 60px;
}

.pageelement-text-image .background-full-width {
    width: 100% !important;
    overflow: visible !important;
}

.pageelement-text-image .background-adjusted-width {
    max-width: 1400px !important;
    overflow: visible !important;
    margin: 0 auto;
}

.pageelement-text-image h2 {
    display: block;
}

.pageelement-text-image .heading.center_text {
    text-align: center;
}

.pageelement-text-image .cell > h3 {
    font-weight: 700;
    color: #009CDA;
    font-size: 22px;
    margin-bottom: 15px;
}

.pageelement-text-image .column.center_text h3 {
    text-align:center;
}

.pageelement-text-image .content-container {
    display: inline-block !important;
    padding: 0px 0;
    width: 100%;
    box-sizing:border-box;
    color: #00377A;
}

.pageelement-text-image .content-container h3 {

}

.pageelement-text-image .wrapper.background-adjusted-width .content-container {
    padding: 50px;
}

.pageelement-text-image .content-container-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: #00528c;
}

.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);
    }
}

@media screen and (min-width: 1400px) {
    .pageelement-text-image .content-container-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-text-image .content-container-canvas {
        flex-flow: column;
        gap: 30px;
    }

    .pageelement-text-image .wrapper.text-image .content-container-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 .content-container-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 {
    align-self: end;
    margin-bottom: 10px;
}

@media only screen and (max-width: 520px){
    /*
    .pageelement-text-image .wrapper .content-container,
    .pageelement-text-image .wrapper.background-adjusted-width .content-container {
        padding: 20px;
    }
    */

}