@font-face {
  font-family: "DIN Next";
  src: url("fonts//3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
  src: url("fonts//3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("fonts//de1216be-00c2-43c0-9c45-3e7f925eb519.woff2") format("woff2"), url("fonts//bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("fonts//3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("fonts//d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "DIN Next";
  src: url("fonts//21159f5e-cd9e-408a-ba51-65510b4a13aa.eot?#iefix");
  src: url("fonts//21159f5e-cd9e-408a-ba51-65510b4a13aa.eot?#iefix") format("eot"), url("fonts//f3de66f3-8e63-467b-a343-dad3b4e2d400.woff2") format("woff2"), url("fonts//20007504-6ea2-4d68-93e4-f4769b5d9f14.woff") format("woff"), url("fonts//1c35aab7-8ddd-402f-8976-1363134c3817.ttf") format("truetype"), url("fonts//91c8307f-e301-4d44-b0f3-5cff17b3a554.svg#91c8307f-e301-4d44-b0f3-5cff17b3a554") format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  color: white;
  font-family: "DIN Next", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  background-color: #14243a;
  color: white;
  background-image: url("images/NUR_Header_Jobs_Website.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 30% top;
}
@media (min-width: 600px) {
  body {
    background-position: center center;
  }
}
@media (min-width: 1024px) {
  body {
    background-position: right center;
  }
}
body.clean {
  background: #14243a;
}

h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.7em;
}
@media (min-width: 780px) {
  h1 {
    font-size: 2.5em;
  }
}

h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.start-left {
  text-align: center;
}
.start-right {
  position: fixed;
  text-align: center;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #14243a;
  z-index: 1;
  overflow-y: auto;
}
.start-right-text {
  margin-top: 80px;
}
@media (orientation: landscape) {
  .start-right-text {
    margin-top: 30px;
  }
}
@media (min-width: 780px) and (orientation: landscape) {
  .start-right-text {
    margin-top: 120px;
  }
}
.start-right-headline {
  margin-bottom: 2.4rem;
}

.btn {
  padding: 0.75rem 3rem 0.65rem 3rem;
  background-color: white;
  color: #14243a;
  text-decoration: none;
  border-radius: 0.125rem;
  margin-bottom: 100px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: initial;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover {
  box-shadow: none;
  color: white;
  background-color: #14243a;
  border: 1px solid white;
}
.btn-jobs {
  display: inline-block;
  margin-top: 50px;
  padding: 0.75rem 2rem 0.65rem 2rem;
  border: 2px solid white;
  border-radius: 0.125rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  color: white;
}
.btn-jobs:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 780px) {
  .btn-jobs {
    display: inline-block !important;
    margin-top: 255px;
    font-size: 2em;
    padding: 0.75rem 2rem 0.3rem 2rem;
  }
}

.logo {
  padding-top: 30px;
}
@media (min-width: 780px) {
  .logo {
    padding-top: 120px;
  }
}
.logo-img {
  width: 140px;
}
.logo-mobile {
  position: absolute;
  top: 5vw;
  right: 5vw;
  text-align: right;
}
.logo-mobile .logo-img {
  width: 90px;
}

.desktop {
  display: none;
}
@media (min-width: 780px) {
  .desktop {
    display: block;
  }
}

@media (min-width: 780px) {
  .mobile {
    display: none;
  }
}
.mobile-start {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 12vh;
  width: 90vw;
  z-index: 1;
}
@media (orientation: landscape) {
  .mobile-start {
    top: 0;
  }
}

.center {
  text-align: center;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  text-align: center;
  background-color: #1F1F1F;
  z-index: 2;
}
.footer-full {
  width: calc(100% - 2rem) !important;
  left: 0 !important;
  transform: translate(0) !important;
  background-color: #1F1F1F !important;
}
@media (min-width: 780px) {
  .footer {
    background-color: #14243a;
    width: 50%;
    bottom: 0;
    left: 75%;
    transform: translate(-50%);
  }
}
.footer a {
  color: white;
  font-weight: 200;
  text-decoration: none;
  font-size: 0.875em;
}
@media (min-width: 780px) {
  .footer a {
    font-size: 1em;
  }
}
.footer a:hover {
  text-decoration: underline;
}
.footer__cookie {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .footer__cookie {
    flex-direction: row;
  }
}
.footer__cookie a {
  color: #14243a;
}
.footer__cookie-button, .footer__cookie-no, .footer__cookie-ok {
  text-decoration: none;
  background-color: #14243a;
  color: #ffffff;
  padding: 0.5rem 1rem 0.42rem 1rem;
  border: 1px solid #ffffff;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 120px;
  font-size: 0.875rem;
  font-weight: 300;
}
.footer__cookie-buttons {
  display: flex;
  margin-top: 1rem;
}
@media (min-width: 960px) {
  .footer__cookie-buttons {
    margin-top: 0;
  }
}
.footer__cookie-ok {
  background-color: #14243a;
  border-color: #14243a;
  color: #ffffff;
  margin-left: 1rem;
}
.footer__cookie-no {
  background-color: #14243a;
  border-color: #14243a;
  color: #ffffff;
  margin-left: 1rem;
}

#home.hide {
  display: none;
}

#leistungen {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #14243a;
  display: none;
  z-index: 20;
}
#leistungen.show {
  display: block;
}

.content {
  padding: 3rem 1.5rem;
  font-weight: 200;
}
@media (min-width: 600px) {
  .content {
    margin: 0 auto;
    width: 90vw;
    max-width: 980px;
  }
}
.content a {
  color: white;
  text-decoration: none;
  font-weight: 200;
}

.leistungen-wrapper {
  margin: 0 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 600px) {
  .leistungen-wrapper {
    margin: 0 auto;
    width: 680px;
    padding-bottom: 3rem;
    min-height: 100vh;
  }
}
.leistungen-intro {
  margin: 3.5rem 0;
  text-align: left;
  font-weight: 200;
  font-size: 1rem;
}
.leistungen-faq {
  margin: 0;
  padding-left: 0;
}
.leistungen-faq-wrapper {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0.75rem 0;
}
.leistungen-faq-wrapper .accordion-item, .leistungen-faq-wrapper .accordion-button {
  background-color: #14243a;
  color: white;
  font-size: 1.6rem;
  font-weight: 200;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.leistungen-faq-wrapper .accordion-button {
  cursor: pointer;
}
.leistungen-faq-wrapper .accordion-button::after {
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  background-image: url(images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  color: white;
  fill: white;
}
.leistungen-faq-wrapper .accordion-button:not(.collapsed):after {
  transform: rotate(45deg);
}
.leistungen-faq-wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.leistungen-faq-wrapper .accordion-body {
  padding: 0 3rem 1.25rem 3rem;
  list-style-type: circle;
}
.leistungen-faq-wrapper .accordion-body li {
  font-size: 1rem;
  margin: 0;
  line-height: 1.8;
}
.leistungen-faq-item {
  position: relative;
  list-style-type: none;
  padding: 0.5rem 0;
  width: 100%;
  cursor: pointer;
}
.leistungen-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 15px;
  height: 15px;
  fill: white;
  cursor: pointer;
}
@media (min-width: 780px) {
  .leistungen-close {
    right: 3rem;
    top: 3rem;
    width: 25px;
    height: 25px;
  }
}

#footer-cookie {
  position: fixed;
  box-sizing: border-box;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 1rem;
  background: #ffffff;
  color: #14243a;
  z-index: 999;
  display: none;
}
