
/** Backend Extrastyling **/
.w10 {
    width: 6%;
    float: left;
}
.w15 {
    width: 11%;
    float: left;
}
.w25 {
    width: 21%;
    float: left;
}
#sub_addImage {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

#sub_addImage .widget {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#sub_addImage .widget.flexDirCol {
    flex-direction: column;
    align-items: flex-start;
}
.tl_radio_container label {
    cursor: pointer;
}
.simple-modal .simple-modal-footer a.btn {
    display: inline-flex;
}
.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}


/** Elementstyling für Backend **/
body h1 {
    font-size: 2.5rem;
    line-height: 1.1
}
body #header h1{
    font-size: 1rem;
}

body h2 {
    font-size: 2rem;
    text-transform: none
}

body h3 {
    font-size: 1.5rem;
    margin: 5px 0
}

body h4 {
    margin: 5px 0
}

body p {
    font-size: 0.9rem;
    margin: 5px 0
}

body .text-light h1,body .text-light h2,body .text-light h3,body .text-light h4,body .text-light h5 {
    color: #fff
}

body #main {
    padding-bottom: 0
}

body .py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

body .pyt-20 {
    padding-top: 20px !important
}

body .pyb-20 {
    padding-bottom: 20px !important
}

body .px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

body .pxl-20 {
    padding-left: 20px !important
}

body .pxr-20 {
    padding-right: 20px !important
}

body .py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

body .pyt-100 {
    padding-top: 100px !important
}

body .pyb-100 {
    padding-bottom: 100px !important
}

body .px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

body .pxl-80 {
    padding-left: 80px !important
}

body .pxr-80 {
    padding-right: 80px !important
}

@media (max-width: 960px) {
    body .py-100 {
        padding-top:40px !important;
        padding-bottom: 40px !important
    }

    body .pyt-100 {
        padding-top: 40px !important
    }

    body .pyb-100 {
        padding-bottom: 40px !important
    }

    body .px-80 {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    body .pxl-80 {
        padding-left: 40px !important
    }

    body .pxr-80 {
        padding-right: 40px !important
    }
}

body .columns {
    width: 100%
}

body .btn {
    font-weight: 600;
    flex-wrap: nowrap;
    border-radius: 0px;
    padding: 5px 60px;
    display: flex;
    align-items: center;
    min-height: 50px;
    font-weight: 500;
    border: none;
    max-width: 100%;
    flex-wrap: wrap;
    white-space: inherit;
    line-height: 1.2;
    height: inherit;
    width: max-content;
    background: #c70e1e;
    color: #fff;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
}

body .fm-bgc-primary {
    background: #c70e1e
}

body .fm-bgc-secondary {
    background: #c70e1e
}

body .fm-bgc-gray {
    background: linear-gradient(90deg, #eae9e5 0%, #dfdbd2 50%, #eae9e5 100%)
}

body .fm-bgc-lightgray {
    background: #f8f8f8
}

body .fm-bgc-white {
    background: #fff
}

body .fm-bgc-transparent {
    background: transparent
}

body .fm-brkgrid {
    grid-column: full
}

body .fm-full-height {
    height: 100vh
}

body .fm-full-width {
    width: 100%
}

body .fm-p-text {
    padding: 20px 40px;
    margin-right: 0 !important;
    margin-left: 0 !important
}

body .fm-p-button {
    padding: 20px 40px;
    margin-right: 0 !important;
    margin-left: 0 !important
}

body .fm-no-vpadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

body .fm-no-hpadding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

body .fm-btn-primary {
    font-weight: 600;
    max-height: 40px;
    border: 2px solid transparent;
    max-height: 50px;
    align-self: center;
    min-width: 200px;
    justify-content: center;
    color: #fff
}

body .fm-btn-primary:hover {
    color: #fff !important;
    background: #bd0d1d
}

body .fm-btn-secondary {
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
    max-height: 50px;
    align-self: center;
    min-width: 200px;
    justify-content: center
}

body .fm-btn-secondary:hover {
    color: #3b3c42 !important;
    background: #fff
}

body footer .main-footer {
    padding-top: 100px
}

body footer .main-footer a {
    color: #c70e1e
}

body footer .footer-copyright ul {
    margin: 0;
    justify-content: center
}

body footer .footer-copyright ul li {
    margin-left: 20px
}

body footer .footer-copyright ul li:first-child {
    margin-left: 0
}

body footer .footer-copyright ul li:first-child:after {
    display: none
}

body footer .footer-copyright .limit_height,body footer .footer-copyright a span {
    font-size: 1rem;
    color: #7f7f7f;
    text-transform: none;
    font-weight: 400
}

body footer .footer-copyright .mod_customnav {
    width: 100%;
    padding: 0
}

@media (min-width: 960px) {
    body footer .footer-copyright .mod_customnav {
        width:25%
    }
}

@media (min-width: 960px) {
    body #header .navbar {
        position:fixed;
        top: 0;
        display: flex;
        flex-wrap: nowrap;
        background: #fff;
        padding: 0 40px
    }

    body #header .navbar .logo img {
        padding: 10px 0;
        width: 200px;
        height: auto
    }

    body #header .navbar .navbar-section:last-child .level_1 {
        font-size: 0.7rem;
        padding: 0;
        justify-content: flex-end
    }

    body #header .navbar .navbar-section:last-child .level_1 li {
        padding: 0
    }

    body #header .navbar .navbar-section:last-child .level_1 li a {
        border: none;
        font-size: 0.7rem;
        line-height: 1rem;
        padding: 10px;
        color: #7f7f7f
    }

    body #header .navbar .navbar-section:last-child .level_1 li a:hover,body #header .navbar .navbar-section:last-child .level_1 li a.active {
        background: #c70e1e;
        color: #fff
    }
}

