.clickable { display: inline-block; width: 100%; height: 100%; }
/*----------------------------------------------------------- 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 -----------------------------------------*/
.burger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	font-size: 0;
	box-shadow: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
	margin-top: 10px;
	left: calc(100% - 66px);
	z-index: 9999999;
	/*margin-top: -10px;*/
}
				
.burger:focus {
	outline: none;
}
				
.burger span {
	display: block;
	position: relative;
	height: 5px;
	margin: 0 auto;
	width: 30px;
	background: white;
}

.burger span::before,
.burger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.burger span::before {
	top: -13px;
}

.burger span::after {
	bottom: -13px;
}

.burger {
	/*much dark*/
/*	background-color: #293133;*/
	background-color: #333d3f;
}

.burger span {
	transition: background 0s 0.2s;
}

.burger span::before,
.burger span::after {
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}

.burger span::before {
	transition-property: top, transform;
}

.burger span::after {
	transition-property: bottom, transform;
}

.burger.open {
	background-color: #000000;
}

.burger.open span {
	background: none;
}

.burger.open span::before {
	top: 0;
	transform: rotate(45deg);
}

.burger.open span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.burger.open span::before,
.burger.open span::after {
	transition-delay: 0s, 0.2s;
}
/*----------------------------------------------------------- end Burger section -----------------------------------------*/

/*----------------------------------------------------------- start mobile section -----------------------------------------*/
/* #mobile is the base in which both content and footer are placed */
#mobile{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mobile{
	position: relative !important;
	height: auto !important;
}

.mobile ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.mobile-content{
	width: 100%; 
	height: auto !important; 
	padding: 0px;
/*	padding: 0px 10px; */
	position: relative;
	margin-top: 10px;
}

.mobile-footer{
	width: 100%; 
	padding: 0px; 
	height: auto !important;
	margin-top: 10px;
	/*padding: 0px 10px;*/ 
	position: relative;
}

.mobile-full-screen{
	position: absolute !important;
	transform: scale(1.0) !important;
	left: 0px !important;
	top: 0px !important;
	box-sizing: border-box;
	object-fit: contain;
	width: 100% !important;
	height: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

/* ----- start mobile clone ----- */
/* the styles for the cloned elements*/
.mobile-clone{
	/*position: static !important;*/
	position: relative !important;
	transform: scale(1.0);
	width: calc(100% - 30px);
	margin-left: 10px;
	margin-bottom: 10px !important;
	max-width: calc(100% - 30px) !important;
	top: 0px !important;
}

.mobile-clone Box.positioned { 
	max-width: 100%; 
	margin: 10px auto 0; 
}

.mobile-clone TextObject.positioned { 
	max-width: 100%; 
	margin: 10px auto 0; 
}
	
.mobile-clone .positioned:not(.DecorationLine):not(.SliderObject):not(.MenuItemsObject):not(.Circle) { 
	max-width: 100%; 
	width: 100%;
}
	
.mobile-clone .positioned:not(.DecorationLine):not(.SliderObject):not(.MenuItemsObject) { 
	padding: 10px 10px;
}
	
.mobile-clone .positioned:not(.BackgroundAreas) {
	float: left;
	display: block;
	left: initial;
	top: initial; 
	margin-bottom: 10px; 
	margin-top: 10px; 
}
	
.mobile-clone .SliderObject { 
	width:100%; 
	max-width: 100%;
}
	
.mobile-clone .positioned:not(.SliderObject):not(.ImageObject):not(.HeaderLogoImageObject){ 
	height: auto !important;
}

.mobile-clone .BackgroundAreas { 
	display: none; 
}

/* ----- start mobile child ----- */
/* mobile-child are the cloned child elements */
.mobile-child{
	margin-bottom: 10px !important;
	position: relative !important;
	top: 0px !important;
}
.mobile-child:last-child{
	margin-bottom: 0px !important;
}

.mobile-child Box.positioned { 
	max-width: 100%; 
	margin: 10px auto 0; 
}

.mobile-child TextObject.positioned { 
	max-width: 100%; 
	margin: 10px auto 0; 
}
	
.mobile-child .positioned:not(.DecorationLine):not(.SliderObject):not(.MenuItemsObject):not(.Circle) { 
	max-width: 100%; 
	width: 100%;
}
	
.mobile-child .positioned:not(.DecorationLine):not(.SliderObject):not(.MenuItemsObject) { 
	padding: 10px 10px;
}
	
.mobile-child .positioned:not(.BackgroundAreas) {
	float: left;
	display: block;
	left: initial;
	top: initial; 
	margin-bottom: 10px; 
	margin-top: 10px; 
}
	
.mobile-child .SliderObject { 
	width:100%; 
	max-width: 100%;
}
	
.mobile-child .positioned:not(.SliderObject):not(.ImageObject):not(.HeaderLogoImageObject){ 
	height: auto !important;
}

/* ----- start mobile full width ----- */
.mobile-full-width{
	/*position: static !important;*/
	position: relative !important;
	top: 0px !important;
	transform: scale(1.0);
	margin-left: 0px;
	width: calc(100%);
	max-width: calc(100%) !important;
	margin-bottom: 10px !important;
	/*padding-left: 20px !important;*/
}

.parent{
	padding: 10px;
	height: auto !important;
}
/*----------------------------------------------------------- end mobile section -----------------------------------------*/

/*----------------------------------------------------------- start other element section -----------------------------------------*/			
#sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: auto;
/*	padding-top: 10px;
	padding-bottom: 10px;*/
	transition: 0.5s;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: solid;
}

