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); background-image: url(https://cms.dextermedia.de/images/06641847323/Bild-Startseite2.jpg); background-size: cover; }
.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: rgb(0, 178, 236) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(31, 73, 125) !important; }

.element_1484643189788_8208_none { left: 55.5px; list-style: disc; overflow-wrap: break-word; position: absolute; }
.element_1484642739927_856_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-120 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1592807890749_5776_none { left: 55.5px; list-style: disc; overflow-wrap: break-word; position: absolute; }
.element_1493724052282_8008_none { background-color: rgba(255, 255, 255, 0.85);  }
.element_1484569596702_8372_none { background-color: rgba(255, 255, 255, 0.85); border-style: solid; border-top-width: 8px; border-color: rgb(0, 178, 236);  }
.mobile #content #content-area .element_1493719324188_171_none.vw66 { width: 66vw !important; height: 24.626865671642vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1493719324188_171_none.vw60 { width: 60vw !important; height: 22.388059701493vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1493719324188_171_none.vw50 { width: 50vw !important; height: 18.65671641791vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1493719324188_171_none.vw40 { width: 40vw !important; height: 14.925373134328vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1493719324188_171_none.vw30 { width: 30vw !important; height: 11.194029850746vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1493719324188_171_none.vw25 { width: 25vw !important; height: 9.3283582089552vw !important; text-align: left;margin-left: 0px;}
.mobile #content #content-area .element_1493719324188_171_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1493719324188_171_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1493719324188_171_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1493719324188_171_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1493719324188_171_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1493719324188_171_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-11000029 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1493719324188_171_none { opacity: 0; animation-name: fadeInLeftSmall; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; }
ul#menu-m1000024 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 31px;
     width: 100%
}

ul#menu-m1000024 li, ul#menu-m1000024-mobile li {
    line-height: 1;
}

ul#menu-m1000024 li:hover, ul#menu-m1000024-mobile li:hover {
    background-color: rgb(0, 178, 236);
    transition: background-color 0.5s;
}

ul#menu-m1000024 li:hover > a, ul#menu-m1000024-mobile li:hover > a {
    color: rgb(255, 255, 255);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000024 li:hover > ul, ul#menu-m1000024-mobile li:hover > ul {
    display: block;
}

ul#menu-m1000024 a, ul#menu-m1000024-mobile a {
    white-space: nowrap;
}ul#menu-m1000024 > li, ul#menu-m1000024-mobile > li {
position: relative;
display: block;
margin: 0;
padding: 8px 8px;
font-size: 14px;
background-color: rgba(95, 95, 95, 0);
}
ul#menu-m1000024 > li:not(:first-child), ul#menu-m1000024-mobile > li:not(:first-child) {
border-top: none;border-left: none;
}
ul#menu-m1000024 > li.current, ul#menu-m1000024-mobile > li.current {
background-color: rgb(0, 178, 236);
}

ul#menu-m1000024 > li > a, ul#menu-m1000024-mobile > li > a {
margin: 0;
padding: 0;color: rgb(31, 73, 125);
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-m1000024 > li.current > a, ul#menu-m1000024-mobile > li.current > a {
color: rgb(255, 255, 255);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul, ul#menu-m1000024-mobile ul {
    display: none;
    position: absolute;
    top: 0; left: 100%; padding: 0;
}

ul#menu-m1000024 ul li, ul#menu-m1000024-mobile ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 78, 158, 0);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: center;
}
ul#menu-m1000024 ul li:hover > a, ul#menu-m1000024-mobile ul li:hover > a {
color: rgb(246, 166, 72);
font-style: normal;
text-decoration: none;
font-weight: normal;
}
ul#menu-m1000024 ul li:hover, ul#menu-m1000024-mobile ul li:hover {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000024 ul li:first-child, ul#menu-m1000024-mobile ul li:first-child {
border-top: none;border-left: none;
}
ul#menu-m1000024 ul li.current > a, ul#menu-m1000024-mobile ul li.current > a {
color: rgb(246, 166, 72);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
ul#menu-m1000024 ul li.current, ul#menu-m1000024-mobile ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000024 ul a, ul#menu-m1000024-mobile ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 18px;
color: rgba(255,255,255, 1);
font-family: Raleway;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul ul, ul#menu-m1000024-mobile ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000024.mobile {
    text-align: left;
}