@media (min-width: 1470px) {
    body #header .navbar {
        padding-left:calc((100% - 1390px) / 2);
        padding-right: calc((100% - 1390px) / 2)
    }
}

body #main .fm-stage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 960px) {
    body #main .fm-stage {
        margin-top:100px;
        height: calc(100vh - 100px)
    }
}

@media (min-width: 1430px) {
    body #main .fm-stage {
        padding-left:calc((100% - var(--contentWidthLarge)) / 2);
        padding-right: calc((100% - var(--contentWidthLarge)) / 2)
    }
}

body #main .fm-stage-text p {
    position: relative;
    border-bottom: 1rem solid #c70e1e !important;
    max-width: max-content;
    font-weight: 900;
    color: #fff;
    font-size: 4rem;
    line-height: 1
}

body #main .fm-stage-background {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body #main .fm-stage-background::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(127, 127, 127, 0.4)
}

body .limit_height {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 auto;
    width: 100%;
    max-width: none
}

body .limit_height.fm-pt0 {
    padding-top: 0
}

body .limit_height.fm-pt25 {
    padding-top: 25px
}

body .limit_height.fm-pt80 {
    padding-top: 80px
}

body .limit_height.fm-pt150 {
    padding-top: 150px
}

body .limit_height.fm-pt200 {
    padding-top: 200px
}

body .limit_height.fm-pb0 {
    padding-bottom: 0
}

body .limit_height.fm-pb25 {
    padding-bottom: 25px
}

body .limit_height.fm-pb80 {
    padding-bottom: 80px
}

body .limit_height.fm-pb150 {
    padding-bottom: 150px
}

body .limit_height.fm-pb200 {
    padding-bottom: 200px
}

body .limit_height.fm-full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

body .limit_height.fm-boxed-l {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1430px) {
    body .limit_height.fm-boxed-l {
        padding-left:calc((100% - var(--contentWidthLarge)) / 2);
        padding-right: calc((100% - var(--contentWidthLarge)) / 2)
    }
}

body .limit_height.fm-boxed-m {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1240px) {
    body .limit_height.fm-boxed-m {
        padding-left:calc((100% - var(--contentWidthMiddle)) / 2);
        padding-right: calc((100% - var(--contentWidthMiddle)) / 2)
    }
}

body .limit_height.fm-boxed-s {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 840px) {
    body .limit_height.fm-boxed-s {
        padding-left:calc((100% - var(--contentWidthSmall)) / 2);
        padding-right: calc((100% - var(--contentWidthSmall)) / 2)
    }
}

body .limit_height.fm-2col-4-8 {
    display: grid;
    grid-template-columns: [full-start] 4fr 8fr [full-end];
    text-align: center
}

body .limit_height.fm-2col-5-7 {
    display: grid;
    grid-template-columns: [full-start] 5fr 7fr [full-end];
    text-align: center
}

