:root {
  --primary-color: #008035;
  --secondary-color: #c62b27;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #aaa;
  --font-color: #222;
  --base-font-size: 1.8rem;
  /* 18px */
  --default-font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  --left-right-padding: 2rem;
  --mobile-left-right-padding: .5rem;
}
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}
html {
  min-height: 100%;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  font-size: 62.5%;
}
*, *::before, *::after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: white;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
h1 {
  font-size: 3.6rem;
  background: var(--primary-color);
  background: #003c0f;
  color: var(--white-color);
  padding: var(--left-right-padding);
  position: relative;
  margin: calc(2 * var(--left-right-padding)) 0;
}
h1:before {
  content: "";
  display: inline-block;
  background: #003c0f;
  background: var(--primary-color);
  width: calc(100% + 2 * var(--left-right-padding));
  height: calc(100% + 3 * var(--left-right-padding));
  padding: 10px;
  color: var(--white-color);
  position: absolute;
  top: calc(-2 * var(--left-right-padding));
  left: 0;
  font-size: 20px;
  z-index: -10;
  margin-inline: calc(-1 * var(--left-right-padding));
}
h1:after {
  content: "Wir suchen für:";
  display: inline-block;
  background: #e30613;
  padding: 5px 10px;
  color: var(--white-color);
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 20px;
}
h1 + ul {display: flex; flex-direction: row; justify-content: space-between; max-width: 400px; margin: 0 0 2% 0; }
h1, h2, h3, b, strong {
  font-weight: 700;
}
h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  background-color: var(--primary-color);
  color: var(--white-color);
}

h3 {
  font-size: 2.4rem;
  margin-bottom: .5rem;
  color: var(--primary-color);
	display: inline-block;
}

h3::after {
  content: "";
  display: block;
  border-bottom: 2px solid var(--secondary-color);
}
h1 small {
  font-size: 0.7em;
  font-weight: normal;
}
p {
  margin-bottom: 2.5rem;
}
ul {
  margin: .5rem 0 2.5rem;
}
ul li {
  list-style-type: none;
  position: relative;
  left: 1em;
  margin-right: 1em;
  margin-bottom: .5rem;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  content: '\25A0';
  position: absolute;
  left: -1em;
  top: 0;
  color: var(--secondary-color)
}
a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  border: 1px solid var(--gray-color);
  margin: 0 auto;
  max-width: 765px;
  font-size: var(--base-font-size);
  line-height: 1.4;
  font-family: var(--default-font-family);
  color: var(--font-color);
  text-shadow: none;
  overflow: hidden;
}
.p-inline {
  padding-inline: var(--left-right-padding);
}
.full-width {
  margin-inline: calc(-1 * var(--left-right-padding));
}
.mobile {
  display: none;
}
.header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.title-block {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, .2) 100%), url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2316.jpg) right top/cover no-repeat;
}
.title {
  color: var(--white-color);
}
.logo {
  display: block;
  max-width: 200px;
}
.content > h2:first-of-type {
  margin-top: 0;
  margin-bottom: 2rem;
}
.nobr, .nowrap {
  white-space: nowrap;
}
.cf::before, .cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.container address {
  font-style: inherit;
}
/* start of slider styles */
.slider {
  margin-bottom: 6rem;
  cursor: w-resize;
  display: flex;
  counter-reset: sliderItem;
  margin-top: 2rem;
}
.slider li {
  counter-increment: sliderItem;
  user-select: none;
}
.slide-number {
  width: 40px;
  height: 40px;
  color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: #fff;
  margin: 1rem auto 0;
  border: 1px solid var(--primary-color);
}
.slide-number::before {
  content: counter(sliderItem);
}
.slider-content {
  /*! border: 1px solid var(--gray-color); */
  height: 100%;
  /*! background-color: var(--gray-color); */
  display: flex;
}
.tns-slide-active .slider-content {
  /*! border: 1px solid var(--primary-color); */
  height: 100%;
}
.slider-content blockquote {
  padding: 1rem 4%;
  font-size: 1.9rem;
  color: var(--black-color);
  width: calc(97% - 40px);
}
.slider h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
  color: var(--white-color);
}
.tns-outer {
  position: relative;
}
.tns-controls button {
  position: absolute;
  bottom: 0.5rem;
  z-index: 1;
  height: 50px;
  border: none;
  width: 20px;
  background-color: transparent;
  transition: all .2s ease;
  font-size: 0;
}
.tns-controls button:hover {
  transform: scale(1.5, 1.5);
}
.tns-controls button:disabled:hover {
  transform: none;
}
.tns-controls button:disabled {
  opacity: .3;
  cursor: inherit;
  font-size: 0;
}
.tns-controls button:first-child {
  left: calc(50% - 30px);
}
.tns-controls button:last-child {
  right: calc(50% - 30px);
}
.tns-controls button:first-child::before, .tns-controls button:last-child::before {
  content: '';
  width: 20px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.tns-controls button:first-child::before {
  background: url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2565.svg) center center no-repeat;
}
.tns-controls button:last-child::before {
  background: url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2566.svg) center center no-repeat;
}
/* end of slider styles */
.video-wrapper {
  margin-top: 1rem;
  margin-bottom: 0;
  background: url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2331.jpg) left top/cover no-repeat;
  position: relative;
}
.video {
  position: relative;
  padding-bottom: 56.428%;
  overflow: hidden;
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.firme-details {
  background-color: var(--primary-color);
  color: var(--white-color);
  margin: 0 calc(-1 * var(--left-right-padding));
  padding: .5rem var(--left-right-padding);
  font-size: 1.5rem;
}
dl {
  padding: 1rem 0;
  color: var(--white-color);
  display: grid;
  grid-template-columns: repeat(2, auto);
}
dl > * {
  border-top: 1px solid white;
  padding: .5rem 0;
}
dl > :first-of-type {
  border-top: none;
}
dt {
  font-weight: bold;
}
dd {
  text-align: right;
}
.ueber-firmen {
  background-color: var(--primary-color);
  color: white;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ueber-firmen p:last-child {
  margin-bottom: 0;
}
.ueber-firmen h2 {
  padding: 0;
  margin: 0 0 2rem;
}
.ueber-firmen h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.accordion:not(:first-of-type) {
  border-top: 1px solid var(--white-color);
}
.accordion {
  padding: 1rem 0;
}
.accordion:last-of-type {
  padding-bottom: 0;
}
details[open] summary {
  font-weight: 700;
}
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  list-style: none;
}
.accordion-title {
  display: block;
  padding-right: 2rem;
}
details summary:after {
  content: "+";
  color: var(--white-color);
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: .5rem;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  font-weight: 700;
  transform: rotate(45deg);
}
details summary {
  outline: 0;
}
details p {
  margin: 1rem 0 1.5rem !important;
}
#start {
  position: absolute;
  left: calc(50% - 80px);
  top: calc(50% - 80px);
  border-radius: 50%;
  border: 8px solid var(--white-color);
  width: 160px;
  height: 160px;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  transition: all .15s ease-in-out;
}
#start:hover {
  transform: scale(1.2);
}
#start::after {
  content: '';
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 74px solid var(--white-color);
  border-bottom: 40px solid transparent;
}
#map {
  height: 300px;
  margin-block: .5rem;
}

