/* FONTS */
@font-face {
  font-family: "Lato Bold";
  src: url("../fonts/lato-700.woff2")
    format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Lato Italic";
  src: url("../fonts/lato-italic.woff2")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular.woff2")
    format("truetype");
  font-weight: 400;
}

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

html {
  font-size: 62.5%;
  --darkGray: #333;
  --darkCyan: #008188;
  /*--lightCyan1: rgb(204, 230, 232);*/
  --lightCyan2: #cce6e8;
  --lightCyan1: #e5f2f3;
  --lightCyanCustom: #b2e3e5;
}

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

h2,
h3,
h4,
strong {
  font-family: "Lato";
}

h4,
h3 {
  font-size: 15px;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-top: 3.0rem;
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
  color: var(--darkCyan);
}

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

.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: 100rem;
  position: relative;
  overflow: hidden;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.header {
  display: flex;
  min-height: 46rem;
  position: relative;
}
.rkiLogo {
  justify-self: end;
}
.rkiLogo img {
  width: 70%;
  height: 100%;
  max-height: 65px;
  max-width: 260px;
  margin: 4.25rem 4rem 3rem 4rem;
}
.rkiJobs img {
  margin: 0 0 3rem 4.42rem;
  width: 60%;
  max-width: 60px;
}

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

.header-img-mobile {
  display: none;
}

.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: "Lato Bold";
}

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

.logo {
  /* display: flex;
  align-items: flex-end;
  justify-content: flex-end; */
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: end;
}

.description-job {
  display: flex;
  flex-direction: column;

  /*

  grid-template-rows: 1fr auto;*/
  position: relative;
  padding-left: 3rem;
  background-color: var(--darkCyan);
  color: #fff;
  width: 50%;

  padding: 3rem;
  padding-bottom: 4.1rem;
  min-height: 60px;
  text-align: left;

}

.description-job .job-title {
  font-size: 3.3rem;
  line-height: 1.3;
  text-align: left;
  font-family: "Lato";
  margin-top: 0;
  /* width: calc(100% - 4.4rem); */
  width: calc(100% - 0.6rem);
}

.description-job .job-title span {
  display: block;
  margin-top: 1rem;
  font-family: "Lato italic";
  font-size: 1.8rem;
}

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

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

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

.description-job div em {
  font-family: "Lato";
  font-variant: normal;
}
/*
.description-job .facts {
  display: block;
  width: calc(100% - 0.6rem);
  margin-top: auto;
  float: left;
  columns: 2;
}

.description-job .facts ul {
  display: grid;
  vertical-align: top;
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0rem;
  margin-bottom: 0rem;

}

.description-job .facts ul li {
  margin-left: 0rem;
  vertical-align: top;
  width: 100%;
}

.description-job .facts ul li:nth-child(4) {
  margin-top: 0rem;
}

.description-job .facts ul li strong {
  display: block;
  margin-left: 5rem;
}

.description-job .facts ul li span {
  display: block;
  margin-left: 4.8rem;
  width: calc(100% - 6.8rem) !important;
  font-style: italic;
}

.description-job .facts ul li:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 1.5rem;
  top: 35px;
  background-repeat: no-repeat;
}
*/
.description-job .facts {
  display: block;
  width: calc(100% - 0.6rem);
  margin-top: auto;
  float: left;
}


.description-job .facts .col {
  display: block;
  float: left;
  width: 50%;
}

.description-job .facts .col div {
  width: 100%;
}

.description-job .facts .col div:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 1.5rem;
  top: 35px;
  background-repeat: no-repeat;
}

.description-job .facts .col div strong {
  display: block;
  margin-left: 5rem;
}

.description-job .facts .col div span {
  display: block;
  margin-left: 4.8rem;
  width: calc(100% - 6.8rem) !important;
  font-style: italic;
}

.description-job .facts .startdate::before {
  background-image: url('../img/startdate.svg');
}

.description-job .facts .limitation::before {
  background-image: url('../img/limitation.svg');
}

.description-job .facts .location::before {
  background-image: url('../img/location.svg');
}

.description-job .facts .applicationdate::before {
  background-image: url('../img/applicationdate.svg');
}

.description-job .facts .salary::before {
  background-image: url('../img/salary.svg');
}

.description-job .facts .jobid::before {
  background-image: url('../img/jobid.svg');
}

.content {
  padding: 3.5rem 4.52rem;
  padding-bottom: 3rem;
}

