/* FONTS */
@font-face {
  font-family: "Calibri Bold";
  src: url("https://assets.stellenpool24.de/02_rki/fonts/Calibri_Bold.ttf")
    format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Calibri Bold Italic";
  src: url("https://assets.stellenpool24.de/02_rki/fonts/Calibri_Bold_Italic.ttf")
    format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Calibri Italic";
  src: url("https://assets.stellenpool24.de/02_rki/fonts/Calibri_Italic.ttf")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Calibri";
  src: url("https://assets.stellenpool24.de/02_rki/fonts/Calibri.ttf")
    format("truetype");
  font-weight: 400;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Calibri", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background: #fff;
  color: #373632;
  overflow-x: hidden;
}

h2,
h3,
strong {
  font-family: "Calibri Bold";
}

a {
  text-decoration: none;
  color: #005eb8;
}

.bodyWrapper {
  background: transparent;
  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: 76rem;
  border: 1px solid #dbdbdb;
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2rem;
}

.img-title {
  position: relative;
}

.img-title {
  position: absolute;
  bottom: 7.5rem;
  margin-left: 4.5rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Calibri Bold";
}

.img-subtitle {
  position: absolute;
  bottom: 4rem;
  margin-left: 4.5rem;
  color: #fff;
  align-items: center;
  font-size: 2rem;
  font-family: "Calibri";
}

.logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.header {
  display: flex;
  min-height: 32rem;
  position: relative;
}

.rkiLogo img {
  height: 100%;
  max-height: 65px;
  width: 260px;
  margin: 3rem 4rem 2rem 4rem;
}

.header-img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.description-job {
  background-color: #005eb8;
  color: #fff;
  width: 50%;
  position: relative;
}

.description-job .job-title {
  background-color: #093362;
  font-size: 2.2rem;
  padding: 3rem 3rem 3rem 5rem;
  margin-right: 4rem;
  margin-left: -5rem;
  line-height: 1.4;
  text-align: left;
  font-family: "Calibri Bold";
}

.description-job .job-title span {
  font-size: 1.8rem;
}

.description-job div {
  min-height: 60px;
  text-align: left;
  padding-left: 1.5rem;
}

.description-job .col {
  width: 50%;
  float: left;
  padding: 2rem 0 0 0;
}

.col-right div {
  padding-left: 0;
}

.description-job div svg {
  float: left;
  margin: 3px 15px 6px 0;
  width: 30px;
  height: 30px;
}

.description-job div span {
  display: grid;
}

.description-job div strong {
  font-family: "Calibri Bold";
}

.description-job div em {
  font-family: "Calibri Italic";
}

.content {
  padding: 3.5rem 4.52rem;
}

.content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #005eb8;
}

.content .col-2 p {
  width: 75%;
}

