/* Monoflow Webfont
-------------------------------------------------- */

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



/* Monoflow Variable Font test
-------------------------------------------------- */


/* GEOSO
-------------------------------------------------- */

body{

}


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


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

main section.bodytext,
main section.code,
main p.teasertext{
	font-family: 'Monoflow', 'Benedikt', Georgia, serif;
	font-feature-settings: "dlig" off;
}

h1{
	font-size: 3em;
	font-family: 'Monoflow', 'Benedikt', Georgia, serif;
	margin-bottom: 0;
}

h2{
	text-transform: none;
}

.intro{
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.intro > video{
	height: 100%!important;
	width: auto!important;
}

#testdrive{
	border-radius: 0.25em;
	background-image: url('/assets/images/windowbar.svg');
	background-repeat: no-repeat; 
	background-size: auto 2.5rem;
	background-color: rgba(34, 34, 51, 0.8); 
	color: #fde7aa; 
	padding: 4.5rem 1.5rem 1.5rem 1.5rem;
	margin-top: 1rem;
	font-feature-settings: "ss20" on;
}


@media screen and (min-width: 40rem) {

	h1{
		font-weight: bold;
		font-size: 6em;
	}
	
	section.full-width > *,
	.teaser-item{ /* Satzspiegel anpassen */
		max-width: 72rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

}