.end {
  padding-top: 2.3rem;
  padding-bottom: .5rem;
  background-color: var(--lightCyan1);
}

.end a:hover {
	  text-decoration: underline;
}

.applyClaim {
  background-color: var(--lightCyan1);
  display: flex;
  padding: 3.5rem 4.42rem;
}

.applyClaim div {
  width: 50%;
  margin-right: 3rem;
}

.applyClaim div:last-child {
 /* margin-left: 3rem; */
  margin-left: 11.5rem;
  margin-right: 0;
}

.applyClaim div h2 {
  color: var(--darkGray);
  margin-bottom: 1.5rem;
  font-size: 3.1rem;
  line-height: 1.2;
  font-family: "Lato Bold";
}

.applyClaim div h3 {
  padding-top: 0;
  margin-top: 0;
}

.applyClaim div a {
  color: var(--darkGray);
}

.applyClaim div a:hover {
  text-decoration: underline;
}



.btn-hidden {
	display: block;
	position: relative;
	/*right: 30px; */
	height: 40px;
	width: 345px;
  margin-top: 2rem;
  margin-left: 0 !important;
}

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

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

.btn2 {
  width: 320px;
  height: 2.4rem;
  font-family: 'Lato';
  font-size: 1.7rem;
  line-height: 2.5rem;
  text-align: center;
  display: block;
  color: #000;
/*  margin-left: 2.5rem;
  right: -30px; */
  position: relative;
  padding: 0.5rem 2.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
}

.btn2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 28px;
  background: url("../img/sprites.svg") no-repeat -302px -634px;
  top: -1px;
  left: 13px;
}
.btn2:hover {
  text-decoration: underline;
}

.content h2 {
  margin-top: 3.0rem;
  margin-bottom: 1.5rem;
  color: var(--darkCyan);
  font-size: 3.4rem;
  line-height: 1.2;
  font-size: 3.1rem;
}

.content .intro h2 {
  margin-top: 0;
  color: var(--darkGray);
  /*font-size: 2.5rem;*/
  font-size: 3.1rem;
  line-height: 1.2;
  font-family: 'Lato Bold';
}

.content p {
 /* font-size: 1.5rem; */
  margin-bottom: 16px;
}

 strong {
  font-family: 'Lato Bold';
}


.content ul {
  margin-bottom: 2rem;
  list-style-type: none;
}

.content ol {
  list-style-position: outside;
}

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

.content ul li,
.content ol li {
  position: relative;
  margin-left: 1.7rem;
  margin-right: 1.6rem;
  counter-reset: step-counter;
}

.content ol li {
  counter-increment: step-counter;
}

.content ul li::before {
  content: "";
  background: var(--darkCyan);
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 11px;
  margin-left: -16px;
}

.content ol li::before {
/*  content: counter(step-counter); */
  background: #fff;
  color: var(--darkCyan);
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0px;
  margin-left: -16px;
}

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

.box-div {
  border: 1px solid var(--darkCyan);
}

.col-1 {
  width: 32.1rem;
}

.box-div {
  width: 322px;
}

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

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

.box-div p:last-child {
  margin-bottom: 0;
}

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

.footer-col {
  margin-bottom: 0rem;
  padding: 3.5rem 4.52rem;
  background-color: var(--darkCyan);
  color: #fff;
}

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

.footer-col h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 120%;
  font-size: 3rem;
  line-height: 1.2;
}

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

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

.footer-col a:hover {
  text-decoration: underline;
}

.footer-col .btn-visible {
  display: block;
  width: 28rem;
  height: 5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 3rem;
  padding-top: .5rem;

  background-color: var(--lightCyan1);
}

.footer-col .btn-visible a {
  color: var(--darkGray);
}

.footer-col .btn-visible a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 26px;
  height: 28px;
  /*background: url('../img/sprites.svg') no-repeat -428px -634px;*/
  background: url("../img/sprites.svg") no-repeat -302px -634px;
  /* left: -5px; */
  left: -11px;
  top: 4px;
}

.footer-col .btn-visible a:hover {
  text-decoration: underline;
}

.footer-col h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2.5rem;
}

.contact {
  margin-top: 2rem;
}

.legal {
  margin-top: 4rem;
}

