
:root {
  --font-family: BerlinTypeWeb, BerlinTypeOffice, BerlinType;
}

@font-face {
  font-family: "BerlinTypeWeb";
  src: url("../../fonts/BerlinTypeWeb-Regular.woff2") format("woff2"),
        url("../../fonts/BerlinTypeWeb-Regular.woff") format("woff"),
        url("../../fonts/BerlinTypeWeb-Regular.eot") format("eot");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BerlinTypeWeb";
  src: url("../../fonts/BerlinTypeWeb-Bold.woff2") format("woff2"),
        url("../../fonts/BerlinTypeWeb-Bold.woff") format("woff"),
        url("../../fonts/BerlinTypeWeb-Bold.eot") format("eot");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: "BerlinType";
    src: url("../../fonts/BerlinType-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "BerlinType";
    src: url("../../fonts/BerlinType-Bold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BerlinTypeOffice";
    src: url("../../fonts/BerlinTypeOffice-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "BerlinTypeOffice";
    src: url("../../fonts/BerlinTypeOffice-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family);
}
body {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
    background: #fff;
    line-height: 138%;
    font-family: var(--font-family) !important;
    overflow-x: hidden;
  }

  .bodyWrapper {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 2rem; */
    font-size: 1.6rem;
    line-height: 1.7rem;
    z-index: -2;
  }

  .contentWrapper {
    width: 100%;
    padding: 0;
    max-width: 76rem;
    outline: 1px solid #999;
    position: relative;
    display: block;
    overflow: hidden;
  }

p {
  margin: 0;
  padding-bottom: 1.7rem;
  font-size: 1.4rem;

}



.box {
  padding: 0;
}

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

strong,
.strong {
  font-family: var(--font-family) !important;
  font-weight: 700;
}

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

h1,
h2,
h3,
h4 {
  font-weight: 700;
  font-family: var(--font-family);
}

h1 {
  font-size: 2rem;
  line-height: 3.8rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: var(--font-family);
  font-weight: 900;
  text-align: center;
  color: #002f5c;
}
h1 span {
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: var(--font-family)!important;
  margin-top: 5px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: var(--font-family);
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
  padding-top: 0;
  color: #002f5c;
}
h2 span {
  font-family: var(--font-family);
}

h3,
h4 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 900;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: -2px !important;
  color: #002f5c;
}

h4 {
  color: #002f5c;
}

.titleColor {
  color: #002f5c;
}

.subInfo {
  font-size: 1.4rem;
  font-weight: 600;
  color: #002f5c;
}
.subInfo span {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-top: 15px;
  display: block;
}

header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 2rem;
  position: relative;
}
header img.headerBild {
  width: 100%;
}

header .whiteCopyRight,
.blackCopyRight {
  display: inline-block;
  position: absolute;
  bottom: 67px;
  right: -45px;
  font-size: 11px;
  font-family: "Regular";
  line-height: 12px;
  transform: rotate(-90deg);
}

header .whiteCopyRight {
  color: #fff;
}

header .blackCopyRight {
  color: #000;
}

header .rightLogoHorizontal {
  max-width: 212px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

header .rightLogoVertical {
  max-width: 371px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

header .leftLogo {
  position: absolute;
  bottom: 24px;
  left: 17px;
  max-width: 148px;
  width: 100%;
  height: auto;
}

.content {
  padding: 0 3rem;
  z-index: 2;
  line-height: 18.5px;
}

footer {
  display: block;
  background-color: #002f5c;
  padding: 7rem 0;
  position: relative;
}

footer .footerText {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: Bold;
}

footer .footerLogo {
  max-width: 240px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.box:not(p):has(h2:empty) {
  display: none;
}

.box {
  padding-bottom: 1.5rem;
}
.content .box:last-child {
  padding-bottom: 3rem;
}

.intro {
  color: #000;
}
.intro p {
    font-size: 14px;
    line-height: 18.5px;

}
.intro p:nth-last-of-type(2) {
    font-size:1.4rem;
}
a {
  color: #002f5c;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  font-weight: 900;
}
a:hover {
  color: #000;
}
a.btn {
  padding: 10px 30px !important;
  background: #002f5c;
  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;
  margin-bottom: 4px;
  font-family: var(--font-family) !important;
  font-weight: normal;
  font-size:1.4rem
}
ul li:before {
  content: "";
  background: #002f5c;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  margin-left: -15px;
  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: #000;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 0;
  margin-left: -15px;
}

ul#offerIcons {
  list-style-type: none;
  list-style-position: inside;
  font-weight: 700;
  margin-left: 0;
  margin-top: 18px;
}

ul#offerIcons li {
  display: inline-block;
  border: 1px solid black;
  border-radius: 3px;
  padding: 4px;
  margin-right: 3px;
  padding-left: 22px;
}


ul#offerIcons li::before {
  content: '';
  width: 20px;
  height: 20px;
  left: 20px;
  background: none;
  background-size: 13px 13px;
  background-repeat: no-repeat;
}

ul#offerIcons #sicherheit:before {
  background-image: url(../../img/Sicherer_Arbeitsplatz.png);
}

ul#offerIcons #bezahlung:before {
  background-image: url(../../img/Bezahlung.png);
}

ul#offerIcons #entwicklung {
  padding-left: 28px;
}

ul#offerIcons #entwicklung:before {
  background-size: 18px 13px;
  background-image: url(../../img/Personalentwicklung.png);
}

ul#offerIcons #balance:before {
  background-image: url(../../img/Work-Life-Balance.png);
}

ul#offerIcons #flexibel:before {
  background-image: url(../../img/Flexible_Arbeitszeitmodelle.png);
}

ul#offerIcons #fortbildung:before {
  background-image: url(../../img/Fortbildung.png);
}

/* IE */
@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -23px;
  }
  .side > div {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 590px) {
  header {
    margin-bottom: 1rem;
  }

  header .whiteCopyRight {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 7px;
    line-height: 12px;
    transform: rotate(0);
  }

  header .rightLogoHorizontal {
    max-width: 31%;
    top: 13px;
    right: 13px;
  }

  header .rightLogoVertical {
    max-width: 172px;
    top: 13px;
    right: 13px;
  }

  header .leftLogo {
    max-width: 25%;
    bottom: 13px;
    left: 7px;
  }

  .content {
    padding: 0 1.5rem;
  }

  footer .footerText {
    top: 21px;
    left: 15px;
  }

  footer .footerLogo {
    bottom: 15px;
    right: 15px;
  }
}

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