@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* Standard */
:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
}

html {
	min-height: 100%;
}

body {
	color: #004462;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 525px;
	border: solid 3px #00B7C5;
	background: #fff;
	padding: 0rem;
}

p {
	padding-bottom: 1rem;
}

h1 {
	margin: 0rem 0rem 0rem;
	padding: 0.35rem 0rem 1rem;
	font-size: 2.85em;
	line-height: 1.1em;
	font-family: 'Libre Baskerville', serif;
	color: #00B7C5;
}

h1 small {
	font-size: 0.5em;
	display: block;
	line-height: 1.7;
}

h2 {
	font-size: 1.188em;
	line-height: 1.3;
	color: #F58222;
}

h3 {
	font-size: 1em;
	line-height: 1.3;
}

a {
	color: #58CFD9;
	text-decoration: none;
}

ul {
	padding: 0rem 0rem 1rem 0rem;
	list-style-image: url();
	list-style: none;
}

li {
	padding: 0 0 4px 13px;
}

ul li:before {
	content: "\2022";
	display: inline-block;
	font-size: 1em;
	position: relative;
	float: left;
	top: -1px;
	margin-left: -13px;
}

/* Main */

/* Ende Main */

/* Header */
header {
	padding: 0.7rem 1.5rem 0rem;
}

figure {
	display: none;
}

/* Ende Header */

/* Article */

article {
	padding: 0rem 1.5rem 0rem;
	position: relative;
}

article strong {
	color: #58CFD9;
}

article aside {
	background: #8BC63E url('../images/bg.jpg') no-repeat right;
	padding: 1rem 1.5rem 0;
	margin: 0 -1.5rem 1rem;
	color: #fff;
}

article > p:first-of-type {
	padding-bottom: 2.7rem;
}

article img {
	position: absolute;
	right: 1.2rem;
	bottom: 1.3rem;
}

/* Ende Article */

/* Footer */
footer {
	padding: 1rem 1.5rem 0rem;
	background: #BEE4EB;
	position: relative;
}

footer p span {
	width: 367px;
	display: block;
}

footer img {
	position: absolute;
	right: 22px;
	bottom: 1rem;
}

footer a {
	color: #F58222;
}

/* 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:524px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		height: auto;
	}

	figure {
		display: block;
		text-align: right;
		background: #8BC63E;
		margin: 0 0 1rem;
	}

	p {
		text-align: left;
	}

	h1 {
		font-size: 2em;
	}

	h1 small {
		font-size: 0.7em;
	}

	article {
		padding-bottom: 1rem;
	}

	article aside {
		background-image: none;
	}

	article > p:first-of-type {
		padding-bottom: 1rem;
	}

	footer img,
	article img {
		position: static;
	}

	br {
		display: none;
	}

	footer p span {
		display: inline;
		width: 100%;
	}

}

/* Ende Responsive */
