@import url("../fonts/rajdhani-bold.ttf");
@import url("../fonts/rajdhani-light.ttf");
@import url("../fonts/rajdhani-medium.ttf");
@import url("../fonts/rajdhani-regular.ttf");
@import url("../fonts/rajdhani-semibold.ttf");
@font-face {
  font-family: Rajdhani;
  src: url("../fonts/rajdhani-regular.ttf");
}
@font-face {
  font-family: Rajdhani;
  font-weight: bold;
  src: url("../fonts/rajdhani-bold.ttf");
}
svg {
  font-family: Rajdhani, serif;
  font-weight: bold;
}

body {
  font-family: "Rajdhani", sans-serif;
  padding: 0;
}
body .body-container {
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body .body-container {
    background-attachment: scroll;
    background-size: 1200px auto;
    background-position: center top;
  }
}
body .body-container .nachhaltig-container {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
  /*      @include for-phone-only {
          background-attachment:scroll;
          background-size: 1200px auto;
          background-position: center top;
        */
}
body footer {
  font-family: Rajdhani, sans-serif;
  background-color: #202020;
  color: #FFFFFF;
  font-size: max(12px, 0.78125vw);
  padding: 20px 10px;
  max-width: 100vw;
}
body footer .row {
  margin: 0;
  width: 100%;
}
body footer .row li {
  padding: 0 5px;
  width: max-content;
}
body footer .row .social {
  padding-left: 10px;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: max(32px, 4.6875vw);
  line-height: max(32px, 4.6875vw);
}

h2 {
  font-size: max(28px, 4.1666666667vw);
  line-height: max(28px, 4.1666666667vw);
}

h3 {
  font-size: max(20px, 2.6041666667vw);
  line-height: max(20px, 2.6041666667vw);
}

.page-heading-wrapper {
  padding: max(0px, 2.6041666667vw);
}
.page-heading-wrapper .page-heading {
  font-size: max(28px, 4.1666666667vw);
  line-height: max(28px, 4.1666666667vw);
}
.page-heading-wrapper h1.page-heading {
  color: #FFFFFF;
  margin-top: 50px;
}
.page-heading-wrapper h2.page-heading {
  color: #47AF56;
}

li {
  list-style: none;
  color: white;
}

a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: #47AF56;
}

input#mail {
  display: none;
}

.heading-light {
  color: #FFFFFF;
  padding-left: max(0px, 2.6041666667vw);
  margin-bottom: max(20px, 2.6041666667vw);
}
.heading-light span {
  color: #47AF56;
}

.heading-light-2 {
  color: #FFFFFF;
  padding-left: 0px;
  margin-bottom: max(20px, 2.6041666667vw);
}
@media (min-width: 1200px) {
  .heading-light-2 {
    padding-left: max(0px, 2.6041666667vw);
  }
}
.heading-light-2 span {
  color: #47AF56;
}

.heading-dark {
  color: #202020;
  padding-left: max(0px, 2.6041666667vw);
  margin-bottom: max(20px, 2.6041666667vw);
}
.heading-dark span {
  color: #47AF56;
}

.color-secondary {
  color: #47AF56;
}

.textbox-transparent {
  background-color: transparent;
}

.textbox-light {
  background-color: lightgrey;
  color: #202020;
}

.textbox-dark {
  background-color: #202020;
  color: #FFFFFF;
}

.textbox-accent {
  background-color: #2D3C49;
  color: #FFFFFF;
}

.button {
  font-size: clamp(14px, max(0px, 1.4583333333vw), 30px);
  font-family: "Rajdhani", sans-serif;
  font-weight: 900;
  cursor: pointer;
  width: 282px;
  border: none;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .button {
    width: 141px;
  }
}

