/* Global */
html,body {
	height: 100%;
}

body {
	background: #fff;
	font-family: Archer,arial,sans-serif;
	color: #000;
	padding: 0 40px;
}

@font-face
{
	font-family: Archer;
	src: url('/fonts/archer-book-webfont.eot');
	src: url('/fonts/archer-book-webfont.eot#iefix') format('embedded-opentype'),
	url('/fonts/archer-book-webfont.ttf') format('trutype'),
	url('/fonts/archer-book-webfont.woff') format('woff');
	font-weight: 400;
}

/* Selection Styles */
::-moz-selection{
	background:#fff;
	color:#000;
}
::selection {
	background:#fff;
	color:#000;
}
#holding-container {
	display: table;
	height: 90%;
	width: 100%;
}

/* Holding Page */
#holding {
	display: table-cell;
	width: 100%;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
#holding #header__allianz-logo {
	display: none;
	background: none, url('/maintenance-assets/images/allianz-logo.svg') no-repeat center center;
	line-height: 0;
	height: 100px;
	width: 300px;
	padding: 0;
	text-indent: -10000px;
	margin: 0;
}
#holding #header__wrm-logo {
	display: none;
	background: none, url('/maintenance-assets/images/wrm-logo.svg') no-repeat center center;
	line-height: 0;
	height: 140px;
	width: 300px;
	padding: 0;
	text-indent: -10000px;
	margin: 0;
}
#header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	fill: #fff;
}
#holding h2 {
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	font-size: 30px;
	line-height: 1.5;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#holding p {
	text-align: center;
	font-weight: 200;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 18px;
	line-height: 1.5;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#holding p a {
	text-decoration: underline;
	color: white;
}
#holding p a:hover {
	color: white;
}


@media screen and (min-width: 700px) {
}


@media screen and (max-width: 999px) {
	#holding h2 {
		font-size: 26px;
	}

	#holding p {
		line-height: 1.6;

	}

}

@media screen and (max-width: 699px) {
	#holding h2 {
	}

	#holding p {
		font-size: 16px;
		line-height: 1.6;

	}

}
