/*@import url('https://fonts.googleapis.com/css?family=Yrsa:400,700&display=swap');*/

/* yrsa-regular - latin */
@font-face {
  font-family: "Yrsa";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: url("../fonts/yrsa-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/yrsa-v13-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/yrsa-v13-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/yrsa-v13-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/yrsa-v13-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/yrsa-v13-latin-regular.svg#Yrsa") format("svg"); /* Legacy iOS */
}

/* yrsa-700 - latin */
@font-face {
  font-family: "Yrsa";
  font-style: normal;
  font-weight: 700;
  display: swap;
  src: url("../fonts/yrsa-v13-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/yrsa-v13-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/yrsa-v13-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/yrsa-v13-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/yrsa-v13-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/yrsa-v13-latin-700.svg#Yrsa") format("svg"); /* Legacy iOS */
}

html,
body {
  height: 100%;
  font-family: Arial !important;
  font-size: 16px;
  color: #4d4d4d;
}
@media only screen and (max-width: 639px) {
  html,
  body {
    font-size: 15px;
  }
}
#wrapper {
  height: 100%;
  padding: 125px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  #wrapper {
    padding-top: 50px;
  }
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  /*
    Main Navigation
    */
}
#header .inside {
  z-index: 99;
}
#header .inside:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 98px;
  width: 100%;
  background: url(../images/eisberg_navi.svg) no-repeat center center;
  transition: top 0.5s ease-in-out;
  z-index: -1;
}
#header .topBar__wrapper {
  background: #ffffff;
  padding-top: 30px;
}
#header .topBar__wrapper .small-12 {
  max-height: 33px;
}
@media only screen and (max-width: 1024px) {
  #header .topBar__wrapper .small-12 .social__topBar {
    display: none;
  }
}
#header .topBar__wrapper .small-12 .social__topBar ul {
  float: right;
  margin-right: -15px;
}
#header .topBar__wrapper .small-12 .social__topBar ul li {
  display: inline-block;
  padding: 8px 15px;
  color: #91adb1;
}
#header .topBar__wrapper .small-12 .social__topBar ul li:last-of-type {
  margin-left: -5px;
  padding-left: 0;
}
#header .topBar__wrapper .small-12 .social__topBar ul li:hover {
  text-decoration: underline;
}
#header .topBar__wrapper .small-12 .social__topBar ul li a {
  font-size: 16px;
  color: inherit;
}
#header .topBar__wrapper .small-12 .social__topBar ul li a i {
  font-size: 26px;
  color: #000000;
}
#header .page__header {
  position: relative;
  background: #ffffff;
}
@media only screen and (max-width: 1024px) {
  #header .page__header--nav {
    padding-top: 8px;
    padding-left: 8px;
  }
}
#header .page__header--logo {
  float: left;
  height: 100%;
  display: flex;
}

#header .page__header--logo a {
  display: flex;
  align-items: center;
}