body .limit_height.fm-2col-6-6 {
    display: grid;
    grid-template-columns: [full-start] 6fr 6fr [full-end];
    text-align: center
}

body .limit_height.fm-2col-7-5 {
    display: grid;
    grid-template-columns: [full-start] 7fr 5fr [full-end];
    text-align: center
}

body .limit_height.fm-2col-8-4 {
    display: grid;
    grid-template-columns: [full-start] 8fr 4fr [full-end];
    text-align: center
}

body .limit_height.fm-3col-4-4-4 {
    display: grid;
    grid-template-columns: [full-start] 1fr 1fr 1fr [full-end];
    text-align: center
}

body .limit_height.fm-3col-3-3-6 {
    display: grid;
    grid-template-columns: [full-start] 3fr 3fr 6fr [full-end];
    text-align: center
}

body .limit_height.fm-3col-3-6-3 {
    display: grid;
    grid-template-columns: [full-start] 3fr 6fr 3fr [full-end];
    text-align: center
}

body .limit_height.fm-3col-6-3-3 {
    display: grid;
    grid-template-columns: [full-start] 6fr 3fr 3fr [full-end];
    text-align: center
}

body .limit_height.fm-4col {
    display: grid;
    grid-template-columns: [full-start] 1fr 1fr 1fr 1fr [full-end];
    text-align: center
}

body .limit_height.fm-5col {
    display: grid;
    grid-template-columns: [full-start] 1fr 1fr 1fr 1fr 1fr [full-end];
    text-align: center
}

body .limit_height.fm-6col {
    display: grid;
    grid-template-columns: [full-start] 1fr 1fr 1fr 1fr 1fr [full-end];
    text-align: center
}

body .limit_height>.fm-bgimg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    pointer-events: none
}

body .limit_height>.fm-bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body .ce_text_fm {
    display: flex;
    background-size: cover;
    width: 100%;
    overflow: hidden
}

body .ce_text_fm.fm-hleft {
    justify-content: flex-start;
    text-align: left
}

body .ce_text_fm.fm-hcenter {
    justify-content: center;
    text-align: center
}

body .ce_text_fm.fm-hright {
    justify-content: flex-end;
    text-align: right
}

body .ce_text_fm.fm-imgtop {
    flex-direction: column
}

body .ce_text_fm.fm-imgtop.fm-hcenter {
    align-items: center
}

body .ce_text_fm.fm-imgbottom {
    flex-direction: column-reverse
}

body .ce_text_fm.fm-imgbottom.fm-hcenter {
    align-items: center
}

body .ce_text_fm.fm-imgright {
    flex-direction: row-reverse
}

body .ce_text_fm.fm-imgleft {
    flex-direction: row
}

body .ce_text_fm.fm-imgasbg .fm-image {
    position: absolute;
}
body .ce_text_fm.fm-imgasbg .fm-image img {
    object-fit: cover;
}

body .ce_text_fm figure.contain img,body .ce_text_fm figure.cover img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute
}

body .ce_text_fm figure.showDebug {
    box-shadow: 0 0 1px 3px red inset
}

body .ce_text_fm .fm-image {
    position: relative;
    min-height: 100px;
    margin: 0;
    height: 100%
}

body .ce_text_fm .fm-image img {
    max-width: 100% !important;
}

body .ce_text_fm .fm-image.fm-hleft.fm-vtop img {
    object-position: left top
}

body .ce_text_fm .fm-image.fm-hleft.fm-vcenter img {
    object-position: left center
}

body .ce_text_fm .fm-image.fm-hleft.fm-vbottom img {
    object-position: left bottom
}

body .ce_text_fm .fm-image.fm-hcenter.fm-vtop img {
    object-position: center top
}

body .ce_text_fm .fm-image.fm-hcenter.fm-vcenter img {
    object-position: center center
}

body .ce_text_fm .fm-image.fm-hcenter.fm-vbottom img {
    object-position: center bottom
}

body .ce_text_fm .fm-image.fm-hright.fm-vtop img {
    object-position: right top
}

body .ce_text_fm .fm-image.fm-hright.fm-vcenter img {
    object-position: right center
}

body .ce_text_fm .fm-image.fm-hright.fm-vbottom img {
    object-position: right bottom
}

body .ce_text_fm .fm-image.fm-contain img,body .ce_text_fm .fm-image.fm-cover img {
    position: absolute;
    left: 0;
    display: inherit;
    max-width: 100%;
    width: 100%;
    height: 100%
}

