﻿



/*-------------------------------------------------------------Gestaltung--------------------------------------------------- */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


body, html {
	font-size: 1.0em;
	background: white;
	margin: 0;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
	background: #f0e68c;
	text-rendering: optimizeLegibility;
	/*text-rendering: geometricPrecision;*/
	line-height: 1.0em;
	height: 100%;
	margin: 0;
}
h1, h2, h3 {
	text-align: center;
	line-height: 1.2em;
   }

.container {
    width: 100%;
    margin: 0 auto;
	display: flex;
	justify-content: center;
}


.inner_container {
margin-top: 3em;
background-color: rgb(255, 255, 255);
max-width: 800px;
flex: 1;
}