#header .page__header--logo img {
  height: 70px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #header .page__header--logo img {
    width: 130px;
  }
}
#header .page__header--main-menu-toggle {
  float: right;
  display: none;
  padding: 6px;
  margin-right: 12px;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  #header .page__header--main-menu-toggle {
    display: block;
  }
}
#header .page__header--main-menu-toggle .hamburger-box {
  width: 20px;
  height: 20px;
}
#header .page__header--main-menu-toggle .hamburger-box .hamburger-inner,
#header .page__header--main-menu-toggle .hamburger-box .hamburger-inner::before,
#header .page__header--main-menu-toggle .hamburger-box .hamburger-inner::after {
  background-color: #47ab56;
}
#header .page__header--main-menu-toggle .hamburger-box .hamburger-inner::before {
  top: 7px;
}
#header .page__header--main-menu-toggle .hamburger-box .hamburger-inner::after {
  top: 14px;
}
#header .page__header--main-menu-toggle.is-active .hamburger-box .hamburger-inner:after {
  top: 19px;
}
#header .level_1 {
  float: right;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #header .level_1 {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 148px;
    background: #47ab56;
    overflow-y: scroll;
  }
}
#header .level_1 li {
  display: inline-block;
  color: #4d4d4d;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  #header .level_1 li {
    display: block;
    margin-bottom: 5px;
    font-size: 25px;
    color: #47ab56;
    text-align: center;
    background: #ffffff;
  }
}
#header .level_1 li.active {
  color: #47ab56;
}
@media only screen and (max-width: 1023px) {
  #header .level_1 li.active {
    color: #d00251;
  }
}
#header .level_1 li:hover > a {
  text-decoration: underline;
}
#header .level_1 li a,
#header .level_1 li span.active {
  display: inline-block;
  padding: 10px 30px;
  color: inherit;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #header .level_1 li a,
  #header .level_1 li span.active {
    width: 100%;
  }
}
#header .level_1 li.jobs {
  padding-left: 8px;
  background: transparent;
}
#header .level_1 li.jobs > a {
  padding: 2px 25px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  background: #d00251;
}
@media only screen and (max-width: 1024px) {
  #header .level_1 li.jobs > a {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 34px;
    border-radius: 0;
  }
}
#header .level_1 li.submenu {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #header .level_1 li.submenu {
    padding-bottom: 0;
  }
}
#header .level_1 li.submenu ul {
  position: absolute;
  display: none;
  padding: 60px 0px 15px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: -1;
  box-shadow: 0px 3px 6px #47ab56be;
}
@media only screen and (max-width: 1024px) {
  #header .level_1 li.submenu ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: #47ab56;
    border-radius: 0;
    z-index: 0;
  }
}
#header .level_1 li.submenu ul li {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #header .level_1 li.submenu ul li {
    font-size: 20px;
    color: #ffffff;
    background: #47ab56;
    border-bottom: 1px solid #ffffff;
    margin: 0;
  }
}
#header .level_1 li.submenu.jobs {
  position: relative;
  padding-bottom: 38px;
}
#header .level_1 li.submenu.jobs ul {
  right: 0;
  width: max-content;
}
#header .level_1 li.submenu.menu-open {
  margin: 0;
}
#header .level_1 li.submenu.menu-open ul {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .menu-active {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .menu-active .page__header--logo img {
    width: 120px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-active .level_1:not(.jobs) {
    display: block !important;
  }
}
.menu-active .inside {
  -webkit-box-shadow: 0px 3px 5px 0px #47ab56;
  -moz-box-shadow: 0px 3px 5px 0px #47ab56;
  box-shadow: 0px 3px 5px 0px #47ab56;
}
.menu-active .inside:after {
  top: -5% !important;
}
/*
    Headlines
*/
h1,
h2,
h3,
h4 {
  font-family: "Yrsa", serif !important;
  font-weight: 700;
  color: #47ab56;
}
h2 {
  font-size: 40px;
  line-height: 46px;
}
@media only screen and (max-width: 639px) {
  h2 {
    font-size: 27px;
  }
}
h3 {
  font-size: 28px;
  line-height: 28px;
}

/* Formulare */

@media only screen and (max-width: 639px) {
  h3 {
    font-size: 18px;
  }
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  height: 50px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #91adb1;
  padding-top: 20px;
  padding-right: 14px;
  padding-bottom: 2px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 16px;
}
select {
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #91adb1;
  border-color: #91adb1;
  border-radius: 5px;
  background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%2391ADB1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3E%3C/path%3E%3C/svg%3E');
}
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #47ab56;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
textarea {
  min-height: 200px;
  padding-top: 16px;
}
.error {
  display: none;
}
.form__field {
  position: relative;
}
.form__field label.active {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 14px;
  margin: 0.3rem 0 0 14px;
  color: #47ab56;
}
.form__field label.inactive {
  position: absolute;
  margin: 14px 0 15px 15px;
  padding: 0;
  font-size: 16px;
  color: #91adb1;
}
.form__textarea {
  position: relative;
}
.form__textarea textarea {
  padding-top: 34px;
}
.form__textarea label.active {
  position: absolute;
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
  top: 11px;
  left: 14px;
  color: #47ab56;
}
.form__textarea label.inactive {
  position: absolute;
  margin: 0.35rem 0 0 0.7rem;
  font-size: 16px;
  color: #91adb1;
}

/* datepicker  */
.widget-calendar {
  position: relative;
}

.widget-calendar #ctrl_26 {
  max-width: 100%;
}

.widget-calendar .input-button {
  display: none;
}

.widget-calendar label.inactive {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  z-index: 40;
  text-align: left;
  margin: 14px 0 15px 15px;
  padding: 0;
  font-size: 16px;
  color: #91adb1;
  position: absolute;
  margin: 14px 0 15px 15px;
  padding: 0;
  font-size: 16px;
  color: #91adb1;
}