.button-small {
  height: 62px;
}
@media (max-width: 767px) {
  .button-small {
    height: 31px;
  }
}
.button-small .button-text {
  margin: auto;
  width: 80%;
}
.button-small .button-arrows {
  width: 20%;
  border-radius: 5px;
}
.button-small .button-arrows p {
  margin: auto;
}
.button-small:hover .button-text {
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease, opacity 0.2s ease;
}
.button-small:hover .button-arrows {
  background-color: #47AF56;
  width: 100%;
  transition: all 0.5s ease, background-color 1s ease;
  transition-delay: 0.1s;
}
.button-small:hover .button-arrows p {
  color: #FFFFFF;
  transform: translateX(45%);
  transition: 0.35s ease;
  transition-delay: 0.1s;
}

.button-large {
  height: 90px;
}
@media (max-width: 767px) {
  .button-large {
    height: 45px;
  }
}
.button-large .button-text {
  margin: auto 0;
  width: 80%;
}
.button-large .button-text p {
  margin: auto 0;
  padding-left: 20px;
  width: 40%;
}
.button-large .button-arrows {
  width: 90px;
  border-radius: 0 5px 5px 0;
}
.button-large .button-arrows p {
  margin: auto;
}
.button-large:hover .button-text {
  color: #202020;
  width: 0;
  overflow: visible;
  z-index: 2;
  transition: all 0.5s ease, opacity 0.3s ease;
  transition-delay: 0.1s;
}
.button-large:hover .button-arrows {
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s ease, background-color 1s ease;
  transition-delay: 0.1s;
}
.button-large:hover .button-arrows p {
  transform: translateX(60%);
  transition: 0.35s ease;
  transition-delay: 0.1s;
}

.button-light {
  background-color: #FFFFFF;
  color: #202020;
}
.button-light .button-arrows {
  color: #47AF56;
}

.button-dark {
  background-color: #202020;
  color: #FFFFFF;
}
.button-dark .button-arrows {
  background-color: #47AF56;
  color: #202020;
}

.button-secondary {
  background-color: #47AF56;
  color: #FFFFFF;
}
.button-secondary:hover {
  background-color: #2D3C49;
}

.button-third {
  background-color: #FFF;
  color: #139739;
}
.button-third:hover {
  background-color: #2D3C49;
  color: #FFFFFF;
}

.button-transparent {
  background-color: transparent;
}

#filter-button {
  color: #47AF56;
}
#filter-button:hover {
  color: #FFFFFF;
}

#slider-button {
  right: 150px;
  bottom: 150px;
}

.grow-container {
  position: relative;
}
.grow-container .hover_grow {
  transition: all 300ms ease-in-out;
  z-index: auto;
  position: relative;
}
.grow-container .hover_grow:hover {
  /* bring your own prefixes */
  transform: translateZ(100em) scale(1.4);
  cursor: grab;
  box-shadow: 0px 0px 10px;
  z-index: 9999999999;
}

