body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 300px; }
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: rgb(8, 71, 15) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(118, 171, 120) !important; }

.element_1484643189788_8208_none { left: 0px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1484572905706_7295_none { box-shadow: rgb(133, 133, 133) 0px 0px 15px; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-height: 659; --position-width: 1920; }
.element_1484642739927_856_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1511270776128_847_none { left: 82px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1512479021785_2505_none { left: 82px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1585142533594_2375_none { position: absolute; overflow-wrap: break-word; list-style: outside; }
#image-134 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511266693216_9973_none { background-color: rgba(48, 131, 51, 0.9); background-image: none;  }
.element_1682518782891_8071_none { background-color: rgba(48, 131, 51, 0.5); border-style: solid; border-width: 1px; border-color: rgb(48, 131, 51); background-image: none;  }
.element_1484569596702_8372_none { background-color: rgb(118, 171, 120); border-style: solid; border-color: rgb(11, 91, 28); border-top-width: 8px;  }
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: rgba(0, 100, 0, 0);
    transition: background-color 0.5s;
}

ul#menu-m1000024 li:hover > a, ul#menu-m1000024-mobile li:hover > a {
    color: rgb(8, 71, 15);
    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: rgba(255, 255, 255, 0);
}

ul#menu-m1000024 > li > a, ul#menu-m1000024-mobile > li > a {
margin: 0;
padding: 0;color: rgba(255,255,255, 1);
font-family: Raleway;
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(8, 71, 15);
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: rgba(0, 100, 0, 0);
}

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: rgba(255, 255, 255, 0);
}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 { --top-border-top: none; --top-border-left: none; --border-bottom: none; --border-top: none; --border-left: none; --menu-orientation: vertical; --position-fixed: relative; --text-align: center; --top-line-height: 31px; --hover-background-color: rgba(0, 100, 0, 0); --hover-font-color: rgb(8, 71, 15); --hover-font-style: normal; --hover-text-decoration: none; --hover-font-weight: normal; --hover-style-line-color: rgba(0, 0, 0, 0); --hover-other-level-background-color: rgba(255, 255, 255, 0.9); --hover-other-level-font-color: rgb(246, 166, 72); --hover-other-level-font-style: normal; --hover-other-level-font-decoration: none; --hover-other-level-font-weight: normal; --top-padding-vertical: 8px; --top-padding-horizontal: 8px; --top-font-size: 14px; --top-background-color: rgba(95, 95, 95, 0); --top-font-color: rgba(255,255,255, 1); --top-font-family: Raleway; --top-font-weight: normal; --top-font-style: normal; --top-text-decoration: none; --current-top-level-background-color: rgba(255, 255, 255, 0); --current-top-level-font-color: rgb(8, 71, 15); --current-top-level-font-weight: normal; --current-top-level-font-style: normal; --current-top-level-text-decoration: none; --current-top-level-style-line-color: rgba(0, 0, 0, 0); --current-other-level-font-color: rgb(246, 166, 72); --current-other-level-font-weight: normal; --current-other-level-font-style: normal; --current-other-level-text-decoration: none; --current-other-level-background-color: rgba(255, 255, 255, 0.9); --current-other-level-style-line-color: rgba(0, 0, 0, 0); --other-background-color: rgba(0, 78, 158, 0); --other-padding-vertical: 15px; --other-padding-horizontal: 15px; --other-level-text-align: center; --other-font-size: 18px; --other-font-color: rgba(255,255,255, 1); --other-font-family: Raleway; --other-font-weight: normal; --other-font-style: normal; --other-text-decoration: none; --calculated-width: 100%; }
.element_1494339515575_8967_none { left: 65px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1484568947387_501_none { left: 479.5px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.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: 1026px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511180944508_029_none { left: 807px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511270330770_8936_none { background-color: rgb(255, 255, 255); border-radius: 100%; border-color: rgb(0, 100, 0); border-style: solid; border-width: 5px;  }
.element_1484646226167_1262_none { left: 81px; overflow-wrap: break-word; position: absolute; list-style: disc;  }
form.submit00536997 label, form.submit00536997 input, form.submit00536997 textarea, form.submit00536997 div.notification {
    font-family: Raleway,sans-serif;
    font-size: 16px;
    color: rgb(8, 71, 15);
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 100, 0);
    border-radius: 0px;
    padding: 0px 10px;
    box-shadow:  0px 0px 0px transparent;
}

form.submit00536997 div.notification {
    background-color: rgba(0, 0, 0, 0);
}

form.submit00536997 input, form.submit00536997 textarea, form.submit00536997 div.notification {
    padding: 7px 10px;
}

form.submit00536997 div.notification {
    border-width: 0px;
}

form.submit00536997 label {
    display: inline-block;
    border: none;
    margin-bottom: 0px;
}

form.submit00536997 input, form.submit00536997 textarea {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
}

form.submit00536997 textarea {
    resize: none;
}

form.submit00536997 input[type=checkbox] {
	width: 1em;
}

@media only screen and (orientation: portrait) and (max-width: 1540px) {
    form.submit00536997 input[type=checkbox] {
        width: 4em !important;
        height: 2em !important;
    }
}

@media only screen and (orientation: landscape) and (max-width: 2050px) {
    form.submit00536997 input[type=checkbox] {
        width: 4em !important;
        height: 2em !important;
    }
}

input::-webkit-input-placeholder {
    color: rgb(8, 71, 15);
}

input::-ms-input-placeholder {
    color: rgb(8, 71, 15);
}

textarea::-webkit-input-placeholder {
    color: rgb(8, 71, 15);
}

textarea::-ms-input-placeholder {
    color: rgb(8, 71, 15);
}
.element_1484646401260_9016_none { border-style: solid; background-image: none; border-color: rgb(0, 100, 0);  }
.element_1494340726527_5327_none { left: 860px; overflow-wrap: break-word; position: absolute; list-style: disc;  }
.element_1484647052204_5596_none { background-image: url(https://cms.dextermedia.de/images/25518341902/Telefonhoerer_2500.jpg); background-size: cover; background-attachment: inherit; background-color: rgba(72, 102, 246, 0.08); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1; background-position: center center; background-repeat: no-repeat no-repeat;  }
.element_14846462264126_6709_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1484649810579_9081_none { left: 79px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.map-over {				background: transparent;				position: absolute;				width: 100%;				height: 100%;			}
.element_1497612697518_7825_none {  }
.element_1675972320586_641_none { background-color: rgb(255, 255, 255);  }
.element_1676044920220_5625_none { background-color: rgba(0, 0, 0, 0.32);  }
.element_1676044926866_512_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1676045735812_1135_none { background-color: rgb(255, 255, 255);  }
.element_14846525228628_448_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1484652936830_556_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_14846525226104_2916_none { background-image: url(https://cms.dextermedia.de/images/09324005248/Handy_Laptop_2500.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: inherit; background-color: rgba(72, 102, 246, 0.08); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_14846525221627_2915_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1526645924415_258_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1526645945769_1885_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1526645966502_8013_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1526645991802_195_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_14846536485351_1640_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_14846536482442_832_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1484653648955_4709_none { background-image: url(https://cms.dextermedia.de/images/30303031600/Handy_Laptop_2500.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: inherit; background-color: rgba(72, 102, 246, 0.08); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_14846536488071_5792_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_15111771254771_7823_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_15111771256998_6977_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-1028 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511177298715_7117_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; }
.element_1511177468437_8857_none { left: 422px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511177942141_4128_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511178149753_666_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1511178149766_262_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
#image-1034 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511178149851_9358_none {  }
.element_1511178149956_8472_none { left: 422px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511178150157_636_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511178481571_788_none { left: 422px; overflow-wrap: break-word; position: absolute; list-style: outside; border: 0px solid rgb(255, 255, 255); }
#image-1039 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511178528477_2263_none {  }
.element_1511178584402_7622_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511178835346_2307_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1511178835357_539_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511178835548_4756_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511178985594_0142_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1511179221837_9307_none { background-color: rgba(0, 100, 0, 0.03); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1511179221852_6494_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511179221934_253_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
#image-1055 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511179435535_026_none {  }
.element_1511179453003_2034_none { left: 179px; overflow-wrap: break-word; position: absolute; list-style: outside; }
#image-1057 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511179620063_0781_none {  }
.element_1511179626438_256_none { left: 179px; overflow-wrap: break-word; position: absolute; list-style: outside; }
#image-1059 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511179749684_2546_none {  }
.element_1511179765064_4692_none { left: 179px; overflow-wrap: break-word; position: absolute; list-style: outside; }
#image-1061 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511179916165_3835_none {  }
.element_1511179928932_646_none { left: 179px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511180060269_475_none { left: 74px; overflow-wrap: break-word; position: absolute; list-style: outside; }
#image-1064 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511180105342_979_none {  }
.element_1511180121031_7083_none { left: 179px; overflow-wrap: break-word; position: absolute; list-style: outside; }
#image-1067 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511181254868_4385_none {  }
.element_1511183762076_1133_none { background-color: rgba(128, 128, 128, 0);  }
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 244px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1); 
    z-index: 4000;
}
.element_1678109507810_9678_none { background-color: rgb(255, 255, 255);  }#image-103000000 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-103000000 [class^=layer]{
position: absolute;
}#image-103000000 .layer2 {
width: 100%;
height: 100%;
}#image-103000000 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-103000000.a {width:100%;height:100%;}
.element_1497613377540_276_none { left: 919px; overflow-wrap: break-word; position: absolute; list-style: outside; }
.element_1511266595779_8335_none { background-color: rgb(42, 113, 45); background-image: none; box-shadow: none; border-style: solid; border-width: 1px;  }

.element_1484568887314_9143_none { background-image: none; background-color: rgb(42, 113, 45); opacity: 0; animation-name: fadeInRightSmall; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --top-border-top: none; --top-border-left: none; --border-bottom: none; --border-top: none; --border-left: none; --menu-orientation: horizontal; --position-fixed: relative; --text-align: right; --top-line-height: 38px; --hover-background-color: rgb(8, 71, 15); --hover-font-color: rgb(255, 255, 255); --hover-font-style: normal; --hover-text-decoration: none; --hover-font-weight: normal; --hover-style-line-color: rgba(0, 0, 0, 0); --hover-other-level-background-color: rgb(8, 71, 15); --hover-other-level-font-color: rgb(255, 255, 255); --hover-other-level-font-style: normal; --hover-other-level-font-decoration: none; --hover-other-level-font-weight: normal; --top-padding-vertical: 45px; --top-padding-horizontal: 20px; --top-font-size: 18px; --top-background-color: rgba(128, 128, 128, 0); --top-font-color: rgb(255, 255, 255); --top-font-family: Raleway; --top-font-weight: normal; --top-font-style: normal; --top-text-decoration: none; --current-top-level-background-color: rgba(128, 128, 128, 0); --current-top-level-font-color: rgb(255, 255, 255); --current-top-level-font-weight: normal; --current-top-level-font-style: normal; --current-top-level-text-decoration: none; --current-top-level-style-line-height: 4px; --current-top-level-style-line-color: rgb(255, 255, 255); --current-top-level-style-line-vertical-position: 34px; --current-other-level-font-color: rgb(255, 255, 255); --current-other-level-font-weight: normal; --current-other-level-font-style: normal; --current-other-level-text-decoration: none; --current-other-level-background-color: rgba(81, 147, 83, 0.9); --current-other-level-style-line-color: rgba(0, 0, 0, 0); --other-background-color: rgba(81, 147, 83, 0.9); --other-padding-vertical: 15px; --other-padding-horizontal: 15px; --other-level-text-align: center; --other-font-size: 18px; --other-font-color: rgb(255, 255, 255); --other-font-family: Raleway; --other-font-weight: normal; --other-font-style: normal; --other-text-decoration: none; --calculated-width: 100%; --submenu-animation: fadeInDownSmall; --other-submenu-animation: fadeInLeftSmall; }ul#menu-13000004 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 38px;
     width: 100%
}

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

ul#menu-13000004 li:hover, ul#menu-13000004-mobile li:hover {
    background-color: rgb(8, 71, 15);
    transition: background-color 0.5s;
}

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

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

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

ul#menu-13000004 > li.current::before, ul#menu-13000004-mobile > li.current::before {
content: "";
display: inline-block;
width: 90%;
height: 4px;
position: absolute;
top: 34px;
left: 5%;
background-color: rgb(255, 255, 255);
}
ul#menu-13000004 > li > a, ul#menu-13000004-mobile > li > a {
margin: 0;
padding: 0;line-height: 38px;color: rgb(255, 255, 255);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}
ul#menu-13000004 > li.current > a, ul#menu-13000004-mobile > li.current > a {
color: rgb(255, 255, 255);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-13000004 ul, ul#menu-13000004-mobile ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

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

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

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

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

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

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

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

ul#menu-13000004 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1714037216519_1301_none { background-color: rgb(48, 131, 51); border-style: solid; border-width: 1px; border-color: rgba(48, 131, 51, 0.5); border-radius: 4px;  }
.element_1714037220686_8767_none { position: absolute; list-style: outside; overflow-wrap: break-word; }