.widget-calendar label.active {
  position: absolute;
  top: 0;
  left: 14px;
  font-size: 14px;
  margin: 0.3rem 0 0 14px;
  color: #47ab56;
}

.widget-calendar label .invisible {
  display: inline-block;
  width: 1rem;
  visibility: hidden;
}

.widget-calendar label.active .invisible {
  width: 0.25rem;
}

/* UPLOAD */
.widget-upload {
  display: flex;
  flex-direction: row;
  height: 50px;
  margin-bottom: 30px;
}

.widget-upload .label {
  font-size: 1rem;
  background: #fff;
  color: #91adb1;
  text-align: left;
  height: 50px;
  padding: 1rem;
  border: 1px solid #91adb1;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.widget-upload .file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  background: #47ab56;
  color: #fff;
  border: 0;
  border-right: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.widget-upload .file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 1rem;
}

.widget-upload .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.widget-upload .file-cta {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.widget-upload .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

form {
  margin: 92px 0 150px 0;
  text-align: center;
}

fieldset.check-datenschutz {
  padding-right: 1.875rem;
  padding-left: 0.9375rem;
  margin-right: -1rem;
  margin-bottom: 30px;
  text-align: left;
}

.check-datenschutz span {
  float: left;
  margin-bottom: 0;
}

.check-datenschutz .checkbox {
  width: auto;
  margin: 0 0.5rem 0 0;
}

.check-datenschutz label {
  display: inline;
  text-align: left;
  margin-left: 0;
}

/*
    Buttons
*/
.button {
  padding: 14px 39px;
  font-family: "Yrsa", serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  background: #d00251;
}
@media only screen and (max-width: 639px) {
  .button {
    width: 100%;
  }
}
.button:hover,
.button:focus {
  background: #47ab56;
  border: 1px solid #ffffff;
}
.button:active {
  background: #91adb1;
}
.button.secondary-button {
  background: #ffffff;
  border: 2px solid #d00251;
  color: #d00251;
}
.button.secondary-button:active {
  color: #ffffff;
  background: #d00251;
}
/*---------------------------------- SLIDER START -----------------------------------*/
.swiper-container {
  height: calc(100vh - 96px);
  padding-bottom: 0;
}
@media only screen and (max-width: 639px) {
  .swiper-container {
    height: 480px;
  }
}
.swiper-container .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 639px) {
  .swiper-container .slide-content {
    width: 100%;
  }
}
.swiper-container .slide-content .slider-actions .button {
  padding: 12px 25px 12px 25px;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 30px !important;
}
@media only screen and (max-width: 639px) {
  .swiper-container .swiper-pagination-bullets {
    bottom: -2px !important;
  }
}
.swiper-container .swiper-pagination-bullet {
  background: #91adb1;
  opacity: 1;
  height: 16px;
  width: 16px;
}
@media only screen and (max-width: 639px) {
  .swiper-container .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }
}
.swiper-container .swiper-pagination-bullet-active {
  background: #47ab56;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: 44%;
  height: 70px;
  width: 46px;
  background-image: none;
}
@media only screen and (max-width: 639px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}
.swiper-container .swiper-button-prev i,
.swiper-container .swiper-button-next i {
  color: #ffffff;
  font-size: 105px;
}
.swiper-container .swiper-button-prev {
  left: 24px;
}
.swiper-container .swiper-button-next {
  right: 40px;
}
.swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  -ms-interpolation-mode: bicubic;
  object-fit: cover;
}
.swiper-container .slide-content-inner {
  text-align: center;
  font-size: 25px;
}
.swiper-container .slide-content-inner-box {
  margin: 0 auto;
  padding: 1rem;
  color: #ffffff;
}
@media only screen and (max-width: 639px) {
  .swiper-container .slide-content-inner-box {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.swiper-container .slide-content-inner-box img {
  height: 160px;
  width: auto;
}
@media only screen and (max-width: 639px) {
  .swiper-container .slide-content-inner-box img {
    height: 106px;
  }
}
.swiper-container.content {
  height: auto;
  max-height: 610px;
  margin: 60px 0;
}
.headline__text {
  padding-top: 75px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 639px) {
  .headline__text {
    padding-top: 30px;
    font-size: 15px;
  }
}
.headline__text p {
  margin: 0;
  font-size: 16px;
}
.headline__text.content {
  padding-top: 60px;
  text-align: left;
}
.headline__text.content h3 {
  margin-bottom: 15px;
}
#landing-services {
  background: #e6eff0;
}
@media only screen and (max-width: 639px) {
  #landing-services {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 639px) {
  #landing-services .headline__text {
    padding-top: 30px;
  }
}
.noSideBar .headline__text {
  padding-top: 180px;
}
.jobs .contact__box {
  margin-top: 0;
}
.jobDetail .facts__box {
  padding-top: 199px;
}
.jobDetail ul {
  margin-bottom: 50px;
}
.jobDetail .contact__box {
  margin-top: 0;
}
.info__boxes {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 639px) {
  .info__boxes {
    padding-top: 38px;
  }
}
.info__boxes--box {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 639px) {
  .info__boxes--box {
    margin-bottom: 15px;
  }
}
.info__boxes--box-inner {
  position: relative;
}
.info__boxes--box-inner img {
  width: 100%;
}
.info__boxes--box-inner-headline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 92px;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.info__boxes--box-inner-headline-holder {
  position: relative;
  height: 100%;
  width: 100%;
}
.info__boxes--box-inner-headline-holder h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 639px) {
  .info__boxes--box-inner-headline-holder h3 {
    font-size: 27px;
  }
}
.info__boxes--box:hover .info__boxes--box-inner-headline {
  background: rgba(71, 171, 86, 0.85);
}
.info__boxes--box:hover .info__boxes--box-inner-headline h3 {
  color: #ffffff;
}
.info__boxes .penguin-left {
  position: absolute;
  content: "";
  width: 442px;
  width: 171px;
  height: 273px;
  background: url("../images/pinguin_l_25.svg") no-repeat;
  background-size: contain;
  left: -90%;
  bottom: 92px;
  bottom: 320px;
}
.info__boxes .penguin-right {
  position: absolute;
  content: "";
  width: 442px;
  width: 171px;
  height: 273px;
  background: url("../images/pinguin_r_25.svg") no-repeat;
  background-size: contain;
  right: -90%;
  bottom: 92px;
  bottom: 320px;
}

