body,
html {
	height: 100%;
	width: 100%;
}

body {
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg,
		rgba(255, 255, 255, 1) 0%,
		rgb(236, 235, 232) 50%,
		rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	color: #000000;
	direction: ltr;
	display: block;
	font-family: Arial, sans-serif;
	-moz-font-feature-settings: "kern";
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-synthesis: none;
	font-weight: 400;
	letter-spacing: -0.022em;
	line-height: 1.47059;
	margin: 0;
	min-width: 320px;
	padding: 0;
	text-align: left;
}

main {
	margin: 0 auto;
	max-width: 540px;
}

section {
	margin: 2rem 1rem;
}

img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

h2 {
	font-size: 22px;
	text-align: center;
}

small {
	font-size: smaller;
	line-height: 1;
}

a {
	color: #d9a403;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.visuallyhidden {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.logo {
	display: flex;
	margin: 0 auto;
	max-width: 460px;
}

.box-shadow {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.border-radius {
	border-radius: 50px;
}

.accent {
	color: #d9a403;
}

.rotate {
	transform: rotate(-3deg);
}

.impressum {
	text-align: center;
}