@media (max-width: 767px) {
  section {
    padding: 100px 10px 0 10px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  section {
    padding: 100px 5% 0 15%;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  section {
    padding: 100px 5% 0 10%;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 100px 5% 0 10%;
  }
}
@media (min-width: 1400px) {
  section {
    padding: 100px 5% 100px 10%;
  }
}
@media (max-width: 767px) {
  section .left-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  section .left-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  section .left-col {
    padding-left: max(10px, 2.6041666667vw);
    padding-right: max(10px, 2.6041666667vw);
  }
}
@media (min-width: 1200px) {
  section .left-col {
    padding-left: 0;
    padding-right: max(10px, 2.6041666667vw);
  }
}
@media (max-width: 767px) {
  section .right-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  section .right-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  section .right-col {
    padding-left: max(10px, 2.6041666667vw);
    padding-right: max(10px, 2.6041666667vw);
  }
}
@media (min-width: 1200px) {
  section .right-col {
    padding-left: max(10px, 2.6041666667vw);
    padding-right: 0;
  }
}
section .textbox {
  width: max(100%, 35.1041666667vw);
  height: auto;
  padding: max(20px, 2.6041666667vw);
}
section .textbox h3 {
  width: 60%;
}
section .textbox-float-right h3 {
  width: max-content;
}
section .image-by-textbox {
  display: block;
  margin: 0 auto;
  width: max(100%, 35.1041666667vw);
  height: auto;
  max-height: 530px;
  object-fit: contain;
}
section .image-by-textbox-unlimited {
  display: block;
  margin: 0 auto;
  width: max(100%, 35.1041666667vw);
  height: auto;
}
section .image-products {
  display: block;
  margin: 0 auto;
}

section .job-item-wrapper {
  margin: 20px auto;
}
section .job-item-wrapper .job-item {
  position: relative;
  background-color: lightgrey;
  color: #47AF56;
  width: max(300px, 23.4375vw);
  height: max(350px, 27.6041666667vw);
  margin: 0 auto;
}
section .job-item-wrapper .job-item h3 {
  font-size: max(20px, 3.6458333333vw);
  line-height: max(20px, 3.6458333333vw);
  padding: max(10px, 2.6041666667vw);
  text-shadow: 0.5px 0.5px #202020;
}
section .job-item-wrapper .job-item .headline_holder {
  position: relative;
  z-index: 5;
}
section .job-item-wrapper .job-item .layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  section .job-item-wrapper .job-item {
    width: max(250px, 23.4375vw);
    height: max(300px, 27.6041666667vw);
  }
}

.section-dark {
  background-color: #202020;
  color: #FFFFFF;
}

.section-light {
  background-color: lightgrey;
  color: #202020;
}

.section-transparent {
  background: transparent;
}

.section-transparent-light {
  background: rgba(255, 255, 255, 0.5);
}

.section-transparent-dark {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

.section-transparent-green {
  background: rgba(71, 175, 86, 0.8);
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .section-content {
    margin: 0 auto;
    padding: max(0px, 2.6041666667vw);
    width: 100%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .section-content {
    padding: max(0px, 2.6041666667vw);
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .section-content {
    padding: max(0px, 2.6041666667vw);
  }
}
@media (min-width: 1200px) {
  .section-content {
    padding: max(0px, 2.6041666667vw);
  }
}
@media (min-width: 1400px) {
  .section-content {
    padding: max(0px, 2.6041666667vw);
  }
}

.section-small {
  min-height: 10%;
  height: max-content;
  padding: 10%;
}

.section-full {
  height: 100%;
}

#home-section-head {
  min-height: 450px;
}
@media (min-width: 560px) {
  #home-section-head {
    min-height: 550px;
  }
}
@media (min-width: 1000px) {
  #home-section-head {
    min-height: 600px;
  }
}
@media (min-width: 1100px) {
  #home-section-head {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  #home-section-head #heading-home-wrapper {
    margin-top: 50%;
  }
  #home-section-head #heading-home-wrapper h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #home-section-head #heading-home-wrapper {
    margin-top: 40%;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  #home-section-head #heading-home-wrapper {
    margin-top: 40%;
  }
}
@media (min-width: 1200px) {
  #home-section-head #heading-home-wrapper {
    margin-top: 15%;
  }
}
#home-section-head #heading-home-wrapper .heading-home {
  color: #FFFFFF;
  padding: 10px;
  margin-left: max(0px, 2.6041666667vw);
  width: max-content;
}
#home-section-head #heading-home-wrapper #heading-1-home {
  background-color: rgba(19, 151, 57, 0.7);
}
#home-section-head #heading-home-wrapper #heading-2-home {
  background-color: rgba(45, 60, 73, 0.7);
}
#home-section-head .carousel-inner {
  min-height: 300px;
  min-width: 500px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: transparent;
}
#home-section-head #landing-button {
  margin-bottom: 5%;
}

#home-section-2 .left-col .textbox {
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1490196078);
}
#home-section-2 .right-col img {
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1490196078);
}
#home-section-2 .right-col #section-button {
  bottom: 0;
  right: 0;
  transform: translate(15%, 50%);
}

@media (min-width: 1200px) {
  #ansprechpartner-seite .page-heading-wrapper {
    margin-left: 8px;
  }
  #ansprechpartner-seite .button {
    margin-left: 8px;
    margin-bottom: 10px;
  }
}

