/***************************************************************************
* Footer
***************************************************************************/
#footer {
	background: var(--secondColor);
}

#bottom .inside,
#bottom .inside a,
#bottom .inside a:hover {
	color: #fff;
}


/***************************************************************************
* Login-Bereich
***************************************************************************/
.link_reset_pwd,
.login_info {
	display: none;
}


/***************************************************************************
* Fehlerseiten
***************************************************************************/
.mod_navigation .error_503 {
	display: none;
}


/***************************************************************************
* Typographie
***************************************************************************/
h3,
.h3 {
	margin-bottom: 5px;
	margin-top: 25px;
}