/* Landgrabenkontor CSS */

@font-face {
	font-family: 'Oswald';
	src: url('/resources/css/Oswald/Oswald-VariableFont_wght.ttf'); /* variable font */
	font-display: swap;
}

body{
	font-family: 'Oswald', sans-serif;
	color: var(--color-text);
	font-size: 20px;
//	font-weight: 400;
	font-variation-settings: 'wght' 300;
	padding: 0;
	margin: 0;
}
		
small {
	font-size: 0.7em;
	line-height: 1;
}

em {
	font-size: 1em;
	font-style: italic;
}

p {
	text-align: justify;
	
	small{
		color:#999999;
	}
}

p, ul, ol {
	line-height: 1.45em;
	
	li {
		//margin-bottom: 0.5em;
	}
}

ul {
	
	li {
		list-style:disc;
	}
}

nav li{
	list-style: none;
}

h1, .h1 {
	font-size: 2.4em;
}
h2, .h2 {
	font-size: 2.0em;
}
h3, .h3 {
	font-size: 1.5em;
}
h4, .h4 {
	font-size: 1.5em;
}
h5, .h5 {
	font-size: 1.25em;
}
h6, .h6 {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color:#999999;
}

.no-hyphen {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

main{
	position: relative;
	width: 100%;
	min-height: 800px;
}

.wrapper{
	max-width: 960px;
	padding:0;
	margin: 0 auto;
}

.opener{
	display: flex;
	flex-direction: column;
	max-width: 960px;
	padding:0 20px;
	margin-top: 48px;
}

.opener img.image{
	margin-top:48px;
	border-radius: 6px;
}

.opener img.logo{
	margin:48px auto 18px auto;
	max-width: 480px;
}

.opener h1, .opener p{
	display: block;
	margin: 0 auto;
	width:100%;
	max-width: 480px;
	text-align: center;
}

.opener h1{
	font-size: 1.6em;
}

footer{
	background-color:#555;
	padding:48px 20px 112px 20px;
	color:#ccc;
}

footer .icon{
	width: 48px;
	margin:0 auto;
	display: block;
}

footer a{
	color:#ccc;
}

footer p{
	text-align: center;
	color:#ccc;
}