.sidemenu-wrapper{
	display: initial;
	width: 100%;
	height: 100%;
}

.sidemenu-element{
	width: 100%;
	height: 100%;
}

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

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

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

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

.VideoObject{
	/*height: auto !important;*/
}
/*----------------------------------------------------------- end other element section -----------------------------------------*/

/*----------------------------------------------------------- Dextermedia logo -----------------------------------------*/
.LogoTextObject .dexterlogo::before {
	content: attr(data-before);
	/*content: "Dexter Media";*/
}
.LogoTextObject .dexterlogo {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: black;
}
/*.LogoTextObject a:visited {
	color: black;	
}*/
.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(230, 243, 206) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(255, 255, 255) !important; }
.element_1477387091122_2734_none { animation-direction: normal; animation-play-state: running; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 0.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1486550461990_3745_none { background-color: rgba(151, 202, 62, 0.8); opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 6s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 6s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480935847546_213_none { left: 61.6875px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 4s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 4s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480935991178_703_none { left: 279px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 6s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 6s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479817871833_4106_none { background-color: rgba(151, 202, 62, 0.870588); background-image: none; border-bottom: 10px solid rgba(236, 88, 16, 0); border-right-color: rgb(239, 239, 239); border-left-color: rgb(239, 239, 239); border-top: 2px solid rgba(151, 202, 62, 0); border-right-style: solid; border-left-style: solid; opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479889705615_9778_none { left: 87.2188px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 0.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-115 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-115 [class^=layer]{			position: absolute;		}#image-115 .layer2 {			width: 100%;			height: 100%;		}#image-115 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/09324005248/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1479978207583_9373_none { opacity: 0.2; }
.element_1479889568185_4316_none { left: 117px;  }
.element_1479907452278_4817_none { background-color: rgba(151, 202, 62, 0.298039); background-image: none; border-bottom-width: 2px; border-color: rgb(151, 202, 62) rgb(239, 239, 239) rgb(239, 239, 239); border-top-width: 2px; opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479981696642_9897_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-39 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-39 [class^=layer]{			position: absolute;		}#image-39 .layer2 {			width: 100%;			height: 100%;		}#image-39 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/09324005248/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1479992828748_9944_none { opacity: 0.2; }
a#image-33 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}a#image-33 [class^=layer]{			position: absolute;		}a#image-33 .layer2 {			width: 100%;			height: 100%;		}a#image-33 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/09506835115/Fotolia_52305038_S.jpg");			background-size: cover;			background-repeat: no-repeat;		}
.element_1479988908233_3132_none { box-shadow: 0px 0px 15px rgb(96, 96, 96); opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 2.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479991104501_9622_none { left: 165px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479989046643_1448_none { left: 250px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.8s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.8s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479989727401_6536_none { left: 983px; opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 2.2s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.2s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480408351265_2004_none { background-color: rgba(151, 202, 62, 0.3); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479907582375_7578_none { background-color: rgba(151, 202, 62, 0.87); background-image: none; border-bottom-width: 2px; border-color: rgb(151, 202, 62) rgb(239, 239, 239) rgb(239, 239, 239); border-top-width: 2px; opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-45 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-45 [class^=layer]{			position: absolute;		}#image-45 .layer2 {			width: 100%;			height: 100%;		}#image-45 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/05103669578/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1480328269548_3848_none { opacity: 0.3; }
#image-414 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-414 [class^=layer]{			position: absolute;		}#image-414 .layer2 {			width: 100%;			height: 100%;		}#image-414 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_1487154071565_3975_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 2.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480327864706_7585_none { left: 169px; opacity: 0; list-style: outside none disc; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480328795575_4038_none { left: 925.967px; opacity: 0; list-style: outside none disc; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 2.4s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.4s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
form#submit00009302 label, form#submit00009302 input, form#submit00009302 textarea, form#submit00009302 div.notification {			font-family: Trebuchet MS, Helvetica, sans-serif;			font-size: 16px;			color: rgb(255, 255, 255);			font-style: normal;			font-weight: normal;			text-decoration: none;			background-color: transparent;			border: 1px solid rgb(255, 255, 255);			border-radius: 0px;			padding: 0px 10px;			box-shadow:  0px 0px 0px transparent;		}		form#submit00009302 input, form#submit00009302 textarea, form#submit00009302 div.notification{			padding: 5px 10px;		}		form#submit00009302 div.notification{			border-width: 0px;		}		form#submit00009302 label {			display: inline-block;			border: none;			margin-bottom: 0px;		}		form#submit00009302 input, form#submit00009302 textarea {			display: inline-block;			width: 100%;			vertical-align: top;			margin-bottom: 15px;		}		form#submit00009302 textarea {			resize: none;		}
.element_1480328486696_5085_none { opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.8s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.8s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-415 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-415 [class^=layer]{			position: absolute;		}#image-415 .layer2 {			width: 100%;			height: 100%;		}#image-415 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}
.element_1487154208509_1863_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 2.4s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.4s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480329235191_463_none { left: 925.967px; opacity: 0; list-style: outside none disc; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 2.7s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.7s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480327775991_009_none { background-color: rgba(151, 202, 62, 0.3); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480333560507_7617_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation: 1s ease-in 1s normal forwards 1 running fadeInUp; }
a#image-53 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}a#image-53 [class^=layer]{			position: absolute;		}a#image-53 .layer2 {			width: 100%;			height: 100%;		}a#image-53 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/06296737727/Ginko_weiß.png");			background-size: cover;			background-repeat: no-repeat;		}
.element_1480333700577_907_none { opacity: 0.3; }
.element_1480412662584_2258_none { left: 165px; opacity: 0; animation: 1s ease-in 1.5s normal forwards 1 running fadeInLeft; }
.element_1480412806731_9702_none { left: 250px; opacity: 0; animation: 1s ease-in 1.8s normal forwards 1 running fadeInRight; }
.element_1480333631056_54_none { background-color: rgba(151, 202, 62, 0.3); opacity: 0; animation: 1s ease-in 1.1s normal forwards 1 running fadeInUp; }
.element_1480329994406_5098_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation: 1s ease-in 1s normal forwards 1 running fadeInUp; }
a#image-68 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}a#image-68 [class^=layer]{			position: absolute;		}a#image-68 .layer2 {			width: 100%;			height: 100%;		}a#image-68 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/06296737727/Ginko_weiß.png");			background-size: cover;			background-repeat: no-repeat;		}
.element_1480330579603_5054_none { opacity: 0.3; }
.element_1480330205387_5452_none { left: 165px; opacity: 0; animation: 1s ease-in 1.5s normal forwards 1 running fadeInLeft; }
.element_1480330282094_6409_none { left: 250px; opacity: 0; animation: 1s ease-in 1.8s normal forwards 1 running fadeInRight; }
.element_1480330457268_3936_none { left: 718px; opacity: 0; animation: 1s ease-in 2.1s normal forwards 1 running fadeInRight; }
.element_1480330102798_5586_none { background-color: rgba(151, 202, 62, 0.3); opacity: 0; animation: 1s ease-in 1.1s normal forwards 1 running fadeInUp; }
.element_1479990736841_7742_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-75 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-75 [class^=layer]{			position: absolute;		}#image-75 .layer2 {			width: 100%;			height: 100%;		}#image-75 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/06379587640/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1479993026331_4106_none { opacity: 0.2; }
.element_1479992962908_143_none { left: 165px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479993560031_141_none { left: 250px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.8s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.8s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479995355405_0376_none { left: 323px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 2.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479995538183_876_none { left: 323px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 2.4s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.4s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479995574861_2354_none { left: 323px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 2.7s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 2.7s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479995606420_3801_none { left: 323px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 3s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479907452278_4817_none { background-color: rgba(151, 202, 62, 0.3); background-image: none; border-bottom-width: 2px; border-color: rgb(151, 202, 62) rgb(239, 239, 239) rgb(239, 239, 239); border-top-width: 2px; opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479991302981_4521_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-82 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-82 [class^=layer]{			position: absolute;		}#image-82 .layer2 {			width: 100%;			height: 100%;		}#image-82 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/40404041200/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1479991411075_5774_none { opacity: 0.2; }
.element_1479991647990_266_none { left: 165px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479993624500_9485_none { left: 250px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.8s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.8s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479993309184_025_none { background-color: rgba(151, 202, 62, 0.3); background-image: none; border-bottom-width: 2px; border-color: rgb(151, 202, 62) rgb(239, 239, 239) rgb(239, 239, 239); border-top-width: 2px; opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479991844703_8667_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-94 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-94 [class^=layer]{			position: absolute;		}#image-94 .layer2 {			width: 100%;			height: 100%;		}#image-94 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/06379587640/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1479993135697_874_none { opacity: 0.2; }
.element_1479992725519_6372_none { left: 165px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479993673073_1643_none { left: 250px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.8s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.8s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1480410547296_4097_none { background-color: rgba(151, 202, 62, 0.3); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479991986366_6216_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-103 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-103 [class^=layer]{			position: absolute;		}#image-103 .layer2 {			width: 100%;			height: 100%;		}#image-103 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/30303031600/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1479991151710_5312_none { opacity: 0.2; }
.element_1479992070498_832_none { left: 165px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479993730127_4907_none { left: 250px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.8s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.8s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479993404351_6982_none { background-color: rgba(151, 202, 62, 0.3); background-image: none; border-bottom-width: 2px; border-color: rgb(151, 202, 62) rgb(239, 239, 239) rgb(239, 239, 239); border-top-width: 2px; opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479992280842_5386_none { background-color: rgba(151, 202, 62, 0.87); opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#image-113 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: hidden;		}#image-113 [class^=layer]{			position: absolute;		}#image-113 .layer2 {			width: 100%;			height: 100%;		}#image-113 .layer3 {			width: 100%;			height: 100%;			background-image: url("https://cms.dextermedia.de/images/05509648816/Ginko_weiß.png");			background-size: 100% auto;			background-repeat: no-repeat;		}
.element_1479992527138_0771_none { opacity: 0.2; }
.element_1479992343341_738_none { left: 165px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479993775904_5603_none { left: 250px; opacity: 0; animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 1.8s; animation-fill-mode: forwards; animation-timing-function: ease-in; list-style: outside none disc; -webkit-animation-name: fadeInLeft; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.8s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479907452278_4817_none { background-color: rgba(151, 202, 62, 0.3); background-image: none; border-bottom-width: 2px; border-color: rgb(151, 202, 62) rgb(239, 239, 239) rgb(239, 239, 239); border-top-width: 2px; opacity: 0; animation-name: fadeInUp; animation-duration: 1s; animation-delay: 1.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInUp; -webkit-animation-duration: 1s; -webkit-animation-delay: 1.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
ul#menu-111000060 {			list-style: none;			position: relative;			margin: 0;			padding: 0;			text-align: center;			height: 60px;width: 100%}ul#menu-111000060 li {			line-height: 1;		}ul#menu-111000060 li:hover {			background-color: rgba(151, 202, 62, 0.3);		}ul#menu-111000060 li:hover > a {			color: rgba(151, 202, 62, 0.87);			font-style: normal;			text-decoration: none;			font-weight: ;		}ul#menu-111000060 li:hover > ul {			display:block;		}ul#menu-111000060 a {			white-space: nowrap;		}ul#menu-111000060 > li {			position: relative;			display: block;			margin: 0;			padding: 17px 15px;			font-size: 16px;			background-color: rgba(151, 202, 62, 0);		}ul#menu-111000060 > li.current {			background-color: rgba(0, 0, 0, 0);		}ul#menu-111000060 > li > a {			margin: 0;			padding: 0;color: rgba(0, 0, 0, 0.9);			font-family: Trebuchet MS, Helvetica, sans-serif;			font-weight: normal;			font-style: normal;			text-decoration: none;		}ul#menu-111000060 > li.current > a {			color: rgba(255,255,255, 1);			font-weight: normal;			font-style: normal;			text-decoration: none;		}ul#menu-111000060 ul {			display: none;			position: absolute;top: 0; left: 100%;padding: 0;		}ul#menu-111000060 ul li {			position: relative;			display: block;			width: 100%;			margin: 0;			background-color: rgba(216, 216, 216, 0.8);			padding: 15px 15px;border-bottom: none;		}ul#menu-111000060 ul li:hover > a {			color: rgba(0,0,0, 0.9);			font-style: normal;			text-decoration: none;			font-weight: normal;		}ul#menu-111000060 ul li:hover {			background-color: rgba(243, 243, 243, 0.91);		}ul#menu-111000060 ul li:first-child {border-top: none;		}ul#menu-111000060 ul li.current > a {			color: rgba(255,255,255, 1);			font-weight: normal;			font-style: normal;			text-decoration: none;		}ul#menu-111000060 ul li.current {			background-color: rgba(190, 207, 22, 1);		}ul#menu-111000060 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-111000060 ul ul {			top: -0px;left: 100%;		}ul#menu-111000060.mobile {			text-align: left;		}ul#menu-111000060.mobile > li {			display: block;			padding: 0px;		}ul#menu-111000060.mobile > li > a {			padding: 15px 15px;			white-space: inherit;			display: block;			line-height: 1.5em;			min-height: 60px;		}ul#menu-111000060.mobile > li.current::before {			display: none;		}ul#menu-111000060.mobile ul {			display: block;			position: static;			padding-left: 15px;			background-color: rgba(216, 216, 216, 0.8);		}ul#menu-111000060.mobile ul li {			padding: 0;		}ul#menu-111000060.mobile ul li a {			padding: 15px 15px;			padding-left: calc(15px + 10px);			white-space: inherit;			display: block;			line-height: 1.5em;		}
.element_1479904692963_2527_none { opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#socialmedia-111000060 a {			display: inline-block;			float: left;			width: 36px;			height: auto;opacity: 1;margin-right: 20px;}#socialmedia-111000060 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-111000060 a img {			width: 100%;			height: auto;		}#socialmedia-111000060 a:hover {opacity: 1;}
.element_1479905620970_534_none { opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479905758746_893_none { left: 643.767px; opacity: 0; list-style: outside none disc; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479891077875_3865_none { left: 1049.45px; opacity: 0; list-style: outside none disc; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1477390354691_9001_none { opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1481719676422_8315_none { left: 37px; opacity: 0; list-style: outside none disc; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1479905739326_9963_none { opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1477391004838_8557_none { left: 987px; opacity: 0; list-style: outside none disc; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0.4s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.4s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1477473222055_427_none { opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0.4s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.4s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
#socialmedia-111000059 a {			display: inline-block;			float: left;			width: 36px;			height: auto;opacity: 1;margin-right: 20px;}#socialmedia-111000059 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-111000059 a img {			width: 100%;			height: auto;		}#socialmedia-111000059 a:hover {opacity: 1;}
.element_1479891208040_7434_none { opacity: 0; animation-name: zoomIn; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: zoomIn; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.LogoTextObject .dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:;font-size:14px;font-family:railway;font-weight:;font-style:; }
.element_1479891165918_8545_none { left: 1023px; list-style: outside none disc;  }
.LogoTextObject .dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:;font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1481710173559_6536_none { left: 1048px; list-style: outside none disc;  }
.element_1477391908244_3816_none { background-color: rgba(151, 202, 62, 0.298); background-image: none; border-bottom-width: 2px; border-color: rgb(151, 202, 62) rgb(239, 239, 239) rgb(239, 239, 239); border-top-width: 2px; opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.5s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.5s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
ul#menu-111000056 {			list-style: none;			position: relative;			margin: 0;			padding: 0;			text-align: right;			height: 50px;width: 100%}ul#menu-111000056 li {			line-height: 1;		}ul#menu-111000056 li:hover {			background-color: rgba(255, 255, 255, 0.8);		}ul#menu-111000056 li:hover > a {			color: rgb(84, 132, 0);			font-style: normal;			text-decoration: none;			font-weight: ;		}ul#menu-111000056 li:hover > ul {			display:block;		}ul#menu-111000056 a {			white-space: nowrap;		}ul#menu-111000056 > li {			position: relative;			display: inline-block;			margin: 0;			padding: 0 15px;			font-size: 18px;			background-color: rgba(151, 202, 62, 0.8);		}ul#menu-111000056 > li.current {			background-color: rgba(255, 255, 255, 0.8);		}ul#menu-111000056 > li > a {			margin: 0;			padding: 0;line-height: 50px;color: rgba(255,255,255, 1);			font-family: Trebuchet MS, Helvetica, sans-serif;			font-weight: normal;			font-style: normal;			text-decoration: none;		}ul#menu-111000056 > li.current > a {			color: rgb(93, 139, 12);			font-weight: normal;			font-style: normal;			text-decoration: none;		}ul#menu-111000056 ul {			display: none;			position: absolute;top: 100%;padding: 0;		}ul#menu-111000056 ul li {			position: relative;			display: block;			width: 100%;			margin: 0;			background-color: rgba(151, 202, 62, 0.8);			padding: 15px 15px;border-bottom: 0px solid rgb(255, 255, 255);		}ul#menu-111000056 ul li:hover > a {			color: rgb(84, 132, 0);			font-style: normal;			text-decoration: none;			font-weight: normal;		}ul#menu-111000056 ul li:hover {			background-color: rgba(255, 255, 255, 0.8);		}ul#menu-111000056 ul li:first-child {border-top: 0px solid rgb(255, 255, 255);		}ul#menu-111000056 ul li.current > a {			color: rgb(84, 132, 0);			font-weight: normal;			font-style: normal;			text-decoration: none;		}ul#menu-111000056 ul li.current {			background-color: rgba(255, 255, 255, 0.8);		}ul#menu-111000056 ul a {			display: block;			padding: 0;			line-height: 1;			font-size: 18px;			color: rgba(255,255,255, 1);			font-family: Trebuchet MS, Helvetica, sans-serif;			font-weight: normal;			font-style: normal;			text-decoration: none;		}ul#menu-111000056 ul ul {			top: -0px;		}ul#menu-111000056.mobile {			text-align: left;		}ul#menu-111000056.mobile > li {			display: block;			padding: 0px;		}ul#menu-111000056.mobile > li > a {			padding: 15px 15px;			white-space: inherit;			display: block;			line-height: 1.5em;			min-height: 60px;		}ul#menu-111000056.mobile > li.current::before {			display: none;		}ul#menu-111000056.mobile ul {			display: block;			position: static;			padding-left: 15px;			background-color: rgba(151, 202, 62, 0.8);		}ul#menu-111000056.mobile ul li {			padding: 0;		}ul#menu-111000056.mobile ul li a {			padding: 15px 15px;			padding-left: calc(15px + 10px);			white-space: inherit;			display: block;			line-height: 1.5em;		}ul#menu-111000056 li:hover > ul {    					display:block;    					-moz-animation: fadeInDownSmall .3s ease-in;    					-webkit-animation: fadeInDownSmall .3s ease-in;    					fadeInDownSmall .3s ease-in;					}ul#menu-111000056 ul li:hover > ul {						display:block;    					-moz-animation: fadeInLeftSmall .3s ease-in;    					-webkit-animation: fadeInLeftSmall .3s ease-in;    					fadeInLeftSmall .3s ease-in;					}
.element_1477392162106_9941_none { opacity: 0; animation-name: fadeInRight; animation-duration: 1s; animation-delay: 1s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRight; -webkit-animation-duration: 1s; -webkit-animation-delay: 1s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }