/* MNI specific styles created by Concurrent Software AG */
/* General */
.darkBackgroundLinks  {
	color: #D9A045;
}
.darkBackgroundLinks:hover  {
	color: white;
}

/***** Sidemenu and anchors *****/
body {
	position: relative;
}
section.sidemenu-anchor:before { 
	display: block; 
 	content: " "; 
  	height: 180px;      /* Höhe des Headers (so viel darunter wird der 'sidemenu-anchor' angezeigt)  */
  	margin-top: -180px; 	/* Höhe des Headers (so viel darunter wird der 'sidemenu-anchor' angezeigt)  */
  	visibility: hidden; 
}
.sticky.is-sticky {
  position: fixed;
  top: 150px; /* Höhe des Headers */
}
/* Overwrite Side Menu */
.eds_sideMenu .nav-link.active {
  	font-weight: bold;
}



/***** Header (overwrite) *****/
/* General */
.EasyDNNSkin_Galore .eds_headerContainer {
	margin-bottom: 20px;
}
/* Login */
.loginGroup {
	color: #ffffff !important;
	font-size: 14px !important;
}
.loginGroup a {
	color: #ffffff !important;
	font-size: 16px !important;
	transition: color 0.3s linear !important;
}
.loginGroup a:before {
	color: #ffffff !important;
	font-size: 16px !important;
	transition: color 0.3s linear !important;
  	content: "" !important;
}
.loginGroup a:hover, .loginGroup a:hover:before {
	color: #187cc2 !important;
	transition: color 0.3s linear !important;
}



/***** Boxes (overwrite) *****/
/* Box2 */
.EasyDNNSkin_Galore .eds_box.eds_box_2 {
 	margin-bottom: 30px; 
}
.EasyDNNSkin_Galore .eds_box.eds_box_2 .eds_boxReadMore {
    line-height: 40px;
  	font-size: 16px;
}
/* Template */
.eds_template_titlewithbackground {
 	margin-bottom: 10px; 
}
.eds_template_BoxTitleWithBackgroundAndCarret {
 	margin-bottom: 20px; 
}
.mn-partner-box {
 	height: 400px; 
}
.mn-unterstuezung-box {
 	height: 150px; 
}
.mn-unterstuezung-box .img-responsive {
    margin-right: auto;
 	margin-left: auto;
}
.mn-partner-box-image {
 	height: 100px;
  	margin-top: 20px;
}
.mn-partner-box-image .img-responsive {
    margin-right: auto;
 	margin-left: auto;
}


/***** Styles for images *****/
.mn-space-bottom {
   	margin-bottom: 50px; 
}
.mn-img-border {
   	border: solid 1px #404c97; 
}
.overview_text {
 	margin: 10px 30px 20px 30px;
  	text-align: justify;
}



/***** Accordeon *****/
.EasyDNNSkin_Galore .eds_Accordion .edsAccordion_section {
 	padding-bottom: 20px; 
}



/***** Tumbnails / Animated Tumbnails (overwrite) *****/
/* General */
.eds_thumbnail {
  	padding: 0 !important;
  	border-radius: 0 !important;
  	margin: 10px !important;
}
.eds_animatedTumbnail {
   	border: solid 1px #404c97 !important; 
}
/* Style1 */
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle {
  	opacity: 0;
}
.eds_animatedTumbnail.eds_style1:hover .eds_thCaption > .eds_thTitle {
  	opacity: 1;
  	padding: 10px;
    text-align: center;
  	-webkit-transition: opacity 400ms, top 300ms;
  	transition: opacity 400ms, top 300ms;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle:after {
  	-webkit-transition: opacity 400ms, top 300ms;
  	transition: opacity 400ms, top 300ms;
}
/* Style2 */
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle {
  	right: 0;
  	background: #404c97DD;
}


/***** Carousel *****/
.carousel-caption h4, h5 {
 	color: white !important;
  	font-weight: bold;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.60);
  	right: 0px;
  	left: 0px;
  	bottom: 0px;
  	padding: 10px 15px 10px 15px;
}



/***** News Module (overwrite) *****/
.edn_articleSummary h4 {
  	margin-bottom: 0px !important;
}

/* Text bei Desktop rechts als Spalte, bei Mobile unter Bild */
.edn_articleSummary {
    display: table !important;
}

/* Bild auf rechte Seite */
.edn_mediaContainer_right_mni {
  	float: right !important;
    margin: 100px 0px 10px 20px !important;
}

/* Bild Hintergrund */
.in_article_image {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}

/* Responsive YouTube iFrame */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Form-Fields (Formulare) */
.dnnFormAndList .dnnFormItem > input, 
.dnnFormAndList .dnnFormItem > textarea {
	width:100% !important;
	max-width:100% !important;
}

/* div.edn__articleListWrapper img:hover {
	-webkit-transform: scale(1.5) !important;
	-moz-transform: scale(1.5) !important;
	-ms-transform: scale(1.5) !important;
	-o-transform: scale(1.5) !important;
	transform: scale(1.5) !important;
} */

/***** Mobile Optimierung *****/
/* Elemente für Handydisplays ausblenden */
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  #dnn_LOGIN1_loginGroup, #Kontakt2_loginGroup {
	display: none !important;
  }
  .EasyDNNSkin_Galore .eds_headerContainer .eds_fixedHeader .eds_headerBackground .eds_header .eds_userLogin .loginGroup {
    margin-left: 15px;
  }
}





