.ansprechpartner-item {
  width: max(300px, 17.1875vw);
  height: max(300px, 17.1875vw);
  aspect-ratio: 1/1;
  background-color: grey;
  background-size: cover;
  background-position: top;
}
.ansprechpartner-item .ansprechpartner-item-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 5%;
}
@media (max-width: 767px) {
  .ansprechpartner-item .ansprechpartner-item-overlay {
    display: flex;
    align-items: end;
    padding: 5%;
  }
}
@media (max-width: 767px) {
  .ansprechpartner-item .ansprechpartner-item-overlay .ansprechpartner-info p {
    margin-bottom: 5px;
  }
}
.ansprechpartner-item:hover {
  cursor: pointer;
}
.ansprechpartner-item:hover .ansprechpartner-item-overlay {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .ansprechpartner-item .ansprechpartner-item-overlay {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
  }
}

#sec_jobs button {
  color: #FFFFFF;
  background-color: #2D3C49;
}
#sec_jobs ul {
  padding-left: 1rem;
}
#sec_jobs ul li {
  list-style: square !important;
  color: #202020;
}
#sec_jobs .accordion-button::after {
  background-image: none;
  content: "+";
  transform: none;
  font-size: 40px;
  width: unset;
  height: unset;
}
#sec_jobs .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  font-size: 48px;
}

#sec_karriere ul {
  padding-left: 1rem;
}
#sec_karriere ul li {
  list-style: square !important;
  color: #202020;
}