ul#menu-m1000024.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000024.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000024.mobile > li.current::before {
    display: none;
}

ul#menu-m1000024.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(0, 78, 158, 0);
}

ul#menu-m1000024.mobile ul li {
    padding: 0;
}

ul#menu-m1000024.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-m1000024 {
    height: inherit;
}

ul#menu-m1000024 li:hover {
    background-color: transparent;
}

ul#menu-m1000024 li:hover > a {
    background-color: rgb(0, 178, 236);
}

ul#menu-m1000024 a {
    width: 100%;
}ul#menu-m1000024 > li {
    padding: 0;
    background-color: transparent;
}

ul#menu-m1000024 > li:not(:first-child) {
    border-top: none; border-left: none;
}

ul#menu-m1000024 > li > a {
    padding: 8px 8px;
    display: inline-block;
    background-color: rgba(95, 95, 95, 0);
}

ul#menu-m1000024 > li.current {
    background-color: transparent;
}

ul#menu-m1000024 > li.current > a {
    background-color: rgb(0, 178, 236);
}ul#menu-m1000024 ul li {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    border-bottom: none; border-left: none;
}

ul#menu-m1000024 ul li:first-child {
    border-top: none; border-left: none;
}

ul#menu-m1000024 ul a {
    padding: 15px 15px;
    background-color: rgba(0, 78, 158, 0);
}

ul#menu-m1000024 ul li:first-child {
    border-top: none;
}

ul#menu-m1000024 ul li:hover {
    background-color: transparent;
}

ul#menu-m1000024 ul li:hover > a {
    background-color: rgba(255, 255, 255, 0.9);
}

ul#menu-m1000024 ul li.current {
    background-color: transparent;
}

ul#menu-m1000024 ul li.current > a {
    background-color: rgba(255, 255, 255, 0.9);
}
.element_1484569252512_9595_none {  }
.element_1484570346988_7268_none { left: 55.5px; list-style: disc; overflow-wrap: break-word; position: absolute; }
ul#menu-m1000002 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 44px;
     width: 100%
}

ul#menu-m1000002 li, ul#menu-m1000002-mobile li {
    line-height: 1;
}

ul#menu-m1000002 li:hover, ul#menu-m1000002-mobile li:hover {
    background-color: rgba(243, 243, 243, 0);
    transition: background-color 0.5s;
}

ul#menu-m1000002 li:hover > a, ul#menu-m1000002-mobile li:hover > a {
    color: rgb(0, 178, 236);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000002 li:hover > ul, ul#menu-m1000002-mobile li:hover > ul {
    display: block;
}

ul#menu-m1000002 a, ul#menu-m1000002-mobile a {
    white-space: nowrap;
}ul#menu-m1000002 > li, ul#menu-m1000002-mobile > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 20px;
font-size: 18px;
background-color: rgba(95, 95, 95, 0);
}
ul#menu-m1000002 > li:not(:first-child), ul#menu-m1000002-mobile > li:not(:first-child) {
border-top: none;border-left: none;
}
ul#menu-m1000002 > li.current, ul#menu-m1000002-mobile > li.current {
background-color: rgba(246, 166, 72, 0);
}

ul#menu-m1000002 > li.current::before, ul#menu-m1000002-mobile > li.current::before {
content: "";
display: inline-block;
width: 90%;
height: 2px;
position: absolute;
top: 40px;
left: 5%;
background-color: rgb(0, 178, 236);
}
ul#menu-m1000002 > li > a, ul#menu-m1000002-mobile > li > a {
margin: 0;
padding: 0;line-height: 44px;color: rgb(31, 73, 125);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-m1000002 > li.current > a, ul#menu-m1000002-mobile > li.current > a {
color: rgb(0, 178, 236);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000002 ul, ul#menu-m1000002-mobile ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

