body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 350px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgb(255, 255, 255); }
.clickable { display: inline-block; width: 100%; height: 100%; }
.PlaceObject { background-color: rgba(0,0,0,0) !important; }
/*----------------------------------------------------------- Mobile styles -----------------------------------------*/
/* burger = button to show the sidenav */
/* sidenav = menu for the mobile version */
/* mobile = is the div which encloses ALL mobile elements it is also the element which needs to be hidden to hide the */
/* mobile elements from the page (needed for the regular desktop version) */
/* mobile-content = is a child of mobile and contains the content elements */
/* mobile-footer = is a child of mobile and contains the footer elements */
/* mobile-clone = cloned elements which are located in either content or footer */
/* mobile-child = cloned elements which are located in mobile-clones */

/*----------------------------------------------------------- start Burger section -----------------------------------------*/

#sidenav {
    display: none;
}

.burger {
    display: none;
}

/*----------------------------------------------------------- end Burger section -----------------------------------------*/

/*----------------------------------------------------------- start other element section -----------------------------------------*/

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3000;
}

#footer-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#content-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#fix {
    width: 100%;
    position: fixed;
    z-index: 4000;
}

#fix-area {
    margin: 0 auto;
    position: relative;
}

/*----------------------------------------------------------- end other element section -----------------------------------------*/

/*----------------------------------------------------------- Dextermedia logo -----------------------------------------*/
.LogoTextObject .dexterlogo::before {
    content: attr(data-before);
}

.LogoTextObject .dexterlogo {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: black;
}

/*==========================================================================================================================*/
/*= Mobile version styles start ============================================================================================*/
/*==========================================================================================================================*/

.mobile .root-area,
.mobile .footer,
.mobile .footer-area,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
}

.mobile .positioned,
.mobile .positioned object {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ImageObject .one-hundred-percent,
.mobile .HeaderLogoImageObject .one-hundred-percent {
    width: 100% !important;
    height: 100% !important;
}

.mobile .root-area .scroll-margin,
.mobile .footer .scroll-margin,
.mobile .footer-area .scroll-margin,
.mobile #content-area .scroll-margin,
.mobile #footer .scroll-margin,
.mobile #footer-area .scroll-margin {
    margin-top: 25vh !important;
}

.mobile .positioned {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ContentModule {
    padding: 10px;
    text-align: center;
}

.mobile .dcmp-mobile-invisible,
.mobile .MenuItemsObject,
.mobile .invisible {
    display: none !important;
}

.mobile .positioned:not(:first-child),
.mobile .footer {
    margin-top: 10px !important;
}

.mobile .root-area,
.mobile .root-area > :first-child,
.mobile .footer > :first-child {
    margin-top: 0 !important;
}

.mobile .mobile-left,
.mobile .mobile-left > p,
.mobile .mobile-left > p span {
    margin-left: 0 !important;
    text-align: left !important;
}

.mobile .mobile-center,
.mobile .mobile-center > p,
.mobile .mobile-center > p span {
    margin: 0 auto !important;
    text-align: center !important;
}

.mobile .mobile-right,
.mobile .mobile-right > p,
.mobile .mobile-right > p span {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}

.mobile .gallery .no-margin-left {
    margin-left: 0 !important;
}

.mobile .gallery .no-margin-right {
    margin-right: 0 !important;
}

.mobile .color-black {
    color: black !important;
}

.mobile .color-white {
    color: white !important;
}

.mobile .margin-left {
    margin-left: 10px !important;
}

.mobile .TextObject ul li,
.mobile .TextObject ol li {
    text-align: left !important;
    margin-left: 15px;
}

/* Sidenav */
.mobile #content #sidenav .sidemenu-wrapper > div > ul {
    height: auto;
    position: relative;
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div,
.mobile #content #sidenav .sidemenu-wrapper > div > ul,
.mobile #content #sidenav .sidemenu-wrapper > div > ul > li {
    width: 100%;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul,
.mobile #content #sidenav .sidemenu-wrapper > div li {
    border-width: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    overflow: hidden;
    text-align: left !important;
    padding-left: 10px;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div {
    height: auto !important;
}

.mobile .burger {
    display: block;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul ul {
    top: 100%;
    left: 0;
    width: calc(100% - 10px);
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul {
    display: block;
    position: relative;
}

.mobile #content #sidenav .sidemenu-wrapper > div a {
    line-height: 26px;
    padding-left: 0;
}

.mobile #content,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area,
.mobile .published {
    min-width: 0 !important;
    /*min-height: 0 !important;*/
    min-height: 0;
    max-width: 100% !important;
}

.mobile .fullscreen-bg img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100vw !important;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.mobile .a-class {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.mobile #content-area > .TextObject.dcmp-full-width,
.mobile #footer-area > .TextObject.dcmp-full-width,
.mobile #content-area > .TextObject.mobile-full-width,
.mobile #footer-area > .TextObject.mobile-full-width {
    padding: 0 10px;
}

.mobile #content #content-area > *:not(.header-box),
.mobile #footer #footer-area > *:not(.header-box) {
    top: 10px !important;
}

.mobile #footer {
    margin-top: 10px !important;
}

.mobile table:not(.ui-datepicker-calendar) tr td {
    width: 100% !important;
    float: left;
    display: block;
}

.mobile .social-media-icons a img {
    height: auto !important
}

.mobile .LogoTextObject > p .font-black,
.mobile .TextObject .font-black {
    color: black !important;
}

.mobile .LogoTextObject > p .font-white,
.mobile .TextObject .font-white {
    color: white !important;
}

.mobile #footer {
    padding-bottom: 10px;
}

.mobile .LogoTextObject {
    margin-bottom: 10px;
}

@media (max-width: 1365px) {
    .mobile .LogoTextObject {
        margin-bottom: 3rem !important;
    }
}

