/** fonts */

html {
    font-size: var(--base-font-size);
}


#inner-wrapper {
    padding: 15px;
}

#main-header .site-header-container {
    padding-top: 7px;
    min-height: unset;
}

html:not(.touch) .site-footer a:hover, .site-footer .active > a {
    color: var(--color-primary);
}

h1:first-child{
 font-size: 35px;
}

h2, .h2, .H2, h1 + h2, .h1 + .sub-header, .H1 + .sub-header, .icon-header[data-icon-header-type="0"] > h2, .icon-header[data-icon-header-type="6"] > .sub-header {
    font-size: 30px;
    font-weight: 700;
}

h3, .h3, .H3, h2 + h3, .h2 + .sub-header, .H2 + .sub-header, .icon-header[data-icon-header-type="1"] > h3, .icon-header[data-icon-header-type="7"] > .sub-header {
    font-size: 26px;
    line-height: 1.5;
}

.site-content > .frame + .frame {
    margin-top: 50px;
}

.h4{
    font-size: 24px;
}

@media screen and (min-width: 667px) {
    h1:first-child {
    font-size: 46px;
    }
    h2, .h2, .H2, h1 + h2, .h1 + .sub-header, .H1 + .sub-header, .icon-header[data-icon-header-type="0"] > h2, .icon-header[data-icon-header-type="6"] > .sub-header {
        font-size: 40px;
    }

    h3, .h3, .H3, h2 + h3, .h2 + .sub-header, .H2 + .sub-header, .icon-header[data-icon-header-type="1"] > h3, .icon-header[data-icon-header-type="7"] > .sub-header {
        font-size: 30px;
    }

    h3:first-child {
        margin-bottom: 30px;
    }
    .h4{
        font-size: 26px;
    }
    .site-content > .frame + .frame {
        margin-top: 90px;
    }
}

@media screen and (min-width: 992px) {
    h1:first-child {
font-size: 55px;
    }
    h2, .h2, .H2, h1 + h2, .h1 + .sub-header, .H1 + .sub-header, .icon-header[data-icon-header-type="0"] > h2, .icon-header[data-icon-header-type="6"] > .sub-header {
        font-size: 46px;
    }

    h3, .h3, .H3, h2 + h3, .h2 + .sub-header, .H2 + .sub-header, .icon-header[data-icon-header-type="1"] > h3, .icon-header[data-icon-header-type="7"] > .sub-header {
        font-size: 38px;
    }

    h3:first-child {
        margin-bottom: 30px;
    }
    .h4{
        font-size: 28px;
    }
    .site-content > .frame + .frame {
        margin-top: 90px;
    }
}
.row h1:first-child {
    margin-bottom: 15px;
}

