﻿@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 722px;
	margin: 1rem auto;
	padding: 16px;
	border: solid thin #242021;
	overflow: hidden;
	position: relative;
}

header {
	background: #0085C0;
	border: #0085C0 1px solid;
}

header p {
	padding: 10px;
	color: #fff;
}

article {
	padding: 10px 0;
}

footer {
	border: #0085C0 1px solid;
	position: relative;
}

footer div {
	position: absolute;
	top: 4px;
	left: 165px;
}

h1 {
	font-size: 24px;
	margin: 10px 0;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p:not(:last-child) {
	margin-bottom: 6px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #0000C4;
	text-decoration: underline;
	white-space: nowrap;
}

.direkt-online {
	color: #3C2B99 !important;
	text-decoration: none !important;
}

ul {
	margin: 0 0 16px 19px;
	list-style: none;
}

ul li {
	padding-left: 20px;
}

li:before {
	text-indent: -20px;
	content: "\2022";
	color: #242021;
	float: left;
	font-size: 17px;
	font-family: Arial, sans-serif;
}

@media screen and (max-width:720px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}

	footer div {
		position: static;
		padding: 10px;
	}

	footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	span {
		white-space: nowrap;
	}
}

@media screen and (max-width:585px) {
	footer {
		flex-direction: column;
	}
}

@media screen and (max-width:480px) {
	ul {
		margin-left: 0;
	}
}