@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i');

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;
	margin-bottom: 35px;
}
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;
}
strong{
	font-weight: 700;
}

*{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 18px;
}

html,body{
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 300;
	background: #97c079;
}
a,a:visited,a:active{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p {
    margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 50px;
}
h1 {
    font-size: 35px;
    line-height: 40px;
}
h2 {
    font-size: 25px;
    line-height: 30px;
}
#wrapper {
    width: 100%;
    height: 100%;
    display: table;
}
#holder {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 2.5%;
}
#content {
    text-align: center;
}
.max-width {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.margin-bottom-m {
    margin-bottom: 35px;
}
.impressum-content {
    max-width: 95%;
    margin: 0 auto;
}