.content .col-2 .btn {
  border: none;
  color: #fff;
  background-color: #005eb8;
  padding: 0.5rem 2.1rem;
  height: 2.4rem;
  font-family: "Calibri Bold";
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.btn-visible {
  margin: 0 0 1rem;
}

/* @media only screen and (min-device-width: 591px) {
  .btn-visible {
    display: none;
  }
} */

.content p {
  font-size: 1.5rem;
}

.content ul {
  margin-bottom: 2rem;
}

.content ul ul {
  margin-bottom: 0;
}

.content ul li {
  list-style: none;
  position: relative;
  margin-left: 1.7rem;
  margin-right: 1.6rem;
  font-size: 1.5rem;
}

.content ul li::before {
  content: "";
  background: #0047bb;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  margin-left: -16px;
}

.content ul ul li::before {
  background: #fff;
  border: 1px solid #000;
}

.content ol li {
  list-style: auto;
  padding-left: 5px;
}
.content ol li::before {
  width: 0;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* @media only screen and (min-device-width: 591px) {
  .col-visible {
    display: none;
  }
} */

.box-div {
  border: 1px solid #005eb8;
}

.col-1 {
  width: 32.1rem;
}

.box-div {
  width: 322px;
}

.box-div h3 {
  text-align: center;
  color: #fff;
  background-color: #005eb8;
  margin: -1.5rem 2rem;
  padding: 0.5rem;
  line-height: 1.5;
}

.box-div p {
  width: 88% !important;
  padding: 3.5rem 5rem 2rem 2rem;
}

.zentrum {
  margin-left: -0.3rem;
}

.content .box-title {
  margin-bottom: 2rem;
}

.col-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.col-container .col-4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.col-container .col {
  border: 1px solid #005eb8;
  width: 48%;
  margin: 1rem 0;
  text-align: center;
}

.col-container h3 {
  color: #fff;
  background-color: #005eb8;
  margin: -1.5rem 2rem;
  padding: 0.5rem;
  word-break: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
}

.col-container p {
  padding: 2rem 2rem 1rem 2rem;
  line-height: 1.4;
  text-align: left;
}

.contact-person {
  margin-bottom: 1.3rem;
}

.footer-col {
  margin-top: -20px;
}

.footer-col .col-1 {
  width: 31.6rem;
}

.footer-col span {
  display: inline-block;
}

.footer-col p {
  font-size: 1rem;
}

.footer-col .col-1 h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 120%;
}

.footer-col span {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 130%;
  font-family: "Calibri";
}

.footer-col .contact-box a {
  color: #fff;
}

.footer-col .col-1 p {
  width: 100%;
  font-family: "Calibri Italic";
  font-size: 1.3rem;
  line-height: 130%;
  margin-bottom: 0.5rem;
}

.contact-box {
  border: none;
  background-color: #005eb8;
  margin-left: 21px;
  width: 324px;
  height: fit-content;
  margin-top: 0.8rem;
}

.contact-box h3 {
  background-color: #093362;
  color: #fff;
  margin: 2rem 4rem 0 -2rem;
  font-family: "Calibri Bold";
  font-size: 2.1rem;
  line-height: 120%;
  text-align: left;
  padding-left: 4rem !important;
}

.contact-box h2 {
  margin: 0;
  padding: 1.4rem 1rem 0.5rem 2rem;
  color: #fff;
  font-family: "Calibri Bold";
}

.contact-box strong {
  padding-left: 2rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  display: inline-block;
}

.contact-box span {
  padding-left: 2rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Media Query */

@media only screen and (max-device-width: 590px) {
  .header {
    flex-direction: column-reverse;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }
  .rkiLogo img {
    margin-right: 2.5rem;
  }
  .header-img {
    width: 100%;
    height: 170px;
  }
  .description-job {
    width: 100%;
  }
  .description-job .job-title {
    margin: 0;
  }
  .content {
    padding: 2.5rem 2.5rem;
  }
  .content .col-2 p {
    width: 100%;
  }
  .btn-hidden {
    display: none;
  }
  .col-hidden {
    display: none;
  }
  .col-1 {
    width: 100%;
  }
  .box-div {
    width: 100%;
  }
  .zentrum {
    margin-left: 0;
  }
  .content .box-title {
    margin-bottom: 2rem;
  }
  .col-container {
    margin-bottom: 2rem;
  }
  .col-container .col-4 {
    flex-direction: column;
    margin-bottom: 0;
  }
  .col-container .col {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .footer-col {
    flex-direction: column;
  }
  .footer-col .col-1:first-child {
    margin-bottom: 1.5rem;
  }
  .footer-col .col-1 {
    width: 100%;
  }
  .contact-box {
    margin-left: 0;
  }
  .img-title,
  .img-subtitle {
    margin-left: 2.5rem;
  }
}

@media only screen and (min-device-width: 591px) {
  .btn-visible {
    display: none;
  }
  .col-visible {
    display: none;
  }
}

@media only screen and (max-device-width: 353px) {
  .img-subtitle {
    margin-bottom: -2rem;
  }
}

@media print {
  .btn-visible {
    display: none;
  }
  .col-hidden {
    display: none;
  }
}