p {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

/* text media */

body[data-page-id="672"] div.ce-bodytext .text-center,
body[data-page-id="672"] .ce-headline-center {
    max-width: 900px;
}

div.ce-center.ce-above .ce-gallery,
.ce-above .ce-gallery {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px){
    .frame-type-textmedia:not(:has(.ce-bodytext)){
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .frame-type-textmedia:not(:has(.ce-bodytext)) .ce-textpic{
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
    }

}

/* btn */
.btn {
    font-size: 20px;
    border-radius: 9999px;
    padding: 5px 16px;
    font-weight: 700;
    min-width: unset;
    color: var(--color-primary);
    border: 2px solid #273582;
    transition: background 150ms ease;
}

@media (hover: hover) {
    .btn:hover {
        color: white;
        background: var(--color-primary);
    }
}

.btn:focus-visible {
    color: white;
    background: var(--color-primary);
}

.btn::after {
    content: none;
}


p:has(.btn + .btn) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 30px;
    width: 100%;
    margin-top: 30px;
}

.content-alignment--center p:has(.btn + .btn) {
    justify-content: center;
}

p .btn {
    width: 100%;
}

@media screen and (min-width: 786px) {
    p:has(.btn + .btn) {
        flex-direction: row;
        margin-top: 15px;
    }

    p .btn {
        width: fit-content;
    }

    .btn {
        padding: 15px 16px;
        line-height: 1;
    }
}

@media screen and (max-width: 576px) {
    br + .btn {
        margin-top: -10px;
    }
}

/** background color */
.frame-element-background-color--primary:not(:has(.ce-body.background-color--primary)),
.ce-body.background-color--primary {
    background-color: var(--color-primary);
    padding: 30px 20px !important;
}

.frame-element-background-color--primary:not(:has(.ce-body.background-color--primary)):has(img){
    margin-inline: -20px;
}

.ce-body.background-color--primary {
    padding-inline: 40px !important;
}


.frame-element-background-color--grey:not(:has(.ce-body.background-color--grey)),
.ce-body.background-color--grey {
    background-color: var(--color-grey);
    padding: 25px 16px !important;
}

.frame-element-background-color--primary *,
.ce-body.background-color--primary * {
    color: #fff !important;
}

.frame-element-background-color--primary .btn,
.ce-body.background-color--primary .btn,
.ce-body.background-color--primary .btn {
    border-color: #fff;
}

.frame-element-background-color--primary .btn:hover,
.frame-element-background-color--primary .btn:focus-visible,
.ce-body.background-color--primary .btn:hover,
.ce-body.background-color--primary .btn:focus-visible {
    background: #fff;
}

.frame-element-background-color--primary .btn:hover,
.frame-element-background-color--primary .btn:hover *,
.frame-element-background-color--primary .btn:focus-visible,
.frame-element-background-color--primary .btn:focus-visible *,
.ce-body.background-color--primary .btn:hover,
.ce-body.background-color--primary .btn:hover *,
.ce-body.background-color--primary .btn:focus-visible,
.ce-body.background-color--primary .btn:focus-visible * {
    color: var(--color-primary) !important;
}

.frame-element-background-color--primary *::before {
    color: #fff !important;
}

h3 {
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .frame-element-background-color--primary:has(ol.list-ball){
        margin-inline: -20px !important;
    }
}
@media screen and (min-width: 786px) {
    h3 {
        margin-bottom: 30px;
    }

    .frame-element-background-color--primary:not(:has(.ce-body.background-color--primary)),
    .ce-body.background-color--primary {
        margin-inline: 0;
        padding: 60px 50px !important;
    }
}

@media screen and (max-width: 576px) {
    .frame-element-background-color--primary ol.list-ball {
        padding-right: 38px;
        word-break: auto-phrase;
    }

    .frame-element-background-color:has(ol.list-ball) header {
        max-width: 300px;
        margin: auto;
    }
}



/* vertical align header */
.frame-layout-3 .col {
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 992px) {
    .frame-layout-3 .col {
        justify-content: center;
    }
}

    /* images */
    div.ce-center .ce-gallery img {
        width: auto;
    }


    /* CE: text_background_image */
    .background-image--width-content .background-image {
        left: 0;
        width: 100%
    }

    .background-image--width-page:has(.slick-initialized) {
        left: calc(((100vw - 100%) / 2) / -1);
        width: 100vw
    }

    .background-image--width-page:has(.slick-initialized) .background-image {
        width: 100%
    }

    .background-image--width-page:not(:has(.slick-initialized)) .background-image {
        left: -50vw;
        right: -50vw
    }

    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }

    .background-image picture {
        display: block;
        height: 100%
    }

    .background-image picture img {
        display: block;
        height: 100%;
        width: 100vw;
        object-fit: cover;
        margin: 0 auto
    }

    .background-image .image-overlay {
        background: rgba(0, 0, 0, 0.1);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .text_background_image {
        --gap: 30px;
        --gap-half: 15px;
    }

    .frame-type-text_background_image {
    }

    .text_background_image .item {
        display: flex;
        flex-flow: column nowrap;
        min-height: var(--min-height);
        margin: 0 auto;
        position: relative;
    }

    .text_background_image .item::after {
        content: "";
        display: table;
        clear: both;
    }

    @media (min-width: 1920px) {
        /* hd Breakpoint */
        .text_background_image .item {
            min-height: var(--min-height-hd);
        }
    }

    .text_background_image .item + .item {
        display: none;
    }

    .text_background_image .item.has--background-image {
    }

    .text_background_image .item .image-overlay {
        background: none;
    }


    .text_background_image .item .ce-content {
        margin-inline: auto;
        padding-block: var(--gap);
        transition: padding .25s ease-in-out;
        z-index: 1;
    }

    .background-image--width-content.text_background_image .item .ce-content {
        padding-inline: var(--gap);
    }

    .text_background_image .item .ce-content--text {
        padding: var(--gap);
    }

    .text_background_image .item .ce-content--text header {
    }

    .text_background_image .item .ce-content--text .ce-bodytext li::before {
        color: var(--color-secondary);
    }

    .text_background_image .item.background-image--width-content {
    }

    .text_background_image .item.background-image--width-page {
    }

    .text_background_image .item .ce-content-style--light .ce-content--text {
        background: rgba(255, 255, 255, 0.95);
    }

    .text_background_image .item .ce-content-style--dark .ce-content--text {
        background: black;
    }


    .text_background_image .item.ce-align-left .ce-content {
        justify-content: flex-start;
        margin-inline: 0;
    }

    .text_background_image .item.ce-align-center .ce-content {
        justify-content: center;
    }

    .text_background_image .item.ce-align-right .ce-content {
        justify-content: flex-end;
    }


    .text_background_image .item.ce-valign-top {
        justify-content: flex-start;
    }

    @media (min-width: 768px) {
        /* md */
        .text_background_image .item.ce-valign-top .ce-content {
            padding-block: 90px;
        }

        .text_background_image .item .ce-content-style--light .ce-content--text{
            padding: 60px;
        }
    }

    @media (min-width: 1400px) {
        /* xxl */
        .text_background_image .item.ce-valign-top .ce-content {
            padding-bottom: calc(var(--gap) * 3);
        }
    }

    .text_background_image .item.ce-valign-center {
        justify-content: center;
    }

    @media (min-width: 768px) {
        /* md */
        .text_background_image .item.ce-valign-center .ce-content {
            padding-block: calc(var(--gap) * 2);
        }
    }

    @media (min-width: 1400px) {
        /* xxl */
        .text_background_image .item.ce-valign-center .ce-content {
            padding-block: calc(var(--gap) * 3);
        }
    }

    .text_background_image .item.ce-valign-bottom {
        justify-content: flex-end;
    }

    @media (min-width: 768px) {
        /* md */
        .text_background_image .item.ce-valign-bottom .ce-content {
            padding-top: calc(var(--gap) * 2);
        }
    }

    @media (min-width: 1400px) {
        /* xxl */
        .text_background_image .item.ce-valign-bottom .ce-content {
            padding-top: calc(var(--gap) * 3);
        }
    }

    .text_background_image .slick-slider .item.ce-align-left .ce-content {
        left: var(--gap-half);
    }

    .text_background_image .slick-slider .item.ce-align-right .ce-content {
        right: var(--gap-half);
    }

    @media (max-width: 576px) {
        .text_background_image .has--background-image {
            flex-direction: column-reverse;
        }

        .text_background_image .has--background-image .ce-content {
            padding: 0;
        }

        .text_background_image .has--background-image .ce-content--text {
            padding: var(--gap) 0 0 0;
        }

        .text_background_image .has--background-image .background-image {
            left: unset;
            right: unset;
            position: relative;
            width: 100%;
        }

        .text_background_image .has--background-image .background-image picture {
            width: 100%;
            min-height: 240px;
        }

        .text_background_image .has--background-image .background-image picture img {
            position: absolute;
            width: calc(100% + 3 * var(--gap));
            min-height: 240px;
            left: calc((var(--gap) + var(--gap-half)) * -1);
            max-width: unset;
        }
    }

    /* CE: text_pic */
    .text-pic--element {
        --gap: 30px;
        --gap-half: 15px;
        --text-pic--image--max-width: calc((100% - (var(--gap) * 2)) / 3);
        --text-pic--image-beside--max-width: 50%;
    }



    .frame-type-text_pic.frame-element-background-color--grey .text-pic--element {
        --text-pic--image-beside--max-width: 33.33%;
    }

    .frame-type-text_pic.frame-element-background-color--grey .text-pic--element .ce-gallery {
        padding-right: 0;
    }

    .frame-type-text_pic.frame-element-background-color--grey .text-pic--element .ce-row {
        margin: 0;
    }

    .frame-type-text_pic.frame-element-background-color--grey .text-pic--element .ce-gallery .ce-column {
        padding-inline: 0;
    }

    .frame-type-text_pic:has(.background-color.background-color--grey){
        margin-inline: 0;
    }
    @media (max-width: 576px) {
        .frame-type-text_pic {
            margin-inline: calc(var(--default-mobile-spacing) / -1);
        }

        .frame-type-text_pic:not(:has(.background-color.background-color--grey)) .ce-gallery[data-ce-columns="1"] .ce-row:last-child .ce-column:last-child {
            padding: 0;
            margin-left: 15px;
        }
    }

    .frame-type-text_pic.frame-element-background-color {
        background: none;
        padding: 0;
    }

    .frame-type-text_pic.frame-element-background-color::after {
        display: none;
    }


    .text-pic--element::after {
        content: "";
        display: table;
        clear: both;
    }

    .text-pic--element .ce-gallery {
        align-self: stretch;
    }

    .text-pic--element .ce-gallery * {
        height: 100%;
        width: 100%;
    }

    @media (min-width: 576px) {
        /* sm up */
        .text-pic--element .ce-gallery .image picture img {
            max-height: 100%;
        }
    }

    .text-pic--element .ce-gallery .ce-outer .ce-inner .ce-row .frame-background-color .ce-row:last-child {
        margin-bottom: calc(var(--gap) * -1);
    }

    .text-pic--element .ce-gallery .image picture img {
        object-fit: cover;
        max-height: 50vh;
        width: 100%;
    }


    .text-pic--element .ce-body .ce-body--inner .ce-button-group {
        margin-top: var(--gap);
    }


    .text-pic--element .ce-body.background-color {
        padding: var(--gap);
    }

    .text-pic--element .ce-body.background-color--light {
        background-color: white;
    }

    .text-pic--element .ce-body.background-color--dark {
        background-color: black;
    }


    .text-pic--element.ce-above .ce-gallery img {
        margin-inline: auto;
    }

    .text-pic--element.ce-below {
        display: flex;
        flex-direction: column-reverse;
    }

    .text-pic--element.ce-below::after {
        content: "";
        display: table;
        clear: both;
    }

    .text-pic--element.ce-below .ce-gallery img {
        margin-inline: auto;
    }

    @media (min-width: 576px) {
        .text-pic--element.ce-right,
        .text-pic--element.ce-left {
            display: flex;
            align-items: start;
            flex: 0 1 auto;
            flex-flow: row wrap;
            height: 100%;
        }

        .text-pic--element.ce-right::after,
        .text-pic--element.ce-left::after {
            content: "";
            display: table;
            clear: both;
        }

        .text-pic--element.ce-right .ce-gallery,
        .text-pic--element.ce-right .ce-body,
        .text-pic--element.ce-left .ce-gallery,
        .text-pic--element.ce-left .ce-body {
            flex-direction: row;
            width: 100%;
        }

        .text-pic--element.ce-right .ce-gallery:first-child:last-child,
        .text-pic--element.ce-right .ce-body:first-child:last-child,
        .text-pic--element.ce-left .ce-gallery:first-child:last-child,
        .text-pic--element.ce-left .ce-body:first-child:last-child {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .text-pic--element.ce-right .ce-body,
        .text-pic--element.ce-left .ce-body {
            align-self: stretch;
            display: flex;
        }

        .text-pic--element.ce-right .ce-body::after,
        .text-pic--element.ce-left .ce-body::after {
            content: "";
            display: table;
            clear: both;
        }

        .text-pic--element.ce-right.ce-valign-top .ce-body,
        .text-pic--element.ce-left.ce-valign-top .ce-body {
            align-items: flex-start;
        }

        .text-pic--element.ce-right.ce-valign-center .ce-body,
        .text-pic--element.ce-left.ce-valign-center .ce-body {
            align-items: center;
        }

        .text-pic--element.ce-right.ce-valign-bottom .ce-body,
        .text-pic--element.ce-left.ce-valign-bottom .ce-body {
            align-items: flex-end;
        }

        .text-pic--element.ce-right.ce-image-above,
        .text-pic--element.ce-left.ce-image-above {
            padding-top: var(--image-top-height);
        }

        .text-pic--element.ce-right.ce-image-above .ce-gallery,
        .text-pic--element.ce-left.ce-image-above .ce-gallery {
            flex: 0 0 var(--text-pic--image--max-width);
            max-width: var(--text-pic--image--max-width);
            transform: translateY(calc(var(--image-top-height) * -1));
            z-index: 1;
        }

        .text-pic--element.ce-right.ce-image-above .ce-gallery .image img,
        .text-pic--element.ce-left.ce-image-above .ce-gallery .image img {
            aspect-ratio: 400 / 450;
        }

        .text-pic--element.ce-right.ce-image-above .ce-body,
        .text-pic--element.ce-left.ce-image-above .ce-body {
            flex: 0 0 calc(100% - var(--text-pic--image--max-width) + var(--gap));
            max-width: calc(100% - var(--text-pic--image--max-width) + var(--gap));
        }

        .text-pic--element.ce-right.ce-image-beside .ce-gallery,
        .text-pic--element.ce-left.ce-image-beside .ce-gallery {
            flex: 0 0 var(--text-pic--image-beside--max-width);
            max-width: var(--text-pic--image-beside--max-width);
        }

        .text-pic--element.ce-right.ce-image-beside .ce-body,
        .text-pic--element.ce-left.ce-image-beside .ce-body {
            padding: var(--gap);
            flex: 0 0 calc(100% - var(--text-pic--image-beside--max-width));
            max-width: calc(100% - var(--text-pic--image-beside--max-width));
        }
    }


    @media (min-width: 768px) {
        /* md */
        .text-pic--element.ce-right.ce-image-above,
        .text-pic--element.ce-left.ce-image-above {
            padding-top: calc(var(--image-top-height) * 1.5);
        }

        .text-pic--element.ce-right.ce-image-above .ce-gallery,
        .text-pic--element.ce-left.ce-image-above .ce-gallery {
            transform: translateY(calc(var(--image-top-height) * -1.5));
        }

        .text-pic--element.ce-right.ce-image-above .ce-body,
        .text-pic--element.ce-left.ce-image-above .ce-body {
            flex: 0 0 calc(100% - var(--text-pic--image--max-width) + calc(var(--gap) * 2));
            max-width: calc(100% - var(--text-pic--image--max-width) + calc(var(--gap) * 2));
        }
    }

    @media (min-width: 1400px) {
        /* xxl */
        .text-pic--element.ce-right.ce-image-above,
        .text-pic--element.ce-left.ce-image-above {
            padding-top: calc(var(--image-top-height) * 2);
        }

        .text-pic--element.ce-right.ce-image-above .ce-gallery,
        .text-pic--element.ce-left.ce-image-above .ce-gallery {
            transform: translateY(calc(var(--image-top-height) * -2));
        }
    }

    @media (min-width: 576px) {
        .text-pic--element.ce-right.ce-image-above .ce-gallery {
            text-align: right;
            margin-left: calc(var(--gap) * -2);
        }

        .text-pic--element.ce-right.ce-image-above .ce-body {
            margin-right: auto;
            padding-right: calc(var(--gap) * 2);
        }

        .text-pic--element.ce-left.ce-image-above .ce-gallery {
            text-align: left;
            margin-right: calc(var(--gap) * -2);
        }

        .text-pic--element.ce-left.ce-image-above .ce-body {
            margin-left: auto;
            padding-left: calc(var(--gap) * 2);
        }
    }

    @media (min-width: 768px) {
        .text-pic--element.ce-right.ce-image-above .ce-body {
            padding-right: calc(var(--gap) * 3.5);
        }

        .text-pic--element.ce-left.ce-image-above .ce-body {
            padding-left: calc(var(--gap) * 3.5);
        }
    }


    @media (min-width: 576px) {
        .text-pic--element.ce-right {
            flex-direction: row-reverse;
        }

        .text-pic--element.ce-right .ce-gallery {
            text-align: right;
        }

        .text-pic--element.ce-left .ce-gallery {
            text-align: left;
        }
    }

    .text-pic--element.ce-image-beside.half-screenwidth {
        --text-pic--image-beside--max-width: 100%;
    }

    @media (max-width: 576px) {
        .text-pic--element.ce-image-beside.half-screenwidth {
            margin-inline: var(--default-mobile-spacing);
        }
    }

    @media (max-width: 768px) {
        /* md down */
        .text-pic--element.ce-image-beside.half-screenwidth {
            display: block;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-body {
            padding-inline: 0;
            max-width: 100%;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery {
            margin-left: calc(var(--gap-half) * -1);
            width: 100vw;
            max-width: 100vw;
        }

        .frame-element-background-color--primary .text-pic--element.ce-image-beside{
            flex-direction: column;
        }

        .frame-element-background-color--primary .text-pic--element.ce-image-beside > *,
.frame-element-background-color--primary .text-pic--element.ce-image-beside .ce-gallery,
        .frame-element-background-color--primary .text-pic--element.ce-image-beside .ce-body{
            flex: 0 0 100%;
            width: 100%;
            max-width: 100%;
        }
            .frame-element-background-color--primary .text-pic--element.ce-image-beside .ce-gallery,
            .frame-element-background-color--primary .text-pic--element.ce-image-beside .ce-gallery *{
                padding: 0;
            }

        .frame-element-background-color--primary .text-pic--element.ce-image-beside *{
            margin-inline: 0;
        }
        .frame-element-background-color--primary .text-pic--element.ce-image-beside{
            margin-inline: -20px;
        }
    }

    @media (min-width: 768px) {
        /* md up */
        .text-pic--element.ce-image-beside.half-screenwidth {
            --text-pic--image-beside--max-width: 50%;
            width: 100vw;
            left: calc(var(--gap-half) * -1);
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-body {
            max-width: 50vw;
            padding-inline: var(--gap-half);
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery {
            align-self: stretch;
            flex-basis: 50vw;
            max-width: 50vw;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery .ce-row {
            height: 100%;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery .ce-row + .ce-row {
            display: none;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery .ce-row .ce-column {
            height: 100%;
            margin-bottom: 0;
            padding-inline: 0;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery .ce-row .ce-column + .ce-column {
            display: none;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery .ce-row .ce-column figure.image {
            height: 100%;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery .ce-row .ce-column figure.image picture {
            display: block;
            height: 100%;
            margin-bottom: 0;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery .ce-row .ce-column figure.image picture img {
            height: 100%;
            max-width: 50vw;
            object-fit: cover;
        }

        .text-pic--element.ce-image-beside.half-screenwidth.ce-right .ce-gallery,
        .text-pic--element.ce-image-beside.half-screenwidth.ce-right .ce-row,
        .text-pic--element.ce-image-beside.half-screenwidth.ce-right figure.image img {
            margin-left: 0;
        }

        .text-pic--element.ce-image-beside.half-screenwidth.ce-right figure.image img {
            object-position: left;
        }

        .text-pic--element.ce-image-beside.half-screenwidth.ce-left .ce-body {
            margin-right: auto;
        }

        .text-pic--element.ce-image-beside.half-screenwidth.ce-left .ce-gallery,
        .text-pic--element.ce-image-beside.half-screenwidth.ce-left .ce-row,
        .text-pic--element.ce-image-beside.half-screenwidth.ce-left figure.image img {
            margin-right: 0;
        }

        .text-pic--element.ce-image-beside.half-screenwidth.ce-left figure.image img {
            margin-left: auto;
            object-position: right;
        }
    }

    @media (min-width: 1920px) {
        /* fhd */
        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery figure.image img {
            max-height: max(30vh, 500px);
        }
    }

    @media (min-width: 1200px) {
        .text-pic--element.ce-image-beside.half-screenwidth {
            left: calc((100vw - 100%) / -2);
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-body {
            flex-basis: calc((1200px - var(--gap)) / 2);
            max-width: calc((1200px - var(--gap)) / 2);
        }

        .text-pic--element.ce-image-beside.half-screenwidth.ce-right .ce-body {
            padding-left: 0;
        }

        .text-pic--element.ce-image-beside.half-screenwidth.ce-left .ce-body {
            padding-right: 0;
        }
    }

    @media (min-width: 3840px) {
        .text-pic--element.ce-image-beside.half-screenwidth {
            left: calc((3840px - 100%) / -2);
            max-width: 3840px;
        }

        .text-pic--element.ce-image-beside.half-screenwidth .ce-gallery {
            flex-basis: 50%;
            max-width: 50%;
        }
    }

    .frame.frame-element-background-color > .text-pic--element.ce-right.ce-image-beside .ce-gallery {
        padding-left: 0;
    }

    /* logos header */
    .site-header-container {
        padding-inline: 0 !important;
    }

    .logos {
        display: flex;
        gap: 30px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .logos img {
        width: auto;
    }

    .logos img:first-child {
        height: 63px;
    }

    .logos img:last-child {
        height: 28px;
    }

    @media screen and (min-width: 768px) {
        .logos img:first-child {
            height: 125px;
        }

        .logos img:last-child {
            height: 50px;
        }
    }

    /* lists */
    .cke_editable ul.list-checkmarks > li::before, .ce-bodytext ul.list-checkmarks > li::before, .content ul.list-checkmarks > li::before {
        color: var(--color-secondary);
    }

    p:has(+ul), ul:has(+p) {
        margin-bottom: 15px !important;
    }

    /* container extras */
    @media screen and (min-width: 768px) {
        .row.columns-2 .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .row.columns-2 .col:has(.frame-type-header:only-child) header > *:last-child {
            margin-bottom: 0;
        }
    }


    .row.columns-2 .frame-element-background-color:not(.frame-element-background-color--border):not(:has(.ce-body.background-color)) {
        padding: 30px 20px !important;
    }

    .row.columns-2 .ce-headline-center {
        max-width: 450px;
    }

    .site-content .container > .frame.frame-type-textmedia + .frame.frame-type-container--2col {
        margin-top: 30px;
    }

    @media screen and (max-width: 992px){
        .row.columns-2:not(:has(.col-md-6)) .col + .col{
            margin-top: 30px;
        }
    }

    @media screen and (min-width: 768px) {
        .row.columns-2 .frame-element-background-color:not(.frame-element-background-color--border):not(:has(.ce-body.background-color)) {
            padding: 40px 30px !important;
        }

        .row.columns-2 .col:has(.frame:only-child) + .col:has(.frame:only-child) > .frame{
            height: 100%;
        }
    }

    @media screen and (max-width: 576px) {
        .row.columns-2 .col:has(.ce-textpic.ce-center.ce-below) .frame-type-textmedia {
            display: grid;
        }

        .row.columns-2 header:has(+.ce-textpic.ce-center.ce-below) {
            order: 1;
        }

        .row.columns-2 header:has(+.ce-textpic.ce-center.ce-below) .ce-headline-left {
            margin-block: 30px;
        }

        img {
            width: 70%;
            margin: auto;
        }

        .site-content .frame:not(:first-child) .row.columns-2 .ce-textpic.ce-center.ce-below img{
            width: 50%;
        }
        .cke_editable ul > li, .ce-bodytext ul > li, .content ul.ce-bullets > li {
            font-size: 17px;
        }
    }



    /*footer*/
    #main-Footer {
        background: none;
        margin: 40px auto 40px auto;
        max-width: 1230px;
    }

    #main-Footer .columns-3,
    #main-Footer .columns-2 {
        align-items: center;
        justify-content: space-between;
    }

    #main-Footer p:has(a+a) {
        display: flex;
        gap: 15px;
    }

    p:has(a[href^="tel:"]):not(:last-child),
    p:has(.fax):not(:last-child),
    p:has(a[data-mailto-token]):not(:last-child) {
        margin-bottom: 15px;
    }

    .columns-2:has(form) a[href^="tel:"]::before,
    .columns-2:has(form) .fax::before,
    .columns-2:has(form) a[data-mailto-token]::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        margin-right: 20px;
        font-size: var(--base-font-size);
    }
.columns-2:has(form) label a[data-mailto-token]::before{
    content: none;
}
    .columns-2:has(form) a[href^="tel:"]::before {
        content: "\f095";
        transform: rotateY(180deg);
    }

    .columns-2:has(form) .fax::before {
        content: "\f1ac";
    }

    .columns-2:has(form) a[data-mailto-token]::before {
        content: "\f0e0";
    }

    /** footer */
    #main-Footer p:has(a+a) a:not(:last-child)::after {
        content: "|";
        color: var(--base-color);
        margin-left: 10px;
    }

    @media screen and (min-width: 1200px) {
        #main-Footer .columns-3 .col-xl-6 {
            flex: 0 0 40%;
            max-width: 40%;
        }

        #main-Footer .columns-3 .col-xl-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }

        #main-Footer .columns-3.row::before,
        #main-Footer .columns-3.row::after{
            content: none;
        }
    }
    @media screen and (max-width: 576px) {
        #main-Footer .columns-2 p {
            text-align: center !important;
            justify-content: center;
        }

        #main-Footer p{
            font-size: 16px;
        }

        #main-Footer p:has(a+a) {
            align-items: center;
            gap: 10px;
        }

        #main-Footer .columns-2 .col:not(:last-child),
        #main-Footer .columns-3 .col:not(:last-child) {
            margin-bottom: 0;
        }

        #main-Footer .columns-2 .columns-2{
            margin-bottom: 30px;
        }

        #main-Footer div.ce-center.ce-above .ce-gallery, .ce-above .ce-gallery {
            margin-bottom: 0;
        }

        #main-Footer .columns-3 div:nth-child(2) {
            order: 3;
            margin-top: 30px;
        }
    }
@media screen and (min-width: 576px) and (max-width: 1024px){
    #main-Footer .columns-2:has(img) .col:has(+.col) img{
        margin-left: 0;
    }

    #main-Footer .columns-2:has(img) .col + .col img{
        margin-right: 0;
    }
}
    /* form */
    .powermail_fieldset .powermail_fieldwrap_type_input.col-lg-12.col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .powermail_fieldset .powermail_fieldwrap:has(input[type="submit"]) .powermail_field {
        margin-left: 0;
    }

    .powermail_fieldset .powermail_fieldwrap:has(input[type="submit"]) .powermail_field {
        border: none;
        padding: 0;
        background: none !important;

    }

    .powermail_fieldset .powermail_fieldwrap:has(input[type="submit"]) .powermail_field::after {
        content: none;
    }

    .powermail_fieldset input[type="submit"] {
        font-size: 20px;
        border-radius: 9999px;
        padding: 4px 18px;
        font-weight: 700;
        color: #fff;
        border: 2px solid #fff;
        height: unset;
    }

    .powermail_fieldset .powermail_field:hover input[type="submit"],
    .powermail_fieldset .powermail_field:focus-visible input[type="submit"] {
        background-color: #fff;
        color: var(--color-primary) !important;
    }

    .powermail_form .powermail_label {
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
    }

    .powermail_field {
        margin-top: 0;
    }

    .powermail_fieldwrap:not(:has(input[type="submit"])) {
        margin-top: 30px;
    }

    .powermail_fieldwrap_hinweis + .powermail_fieldwrap:not(:has(input[type="submit"])) {
        margin-top: 15px;
    }

    a:not(.btn):hover,
    a:not(.btn):focus-visible {
        text-decoration: underline;
    }