ul#menu-m1000002 ul li, ul#menu-m1000002-mobile ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: left;
}
ul#menu-m1000002 ul li:hover > a, ul#menu-m1000002-mobile ul li:hover > a {
color: rgb(0, 178, 236);
font-style: normal;
text-decoration: none;
font-weight: normal;
}
ul#menu-m1000002 ul li:hover, ul#menu-m1000002-mobile ul li:hover {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000002 ul li:first-child, ul#menu-m1000002-mobile ul li:first-child {
border-top: none;border-left: none;
}
ul#menu-m1000002 ul li.current > a, ul#menu-m1000002-mobile ul li.current > a {
color: rgb(0, 178, 236);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
ul#menu-m1000002 ul li.current, ul#menu-m1000002-mobile ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}
ul#menu-m1000002 ul a, ul#menu-m1000002-mobile ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 18px;
color: rgb(31, 73, 125);
font-family: Raleway;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000002 ul ul, ul#menu-m1000002-mobile ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000002.mobile {
    text-align: left;
}

ul#menu-m1000002.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000002.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000002.mobile > li.current::before {
    display: none;
}

ul#menu-m1000002.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}

ul#menu-m1000002.mobile ul li {
    padding: 0;
}

ul#menu-m1000002.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-m1000002 li:hover > ul {
    display: block;
    animation: fadeInDownSmall .3s ease-in;
}

ul#menu-m1000002 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1484568887314_9143_none { opacity: 0; background-image: none; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(31, 73, 125);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 1026px; list-style: disc; overflow-wrap: break-word; position: absolute; }
.element_1526558163254_5527_none { opacity: 0; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; }
.element_1484646226167_1262_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1484648121385_06_none { left: 880px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14846462264126_6709_none { background-color:rgba(255, 255, 255, 0.85);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.element_1504775084797_802_none { left: 899px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1678379740913_4883_none { border-color: rgb(31, 73, 125);  }
.element_1484649810579_9081_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1484649810637_322_none { background-color:rgba(255, 255, 255, 0.85);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_14846525228628_448_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1484652936830_556_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14846525221627_2915_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1524829208638_681_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1524829269535_604_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1524829290695_7542_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_1524829307091_9468_none { left: 82px; list-style: outside; overflow-wrap: break-word; position: absolute;  }
.element_14846536485351_1640_none { left: 82px; list-style: disc; overflow-wrap: break-word;  }
.element_14846536482442_832_none { left: 82px; list-style: disc; overflow-wrap: break-word;  }
.element_14846536488071_5792_none { background-color:rgba(255, 255, 255, 0.85);border-color: rgb(139, 156, 207);border-style: solid;border-width: 0px;background-image: none; }
.element_15265549497488_5270_none { left: 55.5px; list-style: disc; overflow-wrap: break-word;  }
.element_15265549492003_1518_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-1020 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1526555026228_335_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15265557597130_5664_none { left: 55.5px; list-style: disc; overflow-wrap: break-word;  }
.element_15265557599047_8576_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15265557599543_3215_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15265561885945_7043_none { left: 55.5px; list-style: disc; overflow-wrap: break-word;  }
.element_1526556188723_1517_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1526556188477_690_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15265567027825_9563_none { left: 55.5px; list-style: disc; overflow-wrap: break-word;  }
.element_15265567026675_9462_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15265567027785_7317_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15265569644425_998_none { left: 55.5px; list-style: disc; overflow-wrap: break-word;  }
.element_15265569641081_9744_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15265569647924_7702_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15265572411584_4229_none { left: 55.5px; list-style: disc; overflow-wrap: break-word;  }
.element_15265572414957_6023_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-1520 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15265572417014_835_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15265574488572_5521_none { left: 55.5px; list-style: disc; overflow-wrap: break-word;  }
.element_15265574482840_9651_none { background-color: rgba(255, 255, 255, 0.85); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }