/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "transit";
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb.eot");
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb.ttf") format("truetype");
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb.eot?#iefix") format("embedded-opentype"),
    url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "transit";
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Bold.eot");
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Bold.ttf") format("truetype");
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "transit";
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Italic.eot");
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Italic.ttf") format("truetype");
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Italic.eot?#iefix") format("embedded-opentype"),
    url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "transit";
  src: url("");
  src: url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-BoldItalic.ttf") format("truetype");
  src: url("") format("embedded-opentype"),
    url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-BoldItalic.woff") format("woff"),
    url("https://assets.stellenpool24.de/bvg/fonts/TransitWeb-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "transit-pict";
  src: url("https://assets.stellenpool24.de/bvg/fonts/Transit-Pict.eot");
  src: url("https://assets.stellenpool24.de/bvg/fonts/Transit-Pict.eot?#iefix")
      format("embedded-opentype"),
    url("")
      format("truetype"),
    url("") format("woff");
}

/* NORMALIZE */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
}

html {
  font-size: 10px;
}

p {
  margin: 0 0 14.66667px;
}
p a {
  font-weight: bold;
}

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

body {
  background: #fff;
  color: #222;
  line-height: 210%;
  font-family: "transit", sans-serif;
  /* overflow-x: hidden; */
  /* font-size: 100%; */
  padding: 0;
  margin: 0;
/*   text-align: center; */
}

.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; */

  text-align: left;
  margin: auto;
  /* padding: 1rem; */
  font-size: 1.5rem;
  max-width: 760px;
}

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  border: 1px solid #000;
  /* z-index: 2; */
  /* position: relative; */
  /*&::after
		content: ""
		background: url(https://assets.stellenpool24.de/bvg/img/01_bvg_line.jpg)
		background-position: top right
		background-repeat: repeat-y
		position: absolute
		top: 0
		right: 0
		height: 100%
		width: 22px
		z-index: -1*/
}

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

strong,
.strong,
b {
  font-family: "transit", sans-serif;
  /* font-weight: normal; */
}