.produkt-item {
  width: 260px;
  height: 260px;
  background-size: cover;
  background-position: center;
  /*@include for-tablet-portrait-up {
    margin: 100% 0 5% 0;
  }
  @include for-tablet-landscape-up {
    margin: auto 0;
  }
  @include for-desktop-up {
    margin: auto 0;
  }
  @include for-big-desktop-up {
    margin: auto 0;
  }*/
}
.produkt-item .produkt-item-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 10%;
}
.produkt-item .produkt-item-overlay .produkt-info {
  margin-top: 25%;
}
.produkt-item:hover {
  cursor: pointer;
}
.produkt-item:hover .produkt-item-overlay {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
.filterModal .modal-content {
  background-color: rgba(32, 32, 32, 0.5215686275);
}
.filterModal .modal-content .filter-button-group {
  width: 75%;
}
.filterModal .modal-content .col {
  padding: 20px;
}
.filterModal .modal-content .col button {
  font-size: max(20px, 2.6041666667vw);
  line-height: max(20px, 2.6041666667vw);
  width: max-content;
  height: max(24px, 3.3854166667vw);
  border: none;
  border-radius: 5px;
}

form label {
  color: #FFFFFF;
}
form .form-control:focus {
  border-color: rgba(71, 175, 86, 0.4588235294);
  box-shadow: 0 0 0 0.25rem rgba(71, 175, 86, 0.4588235294);
}
form .form-check-input {
  background-color: #47AF56 !important;
  border-color: #FFFFFF !important;
  color: #47AF56 !important;
}
form .form-check-input:focus {
  box-shadow: 0 0 0 0 rgba(71, 175, 86, 0.5) !important;
}

address .address-font-50 {
  font-size: max(20px, 2.6041666667vw);
  line-height: max(20px, 2.6041666667vw);
  font-weight: bold;
}
address .address-font-30 {
  font-size: max(18px, 1.5625vw);
  line-height: max(18px, 1.5625vw);
  font-weight: bold;
}
address .address-font-22 {
  font-size: max(16px, 1.1458333333vw);
  line-height: max(16px, 1.1458333333vw);
}

.section_image_row h2 {
  font-size: max(22px, 4.1666666667vw);
  line-height: max(22px, 4.1666666667vw);
  color: #FFFFFF;
}
.section_image_row h3 {
  font-size: max(22px, 4.1666666667vw);
  line-height: max(22px, 4.1666666667vw);
  color: #47AF56;
}
.section_image_row .hover_headline_h2 {
  font-size: max(20px, 1.5625vw);
  line-height: max(20px, 1.5625vw);
  color: #47AF56;
}
.section_image_row .hover_headline_p {
  font-size: max(16px, 1.1458333333vw);
  line-height: max(16px, 1.1458333333vw);
  color: #202020;
}

.section_ablauf h2, .section_ablauf h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: max(22px, 4.1666666667vw);
  line-height: max(22px, 4.1666666667vw);
}
.section_ablauf h2 {
  color: #FFFFFF;
}
.section_ablauf h3 {
  color: #47AF56;
}
.section_ablauf .line_grid_container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.section_ablauf .line_grid_container .line_grid_row {
  cursor: pointer;
  grid-column: span 1;
  grid-row: span 1;
  height: 220px;
  position: relative;
}
.section_ablauf .line_grid_container .line_grid_row:nth-of-type(odd) {
  grid-column-start: 1;
  border-right: 2px solid #FFFFFF;
  margin-right: -1px;
}
.section_ablauf .line_grid_container .line_grid_row:nth-of-type(odd)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.section_ablauf .line_grid_container .line_grid_row:nth-of-type(even) {
  grid-column-start: 2;
  border-left: 2px solid #FFFFFF;
  margin-left: -1px;
}
.section_ablauf .line_grid_container .line_grid_row:nth-of-type(even)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_row_il {
  width: 33.3333%;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_row_ir {
  width: 66.6667%;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_headlines {
  position: relative;
  padding-left: max(5px, 5.2083333333vw);
  margin-bottom: 5px;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_headlines p, .section_ablauf .line_grid_container .line_grid_row .line_grid_headlines h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: max(20px, 1.5625vw);
  line-height: max(20px, 1.5625vw);
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_headlines p {
  color: #FFFFFF;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_headlines h3 {
  color: #47AF56;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_headlines::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(5px, 2.6041666667vw);
  border: 1px solid #47AF56;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_hidden {
  padding-left: max(5px, 4.6875vw);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.section_ablauf .line_grid_container .line_grid_row .line_grid_hidden li {
  list-style: disc;
  color: #FFFFFF;
}
.section_ablauf .line_grid_container .line_grid_row:hover .line_grid_hidden {
  opacity: 1;
  height: auto;
}
.section_ablauf .line_grid_container .blue_point:nth-of-type(odd)::after {
  background-color: #47AF56;
}
.section_ablauf .line_grid_container .blue_point:nth-of-type(even)::before {
  background-color: #47AF56;
}
@media (max-width: 1200px) {
  .section_ablauf .line_grid_container {
    grid-template-columns: repeat(1, 100%);
  }
  .section_ablauf .line_grid_container .line_grid_row::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
  }
  .section_ablauf .line_grid_container .line_grid_row:nth-of-type(even) {
    grid-column-start: 1;
    border-left: 2px solid #FFFFFF;
    margin-left: -1px;
  }
  .section_ablauf .line_grid_container .line_grid_row:nth-of-type(even)::after {
    display: none;
  }
  .section_ablauf .line_grid_container .line_grid_row:nth-of-type(odd) {
    grid-column-start: 1;
    border-left: 2px solid #FFFFFF;
    margin-left: -1px;
    border-right: none;
  }
  .section_ablauf .line_grid_container .line_grid_row:nth-of-type(odd)::after {
    display: none;
  }
  .section_ablauf .line_grid_container .blue_point:nth-of-type(odd)::before {
    background-color: #47AF56;
  }
  .section_ablauf .line_grid_container .blue_point:nth-of-type(even)::before {
    background-color: #47AF56;
  }
}

.ueber_uns_s3 ul {
  margin-top: 10px;
  padding-left: 1rem;
}
.ueber_uns_s3 ul li {
  list-style: square;
  margin-bottom: 5px;
}

#section-weltkarte {
  min-height: 60vh !important;
  max-height: 80vh;
}
@media (max-width: 767px) {
  #section-weltkarte {
    min-height: 30vh !important;
  }
}

.time-beam {
  font-family: Rajdhani, sans-serif;
  line-height: 40px;
  /* .time-beam:hover */
}
.time-beam .time-beam-text {
  max-height: 20px !important;
  visibility: hidden;
  line-height: 20px;
}
@media (max-width: 767px) {
  .time-beam .time-beam-text {
    visibility: visible;
    max-height: max-content !important;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .time-beam .time-beam-text {
    visibility: visible;
    max-height: max-content !important;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .time-beam .time-beam-text {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .time-beam .time-beam-text {
    visibility: hidden;
  }
}
@media (min-width: 1400px) {
  .time-beam .time-beam-text {
    visibility: hidden;
  }
}
.time-beam .time-beam-year {
  font-size: 40px;
}
.time-beam:hover .time-beam-text {
  visibility: visible;
}
.time-beam:hover .time-beam-year {
  font-weight: bold;
}
.time-beam:hover + .time-beam .time-beam-text {
  visibility: visible;
}
.time-beam:hover + .time-beam .time-beam-year {
  font-weight: bold;
}

.download_links {
  font-size: max(20px, 1.25vw);
}

#download-buttons .col {
  padding: 20px;
}
#download-buttons .col .link-wrapper {
  font-size: max(20px, 2.6041666667vw);
  width: max-content;
  height: max(14px, 3.3854166667vw);
  border: none;
  border-radius: 5px;
}

#product-detail .image-column img {
  height: 600px;
  aspect-ratio: 5/8;
  object-fit: cover;
}
#product-detail .page-heading {
  font-size: max(20px, 2.6041666667vw);
  line-height: max(20px, 2.6041666667vw);
}
#product-detail p {
  font-size: max(16px, 0.9375vw);
  line-height: max(16px, 0.9375vw);
}
#product-detail .product-infos {
  width: max(320px, 21.875vw);
}
#product-detail .product-infos .product-props h3 {
  font-size: max(12px, 0.6770833333vw);
  line-height: max(12px, 0.6770833333vw);
}
#product-detail .product-infos .product-props p {
  font-size: max(13px, 0.7291666667vw);
  line-height: max(13px, 0.7291666667vw);
}
#product-detail .switch-button {
  margin: 50% auto;
  height: 230px;
  width: 100px;
}
#product-detail .switch-button .sw-btn-top {
  height: 130px;
}
#product-detail .switch-button .sw-btn-bottom {
  height: 100px;
  width: 100px;
}

