@font-face {
  font-family: "Armada Regular";
  src: url("https://assets.stellenpool24.de/hsos/jade/fonts/Armada-Regular.woff") format("woff");
}

@font-face {
  font-family: "FrutigerLTStd Light";
  src: url("https://assets.stellenpool24.de/hsos/jade/fonts/FrutigerLTStd-Light.woff") format("woff");
}

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

a {
  color: #000;
  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-weight: bold;
}

a:hover {
  color: #000;
}

a[href^="tel:"] {
  color: #000;
  font-weight: normal;
}

a.btn {
  padding: 10px 30px !important;
  background: #000;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 7px;
}

a.btn:hover {
  background: #000;
}

ul {
  margin-left: 15px;
  margin-top: 0;
  padding-top: 0;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
  list-style: none;
}

ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 140%;
}

ul li::before {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  margin-left: -15px;
  display: block;
}

ul li:last-child {
  margin-bottom: 0;
}

ul ul li {
  margin-left: 0;
}

ul ul li::before {
  content: "";
  background: #000;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 0;
  margin-left: -15px;
}

.imgContainer {
  margin: 3rem 3.25rem 0;
  position: relative;
  width: calc(100% - 6.5rem);
}

.imgContainer .imgText-1,
.imgText-2 {
  display: block;
  text-transform: uppercase;
  color: #fff;
}

.imgContainer .innerContainer {
  font-family: "Armada Regular", sans-serif;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.imgContainer .innerContainer .imgText-1 {
  display: inline-block;
  background-color: #535850;
  font-size: 117%;
  padding: 0.5rem 0.5rem 0.1rem 0.5rem;
  line-height: 1.5;
}

.imgContainer .innerContainer .imgText-2 {
  background-color: #e40412;
  font-size: 2rem;
  padding: 0.2rem 0.5rem 0;
  line-height: 1.4;
}

img.hero {
  width: 100%;
  height: auto;
}

#extraText {
  background-color: rgb(115, 55, 113);
  padding: 3px;
}

#extraText p {
  padding-bottom: 0;
  color: #ffffff;
}

.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 2.4rem;
}

.box-2 #auditLogo {
  margin-right: 2rem;
}

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

.contentBox {
  padding-bottom: 2rem;
}

.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 > *:first-child {
  text-align: center;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.contentBox .side > *:last-child p {
  padding: 2rem 0 0 4.3rem;
  width: 100%;
}

.contentBox .side .jadehsLogo {
  width: 24rem;
  padding-left: 3.8rem;
}

.dsgvo {
  margin-bottom: 0;
  font-size: 1.2rem;
  padding: 0 5rem 3rem;
}

.dsgvo a {
  color: #000
}

.box.lila {
  margin-left: -33px;
  margin-right: -33px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 22.5px;
  margin-bottom: 22px;
  color: #fff;
  background-color: #561d63;
}