h1 {
  display: inline;
  margin: 0 0;
  font-family: "transit", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 4.5rem;
  line-height: 9.6rem;
  background: #f0d722;
  padding: 2rem 2rem 1.2rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

h2 {
  font-family: "transit", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.8rem;
  color: #000;
  line-height: 120%;
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
}
h2::after {
  background: #f0d722;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

a {
  color: #222222;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-family: "transit", sans-serif;
}
a::before {
  color: #222;
  font-size: 1.2rem;
  display: inline-block;
  left: 0;
  top: 0;
  padding-right: 5px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover {
  color: rgba(34, 34, 34, 0.75);
}
a:hover::before {
  color: #f0d722;
}
a.btn {
  background: #f0d722;
  padding: 1.5rem 2.4rem 1.2rem;
  margin: 9px 0 22px;
  font-size: 1.8rem;
  border: 1px solid #f0d722;
}
a.btn::before {
  display: none;
}
a.btn:hover {
  background: #fff;
  color: #222;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
  margin-bottom: 3px;
}
ul li::before {
  content: "";
  color: #222;
  position: absolute;
  left: 0;
  top: 3px;
  margin: 6px 0 0 -15px;
  width: 5px;
  height: 1px;
  border-radius: 0;
  background: #222;
}
ul li::last-child {
  margin-bottom: 0;
}
ul ul li {
  margin: 3px 0 0 -2px;
}
ul ul li::before {
  content: "";
  color: #222;
  position: absolute;
  left: 0;
  top: 3px;
  margin: 6px 0 0 -15px;
  width: 5px;
  height: 1px;
  border-radius: 0;
  background: #222;
}

/* HEADER */
header {
  position: relative;
  z-index: -1;
  padding: 74px 41px 0;
}
.kategorie {
  margin-bottom: 12px;
}
header .kategorie span,
header .kategorie p {
  border: 1px solid #f0d722;
  display: inline-block;
  padding: 0.3rem 1rem 0.2rem;
}
header .headerImg {
  width: 100%;
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
header svg {
  position: absolute;
  right: 44px;
  margin-bottom: -62px;
  bottom: 0;
  height: 100px;
  width: 100%;
  max-width: 29.3rem;
  z-index: 2;
}
header figcaption {
  position: absolute;
  top: 0;
  height: 75%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 44px 0 125px;
}
header figcaption div {
  width: 100%;
}
header figcaption span {
  display: inline-block;
  background: #f0d722;
  color: #000;
  font-family: "transit", sans-serif;
  font-weight: bold;
  font-style: italic;
  padding: 1rem 2rem 0.6rem;
  font-size: 2rem;
}
header figcaption span:last-child {
  margin: 1rem 0 0 150px;
}

/* INHALT */
.box {
  margin: 0 0 36px;
  position: relative;
  z-index: 1;
  padding: 0 44px;
}
.box p {
  margin: 0 0 10px;
}
.box > *:last-child {
  margin-bottom: 0 !important;
}
.box.intro {
  padding: 44px 44px 0 44px;
  position: relative;
}

.boxBg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
.boxBg.frauen {
  height: 570px;
  width: 490px;
  margin-right: -280px;
  margin-top: -125px;
}
.boxBg.truppe {
  height: 300px;
  width: 390px;
  margin-right: -102px;
  margin-top: -20px;
  opacity: 0.7;
}

.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 44px 0 44px;
}
.side > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2 - 2%);
  flex: 0 0 calc(100% / 2 - 2%);
  -ms-flex-preferred-size: calc(100% / 2 - 2%);
  flex-basis: calc(100% / 2 - 2%);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.side.side2 {
  margin-top: 22px;
}

/* FOOTER */
footer {
  padding: 36px 44px 36px 44px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #222;
  color: #fff;
  margin-top: 0;
  z-index: -1;
  overflow: hidden;
}
footer .box {
  font-size: 1.5rem;
  padding: 0 0;
  margin: 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
footer .box.noBorder {
  border: none !important;
  margin-bottom: 0 !important;
  padding: 0 0 2.3rem;
}
footer .box h2::after {
  max-width: 300px;
}
footer .side {
  padding: 22px 0;
}
footer .side.side2 {
  font-size: 1.5rem;
  padding: 0 0 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
footer .bottomBar {
  font-size: 1.5rem;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  margin-top: 2.7rem;
}
footer .bottomBar .side {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer .bottomBar .side span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 2.5rem;
}
footer .bottomBar .side a {
  z-index: 1;
}
footer .certLine {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer .certLine svg {
  max-height: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  z-index: 1;
}
footer .certLine #audit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  margin-right: 2rem;
}
footer .certLine .logoFair {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  margin-left: 2rem;
}
footer .certLine .logoTrainee {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-height: 96px;
  margin-top: -5px;
}
footer h2 {
  color: #fff;
  margin-top: 0;
}
footer a {
  color: #fff;
  font-weight: normal;
}
footer a:hover {
  color: #f0d722;
}

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

@media screen and (max-width: 660px) {
  .contentWrapper {
    font-size: 1.75rem;
    line-height: 120%;
  }
  h2 {
    font-size: 2rem;
  }
  header figcaption {
    padding: 0 10px 0 22px;
  }
  header figcaption div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 590px) {
  .contentWrapper { padding: 0 5px; }
  header {
    padding: 44px 22px 0;
  }
  header figcaption span {
    padding: 0.7rem 1rem 0.3rem;
    font-size: 1.4rem;
  }
  header figcaption span:last-child {
    margin-left: 40px;
  }
  header svg {
    right: 22px;
    max-width: 25.3rem;
  }
  h1 {
    font-size: 3.2rem;
    line-height: 6.5rem;
    padding: 12px 12px 6px 12px; /* 2.5rem 22px 2rem 22px; */
  }
  h2 {
    padding-top: 0;
    margin-top: 0;
  }
  .box {
    padding: 0 22px;
    margin-bottom: 22px;
  }
  .box.intro {
    padding: 22px 22px;
    margin: 0;
  }
  .side {
    padding: 0 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side > * {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 22px 0 !important;
  }
  .side ul {
    margin-bottom: 0;
  }
  .side > div {
    padding-top: 22px;
  }
  footer {
    padding: 22px;
  }
  footer .side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  footer .certLine {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .certLine svg {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    margin-top: 1rem !important;
  }
  footer .certLine #audit {
    margin-right: 0;
  }
}

@media screen and (max-width: 490px) {
  h1 {
    font-size: 2.6rem;
    padding: 12px 12px 8px 12px;
    line-height: 5.7rem;
  }
  .contentWrapper {
    font-size: 1.75rem;
    line-height: 150%;
  }
  .kategorie {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 390px) {
  h1 {
    font-size: 2rem;
    padding: 12px 12px 8px 12px;
    line-height: 5rem;
  }
  .contentWrapper {
    font-size: 1.75rem;
    line-height: 130%;
  }
  h2 {
    font-size: 2rem;
  }
  .kategorie {
    margin-bottom: 6px;
  }
}
