/*
blau #0A71B4
rot #E85A3F

*/

@font-face {
    font-family: 'sansationregular';
    src: url('sansation-regular-webfont.eot');
    src: url('sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('sansation-regular-webfont.woff2') format('woff2'),
        url('sansation-regular-webfont.woff') format('woff'),
        url('sansation-regular-webfont.ttf') format('truetype'),
        url('sansation-regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
    margin:0; padding:0;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
	color:#E85A3F;
}

a{
    color:#000;
    text-decoration:none;
}

#wrapper{
	width:50%;
	padding:50px 10%;
	margin:50px auto;
}

h1{
    font-size:28px;
	height:50px;
	margin:0 0 10px 0;
}
img{
	display:block;
	
}
#kontakt{
	padding:0 0 0 20px;
}

#more{
	font-weight:bold;
	font-size:32px;
	margin:50px 0 0 0;
	text-align:right;
}