@media only screen and (max-width: 639px) {
  .banner {
    margin-top: -50px;
  }
}
.banner--inner {
  position: relative;
  height: 434px;
}
.banner--inner.grey {
  background-color: #e6eff0;
}
@media only screen and (max-width: 639px) {
  .banner--inner {
    height: 350px;
  }
}
.banner--inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 639px) {
  .banner--inner img {
    height: 350px;
    object-fit: cover;
  }
}
.banner--inner-box {
  position: absolute;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 639px) {
  .banner--inner-box {
    top: 55%;
    width: 350px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.banner--inner-box h2 {
  margin-bottom: 8px;
  color: #ffffff;
}
@media only screen and (max-width: 639px) {
  .banner--inner-box h2 {
    max-width: 174px;
    margin: 0 auto 8px auto;
  }
}
.banner--inner-box p {
  margin-bottom: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 639px) {
  .banner--inner-box p {
    max-width: 174px;
    margin: 0 auto 30px auto;
  }
}
.teaser__boxes {
  padding-top: 60px;
  text-align: center;
}
.teaser__boxes--box img {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}
.teaser__boxes--box h3 {
  margin: 7px 0 9px 0;
}
.teaser__boxes--actions {
  padding-top: 60px;
}
.teaser__boxes.company {
  padding-top: 0;
}
.teaser__boxes.company img {
  height: 364px;
  max-height: unset;
  width: 100%;
  object-fit: cover;
}
.teaser__boxes.company .teaser__boxes--actions {
  padding-top: 30px;
  padding-bottom: 30px;
}
.teaser__boxes.company .teaser__boxes--actions .button {
  margin: 0;
}
.about__team {
  position: relative;
  margin: 0 0 90px 0;
  padding-bottom: 90px;
}
@media only screen and (max-width: 639px) {
  .about__team {
    margin: 0 0 60px 0;
    padding-bottom: 20px;
  }
}
.about__team:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -103px;
  left: 0;
  height: 103px;
  width: 100%;
  background: url("../images/eisberg_linie.svg") no-repeat left top;
}

.jobs-kontakt {
  margin-top: 60px;
  padding-top: 60px;
}

.jobs-kontakt::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -250px;
  left: 0;
  height: 103px;
  width: 100%;
  background: url("../images/eisberg_linie.svg") no-repeat left top;
}

