/* Geoso Webfont
-------------------------------------------------- */

@import url('/assets/css/fonts/Geoso-Webfonts.css');

@font-face {
  font-family: 'RomisW';
  src:  url('/assets/fonts/romis-w/RomisW-Light.woff2') format('woff2'),
        url('/assets/fonts/romis-w/RomisW-Light.woff') format('woff');
  unicode-range: U+49, U+4D, U+4F, U+52, U+53, U+69, U+6D, U+6F, U+72, U+73; 
}


/* ROMIS
-------------------------------------------------- */

body{
	font-family: 'Geoso-Webfont', 'Benedikt', Georgia, serif;
}

h1{
	font-family: 'RomisW', 'Geoso-Webfont', 'Benedikt', Georgia, serif;
	font-size: 6em;
	margin-bottom: 0;
}

.content,
footer{
	max-width: 72rem; /* Satzspiegel anpassen */
}


main section, /* Satzspiegel anpassen */
main aside{
	max-width: none;
}


@media screen and (min-width: 40rem) {
	
	.intro{
		// height: calc(100vh - 150px);
	}
	
	section.full-width > *,
	.teaser-item{ /* Satzspiegel anpassen */
		max-width: 72rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
}

