/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "Merriweather";
  src: url("https://assets.stellenpool24.de/mpg/fonts/Merriweather-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Merriweather-sans";
  src: url("https://assets.stellenpool24.de/mpg/fonts/MerriweatherSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

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

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

p {
  margin: 0; }

body {
  background: #fff;
  color: #656767;
  line-height: 138%;
  font-family: 'Merriweather-sans', sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  font-weight: 300;
  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;
  font-weight: 300;
  padding: 1rem; }

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 760px;
  border: 1px solid #656767;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: normal; }

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

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

strong, .strong {
  font-family: "Merriweather-bold", sans-serif;
  font-weight: normal; }

h1, h2, h3, h4 {
  font-family: "Merriweather", serif;
  font-weight: normal;
  color: #656767; }

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin-top: 30px;
  color: #656767;
  font-family: "Merriweather", serif; }
  h1 span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 5px; }

h2 {
  font-size: 1.9rem;
  line-height: 2.7rem;
  text-align: left;
  margin-bottom: 5px;
  color: #656767; }

a {
  color: #656767;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  font-family: "Merriweather-bold", sans-serif; }
  a::before {
    content: "";
    -webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
    background: #656767; }
  a:hover::before {
    content: "";
    width: 100%; }
  a.btn {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    margin: 20px 0 0 0;
    background: #49494b;
    color: #fff;
    padding: 5px 15px 5px 30px;
    font-family: "Merriweather", serif;
    font-weight: normal; }
    a.btn::before {
      display: none; }
    a.btn::after {
      content: "";
      background: url("https://assets.stellenpool24.de/mpg/img/arrow.svg") no-repeat;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 10px;
      left: 0;
      margin-left: 14px; }
    a.btn:hover {
      background: #000000; }

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

/* HEADER */
header {
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  header a {
    margin-bottom: -4px; }
    header a::before {
      display: none; }
    header a#logoMpg {
      max-width: 175px; }
    header a#logoImprs {
      max-width: 300px;
      margin: -20px -20px 0 0; }
    header a img {
      width: 100%; }

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

.mgTop {
  padding-top: 30px; }

.nichtTrennen {
  white-space: nowrap; }

.applicationBox {
  margin-top: -10px !important; }

.applyBox {
  background: #eeeeee;
  padding: 25px 35px 35px; }

.box {
  margin: 35px 0; }
  .box p {
    margin: 0 0 10px;
    font-weight: 300; }
  .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: 23.33333px; }
    .box .side.leftBig {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .box .side.leftBig > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

/* FOOTER */
footer {
  padding: 0 35px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: inherit; }
  footer img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    footer img#logoDesy {
      width: calc(15.6% - 15px); }
    footer img#logoAudit {
      min-width: 54px;
      width: calc(15.6% - 25px); }
    footer img#logoUhh {
      width: calc(30.2% - 15px);
      margin-top: 7px; }
    footer img#logoXfel {
      width: calc(15.6% - 28px); }
    footer img#logoMpsd {
      width: 14%; }
  .index2 footer img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    .index2 footer img#logoDesy {
      height: 86px;
      width: 86px; }
    .index2 footer img#logoUhh {
      height: 72px;
      width: 222px;
      margin-top: 0px;
      margin-left: -2px; }
    .index2 footer img#logoXfel {
      height: 72px;
      width: 72px; }
    .index2 footer img#logoMpsd {
      width: 147px;
      height: 106px;
      margin-top: -30px; }

.index2 img#logoAudit {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 80px;
  height: 80px;
  margin-top: 5px; }

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

@media screen and (max-width: 670px) {
  .index2 footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .index2 footer img {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 45% !important;
      flex: 1 1 45% !important; }
      .index2 footer img#logoDesy, .index2 footer img#logoUhh {
        margin-bottom: 50px; } }

@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 > * {
      -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: 35px; }
  footer img#logoAudit {
    width: calc(15.6% - 20px); } }

@media screen and (max-width: 525px) {
  header #logoMpg {
    height: 100px; }
  header #logoImprs {
    height: 80px; }
  footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer img {
      width: inherit;
      max-width: inherit; } }

@media screen and (max-width: 450px) {
  .box, .intro {
    padding: 0 23.33333px; } }

@media screen and (max-width: 368px) {
  .index2 footer img {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 45% !important;
    flex: 1 1 45% !important; }
    .index2 footer img#logoMpsd {
      margin-top: 50px; } }

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