/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "Light";
  src: url("https://assets.stellenpool24.de/immanuel/fonts/SourceSansPro-ExtraLight.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Regular";
  src: url("https://assets.stellenpool24.de/immanuel/fonts/SourceSansPro-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Semibold";
  src: url("https://assets.stellenpool24.de/immanuel/fonts/SourceSansPro-SemiBold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bold";
  src: url("https://assets.stellenpool24.de/immanuel/fonts/SourceSansPro-Bold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* NORMALIZE */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

body {
  background: #fff;
  color: #221e1f;
  line-height: 120%;
  font-family: "Regular", sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  font-feature-settings: "lnum" 1, "tnum" 1;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1;
}

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

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  outline: 1px solid #221e1f;
  font-size: 18px;
  line-height: 24.4px;
  overflow: hidden;
}

.box,
.intro {
  padding: 0 75px 0 83px;
}

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

strong {
  font-family: "Semibold", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Semibold", sans-serif;
}

h1 {
  font-family: "Regular", sans-serif;
}

.zuH1 {
  padding-top: 20px;
}

h1 {
  font-size: 4.2rem;
  line-height: 4.7rem;
  margin-top: 20px;
  margin-bottom: 0;
}
h1 span {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: normal;
}
h1 span.subhead {
  font-family: "Semibold", sans-serif;
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 24.4px;
  font-weight: 400;
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 10px;
  color: #a02841;
}
.molkenberg h2 {
  color: #b12637;
}

h3 {
  margin: 0;
  padding: 10px 0 5px;
  /*font-size: 1.6rem;
  line-height: 2.2rem;*/
  font-size: 18px;
  line-height: 24.4px;
}

a {
  color: #a02841;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
a::before {
  content: "";
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background: #a02841;
}
header a::before {
  display: none;
}
a:hover::before {
  content: "";
  width: 100%;
}
#ekv a {
  color: #833183;
}

#ekv a.link {
  color: #ffffff;
}

ul {
  margin-left: 28px;
  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: 0px;
}
ul li::before {
  content: "";
  background: #5a6473;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  margin-left: -26px;
}
ul li:last-child {
  margin-bottom: -3px;
}
ul li ul {
  margin-top: 3px;
  margin-bottom: 5px;
}
ul li ul li {
  margin-left: -2px;
}
ul li ul li::before {
  content: "";
  background: #5a6473;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  margin-left: -26px;
}

/* HEADER */
header {
  padding: 20px 7px 1px;
  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;
}

/* INHALT */
.link {
  position: absolute;
  top: -60px;
  right: -70px;
  background: #a02841;
  padding: 10px 20px;
  padding-right: 70px;
  border-radius: 0 0 0 25px;
  color: #fff;
  font-size: 1.9rem;
  line-height: 2rem;
  font-family: "Semibold", sans-serif;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.link::before {
  display: none;
}

#logo img,
#logo svg {
  height: 140px;
  width: 100%;
  margin-top: 11px;
  margin-left: 16px;
  margin-bottom: 33px;
}

/* #logo svg {
  height: 128px;
  width: 100%;
  margin-top: 13px;
  margin-left: 31px;
  margin-bottom: 0;
} */

.intro {
  padding: 0;
}
.intro .inner {
  width: calc(100% - 70px);
}
.intro .inner .hero {
  width: 100%;
  margin-bottom: -7px;
}
.intro .inner .fond {
  background: #a02841;
  padding: 40px 25px 40px 83px;
  color: #fff;
  border-radius: 0 0 50px 0;
  position: relative;
}
.intro .inner .ekvColor {
  background: #833183;
}
.molkenberg .intro .inner .fond {
  background: #b12637;
}
.intro .inner p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24.4px;
}
.intro .inner h1 + p {
  margin: 10px 0 0;
}
.molkenberg .intro .inner .fond {
  background: #b12637;
}

.box {
  margin: 40px 0;
  margin-top: 27px !important;
}
.box p {
  margin: 0 0 10px;
}
.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;
}
.box .side > *:first-child {
  padding-right: 18.33333px;
}

a.telefon {
  color: #000 !important;
}

.applyBtn {
  display: block;
  background-color: #a02841;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 15px;
  width: 250px;
  margin: 24px 0;
}

/* FOOTER */
footer {
  padding: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer span {
  color: #5a6473;
  font-family: "Semibold", sans-serif;
}
footer .slogan {
  padding-top: 30px;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #5a6473;
  display: block;
}
footer .box h3 {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
footer .box .informationen {
  display: block;
  padding: 10px 0;
  font-family: "Regular", sans-serif;
  color: #221e1f;
}
footer .box .informationen a {
  color: #b12637;
  font-family: "Bold", sans-serif;
  display: block;
}

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

@media screen and (max-width: 460px) {
  header {
    padding: 2rem 0;
  }
  #logo img {
    width: 100%;
    max-width: 85%;
    margin-left: 25px;
  }
  #logo svg {
    max-height: 100px;
    max-width: 300px;
    width: 100%;
  }
  .intro .inner {
    width: 100%;
  }
  .intro .inner .fond {
    padding: 40px 25px 25px 43px;
  }
  .link {
    right: 0;
    padding-right: 15px;
  }
  .box {
    padding: 0 40px 0 43px;
  }
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