.footer-col .legal p {
  font-family: "Lato Italic";
  font-size: 1.3rem;
  line-height: 130%;
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 956px) {
  .description-job .facts ul li:nth-child(4) {
    margin-top: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .description-job {
    width: 100%;
    padding-left: 1.3rem;
  }

  .description-job .job-title {
    width: calc(100% - 4rem);
  }

  .description-job .facts {
    width: calc(100% - 2rem);
  }

  .applyClaim div:last-child {
    margin-left: 6rem;
    margin-right: -2rem;
  }
}

/* Media Query */

/*@media only screen and (max-width: 590px) { */
@media only screen and (max-width: 760px) {
  .bodyWrapper {
    padding: 0;
  }

  .contentWrapper {
    border: none;
  }

  .header {
    flex-direction: column-reverse;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }
  .rkiLogo {
    /* align-self: self-end; */
    /* justify-self: self-end; */
    text-align: right;
  }
  .rkiLogo img {
    margin: 3.25rem 4rem 2rem 4rem;
    margin-right: 2.5rem;
  }
  .rkiJobs img {
    margin: 0 0 2rem 1.5rem
  }
  .header-img {
    width: 100%;
    height: 170px;
    display: none;
  }
  .header-img-mobile {
    display: block;
    width: 100%;
    height: 170px;
    background-size: cover;
  }
  .header .img-title,
  .header .img-subtitle {
    margin-left: 1.4rem;
  }
  .description-job {
    width: 100%;
    padding-left: .3rem;
    padding-bottom: 30px;
  }
  .description-job .job-title {
	  padding-left: 1.5rem;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0;
	  letter-spacing: .1rem;
    width: calc(100% - 3rem);
  }
  .description-job .facts {
	  padding-left: 1.5rem;
    width: calc(100% - 3rem);
  }
  .description-job div span,
  .description-job div strong {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .description-job div span {
    line-height: 1.7rem;
  }
  .description-job div strong {
    font-family: "Lato Bold";
  }
  .content {
    /* padding: 2.5rem 2.5rem; */
    padding: 1.5rem 1.5rem;
  }
  .content h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: .5rem;
    margin-bottom: 1rem
  }
  .content h4 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: .5rem;
    margin-bottom: 1rem
  }
  .content p,
  .content ul {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .content ul li::before {
    top: 9.5px;
  }
  .content .col-2 p {
    width: 100%;
  }
  .applyClaim {
    display: block;
    background-color: #fff;
    padding: 1.5rem 1.5rem;
  }
  .applyClaim div {
    width: 100%;
  }
  .applyClaim div:last-child {
    display: none;
  }
  .col-1 {
    width: 100%;
  }
  .box-div {
    width: 100%;
  }
  .zentrum {
    margin-left: 0;
  }
  .content .box-title {
    margin-bottom: 2rem;
  }

  .footer-col {
    padding: 1.5rem 1.5rem;
    padding-bottom: 3rem;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  }

  .footer-col .col-1 {
    width: 100%;
  }
  .contact-box {
    margin-left: 0;
   position: inherit;
  }
  .img-title,
  .img-subtitle {
    margin-left: 2.5rem;
  }

  .footer-col a {
    text-decoration: underline;
  }
  .contact a {
	text-decoration: none;
  }
  .end {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: var(--lightCyan1);
  }
}



@media only screen and (width: 990px) {
  .contentWrapper{
      border: none;
  }
  .bodyWrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 991px) {
  .contentWrapper {
    border: 1px solid #dbdbdb;
  }
  .bodyWrapper {
    padding: 1rem;
  }
}



@media only screen and (min-width: 591px) {

  .col-visible {
    display: none;
  }
}

@media only screen and (max-width: 428px) {
  .img-title {
    bottom: 4.5rem;
  }

  .img-subtitle {
    bottom: 1.6rem;
  }

  .jobid span a {
    color: #fff;
  }
/*
  .description-job .facts ul li:nth-child(4) {
    margin-top: 2.4rem;
  }
  .description-job .facts ul li:nth-child(4):before {
    top: 29px;
  }*/
}

@media only screen and (max-width: 357px) {

}

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

@media only screen and (max-width: 280px) {
  .rkiLogo img {
    margin-right: 0;
    height: 55px;
  }
  .description-job {
    padding-bottom: 1.5rem;
  }
  .description-job div svg {
    margin-right: 7.5px;
  }
}

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

  .applyClaim div:first-child {
    width: 400px !important;
  }

  .applyClaim div:last-child {
    margin-left: 20px;
  }
}

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