﻿:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #404040;
}

#wrapper {
	max-width: 535px;
	margin: 0.75rem auto;
	border: solid thin #404040;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

header div {
	margin: -88px 0 0 18px;
}

header,
h2,
header a {
	color: #fff;
	font-size: 17px;
}

article {
	padding: 33px 20px 20px;
	position: relative;
}

article img {
	position: absolute;
	bottom: 0;
	right: 0;
}

footer {
	padding: 10px 20px;
	background: #E2E2E2;
	position: relative;
	font-size: 14px;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kontakt {
	position: relative;
}

.kontakt img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.kontakt p {
	margin: 0;
}

footer strong {
	font-size: 15px;
}

footer span {
	font-size: 9px;
	margin-left: 6px;
}

.soziales {
	/* position: absolute; */
	/* top: 9px; */
	/* right: 20px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.soziales p {
	text-align: center;
	margin-bottom: 0;
}

h1 {
	font-size: 21px;
	margin: 35px 0 10px;
	line-height: 26px;
	font-weight: normal;
}

h2 {
	font-size: 19px;
	line-height: 22px;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p {
	margin-bottom: 16px;
	text-align: justify;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #404040;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	font-size: 19px;
	line-height: 26px;
}

ul li {
	padding-left: 16px;
}

li:before {
	text-indent: -16px;
	content: "\2022";
	color: #404040;
	float: left;
	font-size: 29px;
	font-family: Arial, sans-serif;
}

@media screen and (max-width:533px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		hyphens: auto;
	}

	header {
		background: #555;
	}

	p {
		text-align: left;
	}
}

@media screen and (max-width:520px) {
	header div {
		padding: 6px 16px 16px;
		margin: 0;
	}

	article img {
		position: static;
		margin: 16px auto 0;
		width: 164px;
		display: block;
	}

	footer {
		flex-direction: column;
		gap: 16px;
	}

	h1 br {
		display: none;
	}
}

@media screen and (max-width:380px) {
	article {
		padding-bottom: 40px;
	}
}