/* Fonts */

@font-face {
  font-family: "NewsGothicMT";
  src: url("https://assets.stellenpool24.de/hsn/fonts/NewsGothicMT.woff")
    format("woff");
}

@font-face {
  font-family: "NewsGothicMT Bold";
  src: url("https://assets.stellenpool24.de/hsn/fonts/NewsGothicMTBold.woff")
    format("woff");
}

/* ********************************* */

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

p {
  font-family: "NewsGothicMT", sans-serif;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 140%;
}

body {
  font-size: 1rem;
  color: #444444;
  background: #fff;
  line-height: 140%;
  font-family: "NewsGothicMT", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.3px;
}

.bodyWrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.4rem;
  overflow: hidden;
}

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 76rem;
  border: 2px solid #444444;
  position: relative;
  display: block;
  float: right;
  background: #f5f5f5;
}

.box {
  padding: 0;
  margin: 1rem 0;
}

.box .side {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 2.3rem !important;
}

.box .side > *:first-child {
  padding-right: 13.3333333333px;
}

.box .side:last-child {
  margin-bottom: 2rem !important;
}

.box .side > * {
  flex: 0 0 calc(100% / 2 - 1%);
  flex-basis: calc(100% / 2 - 1%);
  flex-shrink: 1;
  box-sizing: border-box;
}

.side .box {
  padding: 0;
  margin-top: 1.3rem;
}

.content .title {
  padding-top: 1.4rem;
}

.box:last-child {
  margin-bottom: 0;
}

.noMg {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

strong,
.strong {
  font-family: "NewsGothicMT Bold", sans-serif;
  line-height: 140%;
  color: #333;
}

.noMg {
  padding: 0 !important;
  margin: 0 !important;
}

h0,
h1,
h2,
h3,
h4 {
  font-weight: bold;
  font-family: "NewsGothicMT Bold", sans-serif;
  line-height: 1.3;
}

.title h1:first-of-type {
  margin-top: 1.2rem;
}

/*
  https://stackoverflow.com/questions/36985991/how-to-have-background-around-text-but-white-space-in-between-lines
*/
h1 {
  font-size: 3.4rem;
  font-weight: 700;
  color: white;
  line-height: 1.9em;
}

h1 span {
  background-color: #58a200;
  white-space: pre-wrap;
  padding-right: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  
}
h1 span:first-child {
  padding-left: 0;
}
h1 span span {
  position: relative;
  left: 20px;
}

/*
h1 span {
  display: block;
  font-size: 2.4rem;
  line-height: 136%;
  margin-top: 3px;
}
*/
h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
  color: #000;
}
h2 span {
  font-family: "NewsGothicMT", sans-serif;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0;
  margin-top: 0 !important;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}

.white-line {
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}

.green-line {
  display: block;
  width: 100%;
  height: 5px;
  background: #58a200;
  margin: 2.5rem 0 0;
}

.content .green-line:last-of-type {
  margin-top: 0 !important;
}

.greenContainer .box:first-child {
  margin-top: 0;
  padding-top: 2.6rem;
}

.greenContainer .box:nth-child(2) {
  position: relative;
  z-index: 10000;
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.greenContainer .box:nth-child(2) p:first-child {
  padding-bottom: 1.7rem;
}

.intro,
.box,
footer {
  padding-right: 4rem;
  padding-left: 5rem;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #27252d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .social {
  display: flex;
  align-items: center;
  height: 100%;
}

footer .social a {
  padding-right: 1.5rem;
}

footer svg {
  margin-top: 3px;
}

footer .website {
  font-size: 16px;
  font-family: "NewsGothicMT Bold", sans-serif;
  color: #fff;
  margin-left: -8rem;
}

footer .website:hover {
  color: #fff;
}

.box > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.intro {
  padding-top: 2.5rem;
  padding-bottom: 1.4rem;
}

.kennziffer {
  padding-top: 1.4rem;
  padding-bottom: 0.8rem !important;
}

a {
  color: #58a200;
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 1.5rem;
}

a:hover {
  color: #58a200;
}

/* a.eMailIcon {
  margin-left: 20px;
  display: inline-block;
} */

/* a.hinweise {
  margin-left: 11px;
  display: inline-block;
} */

/* a.eMailIcon::after {
  content: "\f0e0" !important;
  font-family: "Font Awesome\ 5 Free";
  margin-right: 5px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  margin-left: -20px;
  top: 0;
  text-decoration: none;
} */

/* a.hinweise::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  margin-right: 5px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  margin-left: -11px;
  top: 0;
  text-decoration: none;
} */

/* a.btn::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  margin-right: 5px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  margin-left: -11px;
  top: 0;
  text-decoration: none;
} */

.social svg:hover .st0 {
  fill: #58a200;
}

.social svg:hover .st1 {
  fill: #ffffff;
}

.forward-icon svg:hover .st0 {
  fill: #58a200;
}

.forward-icon svg:hover .st1 {
  fill: #ffffff;
}

a.btn {
  display: inline-block;
  padding: 8px 8px 3px !important;
  background: #58a200;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 1rem 0 1.8rem;
  text-transform: uppercase;
  line-height: 1.3;
}

ul {
  margin-left: 1.5rem;
  margin-top: 0;
  padding-top: 0;
  list-style: none;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
}
ul li {
  font-family: "NewsGothicMT", sans-serif;
  position: relative;
  font-size: 1.5rem;
  line-height: 140%;
}
ul li::before {
  content: "";
  background: #000;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  margin-left: -1.5rem;
  display: block;
}
ul li:last-child {
  margin-bottom: 0px;
}
/* ul ul {
  margin-top: 2px;
  margin-bottom: 2px;
} */
ul ul li {
  margin-left: 0px;
}
ul ul li::before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-left: -2rem;
}

