body > section#mainContent {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body > footer#mainFooter {
	margin-top: 0;
	height: 0.8rem;
}

div#centerWrapper {
	display: block;
	width: 100%;
	height: calc(100vh - 4.8rem);
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url('/library/images/hophaus.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

div#centerOverlay {
	background-color: rgba(2, 98, 127, 0.5);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#centerBox {
	background-color: #FFF;
	padding: 2em 2em;
	min-height: 10em;
	border-radius: 10px;
}

@media (max-width: 59.9rem) {
	
	div#centerBox {
		flex: 0 0 calc(100% - 6em);
	}
	
}

@media (min-width: 60rem) {
	div#centerBox {
		flex: 0 0 20em;
	}
	
}

div#centerBox div.fgWrapper {
	max-width: 20em;
	margin: auto;
}

div#centerBox span.notice_required { display: none; }

div#centerBox div.fgTitle h2 {
	text-align: center;
	padding-bottom: 0.3em;
	border-bottom: 0.2em solid var(--blue);
}

div#centerBox div.subtextSplit {
	display: flex;
	font-size: 0.8em;
	justify-content: space-around;
	margin: 1em;
}

div#centerBox div.subtextSplit a, div#centerBox div.subtextSplit a:visited {
	color: var(--color-blue);
	font-weight: 700;
}