/* ============== colors xponential ============= */
/* colors */
body{color: #1c1c1c;}
a {color:#218dc2;}
a:hover {color:#218dc2;}
.topMenu a{color: #02283f;}
.topMenu a:hover{color:#218dc2;}
.topMenu {
	background: #ffcb05;	
    border-top: none;
    border-bottom: none;      
}

.topMenu ul li a {color: #02283f; border-right: 1px solid #02283f;} /* top menu level 1 font */
.topMenu ul li:last-child a {border-right: none;} /* top menu level 1 font */
.topMenu ul li:hover > div > a{color: #02283f; } /* top menu level 1 font active*/
.topMenu .topMenu_act, .topMenu .topMenu_actifsub a  {color: #02283f;} /* top menu level 1 font active*/
.topMenu ul li ul { background-color: #f2f2f2; border: 1px solid #A6CAE3;} /*top menu level 2*/
.topMenu ul li ul li a{ color: #333;   } /*top menu level 2*/
.topMenu ul li ul li:hover a {background-color: #218dc2;color: #FFF;} /*top menu level 2 hover*/
.topMenu .menu_top_actifsub a {color: #218dc2;}


.stageRightHeadline{color: #4c4c4c;}
.stageWrapper.highlights .stageRight{background: #FFFFFF; border-top: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}
.stageWrapper.highlights .stageRightRow{background: #FFFFFF; border-bottom: 1px solid #D7D7D7;}
.stageWrapper.highlights .stageRightRow.active{background: linear-gradient(#C7C7C7, #FAFAFA);}
.stageWrapper.highlights .stageRightSubline{color: #4c4c4c;}
.stageWrapper.highlights .navCircle.inactive{color: #DDD;}
.stageWrapper.highlights .navCircle.active{color: #777;}


.stageRightNav .active{color: #777;}
.stageRightNav .inactive{color: #AAA;}

.calendarWrapper .calendarHeadline{background: #218dc2; color: white;}
.calendarWrapper .calendarEvent{color: #1c1c1c;}
.calendarWrapper .calendarEntry:hover *{color: #218dc2; text-decoration: underline;}
.newsArrow{color: #218dc2;}
.newsLogo{width: 300px;}
.testimonialsArrow{color: #218dc2;}

.menu_left_no a{color: #DDD;}
.menu_left_act > a{color: #DDD; background-color: #464646;}

.level2menu ul li a:hover{background-color: #464646;}


.cookieConsentButton.acceptall{	
	color: #218dc2;
}
.tx-powermail .powermail_fieldset .powermail_field input[type="submit"] {background: #218dc2;}
.mdjTabs li{background: #218dc2;}
#cookieConsentBanner{background: #218dc2;}

.footerBottom,
.footerBottom p,
.footerBottom a{	
    background: #218dc2;
	color: #F9FAFC;	
}

.footerSpaceRight{	
	background: #02283f;
}

@media (min-width: 1200px) {
	body {
		background-color: #E0E0E0;
	}

}