.imgContainer {
  display: flex;
  justify-content: space-between;
  padding: 5rem 8rem 4.6rem 5rem;
  align-items: flex-end;
  background: #fff;
}

.hsnLogo img {
  height: auto;
}

.hsnHeaderBild {
  width: 100%;
  height: auto;
}

.bildMarke {
  width: 45.5%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 7.5rem;
}

.footerBildMarke {
  width: 57%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 7rem;
}

.headerText {
  display: flex;
  align-items: center;
}

.headerText span {
  font-family: "NewsGothicMT Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #6f6f6f;
}

.headerBildContainer {
  position: relative;
}

.white-background {
  background: #fff;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.white-background p {
  padding-bottom: 2rem !important;
}

.logosContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.logosContainer .logo-1 {
  width: 33.33%;
}

.logosContainer .logo-2 {
  width: 23.33%;
}

.logosContainer .logo-2-2 {
  /*width: 20.33%;*/
  width: 15%;
}

.logosContainer .logo-3 {
  width: 11.1%;
}

.logosContainer p {
  margin-bottom: 2rem;
}

.greenContainer {
  position: relative;
  background: #f1f9e6;
}

.box .kontakt {
  display: flex;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10000;
}

.kontakt img {
  margin-right: 3rem;
}

.kontakt_text p {
  margin-top: -4px;
}

.box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1.3rem 0 3rem;
}

.box-2 #auditLogo {
  margin-right: 2rem;
  margin-top: 0.2rem;
  width: 50%;
}

.box-2 p {
  padding-bottom: 0;
}

.contentBox {
  padding: 0 1rem 3rem;
}

.contentBox .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
}

.contentBox .side > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2 - 4%);
  flex: 0 0 calc(100% / 2 - 4%);
  -ms-flex-preferred-size: calc(100% / 2 - 4%);
  flex-basis: calc(100% / 2 - 4%);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contentBox .side > *:last-child p {
  padding-bottom: 0;
}

.contentBox .side .jadehsLogo {
  width: 21rem;
}

p .hinweise {
  color: #00599e;
}

/* Responsive */

/* IE */
@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -23px;
  }
}

@media screen and (max-width: 560px) {
  .bodyWrapper {
    padding: 0;
  }

  .contentWrapper {
    border: 0;
  }

  .imgContainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding: 3rem;
  }

  .intro,
  .box,
  footer {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .box .side {
    flex-direction: column;
  }

  h1 {
    font-size: 2.8rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  h1 span {
    font-size: 2rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  ul {
    margin-left: 2rem;
  }

  .kontakt {
    flex-direction: column;
  }

  .kontakt img {
    width: 50%;
    margin-bottom: 3rem;
    margin-top: 1rem;
  }

  .kontakt_text p {
    padding-bottom: 0;
  }

  footer {
    flex-direction: column;
    padding: 2rem 3rem;
  }

  footer .social {
    margin-bottom: 2rem;
  }

  footer .social a {
    padding: 0 2rem;
  }

  footer .website {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  footer svg {
    margin-top: 0;
    width: 40px;
    height: 40px;
  }

  .contentBox .side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 413px) {
  .postitLogo img {
    max-width: 89%;
  }

  .hsosLogo img {
    max-width: 22rem;
  }
}

@media screen and (max-width: 320px) {
  .outsideWrapper {
    overflow: hidden;
  }
}
/* ********************** */
