<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans/OpenSans-Regular.ttf") format("ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Regular.ttf") format("ttf");
  font-style: normal;
  font-weight: 400;
}
body,
html {
  margin: 0px;
  padding: 0px;
}
body *,
html * {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0px;
  max-width: 100%;
  display: block;
}

p {
  margin: 0px;
  padding: 0px;
}

.cta {
  padding: 10px 30px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 3px;
  transform-origin: 50% 50%;
  text-decoration: none;
  cursor: pointer;
}
.cta.dark {
  background-color: #484847;
  color: #ffffff;
}
.cta.light {
  background-color: rgba(255, 255, 255, 0.8);
  color: #484847;
}
.cta:hover {
  transition: 0.2s transform linear;
  transform: scale(1.1);
}

.flex {
  display: flex;
}
.flex .fill {
  margin-right: auto;
}

#interact {
  justify-content: space-between;
  padding-bottom: 10px;
  color: #C9D400;
}
#interact div {
  cursor: pointer;
}

#wrapper {
  width: 100%;
  max-width: 800px;
  margin: 35px auto;
  margin-bottom: 35px;
}
#wrapper #job {
  width: 100%;
}
#wrapper #job section .inner {
  padding: 35px 100px;
  font-size: 13px;
  line-height: 1.5em;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section .inner {
    padding: 35px 35px;
  }
}
#wrapper #job section#header {
  background-color: #C9D400;
  color: #ffffff;
}
#wrapper #job section#header #title .headline {
  font-size: 28px;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section#header #title .headline {
    font-size: 24px;
  }
}
#wrapper #job section#header #title .subline {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section#header #title .subline {
    font-size: 20px;
  }
}
#wrapper #job section#header #title b {
  font-weight: 600;
}
#wrapper #job section#header #title .place {
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
}
#wrapper #job section#jobtext {
  border-left: 1px solid #C9D400;
  border-right: 1px solid #C9D400;
}
#wrapper #job section#jobtext ul {
  padding-left: 0;
  margin-bottom: 35px;
}
#wrapper #job section#jobtext ul li {
  font-size: 13px;
  background-image: url(../img/linkpfeil.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 7px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 14px;
  list-style: none;
}
#wrapper #job section#jobtext ul li ul {
  margin-bottom: 0;
}
#wrapper #job section#jobtext ul li li {
  list-style: circle;
  background-image: none;
  padding-left: 0px;
  margin-left: 20px;
}
#wrapper #job section#jobtext ul li li li {
  list-style: square;
}
#wrapper #job section#jobtext h1, #wrapper #job section#jobtext h2, #wrapper #job section#jobtext h3, #wrapper #job section#jobtext h4, #wrapper #job section#jobtext h5 {
  font-family: "Poppins", sans-serif;
  color: #C9D400;
  font-size: 18px;
  font-weight: 600;
}
#wrapper #job section#apply {
  background-color: #C9D400;
  color: #ffffff;
}
#wrapper #job section#apply a {
  color: #ffffff;
}
#wrapper #job section#apply .buttons {
  margin-top: 35px;
  display: flex;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section#apply .buttons {
    flex-wrap: wrap;
  }
}
#wrapper #job section#apply .buttons .cta {
  margin-right: 30px;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section#apply .buttons .cta {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
#wrapper #job section#footer {
  border-left: 1px solid #C9D400;
  border-right: 1px solid #C9D400;
  border-bottom: 1px solid #C9D400;
}
#wrapper #job section#footer img {
  max-width: 160px;
}
#wrapper #job section#footer .inner {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section#footer .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#wrapper #job section#footer .inner a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section#footer .inner .item:last-child {
    width: 100%;
  }
  #wrapper #job section#footer .inner .item:last-child img {
    margin: auto;
  }
}
#wrapper #job section#footer .fill {
  padding-left: 35px;
}
@media only screen and (max-width: 800px) {
  #wrapper #job section#footer .fill {
    padding: 0;
    margin-right: initial;
  }
}
#wrapper .hidden {
  display: none;
}
#wrapper .share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .share-dialog svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
#wrapper .share-dialog.is-open {
  display: block;
  z-index: 2;
}
#wrapper .share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#wrapper .share-dialog .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
#wrapper .share-dialog .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
#wrapper .share-dialog .close-button svg {
  margin-right: 0;
}
#wrapper .share-dialog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}
#wrapper .share-dialog .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}
#wrapper .share-dialog button, #wrapper .share-dialog .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#wrapper .share-dialog .job-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#wrapper .share-dialog button:hover, #wrapper .share-dialog .button:hover {
  border-color: #cdd;
}</pre></body></html>