body .ce_text_fm .fm-image.fm-nofit img {
    object-fit: unset
}

body .ce_text_fm .fm-image.fm-contain img {
    object-fit: contain
}

body .ce_text_fm .fm-image.fm-cover img {
    object-fit: cover
}

body .ce_text_fm .fm-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 40px
}

body .ce_text_fm .fm-text.fm-hleft.fm-vtop {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
}

body .ce_text_fm .fm-text.fm-hleft.fm-vcenter {
    justify-content: center;
    align-items: flex-start;
    text-align: left
}

body .ce_text_fm .fm-text.fm-hleft.fm-vbottom {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left
}

body .ce_text_fm .fm-text.fm-hcenter.fm-vtop {
    justify-content: flex-start;
    align-items: center;
    text-align: center
}

body .ce_text_fm .fm-text.fm-hcenter.fm-vcenter {
    justify-content: center;
    align-items: center;
    text-align: center
}

body .ce_text_fm .fm-text.fm-hcenter.fm-vbottom {
    justify-content: flex-end;
    align-items: center;
    text-align: center
}

body .ce_text_fm .fm-text.fm-hright.fm-vtop {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right
}

body .ce_text_fm .fm-text.fm-hright.fm-vcenter {
    justify-content: center;
    align-items: flex-end;
    text-align: right
}

body .ce_text_fm .fm-text.fm-hright.fm-vbottom {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right
}

body .ce_text_fm .fm-text h1,body .ce_text_fm .fm-text h2,body .ce_text_fm .fm-text h3,body .ce_text_fm .fm-text h4,body .ce_text_fm .fm-text h5,body .ce_text_fm .fm-text h6,body .ce_text_fm .fm-text p {
    margin-top: 0
}

body .ce_text_fm .fm-text-bgimg {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
    opacity: 0.1;
    pointer-events: none
}

body .ce_text_fm .fm-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    gap: 20px;
    max-width: 100%
}

body .ce_text_fm .fm-css-lightbox {
    display: none;
}

body .showDebug .limit_height {
    border: 2px blue dotted
}

body .showDebug .ce_text_fm {
    border: 2px violet dotted
}

body .showDebug .fm-text {
    border: 2px yellow dotted
}

body .showDebug .fm-image {
    border: 2px red dotted
}

body .showDebug .fm-buttons {
    border: 2px cornflowerblue dotted
}

body .showGrid:after {
    pointer-events: none;
    content: "";
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 0, 0.2) 0%, rgba(255, 255, 0, 0.2) 8.33%, rgba(255, 255, 0, 0) 8.33%, rgba(255, 255, 0, 0) 16.66%, rgba(255, 255, 0, 0.2) 16.66%, rgba(255, 255, 0, 0.2) 25%, rgba(255, 255, 0, 0) 25%, rgba(255, 255, 0, 0) 33.33%, rgba(255, 255, 0, 0.2) 33.33%, rgba(255, 255, 0, 0.2) 41.66%, rgba(255, 255, 0, 0) 41.66%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0.2) 50%, rgba(255, 255, 0, 0.2) 58.33%, rgba(255, 255, 0, 0) 58.33%, rgba(255, 255, 0, 0) 66.66%, rgba(255, 255, 0, 0.2) 66.66%, rgba(255, 255, 0, 0.2) 75%, rgba(255, 255, 0, 0) 75%, rgba(255, 255, 0, 0) 83.33%, rgba(255, 255, 0, 0.2) 83.33%, rgba(255, 255, 0, 0.2) 91.66%, rgba(255, 255, 0, 0) 91.66%, rgba(255, 255, 0, 0) 100%)
}


/** Galerie Swiper Einstellungen*/
.fm-swiper-lightbox {
    display: none;
}
#ctrl_gallerieCustomOptions {
    max-height: 500px;
}
#ctrl_gallerieSwiperVariant label, #ctrl_articleSwiperVariant label {
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
}
body .fm-swiper-options {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 28px;
    margin-left: 20px;
    transform: translateX(200px);
    background: #fff;
    padding: 23px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    width: 500px;
    height: 150px;
    z-index: 10;
    display: none;
}

#ctrl_gallerieSwiperVariant label:hover .fm-swiper-options, #ctrl_articleSwiperVariant label:hover .fm-swiper-options {
    display: inline-flex;
}

