/*
to ensure compatibility with later OPUS 4 releases we recommend to insert custom layout changes here
*/

/* CSS for standard logo - modify to change logo */
/*
#logo a {
    height: 89px;
    width: 185px;
    background: white url(../img/logo/opus-logo.png) no-repeat;
}
*/

/* Use the following CSS to activate the "Open Access" text in the header. */
/*
#logo .openaccess-logo {
    display: inline-block;
}
*/

#content.home{
	background: none;
}

#top-header{
	height: 33px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	float: left;
	width: 100%;
	background: none;
    border-bottom: 1px solid #0c2c65; /* whz cd blue */
}

#header{
	background: none;
	height: 89px;
	padding: 0px 0 0;
	float: left;
	border-bottom: 2px solid #c32e26; /* whz cd red */
	width: 100%;
}

#logo {
	flex: 1;
	margin-right: auto;
	padding-right: 8px;
}

#logo a {
    display: block;
	vertical-align: bottom;
    height: 70px;
	width: 185px;
	max-width: 410px;
	background: url(../img/logo/logoWHZ.png) no-repeat left;
	background-size: contain;
    padding: 8px 8px 8px 0;
}

/*
#top-header{
    background: none;
	color: #26517d;
	height: 33px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	float: left;
	width: 100%;
}
*/

#primary-nav .active a,
#primary-nav a:hover{
	background: #EDEFF1; /* light grey */
	/* background: #C9D0CB;  /* whz cd grey */ 

}


.opus h2{
	color: #26517d;
	background-color: #EDEFF1;
	padding: 4px 10px;
	font-weight: normal;
	font-size: 1.7em;
}


.solrsearch #form-wrapper,
.solrsearch #form-search,
.solrsearch_advanced .form-wrapper,
.solrsearch_invalidsearchterm .form-wrapper,
.solrsearch_search .form-wrapper{
	background-color: #EDEFF1;
	margin: 0;
	padding: 15px 225px;
}

