:root {
    --ce-spacer: calc(1rem * 1.5);
    .row {
        --bs-gutter-x: 0.75rem;
    }
}
.row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
}

.ce-gallery {
    --ce-gallery-margin-vertical: 1.5625rem;
}
.ce-element {
    --ce-layout-box-padding: 1.25rem;
}
.ce-textmedia {
    --ce-textmedia-nowrap-wrap: wrap;
}

.sr-hint,
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sr-hint-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sr-hint-focusable:focus,
.sr-hint-focusable:focus-within {
    position: fixed !important;
    z-index: 100;
    width: auto !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    clip: auto !important;
    padding: 1.25em !important;
    border: 2px solid rgb(51, 51, 51) !important;
    color: rgb(51, 51, 51) !important;
    background-color: rgb(255, 255, 255) !important;
    font-weight: bold;
    text-decoration: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ce-type-grid-fullwidth-bg {
    position: relative;
}
.ce-carousel.slick-initialized {
    position: relative;
    overflow: visible;
    max-width: 100vw;
}
.ce-carousel.slick-initialized .slick-list {
    overflow: hidden;
}
.ce-type-grid-slickcarousel-tvg .ce-carousel.slick-initialized .slick-list {
    overflow: visible;
}
.ce-carousel.slick-initialized .ce-layout-box-inner {
    min-height: unset !important;
}
.werbelink-wrapper {
    margin-left: auto;
}

.ce-gallery {
    --ce-gallery-margin-vertical: 1.5625rem;
    --ce-gallery-gutter: 0.75rem;
    --ce-gallery-width: 100%;
    --ce-gallery-icon-size: 1rem;
    --ce-gallery-column-width: 100%;
}
.ce-gallery[data-ce-columns="2"] {
    --ce-gallery-column-width: calc(50% - (var(--ce-gallery-gutter) / 2));
}
.ce-gallery[data-ce-columns="3"] {
    --ce-gallery-column-width: calc(50% - (var(--ce-gallery-gutter) / 2));
}
.ce-gallery[data-ce-columns="4"] {
    --ce-gallery-column-width: calc(50% - (var(--ce-gallery-gutter) / 2));
}

.ce-intext .ce-gallery {
    --ce-gallery-width: calc(50% - (var(--ce-spacer) / 2));
}
.ce-nowrap .ce-gallery {
    --ce-gallery-width: 100%;
}

.ce-uploads {
    list-style-type: none;
    padding-left: 0;
}
.ce-frame-inverted > div:not(.ce-header) {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.ce-intext.ce-right .ce-gallery {
    float: right;
    padding-left: 0.625rem;
}
.ce-intext.ce-left .ce-gallery {
    float: left;
    padding-right: 0.625rem;
}
.ce-gallery img {
    width: 100%;
}
.table.table-bordered th,
.table.table-bordered td,
.table.table-striped th,
.table.table-striped td {
    padding: 0.3125rem 0.625rem;
}
.table-bordered {
    border: 1px solid rgb(205, 205, 205);
    border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid rgb(205, 205, 205);
}

.table-striped th,
.table-striped td {
    background-color: rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
}

.table-striped tr:nth-child(odd) th,
.table-striped tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0.1);
}

.table-striped thead th,
.table-striped thead td,
.table-striped tfoot th,
.table-striped tfoot td {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.table-striped th + td,
.table-striped td + td,
.table-striped th + th {
    border-left: 1px solid rgba(0, 0, 0, 0);
}

.table-striped tr + tr,
.table-striped tbody tr:first-child,
.table-striped tfoot tr:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0);
}
.relative {
    position: relative;
}

.ce-carousel.slick-initialized .slick-slide {
    padding: 0;
}

.ce-grid-equal-height-children {
    .ce-type-textmedia.ce-layout-box {
        margin-bottom: 0;
    }
}
.ce-grid-fullwidth {
    margin-left: -0.6125rem;
    margin-right: -0.6125rem;
}
a > i {
    margin-left: 0.25rem;
}
.ce-element.ce-type-header {
    margin-bottom: 0;
}