body .fm-swiper-options .fm-arrow-left, body .fm-swiper-options .fm-arrow-right {
    position: absolute;
    display: inline-block;
    transform: rotate(45deg);
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    width: 6px;
    height: 6px;
}
body .fm-swiper-options .fm-arrow-left {
    transform: rotate(45deg);
    left: 10px;
}
body .fm-swiper-options .fm-arrow-right {
    transform: rotate(225deg);
    right: 10px;
}
/** Galerie Swiper gleiche Breite*/
body .fm-same-width-be i {
    display: inline-block;
    width: 20%;
    margin: 0 2px;
    background: lightblue;
}
body .fm-same-width-be i:nth-child(2) {
    height: 45%;
    width: 25%;
    background: url(/assets/images/0/872-1200x800-e53e7357.webp) center/cover no-repeat;
}
body .fm-same-width-be i:nth-child(3) {
    height: 100%;
    width: 25%;
    background: url(/assets/images/9/718-800x1400-992d5a13.webp) center/cover no-repeat;
}
body .fm-same-width-be i:nth-child(4) {
    height: 50%;
    width: 25%;
    background: url(/assets/images/9/josh-hild-sIxd5FR9Ugo-unsplash-b9a58003.webp) center/cover no-repeat;
}
body .fm-same-width-be i:nth-child(5) {
    height: 100%;
    width: 25%;
    background: url(/assets/images/b/176-200x400-567fc454.webp) center/cover no-repeat;
}

/** Galerie Swiper gleiche Breite*/
body .fm-same-height-be i {
    display: inline-block;
    height: 100%;
    margin: 0 2px;
    background: lightblue;
}
body .fm-same-height-be i:nth-child(2) {
    width: 32%;
    background: url(/assets/images/0/872-1200x800-e53e7357.webp) center/contain no-repeat;
}
body .fm-same-height-be i:nth-child(3) {
    width: 12.3%;
    background: url(/assets/images/9/718-800x1400-992d5a13.webp) center/contain no-repeat;
}
body .fm-same-height-be i:nth-child(4) {
    width: 32%;
    background: url(/assets/images/9/josh-hild-sIxd5FR9Ugo-unsplash-b9a58003.webp) center/contain no-repeat;
}
body .fm-same-height-be i:nth-child(5) {
    width: 10.6%;
    background: url(/assets/images/b/176-200x400-567fc454.webp) center/contain no-repeat;
}

/** Galerie Swiper fixes Format Contain*/
body .fm-fix-format-contain-be i {
    display: inline-block;
    margin: 0 2px;
    width: calc(25% - 4px);
    height: 100%;
}
body .fm-fix-format-contain-be i:nth-child(2) {
    background: url(/assets/images/0/872-1200x800-e53e7357.webp) center/contain no-repeat lightblue;
}
body .fm-fix-format-contain-be i:nth-child(3) {
    background: url(/assets/images/9/718-800x1400-992d5a13.webp) center/contain no-repeat lightblue;
}
body .fm-fix-format-contain-be i:nth-child(4) {
    background: url(/assets/images/9/josh-hild-sIxd5FR9Ugo-unsplash-b9a58003.webp) center/contain no-repeat lightblue;
}
body .fm-fix-format-contain-be i:nth-child(5) {
    background: url(/assets/images/b/176-200x400-567fc454.webp) center/contain no-repeat lightblue;
}

/** Galerie Swiper fixes Format Cover*/
body .fm-fix-format-cover-be i {
    display: inline-block;
    margin: 0 2px;
    width: calc(25% - 4px);
    height: 100%;
}
body .fm-fix-format-cover-be i:nth-child(2) {
    background: url(/assets/images/0/872-1200x800-e53e7357.webp) center/cover no-repeat lightblue;
}
body .fm-fix-format-cover-be i:nth-child(3) {
    background: url(/assets/images/9/718-800x1400-992d5a13.webp) center/cover no-repeat lightblue;
}
body .fm-fix-format-cover-be i:nth-child(4) {
    background: url(/assets/images/9/josh-hild-sIxd5FR9Ugo-unsplash-b9a58003.webp) center/cover no-repeat lightblue;
}
body .fm-fix-format-cover-be i:nth-child(5) {
    background: url(/assets/images/b/176-200x400-567fc454.webp) center/cover no-repeat lightblue;
}