@charset "UTF-8";
/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "BetonRegular";
  src: url("https://assets.stellenpool24.de/blb/fonts/BentonSans.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BetonBold";
  src: url("https://assets.stellenpool24.de/blb/fonts/BentonSans-Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BetonLight";
  src: url("https://assets.stellenpool24.de/blb/fonts/BentonSans-Light.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/* NORMALIZE */
p {
  margin: 0;
}

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

body {
  background: #fff;
  color: #1d1d1d;
  line-height: 138%;
  font-family: "BetonLight", sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
}

.body-wrapper {
  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: 1rem;
}

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  border: 1px solid #000;
}

.box,
.intro {
  padding: 0 40px;
}

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

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

.noMgTop {
  margin-top: 0 !important;
}

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

h1 {
  display: inline-block;
  padding-bottom: 6px;
  font-family: "BetonBold", sans-serif;
  font-size: 32px;
  color: #0054a3;
  line-height: 130%;
  font-weight: normal;
  margin: 40px 0 13.33333px;
}
h1 p,
h1 span {
  margin: 0;
  font-size: 30px;
  font-family: "BetonLight", sans-serif;
  line-height: 134%;
  display: initial;
  color: #0054a3;
}
h1 span {
  font-size: 31px;
}
/* h1 3.0 */
.jobtitle {
  display: inline-block;
  padding-bottom: 6px;
  font-family: "BetonBold", sans-serif;
  font-size: 32px;
  color: #0054a3;
  line-height: 130%;
  font-weight: normal;
  margin: 40px 0 13.33333px;
}
.subtitle {
  margin: 0;
  font-size: 31px;
  font-family: "BetonLight", sans-serif;
  line-height: 134%;
  display: initial;
  color: #0054a3;
}
/* end */
h2,
h3 {
  font-family: "BetonBold", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #0054a3;
  margin-bottom: 0;
  padding-bottom: 8.33333px;
}

h3 {
  padding-bottom: 20px;
}
h3 svg {
  width: 100%;
  max-width: 40px;
  max-height: 40px;
  margin-bottom: -12px;
  margin-right: 5px;
  fill: #0054a3;
}

h4 {
  font-family: "BetonRegular", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #0054a3;
  margin: 0;
  padding-bottom: 8.33333px;
}

subheader {
  font-family: "BetonBold", sans-serif;
}

a {
  color: #1d1d1d;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease-in-out 0.03s;
  -o-transition: all ease-in-out 0.03s;
  transition: all ease-in-out 0.03s;
  font-family: "BetonRegular";
}
a::before {
  content: "";
  -webkit-transition: all ease-in-out 0.03s;
  -o-transition: all ease-in-out 0.03s;
  transition: all ease-in-out 0.03s;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background: #0054a3;
}
a:hover::before {
  content: "";
  width: 100%;
}
a.btn {
  margin: 10px 0 12px;
  padding: 12px 15px 9px;
  background: #0054a3;
  color: #fff;
  text-shadow: none !important;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 2px;
}
a.btn::before {
  display: none;
}
a.btn:hover {
  background: #989fa5;
}

.bgBlue a {
  color: #fff;
  font-weight: normal;
}

ul {
  list-style: none;
  margin-top: 0 !important;
}
ul li {
  position: relative;
}
ul li::before {
  content: "";
  background: #0054a3;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 4px;
  margin-left: -23px;
}
@media screen\0 {
  ul li::before {
    top: 5px;
  }
}
ul ul li {
  margin-left: -2px;
}
ul ul li::before {
  content: "–";
  background: transparent;
  width: 10px;
  top: 0;
  margin-left: -23px;
  color: #0054a3;
}
ul.styleUl li {
/*  margin-bottom: 13.33333px; */
  margin-bottom: 0;
}
ul.styleUl li:last-child {
  margin-bottom: 0;
}

/* HEADER */
header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header img {
  width: 100%;
}
header svg {
  height: 114px;
  max-width: 217px;
}
header svg.logoNrw {
  height: 80px;
  max-width: 86px;
  margin-top: 5px;
}
header .logoLine {
  padding: 35px 40px 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .headerStoerer {
  font-size: 23px;
  background: #0054a3;
  padding: 40px 40px 30px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
header .headerStoerer strong,
header .headerStoerer b {
  font-family: "BetonBold", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  display: block;
  padding-bottom: 13.33333px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
header .headerStoerer svg {
  max-height: 90px;
  position: absolute;
  right: 40px;
  top: 20px;
}

/* INHALT */
.intro {
  padding-bottom: 0px;
}

.box {
  margin: 30px 0;
}
.box p {
  margin: 0 0 13.33333px;
}
.box > *:last-child {
  margin-bottom: 0 !important;
}
/*
.box .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;
}
.box .side > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2 - 1%);
  flex: 0 0 calc(100% / 2 - 1%);
  -ms-flex-preferred-size: calc(100% / 2 - 1%);
  flex-basis: calc(100% / 2 - 1%);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.box .side > *:first-child {
  padding-right: 13.33333px;
}
*/
.box .side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
}

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

.bgGrey {
  background: #efefef;
  padding: 20px 40px 40px;
  margin-bottom: 0;
}

.bgBlue {
  background: #0054a3;
  padding: 20px 40px 30px;
  margin: 0;
}
.bgBlue h2,
.bgBlue div {
  color: #fff !important;
  text-align: center;
}
.bgBlue h2 {
  padding-bottom: 0;
  text-align: center;
}
.bgBlue div strong:last-child,
.bgBlue div b:last-child {
  display: block;
  padding-top: 13.33333px;
}
.bgBlue span {
  font-family: "BetonLight", sans-serif;
}

.colorGrey {
  color: #989fa5;
}
.colorGrey a {
  color: #989fa5;
}

.male,
.female {
  width: 100%;
  max-width: 40px;
  max-height: 40px;
  display: block;
  margin: 13.33333px auto;
}

.breaker {
  height: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 40px 0 60px;
  position: relative;
}
.breaker .breakerImg {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 100%;
  width: 377px;
  background: url(https://assets.stellenpool24.de/blb/img/01_blb_breaker.png)
    no-repeat;
  background-size: cover;
}
.breaker .breakerElement {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #fff;
  background: url('data:image/svg+xml;utf8,<svg id="Ebene_1" data-name="Ebene 1" width="247px" height="62.5%" class="breakerSvgElement" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417.33 217.33"><polygon fill="%230054a3" class="breakerSvgElement-cls-1" points="417.33 187.33 82.33 217.33 82.33 123.08 0 123 82.33 54.33 82.33 0 417.33 30 417.33 187.33"/></svg>');
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5%;
  height: 247px;
}
@media screen\0 {
  .breaker .breakerElement {
    background: url(https://assets.stellenpool24.de/blb/img/01_blb_breaker_element.png)
      no-repeat;
    background-size: cover !important;
    width: 62.2%;
  }
}
.breaker .breakerElement svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 418px;
}
.breaker .breakerElement p {
  padding: 50px 60px 0 165px;
  line-height: 128%;
  font-family: "BetonRegular", sans-serif;
}
.breaker .breakerElement p::before {
  content: "\00bb";
  margin: 8px 0 0 -45px;
  font-size: 3.8rem;
  display: inline-block;
  position: absolute;
  color: #989fa5;
}

.fb_logo {
  max-height: 40px;
  max-width: 40px;
  padding-right: 13.33333px;
}

/* FOOTER */
footer {
  padding: 0px 40px 40px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footerLogos {
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

footer .footerLogos img.kununuLogo {
  width: 100%;
  max-width: 90px;
  height: auto;
  align-self: flex-start;
}

footer .footerLogos img.logoGleich {
  width: 100%;
  max-width: 150px;
  height: auto;
}

footer .footerLogos img.logoTotale {
  width: 100%;
  max-width: 80px;
  height: auto;
}

footer .box {
  padding: 0;
}
footer .box strong,
footer .box b {
  font-family: "BetonRegular";
}

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

/* MOBILE */
@media screen and (max-width: 800px) {
  .breaker .breakerElement {
    width: 62.8%;
  }
}

@media screen and (max-width: 780px) {
  .breaker .breakerElement {
    width: 63.45%;
  }
}

@media screen and (max-width: 740px) {
  .breaker .breakerElement {
    width: 63.6%;
  }
  .breaker .breakerElement p {
    padding: 50px 30px 0 165px;
  }
}

@media screen and (max-width: 730px) {
  .breaker .breakerElement {
    width: 63.7%;
  }
}

@media screen and (max-width: 720px) {
  .breaker .breakerElement {
    width: 63.9%;
  }
}

@media screen and (max-width: 720px) {
  .breaker .breakerElement {
    width: 64.3%;
  }
}

@media screen and (max-width: 700px) {
  .breaker .breakerImg {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .breaker .breakerElement {
    background: rgba(0, 84, 163, 0.75);
    height: 100%;
    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;
    width: 100%;
    position: absolute;
  }
  .breaker .breakerElement p {
    padding: 20px 35% 20px 80px;
  }
}

@media screen and (max-width: 590px) {
  /*
  .box .side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }*/

  .box .side {
    display: block;
  }
  .box .side > * {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .box .side > *:first-child {
    padding-right: 0;
  }
  .box .side ul {
    margin-bottom: 0;
  }
  .box .side > div {
    padding-top: 20px;
  }
}

@media screen and (max-width: 530px) {
  .body-wrapper {
    padding: 0;
  }
  header svg {
    height: 80px;
  }
  header svg.logoNrw {
    height: 56px;
  }
  footer .footerLogos img.kununuLogo {
    max-width: 60px;
  }

  footer .footerLogos img.logoGleich {
    max-width: 100px;
  }

  footer .footerLogos img.logoTotale {
    max-width: 60px;
  }
}

@media screen and (max-width: 460px) {
  .breaker {
    height: 360px;
  }
  .breaker .breakerElement p {
    padding: 20px 20px 20px 80px;
  }
}

@media screen and (max-width: 440px) {
  header .logoLine {
    padding: 20px;
  }
  h1 {
    font-size: 26px;
    line-height: 120%;
  }
  h1 span,
  h1 p {
    font-size: 25px;
    line-height: 120%;
  }
  h3 {
    margin-top: 0;
  }
  .box,
  .intro,
  footer {
    padding: 0 20px;
  }
  .bgGrey,
  .bgBlue {
    padding: 20px;
  }
  footer .footerLogos {
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}

@media screen and (max-width: 380px) {
  header svg {
    height: 60px;
  }
  header svg.logoNrw {
    height: 42px;
  }
}

@media screen and (max-width: 340px) {
  footer .footerLogos svg {
    height: 50px;
  }
  footer .footerLogos div svg,
  footer .footerLogos div img {
    height: 30px;
  }
}

@media print {
  .breaker .breakerElement {
    width: 63.9%;
    margin-top: -2px;
  }
  .breaker .breakerElement p {
    font-size: 14px;
  }
}

#body.alt {
  /* HEADER */
  /* FOOTER */
}
#body.alt h1 {
  display: block;
  color: #000;
}
#body.alt h2 {
  background: #0054a3;
  color: #fff;
  font-size: 40px;
  line-height: 130%;
  padding: 50px;
  font-family: "BetonLight", sans-serif;
  margin: 0 0 40px;
}
#body.alt h3 {
  padding-bottom: 8.33333px;
  font-size: 1rem;
  font-family: "BetonBold", sans-serif;
}
#body.alt p {
  margin-bottom: 13.33333px;
}
#body.alt p > :last-child {
  margin-bottom: 0;
}
#body.alt strong,
#body.alt b {
  font-family: "BetonRegular", sans-serif;
}
#body.alt .intro {
  padding: 0 0 30px;
}
#body.alt .intro h3,
#body.alt .intro p {
  padding: 0 40px;
}
#body.alt .boxWrapper .box {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  border-top: 1px solid #000;
}
#body.alt .boxWrapper .box ul {
  margin-bottom: 40px;
}
#body.alt .boxWrapper .box ul:last-child {
  margin-bottom: 0;
}
#body.alt .boxWrapper .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#body.alt header > .inner {
  padding: 40px 40px 30px;
  margin-top: -40px;
  z-index: 1;
}
#body.alt header p {
  text-align: strong;
}
#body.alt header .headerBreaker {
  padding: 8.33333px 13.33333px;
  border: 1px solid #989fa5;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-top: -30px;
  width: 60%;
}
#body.alt header .headerBreaker strong {
  display: block;
}
#body.alt header .headerBreaker small {
  font-size: 10px;
  display: block;
}
#body.alt footer {
  text-align: center;
}
#body.alt footer h4 {
  font-size: 1.5rem;
  margin: 13.33333px 0;
}
#body.alt footer .logoLine {
  padding: 35px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#body.alt footer .logoLine svg {
  height: 114px;
  max-width: 217px;
}
#body.alt footer .logoLine svg.logoNrw {
  height: 80px;
  margin-top: 5px;
  max-width: 86px;
}
#body.alt footer .footerLogos {
  margin-top: 20px;
}
#body.alt footer .footerLogos .left {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#body.alt footer .footerLogos .left svg {
  height: 40px;
}
#body.alt footer .footerLogos .left svg.logoNrw {
  height: 100px;
  padding-bottom: 13.33333px;
}
#body.alt footer .footerLogos svg.logoBlb {
  height: 160px !important;
  margin-top: -7px;
}
@media screen and (max-width: 460px) {
  #body.alt header > .inner {
    padding: 13.33333px 13.33333px 3.33333px;
  }
  #body.alt header .headerBreaker {
    width: calc(100% - 30px);
  }
  #body.alt h2 {
    padding: 20px;
  }
  #body.alt .boxWrapper .box {
    padding: 13.33333px;
    margin: 10px 0;
  }
  #body.alt .intro h3,
  #body.alt .intro p {
    padding: 0 13.33333px;
  }
  #body.alt h1 {
    font-size: 25px;
  }
  #body.alt h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 340px) {
  #body.alt h1 {
    font-size: 20px;
  }
  #body.alt h2 {
    font-size: 23px;
  }
}