.powermail_field input:not([type="button"]):not([type="submit"]),
    .powermail_field textarea{
        color: var(--base-color) !important;
    }
    @media screen and (max-width: 768px) {
        .powermail_fieldwrap {
            width: 100%;
            flex: 0 0 100%;
        }

        .powermail_field:has(input[type="submit"]),
        form .powermail_field input[type="submit"] {
            width: 100%;
        }

        .col:has(form) {
            margin-top: 0 !important;
        }
    }

    /* "header" */

    .site-content > .frame:first-child + .frame {
        margin-top: 60px;
    }


.site-content > .frame > .row:not(.quickstarts) > .col + .col{
    margin-top: 0;
}

    @media screen and (max-width: 768px) {
        .site-content > .frame:first-child + .frame {
            margin-top: 50px;
        }

        .site-content > .frame:first-child img {
            width: 70%;
            margin: auto;
        }

        .site-content > .frame:first-child > .row:not(.quickstarts) > .col + .col {
            margin-top: 50px;
        }

    }

@media screen and (max-width: 568px) {


    .site-content > .frame:first-child img {
        width: 64%;
        margin: auto;
    }


}


    /* faq */

    .container--accordion header .header {
        color: #5B5353;
    }


    .container--accordion .content-item:not(:last-child), .accordion-container .content-item:not(:last-child) {
        margin-bottom: 0;
    }

details > summary {
    list-style: none;
    cursor: pointer;
}
details > summary::-webkit-details-marker {
    display: none;
}
details > summary::marker {
    content: "";
}

.container--accordion .content-item.content-item--accordion:not(.close-all)[open] .content-item--content, .accordion-container .content-item:not(.close-all)[open] .content-item--content {
    padding: var(--gap);
}
@media screen and (max-width: 576px) {
        .container--accordion header .header, .accordion-containerheader .header {
            font-size: 17px;
        }

        .container--accordion .content-item .item-header, .accordion-container .content-item .item-header {
            padding-top: 15px;
            padding-right: 50px;
        }

    }
.text-pic--element .ce-gallery .image picture img {
    max-height: 100%;
}