.about__team .headline__text {
  padding-top: 70px;
}
@media only screen and (max-width: 639px) {
  .about__team .headline__text {
    padding-top: 30px;
  }
}
.team__box {
  padding-top: 60px;
  text-align: center;
}
.team__box--item-icon {
  margin: 0 auto 20px auto;
  height: 220px;
  width: 220px;
  background: #91adb1;
  border-radius: 110px;
}
.team__box--item-actions {
  margin-top: 60px;
}
.team__box--item:hover .team__box--item-icon {
  border: 2px solid #47ab56;
}
.team__box--item:hover .team__box--item p {
  color: #47ab56;
}
.contact__box {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .contact__box {
    margin-top: 30px;
  }
}
.contact__box span {
  display: block;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
}
@media only screen and (max-width: 639px) {
  .contact__box span {
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.contact__box span a {
  color: #4d4d4d;
}
.contact__box a {
  width: 200px;
}

.contact__box a.button[href^="tel"] {
  display: none;
}

@media only screen and (max-width: 639px) {
  .contact__box a {
    width: 100%;
  }
  .contact__box a.button[href^="tel"] {
    display: block;
  }
}
.contact__box a.secondary-button {
  margin-right: 30px;
  display: none;
}
@media only screen and (max-width: 640px) {
  .contact__box a.secondary-button {
    margin-right: 0;
    display: block;
  }
}
#right {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #right {
    display: none;
  }
}
#right .inside {
  position: sticky;
  top: 200px;
  padding-top: 60px;
}
#right .inside .invisible {
  display: none;
}
#right .inside .level_1 {
  margin: 0;
  list-style: none;
  font-size: 16px;
  border-left: 1px solid #47ab56;
  padding-bottom: 60px;
}
#right .inside .level_1 li {
  position: relative;
  margin: 5px 0;
  padding-left: 14px;
  color: #4d4d4d;
}
#right .inside .level_1 li.first {
  margin-top: 0;
}
#right .inside .level_1 li.last {
  margin-bottom: 0;
}
#right .inside .level_1 li a,
#right .inside .level_1 li strong {
  color: inherit;
}
#right .inside .level_1 li.active {
  background: #47ab56;
  color: #ffffff;
}
#right .inside .level_1 li.active:after {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
  height: 18px;
  width: 18px;
  background: url(../images/pinguin_medium.svg) no-repeat center center / contain;
}
#right .inside .level_1 li:hover {
  background: #e6eff0;
}
#right .inside .level_1 li:hover:after {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
  height: 18px;
  width: 18px;
  background: url(../images/pinguin_medium.svg) no-repeat center center / contain;
}
#right .sidebar__teaser {
  position: relative;
}
#right .sidebar__teaser a span {
  position: absolute;
  width: 100%;
  background: rgba(71, 171, 86, 0.9);
  left: 0;
  bottom: 0;
  padding: 16px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.quote__box {
  position: relative;
  margin: 60px;
  padding: 60px 0;
}
.quote__box:before {
  content: "";
  position: absolute;
  width: 145%;
  height: 130%;
  right: 3px;
  top: -50px;
  z-index: -1;
  background: url("../images/eisberg_zitat.svg") no-repeat;
}
.quote__box .columns {
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .quote__box .columns {
    display: flex;
    margin-top: -40px;
  }
}
.quote__box .columns img {
  display: inline-block;
  margin-top: -60px;
  margin-right: 21px;
}
.quote__box .columns h2 {
  display: inline-block;
  max-width: 560px;
  color: #91adb1;
}
.facts__box h3 {
  margin-bottom: 28px;
}
.facts__box ul li {
  margin-bottom: 10px;
}
#bottom {
  padding-top: 60px;
  background: url("../images/eisberg_linie.svg") no-repeat;
}
.job__boxes {
  margin-top: 50px;
}
.job__boxes--box {
  margin-bottom: 1.875rem;
}
.job__boxes--box-inner {
  position: relative;
  min-height: 350px;
  background: #91adb1;
}
.job__boxes--box-inner:hover {
  background: #47ab56;
}
.job__boxes--box-inner:after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 14px;
  height: 97px;
  width: 60px;
  background: url(../images/pinguin_r.svg) no-repeat center center / contain;
}
.job__boxes--box-inner img {
  width: 100%;
}
.job__boxes--box-inner h2 {
  position: absolute;
  width: 80%;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content__row__wrapper {
  position: relative;
  margin-top: 215px;
  padding: 50px 0;
}
@media only screen and (max-width: 639px) {
  .content__row__wrapper {
    margin-top: 135px;
  }
}
.content__row__wrapper .content__row .img__box img {
  height: auto;
  width: 100%;
  max-height: 355px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .content__row__wrapper .content__row .row__text__box--inner {
    padding-top: 30px;
  }
}
.content__row__wrapper .content__row--left .img__box {
  position: relative;
}
.content__row__wrapper .content__row--left .img__box:after {
  content: "";
  position: absolute;
  display: block;
  left: -310px;
  height: 100%;
  width: 100%;
  max-height: 341px;
  max-width: 212px;
  background: url("../images/pinguin_l.svg") no-repeat center center / contain;
}
@media only screen and (max-width: 1023px) {
  .content__row__wrapper .content__row--left .img__box:after {
    display: none;
  }
}
.content__row__wrapper .content__row--right .img__box {
  position: relative;
}
.content__row__wrapper .content__row--right .img__box:after {
  content: "";
  position: absolute;
  display: block;
  right: -310px;
  height: 100%;
  width: 100%;
  max-height: 341px;
  max-width: 212px;
  background: url("../images/pinguin_r.svg") no-repeat center center / contain;
}
@media only screen and (max-width: 1023px) {
  .content__row__wrapper .content__row--right .img__box:after {
    display: none;
  }
}
.content__row__wrapper.left {
  background: #e6eff0;
}
.content__row__wrapper.left:before {
  content: "";
  position: absolute;
  display: block;
  top: -103px;
  left: 0;
  height: 103px;
  width: 100%;
  background: url("../images/eisberg_bg_oben.svg") no-repeat center center / cover;
}
.content__row__wrapper.left:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -103px;
  left: 0;
  height: 103px;
  width: 100%;
  background: url("../images/eisberg_bg_unten.svg") no-repeat center center / cover;
}
.about ul {
  margin: 0;
  list-style: none;
}
.about .headline__text {
  padding-top: 56px;
}
@media only screen and (max-width: 639px) {
  .about .headline__text {
    padding-top: 30px;
  }
}
.about .content__row__wrapper {
  margin-bottom: 200px;
}
.about .content__row__wrapper .content__row {
  overflow-x: hidden;
}
.about .content__row__wrapper .content__row--left .img__box {
  position: relative;
}
.about .content__row__wrapper .content__row--left .img__box img:first-of-type {
  margin-bottom: 30px;
}
.about .content__row__wrapper .content__row--left .img__box:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -310px;
  height: 100%;
  width: 100%;
  max-height: 341px;
  max-width: 212px;
  background: url("../images/pinguin_l.svg") no-repeat center center / contain;
}

