/* 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;
}

/***************************************************************************/

body {
	font-size: 100%;
	color: #444;
}

h1 {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	font-size: 250%;
	text-align: right;
	line-height: 90%;
	max-width: 550px;
	margin-top: 90px;
}

a {
	color: #C6183A;
	text-decoration: none;
}

em {
	color: #C6183A;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

i {
	font-style: italic;
}

td {
	padding-right: 8px;
}

html {
    background: url(background_wide.svg) no-repeat center center fixed; 
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

main {
	height: 59vh;
	font-weight: 300;
}

footer {
	margin-top: 30px;
	line-height: 200%;
	font-weight: 300;
	font-size: 60%;
	color: #CCC;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#center {
	position: absolute;
	right: 0px;
	top: 21%;
	width: 93vw;
	height: 59vh;
	background-color: #FFF;
	-webkit-box-shadow: -10px 10px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -10px 10px 8px 0px rgba(0,0,0,0.4);
	box-shadow: -10px 10px 8px 0px rgba(0,0,0,0.4);
}

header {
    height: 100%;
    float: left;
}

#logo {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 10vw;
	height: calc(100% - 20px);
}

#korr {
	text-align: left;
	float: left;
}

#hinweis {
	font-size: 40%;
}

#right {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column; 
	-ms-flex-direction: column;
	flex-direction: column;
}

.kontakt {
	font-size: 110%;
	line-height: 160%;
	position: absolute;
	bottom: 10vh;
}

.impressum {
	margin-right: 40px;
}