.mobile .PlaceObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject ul {
    text-align: right !important;
    /*padding: 20px !important;*/
    padding-left: 10px !important;
    height: auto !important;
    /*width: 330px !important;*/
    /*margin-left: calc(100% - 330px) !important;*/
}

.mobile .LanguageChangeObject ul li {
    height: auto !important;
    width: auto !important;
    margin-right: 10px !important;
}

.mobile .LanguageChangeObject ul li a {
    width: 46px !important;
    height: 46px !important;
}

#mobile-menu ul, #mobile-menu ul:hover {
    animation: none !important;
}

/*==========================================================================================================================*/
/*= Mobile version styles end ==============================================================================================*/
/*==========================================================================================================================*/
.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgba(22, 66, 149, 0.8) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(0, 159, 59) !important; }

.element_1528809273771_4111_none { background-color: rgb(22, 65, 148); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/dcmpro/images/08978675430/HG-grau-center3.png"); background-repeat: repeat; background-size: unset; background-position: left top; box-shadow: rgb(131, 131, 131) 0px 0px 5px; --background-image-url: url("https://cms.dextermedia.de/dcmpro/images/08978675430/HG-grau-center3.png")       !important; --background-color: rgb(22, 65, 148)       !important; --position-z: 2007 !important; --position-y: 2776px       !important; }
.element_1533554529350_4255_hover:hover {  }
.element_1528882444858_5269_none { left: 92px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 92px !important; --position-y: 3113px !important; --position-z: 2017 !important; }
.element_1533554529364_7842_hover:hover {  }
.element_1528882691800_0066_none { background-color: rgba(0, 0, 0, 0); border-radius: 2px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-image: none; box-shadow: rgb(131, 131, 131) 0px 0px 15px; transition: all var(--animation-duration) ease-in-out; --animation-duration: 1s !important; --delay-duration: 0s; --background-image-url: none       !important; --background-color: rgba(0, 0, 0, 0)       !important; --animation-delay: 0s !important; --position-z: 2015 !important; --position-y: 3095px       !important; }
.element_1533554529379_1362_hover:hover { background-color: rgba(22, 65, 148, 0.7); border-color: rgb(255, 255, 255); transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
#image-163 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1532688729858_164_none { border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); background-image: none; --position-height: 99 !important; --position-width: 150 !important; --position-z: 2012 !important; --position-y: 2803px       !important; }
#image-164 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1532688739674_334_none { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-image: none; --position-height: 240px !important; --position-width: 150 !important; --position-z: 2011 !important; --position-y: 2804px !important; --position-x: 810px !important; }
.element_1533555893474_0676_none { background-color: rgba(0, 0, 0, 0); border-radius: 2px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-image: none; box-shadow: rgb(131, 131, 131) 0px 0px 15px; transition: all var(--animation-duration) ease-in-out; --animation-duration: 1s !important; --delay-duration: 0s; --background-image-url: none       !important; --background-color: rgba(0, 0, 0, 0)       !important; --animation-delay: 0s !important; --position-z: 2018 !important; --position-y: 3095px       !important; }
.element_1533555893474_0676_hover:hover { background-color: rgba(22, 65, 148, 0.7); border-color: rgb(255, 255, 255); transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533555893491_2173_none { left: 472px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 472px !important; --position-y: 3113px !important; --position-z: 2019 !important; }
.element_1533555893491_2173_hover:hover {  }
.element_1533556047048_0137_none { background-color: rgba(0, 0, 0, 0); border-radius: 2px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-image: none; box-shadow: rgb(131, 131, 131) 0px 0px 15px; transition: all var(--animation-duration) ease-in-out; --animation-duration: 1s !important; --delay-duration: 0s; --background-image-url: none       !important; --background-color: rgba(0, 0, 0, 0)       !important; --animation-delay: 0s !important; --position-z: 2020 !important; --position-y: 3095px       !important; }
.element_1533556047048_0137_hover:hover { background-color: rgba(22, 65, 148, 0.7); border-color: rgb(255, 255, 255); transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533556047064_0205_none { left: 873px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 873px !important; --position-y: 3113px !important; --position-z: 2021 !important; }
.element_1533556047064_0205_hover:hover {  }
.element_1533646666738_2283_none { background-color: rgb(255, 255, 255); background-image: url("https://cms.dextermedia.de/dcmpro/images/08359455838/Euromaster_Schneelandschaft_Hintergrund.jpg"); background-repeat: repeat; background-size: unset; background-position: left top; box-shadow: rgb(131, 131, 131) 0px 0px 5px; --background-image-url: url(https://cms.dextermedia.de/dcmpro/images/08359455838/Euromaster_Schneelandschaft_Hintergrund.jpg)       !important; --background-color: rgb(255, 255, 255)       !important; --position-z: 2004 !important; --background-repeat: repeat       !important; --background-size: unset !important; --background-position: left top       !important; }
.element_1533646850988_8035_none { left: 53px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 53px !important; --position-y: 1222px !important; --position-z: 2023 !important; }
.element_1533650327697_6067_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2024 !important; }
.element_1533650327697_6067_hover:hover { background-color: rgb(255, 255, 255);  }
#image-183 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533650437452_598_none { background-image: none; transition: all var(--animation-duration) ease-in-out; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2025 !important; }
.element_1533650437452_598_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533650449515_768_none { left: 55px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 55px !important; --position-y: 1507px !important; --position-z: 2026 !important; }
.element_1533650702603_45_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2027 !important; }
.element_1533650702603_45_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533650764784_4727_none { left: 640px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 640px !important; --position-y: 1507px !important; --position-z: 2028 !important; }
#image-189 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533650880524_3948_none { transition: all var(--animation-duration) ease-in-out; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2029 !important; }
.element_1533650880524_3948_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533651214205_8958_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2030 !important; }
.element_1533651214205_8958_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533651346494_7356_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2005 !important; }
.element_1533710320651_6174_hover:hover { background-color: rgb(255, 255, 255);  }
#image-196 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533651451940_0068_none { transition: all var(--animation-duration) ease-in-out; --position-height: 54 !important; --position-width: 54 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2031 !important; }
.element_1533651451940_0068_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
#image-199 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533651515106_885_none { background-image: none; transition: all var(--animation-duration) ease-in-out; --position-height: 57 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2032 !important; }
.element_1533651515106_885_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533652077726_185_none { left: 37px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 37px !important; --position-y: 1805px !important; --position-z: 2033 !important; }
.element_1533652254386_5334_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2034 !important; }
.element_1533710320691_0354_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533652426790_2622_none { left: 330px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 330px !important; --position-y: 1507px !important; --position-z: 2035 !important; }
.element_1533652459196_623_none { left: 329px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 329px !important; --position-y: 1805px !important; --position-z: 2036 !important; }
.element_1533710320728_7773_hover:hover {  }
.element_1533652616514_2363_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2037 !important; }
.element_1533710320754_5906_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533652965180_5786_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2038 !important; }
.element_1533710320761_117_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533652977094_2458_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2039 !important; }
.element_1533710320766_226_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533653002808_066_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2040 !important; }
.element_1533710320780_3625_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533653014065_361_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2041 !important; }
.element_1533710320784_9565_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1533653075392_4375_none { left: 933px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 933px !important; --position-y: 1506px !important; --position-z: 2043 !important; }
.element_1533710538979_0845_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2042 !important; }
.element_1533710538979_0845_hover:hover { background-color: rgb(255, 255, 255);  }
#image-1124 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533710827393_8706_none { transition: all var(--animation-duration) ease-in-out; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2044 !important; }
.element_1533710827393_8706_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
#image-1125 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533711067348_7476_none { transition: all var(--animation-duration) ease-in-out; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2045 !important; }
.element_1533711067348_7476_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533711303637_6064_none { left: 628px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 628px !important; --position-y: 1805px !important; --position-z: 2046 !important; }
.element_1533711303637_6064_hover:hover {  }
#image-1127 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533711324151_6594_none { transition: all var(--animation-duration) ease-in-out; background-image: none; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2047 !important; }
.element_1533711324151_6594_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533711340612_7214_none { left: 913px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 913px !important; --position-y: 1805px !important; --position-z: 2048 !important; }
.element_1533711340612_7214_hover:hover {  }
#image-1129 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533711350414_0488_none { transition: all var(--animation-duration) ease-in-out; background-image: none; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2049 !important; }
.element_1533711350414_0488_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
#image-1133 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533712543128_4893_none { transition: all var(--animation-duration) ease-in-out; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2050 !important; }
.element_1533712543128_4893_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
#image-1140 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533712677863_6482_none { transition: all var(--animation-duration) ease-in-out; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2051 !important; }
.element_1533712677863_6482_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533712695256_7085_none { left: 627px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 627px !important; --position-y: 2101px !important; --position-z: 2052 !important; }
.element_1533712695256_7085_hover:hover {  }
.element_1533713046038_33_none { left: 41px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 41px !important; --position-y: 2098px !important; --position-z: 2053 !important; }
.element_1533713046038_33_hover:hover {  }
#image-1145 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533713134698_7217_none { transition: all var(--animation-duration) ease-in-out; --position-height: 58 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2054 !important; }
.element_1533713134698_7217_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
.element_1533713283555_9983_none { left: 334px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 334px !important; --position-y: 2103px !important; --position-z: 2055 !important; }
.element_1533713283555_9983_hover:hover {  }
#image-1147 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533713931980_6802_none { box-shadow: rgb(131, 131, 131) 0px 0px 5px; background-image: none; --position-height: 391.5234375px !important; --position-width: 150 !important; --position-z: 2056 !important; --position-y: 853px !important; --position-x: 615px !important; }
.element_1533716928409_294_none { left: 75px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 75px !important; --position-y: 895px !important; --position-z: 2058 !important; }
.element_1533722808876_0544_none { background-color: rgba(22, 66, 149, 0.8); background-image: url("https://cms.dextermedia.de/dcmpro/images/11275544326/Start_Terminb3.png"); background-repeat: no-repeat; background-size: cover; background-position: center center; box-shadow: rgb(131, 131, 131) 0px 0px 5px; --background-image-url: url("https://cms.dextermedia.de/dcmpro/images/11275544326/Start_Terminb3.png")       !important; --background-color: rgba(22, 66, 149, 0.8)       !important; --position-z: 2057 !important; }
.element_1533816269556_422_none { background-color: rgba(255, 255, 255, 0.8); background-image: url("https://cms.dextermedia.de/images/06190849336/HG-grau-klein_LI2.png"); background-repeat: no-repeat; background-size: cover; background-position: center center; box-shadow: rgb(131, 131, 131) 0px 0px 5px; --background-image-url: url("https://cms.dextermedia.de/images/06190849336/HG-grau-klein_LI2.png")       !important; --background-color: rgba(255, 255, 255, 0.8)       !important; --position-z: 2002 !important; }
.element_1533816503772_087_none { background-color: rgba(255, 255, 255, 0.8); background-image: url("https://cms.dextermedia.de/images/15993013612/HG-grau-klein_RE2.png"); background-repeat: no-repeat; background-size: cover; background-position: center center; box-shadow: rgb(131, 131, 131) 0px 0px 5px; border-color: rgb(22, 66, 149); border-style: solid; border-width: 0px; --background-image-url: url("https://cms.dextermedia.de/images/15993013612/HG-grau-klein_RE2.png")       !important; --background-color: rgba(255, 255, 255, 0.8)       !important; --position-z: 2059 !important; }
.element_1533816804030_5166_none { left: 695px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 695px !important; --position-y: 601px !important; --position-z: 2060 !important; }
.element_1533823149911_5686_none { left: 112px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 112px !important; --position-y: 596px !important; --position-z: 2003 !important; --position-width: 401px  !important; }
.element_1533823329311_911_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2022 !important; }
#image-1162 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533821556598_5764_none { background-image: none; --position-height: 32 !important; --position-width: 32 !important; --position-z: 2013 !important; }
.element_1533821556598_5764_hover:hover {  }
.element_1484643189788_8208_none { left: 1006px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 1006px !important; --position-y: 248px !important; --position-z: 2010 !important; }
.element_1484572905706_7295_none { box-shadow: rgb(133, 133, 133) 0px 0px 5px; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-height: 295 !important; --position-width: 950 !important; --position-z: 2001 !important; }
.element_1533646135615_7927_hover:hover {  }
.element_1511267391288_4668_none { background-color: rgb(255, 255, 255); border-style: double; border-color: rgb(117, 8, 66); border-width: 0px; border-radius: 0px; background-image: url("https://cms.dextermedia.de/images/06854148472/alufelgen-HG.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; transition: 0.3s ease-in-out; box-shadow: rgb(131, 131, 131) 0px 0px 5px; --background-image-url: url("https://cms.dextermedia.de/images/06854148472/alufelgen-HG.jpg")       !important; --background-color: rgb(255, 255, 255)       !important; --position-z: 2006 !important; }
.element_1552910824774_7024_none { background-color: rgb(22, 65, 148); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/dcmpro/images/10774414503/HG-grau-center-2.png"); background-repeat: repeat; background-size: unset; background-position: left top; box-shadow: rgb(131, 131, 131) 0px 0px 5px; --background-image-url: url("https://cms.dextermedia.de/dcmpro/images/10774414503/HG-grau-center-2.png")       !important; --background-color: rgb(22, 65, 148)       !important; --position-z: 2008 !important; --position-y: 2305px       !important; --position-x: 0px       !important; }
.element_1552910824774_7024_hover:hover {  }
.element_1552911045907_1543_none { left: 51px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 51px !important; --position-y: 2354px !important; --position-z: 2061 !important; }
.element_1552911183250_4805_none { left: 54px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 54px !important; --position-y: 2417px !important; --position-z: 2062 !important; --position-width: 560px      !important; }
.element_1552911335456_8767_none { left: 671px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 671px !important; --position-y: 2417px !important; --position-z: 2063 !important; --position-width: 457px       !important; }
.element_1552990353869_4246_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2009 !important; --position-y: 2329px       !important; --position-x: 28px       !important; }
.element_1554199365822_1228_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --background-image-url: none       !important; --background-color: rgba(255, 255, 255, 0.3)       !important; --position-z: 2064 !important; }
.element_1554199365822_1228_hover:hover { background-color: rgb(255, 255, 255);  }
.element_1554199365836_3455_none { left: 913px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 913px !important; --position-y: 2098px !important; --position-z: 2065 !important; }
.element_1554199365836_3455_hover:hover {  }
#image-1182 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1554199365857_4214_none { transition: all var(--animation-duration) ease-in-out; background-image: none; --position-height: 55 !important; --position-width: 55 !important; --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; --position-z: 2066 !important; }
.element_1554199365857_4214_hover:hover { transform: scale(1.1); transition-delay: var(--animation-delay); --animation-duration: 1s !important; --delay-duration: 0s; --animation-delay: 0s !important; }
#image-1185 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1726491286184_2876_none { border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); --position-height: 100 !important; --position-width: 150 !important; --position-z: 2014 !important; --position-y: 2803px       !important; }
.element_1758717271320_851_none { --position-z: 2067 !important; --position-x: 2px    !important; --position-y: 3264px    !important; --position-width: 1200px    !important; --position-height: 1200px    !important; border-style: solid; border-width: 1px; border-color: rgb(0, 97, 160); --borderColor: rgb(0, 97, 160)    !important; --borderTopColor: rgb(0, 97, 160)    !important; --borderLeftColor: rgb(0, 97, 160)    !important; --borderRightColor: rgb(0, 97, 160)    !important; --borderBottomColor: rgb(0, 97, 160)    !important; }
.element_1528883493198_7798_none { left: 0px; background-color: rgb(0, 159, 59); --position-z: 8 !important; }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1023px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 1023px !important; --position-y: 325px !important; --font-color: rgb(255, 255, 255) !important; --font-size: 12px !important; --font-family: railway !important; --font-weight: normal !important; --font-style: normal !important; --text-decoration: none !important; --position-z: 5001 !important; }
.element_1520581901941_7983_none { left: 29px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 29px !important; --position-y: 69px !important; --position-z: 4 !important; --position-width: 445px               !important; }
.element_1520581988909_5093_none { left: 801px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 801px !important; --position-y: 67px !important; --position-z: 5 !important; }
.element_1533639527934_4583_hover:hover {  }
#socialmedia-601000163 a {			display: inline-block;			float: left;			width: 50px;			height: auto;opacity: 1;margin-right: 0px;}#socialmedia-601000163 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-601000163 a img {			width: 100%;			height: auto;		}#socialmedia-601000163 a:hover {opacity: 1;}
.element_1532608251832_3184_none { --position-z: 6 !important; }
.element_1552910041126_5933_none { background-image: none; --top-border-top: none !important; --top-border-left: 1px solid rgb(255, 255, 255) !important; --border-bottom: none !important; --border-top: none !important; --border-left: none !important; --menu-orientation: horizontal !important; --position-fixed: relative !important; --text-align: left !important; --top-line-height: 14px !important; --hover-background-color: rgba(255, 255, 255, 0) !important; --hover-font-color: rgb(247, 221, 0) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: normal !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgb(247, 221, 0) !important; --hover-other-level-font-color: rgba(0,0,0, 0.9) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 45px !important; --top-padding-horizontal: 0px !important; --top-font-size: 12px !important; --top-background-color: rgba(255, 255, 255, 0) !important; --top-font-color: rgba(255,255,255, 1) !important; --top-font-family: Exo 2 Expanded !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(255, 255, 255, 0) !important; --current-top-level-font-color: rgb(247, 221, 0) !important; --current-top-level-font-weight: normal !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-other-level-font-color: rgba(255,255,255, 1) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgb(247, 221, 0) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(255, 255, 255, 0.3) !important; --other-padding-vertical: 15px !important; --other-padding-horizontal: 15px !important; --other-level-text-align: none !important; --other-font-size: 18px !important; --other-font-color: rgba(255,255,255, 1) !important; --other-font-family: Raleway !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --position-width: 203px !important; --position-y: 326px !important; --position-x: 15px !important; --position-z: 7 !important; }
#image-11000149 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533642894251_494_none { --position-height: 92 !important; --position-width: 32 !important; --position-z: 2068 !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw66 { width: 66vw !important; height: 15.277777777778vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw60 { width: 60vw !important; height: 13.888888888889vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw50 { width: 50vw !important; height: 11.574074074074vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw40 { width: 40vw !important; height: 9.2592592592593vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw30 { width: 30vw !important; height: 6.9444444444444vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw25 { width: 25vw !important; height: 5.787037037037vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1511262820596_7742_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511262820596_7742_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-11000173 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-11000173 [class^=layer]{
position: absolute;
}#image-11000173 .layer2 {
width: 100%;
height: 100%;
}#image-11000173 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-11000173.a {width:100%;height:100%;}
.element_1511262820596_7742_none { box-shadow: none; border-color: rgb(117, 8, 66); border-style: double; border-width: 0px; background-color: rgb(255, 255, 255); --position-height: 60 !important; --position-width: 259 !important; --position-z: 2016 !important; }
.element_1520582379685_8547_none { left: 1029px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 1029px !important; --position-y: 7px !important; --position-z: 2071 !important; }
#socialmedia-601000151 a {			display: inline-block;			float: left;			width: 30px;			height: auto;opacity: 1;margin-right: 0px;}#socialmedia-601000151 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-601000151 a img {			width: 100%;			height: auto;		}#socialmedia-601000151 a:hover {opacity: 1;}
.element_1533123412156_5042_none { --position-z: 2072 !important; }
#image-11000148 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1533637333833_7747_none { background-image: none; --position-height: 32 !important; --position-width: 32 !important; --position-z: 2073 !important; --position-x: 785px     !important; }
.element_1533710320990_8877_hover:hover {  }
.element_1533637508920_7773_none { left: 814px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 814px !important; --position-y: 7px !important; --position-z: 2074 !important; }
.element_1533710320996_4355_hover:hover {  }
.element_1551877943218_0085_none { left: 549px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 549px !important; --position-y: 54px !important; --position-z: 2069 !important; }
.element_1484568887314_9143_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --top-border-top: none !important; --top-border-left: 2px solid rgba(0, 0, 0, 0) !important; --border-bottom: none !important; --border-top: none !important; --border-left: 1px solid rgb(255, 255, 255) !important; --menu-orientation: horizontal !important; --position-fixed: relative !important; --text-align: left !important; --top-line-height: 45px !important; --hover-background-color: rgba(255, 255, 255, 0.3) !important; --hover-font-color: rgb(0, 159, 59) !important; --hover-font-style: normal !important; --hover-text-decoration: none !important; --hover-font-weight: normal !important; --hover-style-line-color: rgba(0, 0, 0, 0) !important; --hover-other-level-background-color: rgba(22, 66, 149, 0.8) !important; --hover-other-level-font-color: rgb(247, 221, 0) !important; --hover-other-level-font-style: normal !important; --hover-other-level-font-decoration: none !important; --hover-other-level-font-weight: normal !important; --top-padding-vertical: 45px !important; --top-padding-horizontal: 0px !important; --top-font-size: 18px !important; --top-background-color: rgba(255, 255, 255, 0) !important; --top-font-color: rgb(22, 65, 148) !important; --top-font-family: Encode Sans Semi Expanded !important; --top-font-weight: normal !important; --top-font-style: normal !important; --top-text-decoration: none !important; --current-top-level-background-color: rgba(255, 255, 255, 0) !important; --current-top-level-font-color: rgb(0, 159, 59) !important; --current-top-level-font-weight: normal !important; --current-top-level-font-style: normal !important; --current-top-level-text-decoration: none !important; --current-top-level-style-line-color: rgba(0, 0, 0, 0) !important; --current-other-level-font-color: rgb(247, 221, 0) !important; --current-other-level-font-weight: normal !important; --current-other-level-font-style: normal !important; --current-other-level-text-decoration: none !important; --current-other-level-background-color: rgb(22, 65, 148) !important; --current-other-level-style-line-color: rgba(0, 0, 0, 0) !important; --other-background-color: rgba(22, 66, 149, 0.8) !important; --other-padding-vertical: 12px !important; --other-padding-horizontal: 12px !important; --other-level-text-align: left !important; --other-font-size: 16px !important; --other-font-color: rgb(255, 255, 255) !important; --other-font-family: Encode Sans Semi Expanded !important; --other-font-weight: normal !important; --other-font-style: normal !important; --other-text-decoration: none !important; --calculated-width: 100% !important; --submenu-animation: fadeInDownSmall !important; --other-submenu-animation: fadeInLeftSmall !important; --position-width: 950px !important; --position-y: 147px !important; --position-x: 1px !important; --position-z: 2077 !important; }
.element_1533710320862_0242_hover:hover {  }
#image-11000153 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511268204142_108_none { background-image: none; --position-height: 32 !important; --position-width: 32 !important; --position-z: 2075 !important; --position-x: 1015px             !important; }
.element_1533558168776_705_none { background-color: rgb(22, 65, 148); background-image: url("https://cms.dextermedia.de/images/07996507248/HG-Blau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: url("https://cms.dextermedia.de/images/07996507248/HG-Blau-center.png"); --background-color: rgb(22, 65, 148)                   !important; --position-z: 2070 !important; }
.element_1501852349212_7832_none { background-color: rgba(255, 255, 255, 0.8); box-shadow: rgb(131, 131, 131) 0px 0px 5px; opacity: 0; background-image: none; background-repeat: repeat; background-size: unset; background-position: left top; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; --background-image-url: none; --background-color: rgba(255, 255, 255, 0.8)                   !important; --position-z: 2076 !important; }
.element_1533710320843_1013_hover:hover {  }
.element_1484569596702_8372_none { background-color: rgba(255, 255, 255, 0.8); border-style: solid; border-width: 0px 0px 30px; border-color: rgb(22, 66, 149); background-image: url("https://cms.dextermedia.de/images/06258139252/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: url("https://cms.dextermedia.de/images/06258139252/HG-grau-center.png"); --background-color: rgba(255, 255, 255, 0.8)                   !important; --position-z: 1 !important; }
.element_1533639527879_675_hover:hover {  }
.element_1533644818838_4282_none { background-color: rgba(255, 255, 255, 0.8); border-color: rgb(22, 66, 149); border-style: solid; border-width: 1px; background-image: none; background-repeat: no-repeat; background-size: cover; background-position: center center; --background-image-url: none; --background-color: rgba(255, 255, 255, 0.8)                   !important; --position-z: 2 !important; }
.element_1533644818838_4282_hover:hover { background-color: rgba(255, 255, 255, 0.8);  }
.element_1533722008962_3108_none { background-color: rgba(255, 255, 255, 0.8); border-color: rgb(22, 66, 149); border-style: solid; border-width: 1px; background-image: none; --background-image-url: none; --background-color: rgba(255, 255, 255, 0.8)                   !important; --position-z: 3 !important; }
#image-11000177 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1579517943318_3132_none { box-shadow: rgb(131, 131, 131) 0px 0px 5px; --position-height: 34 !important; --position-width: 150 !important; --position-z: 2078 !important; }
.element_14846525228628_448_none { left: 71px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 71px !important; --position-y: 270px !important; --position-z: 2002 !important; }
.element_1484652936830_556_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 33px !important; --position-y: 389px !important; --position-z: 2003 !important; --position-width: 1126px !important; }
.element_14846525221627_2915_none { background-color: rgba(156, 156, 156, 0.1); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; --background-color: rgba(156, 156, 156, 0.1) !important; --position-z: 2001 !important; --position-y: 228px !important; --position-x: 0px !important; }
.element_14846536485351_1640_none { left: 83px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 83px !important; --position-y: 315px !important; --position-z: 2002 !important; }
.element_14846536482442_832_none { left: 82px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 82px !important; --position-y: 454px !important; --position-z: 2003 !important; }
.element_14846536488071_5792_none { background-color: rgba(156, 156, 156, 0.1); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none  !important; --background-color: rgba(156, 156, 156, 0.1)  !important; --position-z: 2001 !important; }
.element_15526484596799_5391_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15526484597028_2627_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-1824 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15526484591162_6421_none { background-image: none;  }
.element_1552649098317_9233_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552649340995_946_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526518123721_4244_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15526518121015_111_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2024 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15526518129595_6552_none { background-image: none;  }
.element_15526518126265_4644_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526518121800_4605_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552653375780_3228_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526537438783_5902_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15526537438322_3176_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2124 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15526537439091_1361_none { background-image: none;  }
.element_15526537434481_106_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526537437742_7542_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526550441343_7077_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15526550448638_1045_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2224 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1552655044436_6299_none { background-image: none;  }
.element_15526550442580_415_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526550447248_3759_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526550449264_1173_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526559329672_3847_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15526559323430_7287_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2324 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1552655932825_1073_none { background-image: none;  }
.element_15526559324573_8836_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526559321390_5100_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15526563885235_7595_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15526563889575_104_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2424 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15526563887934_939_none { background-image: none;  }
.element_15526563885068_1702_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15526563887066_115_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15528986228555_5960_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15528986225352_6619_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2524 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15528986221405_3401_none { background-image: none;  }
.element_15528986221036_5822_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552898622385_1486_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552899340485_9599_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15528993402675_7482_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2624 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15528993401674_7949_none { background-image: none;  }
.element_15528993405172_632_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15528993401183_5818_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552907934918_2072_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15529079345578_8589_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-2924 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15529079342370_3067_none { background-image: none;  }
.element_1552907934774_9419_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529079342824_1976_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529079349784_1470_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552908254205_638_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552908932900_3677_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529911255852_8261_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15529911258387_1372_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3024 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15529911252698_429_none { background-image: none;  }
.element_15529911253274_6275_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529911255082_6111_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529911257796_7685_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-3030 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1552991475474_5088_none { background-image: none;  }
.element_1552991593808_2417_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529922585885_1340_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png")   !important; --background-color: rgb(255, 255, 255)   !important; --position-z: 2001 !important; }
.element_1552992258362_2075_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: none   !important; --background-color: rgba(255, 255, 255, 0.3)   !important; --position-z: 2002 !important; }
.element_1552992258238_2211_none { left: 88px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 88px !important; --position-y: 298px !important; --position-z: 2005 !important; }
.element_1553779170816_8894_none { left: 59px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 59px !important; --position-y: 556px !important; --position-z: 2004 !important; }
.element_1553779842428_953_none { background-image: none; border-color: rgb(0, 97, 160); --position-width: 1077px !important; --position-z: 2003 !important; }
.element_1554285809020_378_none { left: 61px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 61px !important; --position-y: 385px !important; --position-z: 2006 !important; }
.element_15529930809547_1884_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15529930808056_517_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3224 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1552993080552_7986_none { background-image: none;  }
.element_1552993080861_4496_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529930801121_5281_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529930805023_4469_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-3230 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15529930802791_9015_none { background-image: none;  }
.element_15529930805356_844_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552993383586_3313_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1552996784707_7727_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15529967843617_6945_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3324 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15529967843815_9652_none { background-image: none;  }
.element_15529967845972_2841_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_155299678487_3986_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15529967841235_6137_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15530829027505_9435_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_1553082902494_65_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3424 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15530829027653_754_none { background-image: none;  }
.element_15530829026302_5604_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15530829024840_4513_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15530829029381_6237_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553083396165_0417_none { background-color: rgb(255, 255, 255);  }
.element_1553083556710_439_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553083667313_109_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553083667313_109_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553084521757_9258_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553084521757_9258_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553084521765_0933_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553084559508_8096_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553084559508_8096_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553084559517_407_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553087651483_597_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553087651483_597_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553087651493_5151_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553087658319_0867_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553087658319_0867_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553087658330_542_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553087661886_9326_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553087661886_9326_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553087661891_6887_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553087823822_8225_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553087823822_8225_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553087823833_7876_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553087837778_0986_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553087837778_0986_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553087837786_1357_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553087842192_7913_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553087842192_7913_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553087842203_1296_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1553088257724_0042_none { background-color: rgba(255, 255, 255, 0.5); background-image: none; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255);  }
.element_1553088257724_0042_hover:hover { border-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; background-color: rgb(255, 255, 255);  }
.element_1553088257733_367_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15530885577652_942_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15530885577026_3549_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15530885578106_8266_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553088557474_9168_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531659209842_2166_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531659205875_5824_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3624 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531659205808_657_none { background-image: none;  }
.element_1553165920413_8682_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531659201189_2383_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553166179785_9324_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531664941816_6417_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531664949483_8240_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3724 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531664941781_5000_none { background-image: none;  }
.element_15531664942121_2186_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531664948879_1119_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531664941042_1246_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-3730 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531664946027_2815_none { background-image: none;  }
.element_15531664946940_4133_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553168007628_5515_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553168390019_6633_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-3734 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553168421443_8933_none { background-image: none;  }
#image-3735 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553168899708_3645_none { background-image: none;  }
.element_1553169080162_0088_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553169088520_44_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553169240394_5051_none { background-color: rgb(255, 255, 255); border-radius: 5px;  }
.element_1553169349953_8704_none { background-color: rgb(255, 255, 255); border-radius: 5px;  }
.element_1553169367031_327_none { background-color: rgb(255, 255, 255); border-radius: 5px;  }
.element_1553169418265_1392_none { background-color: rgb(255, 255, 255); border-radius: 5px;  }
.element_15531701395337_1172_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531701396336_6971_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3824 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531701394483_5978_none { background-image: none;  }
.element_15531701397637_5030_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531701394541_5080_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531701394912_9332_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-3828 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553170391551_5269_none { background-image: none;  }
.element_15531707827024_7253_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531707826468_3864_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-3924 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531707824572_1346_none { background-image: none;  }
.element_15531707821620_4404_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531707829625_7192_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-3927 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553171005561_0415_none { background-image: none;  }
.element_15531719931577_1403_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531719933652_752_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531719932298_314_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531719933455_6483_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531724634934_4575_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531724637869_1746_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-4124 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553172463102_6074_none { background-image: none;  }
.element_15531724635002_5450_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531724635114_1078_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531732468117_8884_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531732467074_987_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-4224 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531732465949_6583_none { background-image: none;  }
.element_15531732462747_3160_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531732468496_414_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-4227 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531732464253_2929_none { background-image: none;  }
.element_1553175094667_7905_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531758344105_4698_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15531758345143_8712_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-4324 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15531758348144_2676_none { background-image: none;  }
.element_15531758342306_7775_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15531758344412_772_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553247280658_9166_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532472802853_718_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532472802071_7118_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532472801654_5185_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-4527 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532472805954_1960_none { background-image: none;  }
.element_15532477894666_5319_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532477893267_6347_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-4624 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532477897967_183_none { background-image: none;  }
.element_15532477893678_6111_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532477893738_7929_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553251844524_4785_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532518445119_9214_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-4724 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532518441626_9970_none { background-image: none;  }
.element_15532518446215_2035_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532518447082_5050_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-4727 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532518441865_9919_none { background-image: none;  }
.element_1553251993406_3848_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553252057264_8005_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532542769234_7292_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532542761730_8482_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5024 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532542763880_1320_none { background-image: none;  }
.element_15532542766477_2387_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532542767556_1765_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532566182971_5661_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532566181717_7027_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5124 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532566182005_7286_none { background-image: none;  }
.element_15532566188963_8197_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532566186977_2138_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532577365979_4717_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532577367984_4137_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5224 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532577366916_6125_none { background-image: none;  }
.element_15532577368146_3678_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532577364185_7298_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532585228091_2755_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532585221283_964_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5324 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532585222775_6819_none { background-image: none;  }
.element_15532585226775_1054_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532585224738_8903_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532591304032_9211_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532591305222_6422_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5424 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532591308543_476_none { background-image: none;  }
.element_15532591302007_2460_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532591306594_4743_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553259659139_3973_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532596595472_712_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5524 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532596597704_2333_none { background-image: none;  }
.element_15532596595462_4206_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532596591593_4239_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532603827902_7761_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532603828212_1814_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532603826366_7644_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532603827115_3912_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532614441595_508_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15532614443805_6060_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5724 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532614444901_9769_none { background-image: none;  }
.element_15532614441660_1601_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15532614444863_2942_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-5727 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15532614443088_7297_none { background-image: none;  }
.element_1553261859062_778_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15535142448461_5212_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png")  !important; --background-color: rgb(255, 255, 255)  !important; --position-z: 2001 !important; --position-y: 228px  !important; --position-x: 0px  !important; }
.element_15535142442305_3845_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: none  !important; --background-color: rgba(255, 255, 255, 0.3)  !important; --position-z: 2002 !important; --position-y: 258px  !important; --position-x: 30px  !important; }
.element_15535142445424_3942_none { left: 69px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 69px !important; --position-y: 354px !important; --position-z: 2004 !important; --position-width: 1079px  !important; }
.element_15535142446879_3382_none { left: 69px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 69px !important; --position-y: 284px !important; --position-z: 2003 !important; }
#image-5827 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1553517428258_4946_none { --position-z: 2005 !important; --position-height: 414.66666666666663px !important; --position-width: 150 !important; --position-y: 739px  !important; --position-x: 295.323px  !important; }
.element_15537671911306_9726_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15537671914562_50_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
#image-5924 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15537671919566_5321_none { background-image: none;  }
.element_15537671916355_154_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1553767191305_8087_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15537671918581_4178_none { background-color: rgba(255, 255, 255, 0.5); border-radius: 0px; background-image: none;  }
.element_1553768869140_6382_none { background-color: rgba(255, 255, 255, 0.5); border-radius: 0px;  }
.element_1553768869152_9316_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-5944 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553768869196_575_none { background-image: none;  }
.element_1553769054079_5813_none { background-color: rgba(255, 255, 255, 0.5); border-radius: 0px;  }
.element_1553769054087_0286_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-5947 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553769054120_6855_none { background-image: none;  }
.element_1553769150716_3018_none { background-color: rgba(255, 255, 255, 0.5); border-radius: 0px;  }
.element_1553769150729_5212_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-5950 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553769150780_7798_none { background-image: none;  }
.element_1553769741985_0808_none { background-color: rgba(255, 255, 255, 0.5); border-radius: 0px;  }
.element_1553769741993_5444_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-5953 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1553769742023_887_none { background-image: none;  }
.element_15537706683823_3167_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png")   !important; --background-color: rgb(255, 255, 255)   !important; --position-z: 2001 !important; --position-y: 228px !important; --position-x: 0px !important; }
.element_15537706685034_8165_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: none   !important; --background-color: rgba(255, 255, 255, 0.3)   !important; --position-z: 2002 !important; border-style: solid; border-width: 0px; border-color: rgb(0, 97, 160); --borderColor: rgb(0, 97, 160)   !important; --borderTopColor: rgb(0, 97, 160)   !important; --borderLeftColor: rgb(0, 97, 160)   !important; --borderRightColor: rgb(0, 97, 160)   !important; --borderBottomColor: rgb(0, 97, 160)   !important; }
.element_15537706683524_8499_none { left: 72px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 72px !important; --position-y: 374px !important; --position-z: 2005 !important; }
.element_15537706685429_1265_none { left: 71px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 71px !important; --position-y: 304px !important; --position-z: 2004 !important; }
.element_1553770970499_05_none { border-color: rgb(0, 97, 160); background-image: none; --position-width: 1078px !important; --position-z: 2003 !important; }
.element_1553774612600_6523_none { left: 80px; overflow-wrap: break-word; list-style: outside; position: absolute; --position-x: 80px !important; --position-y: 1052px !important; --position-z: 2016 !important; }
.element_1758712341553_666_none { --position-z: 2018 !important; --position-y: 1111px   !important; --position-x: 61.5px   !important; --position-width: 1079px   !important; --position-height: 447px   !important; border-style: solid; border-width: 1px; border-color: rgb(0, 97, 160); --borderColor: rgb(0, 97, 160) !important; --borderTopColor: rgb(0, 97, 160) !important; --borderLeftColor: rgb(0, 97, 160) !important; --borderRightColor: rgb(0, 97, 160) !important; --borderBottomColor: rgb(0, 97, 160) !important; }
.element_15537722784191_8660_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png") !important; --background-color: rgb(255, 255, 255) !important; --position-z: 2001 !important; }
.element_15537722783079_247_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top; --background-image-url: none !important; --background-color: rgba(255, 255, 255, 0.3) !important; --position-z: 2002 !important; }
.element_15537722788338_1329_none { left: 173px; overflow-wrap: break-word; list-style: outside; --position-x: 173px !important; --position-y: 400px !important; position: absolute; --position-z: 2003 !important; --position-width: 830px !important; }
.element_15537722787250_1730_none { left: 76.5px; overflow-wrap: break-word; list-style: outside; --position-x: 76.5px !important; --position-y: 295.5px !important; position: absolute; --position-z: 2004 !important; }
.element_15538461758066_8364_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_1553846175742_2543_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_1553846175265_4358_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15538461753495_2231_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15541996822161_6189_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: url("https://cms.dextermedia.de/images/14393714008/HG-grau-center.png"); background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15541996828555_1256_none { background-color: rgba(255, 255, 255, 0.3); background-image: none; box-shadow: none; background-repeat: repeat; background-size: unset; background-position: left top;  }
.element_15541996825433_5533_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15541996823574_9516_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15541996827654_9318_none { left: 89.5px; overflow-wrap: break-word; list-style: outside none disc;  }
#image-6329 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554200912756_3547_none { background-image: none;  }