@media all and (min-width: 30rem) {
    :root {
        .row {
            --bs-gutter-x: 1rem;
        }
    }
    .ce-grid-fullwidth {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .ce-gallery[data-ce-columns="3"] {
        --ce-gallery-column-width: calc(
            33.3333% - (var(--ce-gallery-gutter) * 2 / 3)
        );
    }
    .ce-grid {
        display: flex;
        flex-direction: row;
    }
    .ce-grid > .ce-col {
        padding: 0 0.3125rem;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
    }
    /* 2 col */
    .ce-grid-50-50 > .ce-col {
        width: 50%;
    }
    .ce-grid-50-50 > .ce-col:nth-child(2n + 1) {
        clear: left;
    }
    .ce-layout-box-inner {
        padding: 1.25rem 1.25rem 0.625rem;
    }
}
@media all and (min-width: 47.5rem) {
    :root {
        .row {
            --bs-gutter-x: 2.25rem;
        }
    }
    :root {
        --ce-spacer: calc(1rem * 2.25);
    }
    .ce-element {
        --ce-layout-box-padding: 1.25rem;
    }
    .ce-nowrap .ce-gallery {
        --ce-gallery-width: calc(50% - (var(--ce-spacer) / 2));
    }
    .ce-gallery[data-ce-columns="4"] {
        --ce-gallery-column-width: calc(
            25% - (var(--ce-gallery-gutter) * 3 / 4)
        );
    }
    /* image left/right */
    .ce-intext.ce-right .ce-gallery {
        padding-left: 1.25rem;
    }
    .ce-intext.ce-left .ce-gallery {
        padding-right: 1.25rem;
    }
    .ce-nowrap .ce-gallery {
        margin-bottom: 0.3125rem;
    }

    /* image rendering */
    .ce-intext.ce-right .ce-gallery {
        padding-left: 1.25rem;
    }
    .ce-intext.ce-left .ce-gallery {
        padding-right: 1.25rem;
    }
    .ce-intext.ce-nowrap .ce-gallery {
        padding-left: 0;
        padding-right: 0;
    }
    .ce-grid,
    .ce-grid-medium {
        display: flex;
        flex-direction: row;
    }
    .ce-grid > .ce-col,
    .ce-grid-medium > .ce-col {
        padding: 0 0.625rem;
        max-width: 100%;
        min-height: 1px;
    }
    /* 2 col */
    .ce-grid-medium-50-50 > .ce-col {
        width: 50%;
    }
    .ce-grid-medium-50-50 > .ce-col:nth-child(2n + 1) {
        clear: left;
    }
    .ce-grid-33-66 > .ce-col {
        width: 33.333%;
    }
    .ce-grid-33-66 > .ce-col + .ce-col {
        width: 66.666%;
    }

    .ce-grid-66-33 > .ce-col {
        width: 66.666%;
    }
    .ce-grid-66-33 > .ce-col + .ce-col {
        width: 33.333%;
    }

    /* 3 col */
    .ce-grid-33-33-33 > .ce-col {
        width: 33.3333%;
    }
    .ce-grid-33-33-33 > .ce-col:nth-child(3n + 1) {
        clear: left;
    }
    /* .row {
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }
    .row > * {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    } */
}

/* large */
@media all and (min-width: 62.5rem) {
    :root {
        .row {
            --bs-gutter-x: 3rem;
        }
    }
    .ce-carousel.slick-initialized {
        padding-right: 2.5rem;
    }
    .ce-carousel.slick-initialized .slick-list {
        overflow: hidden;
    }
    .ce-type-grid-slickcarousel-tvg .ce-carousel.slick-initialized .slick-list {
        overflow: hidden;
        max-width: 100vw;
    }
    :root {
        --ce-spacer: calc(1rem * 3);
    }

    .ce-element {
        --ce-layout-box-padding: 1.25rem;
    }
    .ce-grid-fullwidth {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .ce-grid-fullwidth-bg {
        padding-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .page-footer-bottom {
        .page-footer-inner {
            display: flex;
            .footernav {
                margin-bottom: 0;
                padding-inline-start: 0;
                a {
                    text-decoration: none;
                }
                a:hover,
                a:focus {
                    text-decoration: underline;
                }
            }
        }
    }
    .ce-intext .ce-gallery {
        --ce-gallery-width: calc((100% - 5rem) / 3 + 2.5rem);
    }
    .ce-nowrap .ce-gallery {
        --ce-gallery-width: calc((100% - 5rem) / 3 + 2.5rem);
    }
    .ce-intext.ce-right .ce-gallery {
        padding-left: 2.5rem;
    }

    .ce-intext.ce-left .ce-gallery {
        padding-right: 2.5rem;
    }

    .ce-nowrap .ce-gallery {
        margin-bottom: 0.3125rem;
    }

    /* layouts */
    .ce-layout-box {
        word-break: break-word;
    }
    .ce-layout-box-outer {
        /* margin-bottom: 1.5625rem; */
        margin-bottom: 2.5rem;
    }
    .ce-type-gridelements_pi1 > .ce-layout-box-outer {
        margin-bottom: 2.5rem;
    }
    .ce-layout-box .ce-left .ce-gallery {
        padding-right: 1.25rem;
    }
    .ce-layout-box .ce-right .ce-gallery {
        padding-left: 1.25rem;
    }
    .ce-textmedia {
        --ce-textmedia-nowrap-wrap: nowrap;
    }
    .ce-grid,
    .ce-grid-medium,
    .ce-grid-large {
        display: flex;
        flex-direction: row;
    }
    .ce-grid > .ce-col,
    .ce-grid-medium > .ce-col,
    .ce-grid-large > .ce-col {
        max-width: 100%;
        padding: 0 1.25rem;
    }

    .ce-grid-large-50-50 > .ce-col {
        width: 50%;
    }
    .ce-grid-large-66-33 > .ce-col {
        width: 66.6666%;
    }
    .ce-grid-large-66-33 > .ce-col + .ce-col {
        width: 33.3333%;
    }
    .ce-grid-large-33-66 > .ce-col {
        width: 33.3333%;
    }
    .ce-grid-large-33-66 > .ce-col + .ce-col {
        width: 66.6666%;
    }
    .ce-grid-66 > .ce-col {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 66.6666%;
    }
}
/* xlarge */
@media all and (min-width: 82.5rem) {
    .ce-grid-fullwidth {
        left: 50%;
        margin-left: -50vw;
        margin-right: 0;
        width: 100vw;
        position: relative;
        .container-xxl {
            margin: 0 auto;
            max-width: 80rem;
        }
    }
    .ce-carousel.slick-initialized {
        padding-right: 0;
        .slick-arrow {
            display: block !important;
        }
        .slick-arrow.slick-prev {
            left: 0.25rem;
        }

        .slick-arrow.slick-next {
            right: 0.25rem;
        }
    }
}

@media all and (min-width: 90rem) {
    .ce-carousel.slick-initialized .slick-arrow.slick-prev {
        left: calc(50% - 43.625rem);
    }
    .ce-carousel.slick-initialized .slick-arrow.slick-next {
        left: auto;
        right: calc(50% - 43.625rem);
    }
}
