@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
		 url('fonts/lato-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-light-webfont.woff2') format('woff2'),
		 url('fonts/lato-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-lightitalic-webfont.woff2') format('woff2'),
		 url('fonts/lato-lightitalic-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
		 url('fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*{padding:0; margin:0; box-sizing:border-box; }

html, body{height:100%; height:100%;}
body{background-color: #fff;   font-family:"Lato", sans-serif; }
#wrapper{ margin:auto; padding:50px 0 0; position:relative;}
main{width:100%; height:100%;}
.bilder{width:100%;}

p{ text-align: center; margin:0 0 30px; line-height: 170%;}
a{color:#000; font-weight:400; text-decoration: none;}
a:hover{ text-decoration: underline;}
em{font-style: normal;}



footer{margin:5% 0 0; font-size:clamp(5px, 2.93vw, 16px); text-align: right;}