#logo {
  position: absolute;
  right: 30px;
  top: 30px;
  background: transparent;
  z-index: 100;
}

nav {
  position: fixed;
  z-index: 99;
}
nav .sidebar {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 90px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #202020;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* Burgermenu with checkbox to avoid js
 * source: https://amazingcss.com/pure-css-hamburger-fold-out-menu-by-erik-terwan
 */
#menuToggle {
  display: block;
  position: relative;
  top: 50px;
  left: 30px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a:hover {
  color: white;
  font-weight: bold;
}

.menu-link {
  position: relative;
}

#menuToggle .menu-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #47AF56;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
}

#menuToggle .menu-link:hover:after {
  width: 100%;
  left: 0;
  background: #47AF56;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 105; /*20 and place it over the hamburger */
  -webkit-touch-callout: none;
}

/* Styling for Hamburger Icon */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 104;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:hover {
  background: #47AF56;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger into a crossmark.
 *
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #139739;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 600px;
  height: 105vh;
  margin: -80px 0 0 60px;
  padding: 125px 50px 50px;
  z-index: 103;
  color: white;
  background: #202020;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 767px) {
  #menu {
    margin-left: -50px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #menu {
    margin-left: 60px;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  #menu {
    margin-left: 60px;
  }
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

#menu-sideText {
  color: white;
  bottom: 80px;
  left: 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 105;
}

#error_404 {
  background-color: #202020;
  min-height: 100vh;
}
#error_404 h1 {
  color: #FFFFFF;
}

#ausbildung .content {
  margin-left: max(0px, 2.6041666667vw);
}

.respo-img {
  width: 100%;
  object-fit: cover;
}

.respo-img-2 {
  width: 60%;
  object-fit: cover;
}

.anim-text {
  margin-left: max(0px, 2.6041666667vw);
  width: max-content;
}

.zitat small {
  font-size: 0.7em;
}

.movie {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .movie {
    padding-bottom: 0;
  }
}

