/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "IBMPlexSansBold";
  src: url("https://assets.stellenpool24.de/mdc/fonts/IBMPlexSans-Bold.woff");
}

@font-face {
  font-family: "IBMPlexSansLight";
  src: url("https://assets.stellenpool24.de/mdc/fonts/IBMPlexSans-Light.woff");
}

@font-face {
  font-family: "IBMPlexSansRegular";
  src: url("https://assets.stellenpool24.de/mdc/fonts/IBMPlexSans-Regular.woff");
}

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

p {
  margin: 0;
}

body {
  background: #fff;
  color: #353535;
  line-height: 138%;
  font-family: "IBMPlexSansRegular", serif;
  overflow-x: hidden;
  font-size: 1rem;
  font-feature-settings: "lnum" 1, "tnum" 1;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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 #00589c;
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.intro {
  padding: 0 60px;
}

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

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

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

h1 {
  font-size: 4rem;
  line-height: 5rem;
  margin-top: 60px;
}
h1 span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 30px;
  font-family: "IBMPlexSansRegular", sans-serif;
  color: #1e3791;
  text-transform: uppercase;
}

h2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 0;
  font-family: "IBMPlexSansBold", serif;
}

a {
  color: #00ac8c;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
}
a.btn {
  background: #00ac8c;
  color: #fff;
  font-family: "IBMPlexSansBold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
  padding: 11px 30px;
  white-space: nowrap;
  text-decoration: none;
  margin: 17px 0 20px;
  border: 1px solid #00ac8c;
}
a.btn:hover {
  border: 1px solid currentColor;
  background: #fff;
  color: #00ac8c;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.5;
}

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: 5px;
}
ul li::before {
  content: "";
  background: #353535;
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  margin-left: -15px;
}
ul li:last-child {
  margin-bottom: 0px;
}
ul ul {
  margin-top: 5px;
}
ul ul li {
  margin-left: -2px;
}
ul ul li::before {
  content: "";
  background: #353535;
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  margin-left: -15px;
}

/* HEADER */
header {
  padding: 30px 60px 26px;
  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;
  background: #141955;
}
header #mdcLogo svg,
header #mdcLogo img {
  height: auto;
  width: 100%;
  max-width: 150px;
}
header #mdcLogoBimbs svg {
  height: 77px;
  width: 100%;
  max-width: 317px;
}
header svg#mdcLogo {
  height: 45px;
  width: 100%;
  max-width: 317px;
}
header svg#mdcLogoBimbs {
  height: 77px;
  width: 100%;
  max-width: 317px;
}

/* INHALT */
#mainContent {
  padding: 0 60px;
}

.intro {
  padding-bottom: 30px;
}
.intro p {
  margin: 0 0 20px;
}

.box {
  padding: 30px 0;
}
.box.border {
  border: 0;
  border-top: 1px solid #e0e0e0;
  outline: none;
}
.box p {
  margin: 0 0 20px;
}
.box > *:last-child,
.worktype h2 {
  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;
}

/* FOOTER */
footer {
  padding: 30px 60px 27px;
  background: #141955;
  color: #fff;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
footer .box {
  padding: 0;
}
footer .box p {
  text-align: left;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  margin-bottom: 0;
}
footer #auditLogo {
  margin-top: -5px;
  width: 100%;
  max-width: 100px;
  height: 100px;
}
footer .side {
  align-items: center;
}

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

@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: 30px;
  }
  .box .side svg {
    margin-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 400px) {
  #mainContent {
    padding: 0 30px;
  }
  .intro {
    padding: 0 30px 30px;
  }
  footer {
    padding: 30px;
  }
  header {
    padding: 20px 30px;
  }
}

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