@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	padding: 10px 0;
	background: rgb(255,255,255);
}
img {
	display: inline-block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
	color: #000000;
}

a[href*="tel"]{
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

p {
	padding: 0 0 16px;
}

p.absatztitel {
	font-weight: normal;
	padding: 0 0 4px;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 95%;
	border: solid 0px rgb(87,87,87);
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	background: #fff;
	background-image: url('../img/Schwarm.svg');
	background-repeat: no-repeat;
	background-position: 0 84px;
	
	color: #000000;
	-moz-box-shadow:	0 1px 4px 0px rgb(170, 170, 170);
	-webkit-box-shadow: 0 1px 4px 0px rgb(170, 170, 170);
	box-shadow: 		0 1px 4px 0px rgb(170, 170, 170);
}

#header {
	text-align: left;
	padding: 60px 60px 10px;
}

#header hr {
	width: 100%;
	border: none;
	height: 2px;
	background-color: #ddd;
	margin-top: -23px;
}


#inhalt {
	margin: 40px 70px 5px;
}

#inhalt h1 {
	font-size: 40px;
	line-height: 43px;
	font-weight: 500;
	text-align: left;
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-bottom: 7px; 
	font-family: 'Work Sans', sans-serif;
}

#inhalt h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	text-align: left;
	padding: 0 0 0 0;
	margin-bottom: 7px; 
	font-family: 'Work Sans', sans-serif;
}

#inhalt .money {
	margin-top: 10px;
}

#inhalt ul {
	padding: 0 0 16px;
}

#inhalt ul li {
	list-style-type: disc;
	margin: 0 0 0 16px;
}

#footer {
	margin: 0px 70px 0px;
}

.hsLogo{
	width: 100%;
	max-width: 236px;
}

.hsAesLogo{
	width: 100%;
	max-width: 406px;
}

.logoWrapper{
	margin-left: 8px;
	margin-bottom: 8px;
}


@media (min-width: 740px) {
	#wrapper {
		width: 760px;
	}
}

.noWrap {
    white-space: pre;
    word-break: keep-all;
  }