:root {
    --c7-50: #dde5f0;
    --c7-50-contrast: #000000;
    --c7-100: #b6cef0;
    --c7-100-contrast: #000000;
    --c7-200: #87afe8;
    --c7-200-contrast: #000000;
    --c7-300: #5791de;
    --c7-300-contrast: #ffffff;
    --c7-400: #3079d1;
    --c7-400-contrast: #ffffff;
    --c7-500: #1c5bb2;
    --c7-500-contrast: #ffffff;
    --c7-600: #135fb0;
    --c7-600-contrast: #ffffff;
    --c7-700: #10569c;
    --c7-700-contrast: #ffffff;
    --c7-800: #0c4b8a;
    --c7-800-contrast: #ffffff;
    --c7-900: #0b4275;
    --c7-900-contrast: #ffffff;
    --c7-A100: #82b1fc;
    --c7-A100-contrast: #000000;
    --c7-A200: #3c84fb;
    --c7-A200-contrast: #ffffff;
    --c7-A400: #0063ec;
    --c7-A400-contrast: #ffffff;
    --c7-A700: #0053c0;
    --c7-A700-contrast: #ffffff;
    }
    /*NEWS*/
    h3.c7-news-teaser-title.c7-part {
        color: #1c5bb1;
        font-size: 26px;
        font-family: 'open_sansregular';
        font-weight: normal;
    }
    c7-news-list-default c7-button {
        height: 35px;
    }
    c7-gallery-default figcaption.c7-part {
        bottom: 0;
        background: #ffffffd4;
        width: 100%;
        color: var(--c7-500);
        padding: 8px 0;
        pointer-events: none;
    }
    c7-gallery-default figure.c7-part {
        position: relative;
    }

    /*HOMENEWS*/
    #homenews c7-news-carousel-default {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        padding: 5px;
        --pagination-active: var(--c7-500);
        --pagination-inactive: lightgray;
        --prev-next: var(--pagination-inactive);
        --c7-news-special-padding-inner: 0;
    }
    #homenews c7-news-carousel-default .c7-tile {
        --border-radius: 0;
        --background-color: #ffffff;
        --border: none;
        --box-shadow: unset;
        --color: inherit;
        --padding: 15px;
        --font-size: 1rem;
        --img-height: 134px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #homenews c7-news-carousel-default .c7-tile-content {
        --max-lines: 3;
        font-size: 0.9rem;
        font-family: 'open_sanssemibold';
    }
    #homenews c7-news-carousel-default c7-tile-title {
        color: #1c5bb1;
        cursor: pointer;
        font-size: 18px;
        font-family: "open_sanssemibold";
        font-weight: normal;
        line-height: 23px;
        text-decoration: none;
    }
    #homenews c7-news-carousel-default span.c7-date.c7-part {
        display: none;
    }
    #homenews c7-news-carousel-default .c7-tile-header {
        gap: unset;
    }
    #homenews c7-news-carousel-default .c7-tile:hover c7-img {
        transform: scale(1.1);
    }
    #homenews c7-news-carousel-default .c7-tile:hover c7-tile-header c7-tile-title {
        color: #e5a713;
    }
    #homenews c7-news-carousel-default .c7-tile c7-img {
        transition: 0.2s ease;
    }
    #homenews c7-news-carousel-default .c7-tile-img-wrapper.c7-part {
        overflow: hidden;
    }
    #homenews c7-news-carousel-default c7-img {
        object-fit: cover;
    }
    #homenews c7-news-carousel-default c7-slide {
        margin: 0 !important;
        max-width: 24% !important;
        width: 400px !important;
    }
    #homenews c7-news-carousel-default c7-slides .swiper-wrapper {
        -ms-flex-align: stretch;
        align-items: stretch;
        justify-content: space-between;
        row-gap: 1rem;
    }
    @media only screen and (min-width: 768px) and (max-width: 959px) { 
        c7-news-carousel-default .c7-news-carousel-center>.c7-news-carousel-main {
            max-width: 600px;
            margin: 0 auto;
        }
        #homenews c7-news-carousel-default c7-slide {
            margin: 0 !important;
            max-width: 49% !important;
            width: 400px !important;
        }
        #homenews c7-news-carousel-default c7-slides .swiper-wrapper {
            flex-wrap: wrap;
        }
    }
    @media only screen and (max-width: 767px) { 
        #homenews c7-news-carousel-default c7-slides .swiper-wrapper {
            flex-direction: column;
        }
        #homenews c7-news-carousel-default c7-slide {
            margin: 0 !important;
            max-width: 100% !important;
            width: 400px !important;
        }
    }

    /*Persons*/
    c7-address.c7-part.c7-address.superior.hydrated {
        border-left: 3px solid var(--c7-500);
    }

    /*FORMS*/
    c7-interaction-form-default c7-slide {
        padding: 0!important;
    }

    .c7-news-list-default-view li {
  padding-left: 0 !important;
  background: none !important;
}

.c7-news-list-default-view {
  margin-left: 0 !important;
}

.c7-news-list-default-view .c7-news-teaser-picture {
  object-fit: contain !important;
}

.c7-geo-overview-default-view li {
  background: none !important;
  padding: 0 !important;
}

.c7-geo-overview-default-view {
  margin-left: 0 !important;
}

.c7-geo-overview-default .c7-img {
  object-fit: contain !important;
}

#contentbereich .c7-news-list ul > li::before {
    display: none;
}



.c7-content .table-responsive {
    width: 100%;
    overflow-x: auto;
}
.c7-content .table-responsive table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 15px;
}
.c7-content .table-responsive th,
.c7-content .table-responsive td {
    border: 1px solid #cfcfcf;
    padding: 7px;
    text-align: left;
}
.c7-content .table-responsive th {
    background: #1c5bb1;
    color: #ffffff;
    font-weight: normal;
}
.c7-content .table-responsive td p {
    margin: 0;
}
.c7-content .table-responsive tbody td {
    background: #ffffff;
}
.c7-content .table-responsive tbody tr:nth-child(even) td {
    background: #f9f9f9;
}
.c7-content .table-responsive tbody tr:hover td {
    background: #eeeeee;
}
.c7-content .table-responsive .align-right {
    text-align: right;
}
.c7-content .table-responsive .align-center {
    text-align: center;
}
.c7-content .table-responsive .align-left {
    text-align: left;
}

.c7-content table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Ensures consistent distribution of space */
}

.c7-content th, .c7-content td {
    border: 1px solid #cfcfcf;
    text-align: left;
    padding: 8px;
    min-width: 150px; /* Minimum width for each column */
    overflow-wrap: break-word; /* Ensures content wraps */
}

.c7-content th {
    background-color: #1c5bb1;
    color: white;
}

.c7-content td {
    background-color: #fff;
    color: #000;
}

.c7-content tr:nth-child(even) td {
    background-color: #f2f2f2;
}




.list-normal {
    padding-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    margin-top: 11px !important;
    margin-bottom: 15px !important;
    margin-left: 40px !important;
}

.list-normal li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.5rem !important;
    list-style-type: none !important;
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    line-height: 1.6875rem !important;
    text-align: left !important;
    color: #404040 !important;
}

.list-normal li::before {
    content: "" !important;
    position: absolute !important;
    width: 7px !important;
    height: 7px !important;
    left: 0 !important;
    top: 13px !important;
    background-color: #1c5bb1 !important;
    border-radius: 8px !important;
}

.list-normal li:last-child {
    margin-bottom: 0 !important;
}

.list-normal li p {
    margin: 0 !important;
}