@font-face {
  font-family: OpenSans;
  src: url(../font/OpenSans-Light.ttf);
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#cis-wrap {
	float: left;
	clear: both;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background: url("../img/wartung-bg.jpg") no-repeat top center;
	background-size: cover;
	background-position: fixed;
	position: relative;
}
#cis-wrap .cis-logo-wrap {
	width: 470px;
	margin: 0 auto;
	box-sizing: border-box;
}
#cis-wrap img.cis-logo {
	float: left;
	width: 100%;
	max-width: 250px;
	min-width: 180px;
	margin: 60px 110px 0px;
}
#cis-wrap h1,
#cis-wrap h2 {
	color: #fff;
	display: inline-block;
	width: 100%;
	max-width: 470px;
	min-width: 220px;
	text-align: center;
}
#cis-wrap h1 {
	font: 400 32px/36px "OpenSans";
	margin: 40px 0 16px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#cis-wrap h2 {
	font: 200 24px/30px "OpenSans";
	margin: 0 0 40px;
}