.about .content__row__wrapper .content__row--left .row__text__box {
  position: relative;
}
.about .content__row__wrapper .content__row--left .row__text__box:after {
  content: "";
  position: absolute;
  display: block;
  right: -310px;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-height: 341px;
  max-width: 212px;
  background: url("../images/pinguin_r.svg") no-repeat center center / contain;
}
.about .about__row__wrapper {
  margin-bottom: 100px;
}
.about .about__row__wrapper:not(.first) {
  padding-top: 200px;
  background: url("../images/eisberg_linie.svg") no-repeat left top;
}

/* jobs   */
.jobDetail .facts__box {
  padding-top: 200px;
  background: url("../images/eisberg_linie.svg") no-repeat left top;
}

.about .about__row__wrapper.last {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 1023px) {
  .about .about__row__wrapper .about__row {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .about .about__row__wrapper .about__row .row__text__box--inner {
    margin-top: 30px;
  }
}
.about .about__row__wrapper .about__row h2 {
  margin-bottom: 15px;
}
.about .about__row__wrapper .about__row h3 {
  margin: 30px 0 15px 0;
}
.about .about__row__wrapper .about__row .img__box img {
  border-radius: 180px;
}
.about .headline__text {
  padding-top: 96px;
}
@media only screen and (max-width: 639px) {
  .about .headline__text {
    padding-top: 30px;
  }
}
.social__tiles {
  margin-top: 197px;
}
.social__tiles h2 {
  margin-bottom: 10px;
  text-align: center;
}
.social__tiles h3 {
  margin-bottom: 44px;
  text-align: center;
}
.social__tiles ul {
  text-align: center;
}
.social__tiles ul li {
  display: inline-block;
}
@media only screen and (max-width: 639px) {
  .social__tiles ul li {
    display: block;
  }
}
.social__tiles ul li i {
  font-size: 140px;
  color: #000000;
}
.social__tiles ul li:first-of-type {
  margin-right: 81px;
}
@media only screen and (max-width: 639px) {
  .social__tiles ul li:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#footer {
  position: relative;
  margin-top: 200px;
  height: fit-content;
  background: #47ab56;
}

#footer .footer__inner {
  min-height: 130px;
  align-content: center;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 639px) {
  #footer {
    text-align: center;
    padding-bottom: 2rem;
  }
}
#footer:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  height: 101px;
  width: 100%;
  background: url(../images/eisberg_footer.svg) no-repeat center center / cover;
}
#footer:after {
  content: "";
  position: absolute;
  top: -324px;
  left: 97px;
  height: 450px;
  width: 530px;
  background: url(../images/grafic_pinguin_eisberg.svg) no-repeat left center / contain;
  animation: float 6s ease-in-out infinite;
}
@media only screen and (max-width: 1700px) {
  #footer:after {
    top: -259px;
    height: 370px;
    width: 430px;
  }
}
@media only screen and (max-width: 1500px) {
  #footer:after {
    top: -264px;
    left: 7px;
    height: 330px;
    width: 390px;
  }
}
@media only screen and (max-width: 1260px) {
  #footer:after {
    top: -155px;
    left: 7px;
    height: 190px;
    width: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer:after {
    display: none;
  }
}
#footer ul {
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  #footer ul {
    margin: 0;
  }
}
#footer ul li {
  color: #ffffff;
  margin-bottom: 5px;
}
#footer ul li:last-child {
  margin-bottom: 0;
}

