@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,700;1,400&display=swap');

body {
	background-color: #EE7558;
	font-family: 'Asap', sans-serif;
}

.logo {
	margin-bottom: 4vh;
}

.logo img {
	width: 30vw;
}
h1 {
	font-family: 'Asap', sans-serif;
	color: white;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}
p,
address,
a {
	font-size: 22px;
	color: white;
	line-height: 1.5;
	font-style: normal;
	margin: 0;
}
.termin {
	text-align: right;
}
a {
	color: #efd4d4;
	font-weight: 700;
}

a:hover {
	color: white;
}

a:active {
	color: #c35035;
}

@media only screen and (max-width: 86em) {
	html {
		font-size: 150%;
	}
	.logo img {
		width: 40vw;
	}

}
@media only screen and (max-width: 64em) {
	html {
		font-size: 130%;
	}
	.logo img {
		width: 50vw;
	}

}
@media only screen and (max-width: 48em) {
	html {
		font-size: 100%;
	}
	.logo img {
		width: 90vw;
	}
	.termin, address, p, h1 {
		text-align: center;
	}
	.termin, address {
		margin-bottom: 1rem;
	}
	h1 {
		font-size: 22px;
	}

}