body.uni,
body.aachen {
  /* HEADER */
  /* FOOTER */
}
body.uni header > .inner,
body.aachen header > .inner {
  padding: 0 40px;
  z-index: 1;
}
body.uni header .logoLine,
body.aachen header .logoLine {
  padding: 13.33333px 40px 40px;
}
body.uni header .logoLine svg.logoNrw,
body.aachen header .logoLine svg.logoNrw {
  margin-top: 14px;
}
body.uni header .headerBreaker,
body.aachen header .headerBreaker {
  padding: 8.33333px 13.33333px;
  border: 1px solid #989fa5;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-top: -30px;
}
body.uni header .headerBreaker strong,
body.uni header .headerBreaker b,
body.aachen header .headerBreaker strong,
body.aachen header .headerBreaker b {
  display: block;
}
body.uni .intro,
body.aachen .intro {
  padding-bottom: 0;
}
body.uni .intro p,
body.aachen .intro p {
  padding-bottom: 13.33333px;
}
body.uni .intro p:last-child,
body.aachen .intro p:last-child {
  padding-bottom: 0;
}
body.uni footer,
body.aachen footer {
  padding-top: 0;
}
body.uni footer h2,
body.aachen footer h2 {
  padding-top: 0;
  margin-top: 0;
}
body.uni footer .footerLogos div img,
body.aachen footer .footerLogos div img {
  display: none;
  margin-right: 10px;
}
body.uni .center,
body.aachen .center {
  text-align: center;
}
body.uni .box,
body.aachen .box {
  margin-top: 40px;
}
body.uni .box ul,
body.aachen .box ul {
  margin-bottom: 0;
}

#body.studieren h2 {
  margin-top: 40px;
}

#body.studieren .box.intro {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
#body.studieren .box.intro h2 {
  margin-top: 0;
  padding-bottom: 13.33333px;
}

#body.studieren .box .fbWrapper {
  background: rgba(255, 255, 255, 0.4);
  padding: 13.33333px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#body.studieren .box .fbWrapper p {
  margin-bottom: 0;
}

#body.studieren .box .side ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

#body.studieren .box.bgGrey {
  margin-top: 40px;
}

#body.studieren footer .box {
  border-top: 0;
  padding: 0;
}
