
@font-face {
  font-display: swap; 
  font-family: 'Folio Md BT';
  font-style: normal;
  font-weight: 400;
  src: url('folio-md-bt-medium.woff2') format('woff2'),
  		url('folio-md-bt-medium.woff') format('woff'),
       	url('folio-md-bt-medium.ttf') format('truetype'); 
}

body, html{
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: 'Folio Md BT';
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
}

#content{
	height: 100dvh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2vw 2.6vw;
	box-sizing: border-box;
}





h1, p{
	margin: 0;
	font-size: 1.3vw;
	line-height: 1;
	font-weight: 400;
}
a{
	color: currentColor;
}

p.imprint{
	font-size: 0.5vw;
}

@media screen and (min-width: 761px){
	.illustration{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 50vw;
	}
	footer{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}


@media screen and (min-width: 1300px){
	p.imprint{
		font-size: 0.5vw;
	}
}

@media screen and (max-width: 1024px){
	.illustration{
		width: 70vw;
	}
	h1, p{
		font-size: 3vw;
	}
	p.imprint{
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 760px){
	#content{
		padding: 5vh 0vw;
	}
	.illustration{
		max-height: 39vh;
		width: 100%;
		margin-top: 5vh;
		margin-bottom: 7vh;
	}
	h1, p{
		font-size: 6.6vw;
	}
	p.imprint{
		font-size: 2vw;
	}
	header{
		padding: 0 32vw;
		text-align: center;
	}
	footer{
		padding: 0 5vw;
		text-align: center;
	}
	footer p + p{
		margin-top: 8vh;
	}
}