/* Neuer Footer */

#copyright {
    text-align: inherit;
    color: inherit;
    font-size: inherit;
    margin-bottom: inherit;
	width: auto;
	padding-right:0;
	background:#fff;
	padding-top: 40px;
}

#foot_top {
	background:#fff;
	padding-top:40px;
}

#foot_top a, #foot_top a:hover{
	display:inline-block;
}

.submenu a,
#foot .submenu ul li{
	display:block;
	font-size:14px;
}

#footWrapInner .submenu a:hover {
	color: #000 !important;
}

#footer_content {
	width:940px;
	margin:0 auto;
	overflow:hidden;
}

#menuInstitutes, #menuService, #foot .helmholtz-gemeinschaft {
	position:static;
}

#footcommon {
	position:static;
	background:#a7a7a7 url("../../layout/foot/footer_bottom_bg.gif") left bottom;
}

#foot {
	height:auto;
	background:none;
}

#footWrapInner a {
	padding:20px 10px;
}

#footer_logo {
	float:right;
	padding-top: 20px;
}

#footer_mid {
    float: left;
    font-size: 15px;
	line-height: 130%;
    padding: 0 60px;
    width: 400px;
}

#footer_mid a{
    text-decoration:underline;
}

#footer_mid a.email {
    background: url(../../layout/content/bg_email.png) 0 3px no-repeat;
    text-decoration: underline;
    padding-left: 19px;
}

#social_media_block{
	width: 160px;
	margin-bottom: 40px;
	float: left;
}

#social_media_block a{
	display:block !important;
}

#social_media_block img{
	float:left;
	margin-right: 3px;
	margin-bottom:3px;
	opacity:0.85;
}

#social_media_block a:hover img{
	opacity:1;
}

p.helmholtz-gemeinschaft, #menuService .footer_button {display:none !important;}

#menuInstitutes, #menuService,
#foot ul li,
#menuService ul{
	float:none;
	display:inline-block;
	font-size:16px;
}

#menuService {
	overflow:hidden;
	float: right !important;
}

#footWrapInner a:hover {
	color:#fff !important;
	text-decoration:underline;
}

#footWrapInner {
    clear:both;
	padding: 25px 0;
	padding-top:35px;
}

#wrapInner {
    padding-bottom: 40px;
}

#menuInstitutes ul li {
	padding:0;
	padding-right:40px;
	margin-right:30px;
	background: url(../../layout/foot/footer_dropdown.gif) 100% 23px no-repeat;
	cursor:pointer;
	padding-top:25px;
	margin-top:-25px;
}

#footWrapInner a {
	padding:0;
}

#menuInstitutes ul li:hover, #menuInstitutes ul li.first:hover {
    background: url(../../layout/foot/footer_dropdown_hover.gif) 100% 23px no-repeat;
	opacity:
}


#menuInstitutes ul li:hover a {
   text-decoration:underline;
}

#menuInstitutes .submenu {
    bottom: 41px
}

@media screen and (max-width: 980px){
	#footer_content {
		width: 740px;
	}
	#social_media_block img {
		width: 65px;
	}
	#social_media_block {
		width: 140px;
	}
	#footer_mid {
		font-size: 14px;
		padding: 0 25px;
		width: 400px;
	}

	#footer_logo img{
		width:150px;
	}

}

@media screen and (max-width: 740px){
	#footer_content {
		width: 440px;
	}
	#social_media_block img {
		width: auto;
	}
	#social_media_block {
		width: 100%;
	}
	#social_media_block a{
		display:inline-block !important;
	}
	#footer_mid {
		font-size: 15px;
		padding: 0;
		width: 100%;
	}

	#footer_logo {
		float: none;
		padding: 30px 0;
		width: 100%;
		overflow: hidden;
	}

	#menuInstitutes, #menuService {
		background-color: transparent;
	}
	
	#menuInstitutes ul li a {
		padding: 0;
	}

	#menuInstitutes ul li, #menuInstitutes ul li.first {
		height: auto;
		background: url(../../layout/foot/footer_dropdown.gif) 100% 23px no-repeat;
		border-bottom: none;
	}

	#menuInstitutes ul li {
		padding-right: 29px;
		margin-right: 18px;
	}

	#menuService {
		float: none !important;
		height:auto;
	}

	#menuService ul li.first {
		margin-left: 0;
	}

	#menuInstitutes ul li {
		padding-right: 0;
		background: none !important;
	}
}

@media screen and (max-width: 440px){
	#footer_content {
		width: 300px;
	}
	#social_media_block img {
		width: 72px;
	}
	#menuService ul.m2 {
		margin-left: 0;
	}
	#menuService ul {
		padding: 5px 0 0 0;
	}

	#footWrapInner {
		padding-bottom: 15px;
		padding-top: 25px;
	}
}