#footer ul li a,
#footer ul li strong {
  color: inherit;
  font-weight: 400;
}
#footer ul li:hover {
  text-decoration: underline;
}
#footer ul li.active {
  color: #d00251;
}
@keyframes float {
  0% {
    transform: translatey(0px) rotate(0deg);
  }
  50% {
    transform: translatey(-15px) rotate(5deg);
  }
  100% {
    transform: translatey(0px) rotate(0deg);
  }
}
.references .info__boxes {
  padding-bottom: 114px;
}
.references .info__boxes--box-inner {
  border: 5px solid #91adb1;
}
.references .info__boxes--box-inner:hover {
  border-color: #47ab56;
}
.references #bottom .headline__text {
  padding-top: 75px;
}
.content__header {
  position: relative;
}
.content__header h2 {
  position: absolute;
  padding: 17px 52px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #ffffff;
}
.content__text__box {
  margin-top: 142px;
  margin-bottom: 100px;
}
.content__text__box .inner {
  position: relative;
}
.content__text__box .inner h2 {
  margin-bottom: 28px;
}
.content__text__box .inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 341px;
  width: 212px;
  background: url(../images/pinguin_r.svg) no-repeat center center / contain;
}
.article__noverflow {
  position: relative;
  overflow: hidden;
}
.overview-link {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .overview-link {
    display: block !important;
  }
}
.overview-link span {
  padding: 10px 30px;
}
@media only screen and (max-width: 1023px) {
  .level_1 > span.active {
    color: #d00251 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .level_1 .level_2 span.active {
    text-decoration: underline;
  }
}
.privacy .content__text__box {
  margin-bottom: 170px;
}
@media screen and (max-width: 1260px) {
  .privacy .content__text__box {
    margin-bottom: 50px;
  }
}
.mobile-socials {
  position: absolute;
  display: none;
  width: 60%;
  left: 50%;
  bottom: 160px;
  z-index: 999999;
  background: transparent !important;
  color: #ffffff !important;
  transform: translate(-50%, 0);
  font-size: 50px !important;
}
@media only screen and (max-width: 1023px) {
  .mobile-socials {
    display: flex !important;
  }
}
.mobile-socials a {
  width: auto;
  float: left;
}
.mobile-socials a i {
  display: block;
  margin: 0 auto;
}
.level_2 .mobile-socials {
  display: none !important;
}