.boxes ul {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;hyphens: manual;}
.boxes li { padding: 5px; border-radius: 50%; width: 210px; height: 150px;  text-align: center;display: flex;justify-content: center;margin: 0 1.5% 2% 1.5%;left: 0;font-size: 1.2em;}
.boxes li:before {content: "";}
.boxes li span {align-self: center;}
.boxes li span strong {font-size: 2.4em;color: var(--primary-color);}

.three-columns {display: flex; justify-content: space-between; margin: 3% 0 3%; flex-wrap: wrap;}
.three-columns div {flex: 0 1 30%; display: flex; padding: 0 4% 4%; flex-direction: column; text-align: center;}
.three-columns div:nth-child(2) {/*! padding: 0; */ }
.three-columns div img {align-self: center; }

@media (max-width: 47.8125em), print {
  .container {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: auto;
  }
}
@media (max-width: 43.75em), print {
  .container {
    border: none;
  }
  .p-inline {
    padding-inline: var(--mobile-left-right-padding);
  }
  .full-width {
    margin-inline: calc(-1 * var(--mobile-left-right-padding));
  }
}
@media (max-width: 37.5em) {
  .mobile {
    display: block;
  }
  .title-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .title {
    padding: 0 var(--mobile-left-right-padding);
  }
  .three-columns.bieten div {flex: 0 1 45%;}
}
@media (max-width: 31em) {
  h1 {
    font-size: 3rem;
  }
  .header {
    display: none;
  }
  dl {
    color: var(--white-color);
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  dt {
    padding-bottom: 0;
  }
  dd {
    border-top: none;
    text-align: left;
  }
}
.tns-outer {
  padding: 0 !important
}
.tns-outer [hidden] {
  display: none !important
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%
}
.tns-no-calc {
  position: relative;
  left: 0
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s
}
.tns-autowidth {
  display: inline-block
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6
}
.tns-lazy-img.tns-complete {
  opacity: 1
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s
}
.tns-ovh {
  overflow: hidden
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em
}
.tns-transparent {
  opacity: 0;
  visibility: hidden
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}
.tns-vpfix {
  white-space: nowrap
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left
}