.film {
  width: 100%;
}
@media (min-width: 1200px) {
  .film {
    width: 93%;
  }
}
@media (min-width: 1400px) {
  .film {
    width: 98%;
  }
}

.bg-green {
  background-color: #47AF56;
  color: white;
  padding: 0;
  padding: 5%;
}

@media (max-width: 767px) {
  .zitat {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .zitat {
    padding-left: 5%;
  }
}
@media (min-width: 1200px) {
  .zitat {
    padding-left: 6% !important;
  }
}

.cover-img {
  width: 100%;
  object-fit: cover;
}

/* SLICK ARROWS */
.slide-arrow {
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  /*background-color: #e9e9e9 !important;*/
  outline: none;
  border: none;
  left: 20px;
  width: 40px;
  height: 63px;
  z-index: 50;
  background: url("../img/slick-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.next-arrow {
  /*background-color: #e9e9e9 !important;*/
  right: 20px;
  width: 40px;
  height: 63px;
  z-index: 50;
  background: url("../img/slick-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

/* SLICK DOTS */
.slick-dots {
  position: absolute;
  z-index: 300;
  left: 50%;
  transform: translate(-50%);
  margin-left: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #FFF;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #FFF;
}

/*.content {
 padding-left: max(0px, 2.6041666667vw);
}*/
.list {
  margin: -5px !important;
  padding: 0px !important;
}

.list-item {
  text-decoration: none;
  list-style: none;
  padding-bottom: 10px;
}

.list-item .img-svg-list {
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  width: 40px;
  height: 40px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.list-item p {
  padding: 0;
  margin: 0;
  margin-left: 50px;
  margin-top: -35px;
  font-size: 22px;
}

#acco .accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #47AF56;
}
#acco .accordion-button:not(.collapsed) {
  color: #47AF56;
  font-weight: bold;
}
#acco .accordion-button:is(.collapsed) {
  color: white;
  background-color: #202020 !important;
  border-radius: 0 !important;
}
#acco .accordion-button {
  background-color: white !important;
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 30px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#acco .accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
#acco .accordion-button:focus::before {
  background-color: transparent !important;
  border-color: transparent !important;
}
#acco .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2347AF56'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5 .5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
#acco .accordion-header {
  padding-bottom: 0;
}
#acco .accordion-body {
  padding-left: 30px;
  color: black;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-top: 1px solid #47AF56;
  margin-left: 20px;
  margin-right: 20px;
}
#acco .accordion-body li {
  list-style: disc;
  color: black;
}

.blocks li {
  list-style: disc;
}

@media (min-width: 1200px) {
  .pad-top {
    padding-top: 128px !important;
  }
}

/*table, th, tr {
  font-family: "Rajdhani", sans-serif !important;
}*/
/*.table > tbody > tr > td {
  vertical-align: middle !important;
}*/
table {
  margin: 0 !important;
}

th {
  background-color: #47AF56 !important;
  color: white !important;
  border-right: 1px solid #FFF;
  min-width: 150px;
}
@media (min-width: 1200px) {
  th {
    width: 200px;
  }
}

th:first-child {
  border-left: 1px solid #47AF56;
}

th:last-child {
  border-right: 1px solid #47AF56;
}

td {
  border: 1px solid #A0A0A0;
}

td:first-child {
  border-left: 1px solid #ecedee;
}

td:last-child {
  border-right: 1px solid #ecedee;
}

thead {
  border-bottom: 2px solid #FFF;
}

.table > :not(caption) > * > * {
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.table-img {
  width: 100px;
}

#text-liste .content li {
  list-style: disc;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignright {
  text-align: right;
}

.etable,
.etable td,
.etable tr {
  border: none !important;
}

/*tr:hover th {
  background-color: #4A4A4A !important;
  color: white !important;
  --bs-table-striped-bg: #47AF56 !important;
  cursor: default;
}*/
/*tr:hover td {
  background-color: #919191 !important;
  --bs-table-striped-bg:  #919191 !important;
  color: white !important;
  cursor: default;
}*/
figure .respo-img {
  max-width: 100%;
  width: 100%;
}

/*# sourceMappingURL=base_style.css.map */
