/* @import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap"); */

@font-face {
  font-family: "WorkSans Regular";
  src: url("https://assets.stellenpool24.de/stade/fonts/WorkSans-Regular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans Bold";
  src: url("https://assets.stellenpool24.de/stade/fonts/WorkSans-Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

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 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  font-weight: 600;
  font-family: "WorkSans Bold", 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: "WorkSans Bold", 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-family: "WorkSans 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: "WorkSans Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  background-image: url("Schwarm.svg");
  background-repeat: no-repeat;
  background-position: 0 84px;

  color: #000000;
  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: "WorkSans Bold", 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: "WorkSans Bold", 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;
  }
}

@media screen and (max-width: 560px) {
  #header {
    padding: 30px 30px 21px;
  }

  #wrapper {
    background-position: 0 56px;
  }

  .logoWrapper {
    margin-left: 0;
  }

  #inhalt {
    margin: 0 30px;
  }

  #inhalt h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #inhalt h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
