@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Standard */
:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
}

html {
	min-height: 100%;
}

body {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 590px;
	border: solid 1px #000;
	background: #fff;
	padding: 0.7rem 1rem 0;
}

p {
	padding-bottom: 0.5rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem;
	font-size: 2.8em;
	line-height: 1;
	font-weight: 900;
	color: #595959;
}

h1 span {
	font-size: 0.7em;
}

h2 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0;
}

h3 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 0 0;
}

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

ul {
	padding: 0rem 0rem 0.35rem 0rem;
	list-style-image: url();
	list-style: none;
}

li {
	padding: 0 0 0 12px;
}

ul li:before {
	content: "\2022";
	display: inline-block;
	font-size: 1em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -12px;
}

/* Main */

/* Ende Main */

/* Header */
header {
	padding: 0rem 0rem 0rem;
	text-align: center;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 0rem 0rem;
	text-align: justify;
}

/* Ende Article */

/* Footer */
footer {
	padding: 0.5rem 7rem 0rem 0;
	text-align: right;
	position: relative;
	font-weight: bold;
}

footer a:hover {
	text-decoration: none;
}

footer aside {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 80px;
}

footer strong {
	font-size: 0.455em;
	display: block;
	margin-top: -7px;
}

/* Ende Footer */
a:hover {
	text-decoration: underline;
}

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

/* Hebt Float left/right auf */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:589px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
	}

	h1 {
		font-size: 2em;
	}

	article {
		text-align: left;
	}

	footer aside {
		position: static;
	}

	footer {
		text-align: left;
		padding: 0;
	}

	i br {
		display: none;
	}

}

/* Ende Responsive */
