body {
  overflow-x: hidden;
}

section {
  overflow-x: hidden;
}

.text-green {
  color: #006b37 !important;
}

.text-yellow {
  color: #FFE000 !important;
}

.text-grey {
  color: #727272 !important;
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/muli-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v19-latin-regular.woff2") format("woff2"), url("../fonts/muli-v19-latin-regular.woff") format("woff"), url("../fonts/muli-v19-latin-regular.ttf") format("truetype"), url("../fonts/muli-v19-latin-regular.svg#Muli") format("svg");
  /* Legacy iOS */
}

/* muli-900 - latin */
@font-face {
  font-family: 'Muli Black';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/muli-v19-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/muli-v19-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v19-latin-900.woff2") format("woff2"), url("../fonts/muli-v19-latin-900.woff") format("woff"), url("../fonts/muli-v19-latin-900.ttf") format("truetype"), url("../fonts/muli-v19-latin-900.svg#Muli") format("svg");
  /* Legacy iOS */
}

.font-muli {
  font-family: 'Muli' !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.font-muli-black {
  font-family: 'Muli Black' !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.font-roboto {
  font-family: 'Roboto Condensed' !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

h1 {
  font-family: 'Roboto Condensed' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #727272;
  border-bottom: 1px solid #006b37;
  font-size: 1.5rem;
  display: inline;
}

h1.h1-white {
  border-bottom: 1px solid white;
}

h2 {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  color: #727272;
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-family: 'Muli' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: .85rem;
}

.siegbert-logo {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
  width: auto;
}

.nav-item {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Roboto Condensed' !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.nav-item .nav-link {
  color: #006b37 !important;
}

.nav-item:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #006b37 !important;
}

.nav-item:hover .nav-link {
  color: white !important;
}

.dropdown-item {
  color: #006b37 !important;
}

.leistung-auswahl {
  border-radius: 100vh;
  border: 3px solid #006b37;
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
}

.leistung-auswahl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent;
}

.leistung-auswahl img:hover {
  background-color: rgba(0, 107, 55, 0.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.link {
  font-family: 'Muli' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #727272 !important;
  font-size: 1rem;
}

.bg-green {
  background: #006b37 !important;
}

.show-container {
  height: 100%;
  width: 100%;
  background: #727272;
}

.bildfeld-card {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.bildfeld-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .feedback-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
}

.feedback-image-container {
  min-height: 320px;
  min-width: 320px;
  max-height: 320px;
  max-width: 320px;
  height: 320px;
  width: 320px;
  background: transparent;
  border-radius: 100vh;
  border: 10px solid #FFE000;
  display: block;
  overflow: hidden;
  margin: 0 2rem;
}

.feedback-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .feedback-image-container {
    height: 200px;
    width: 200px;
    min-height: 200px;
    min-width: 200px;
    max-height: 200px;
    max-width: 200px;
    background: transparent;
    border-radius: 220px;
    border: 10px solid #FFE000;
    display: block;
    margin: 2rem 0;
  }
}

.feedback-text {
  position: relative;
  width: 80%;
  padding: 0;
  text-align: left;
}

@media (max-width: 991.98px) {
  .feedback-text {
    text-align: center;
  }
}

.feedback-text p {
  font-family: 'Muli';
  color: #727272;
  font-size: 1.5rem;
  line-height: 120%;
  padding-top: 20px;
}

.bg-light {
  background: #F0F0F0 !important;
}

.card {
  border: 1px solid transparent;
}

.footerdiv {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}

.lama-class {
  position: absolute;
  bottom: 16px;
  height: 40px;
  width: auto;
}

@media (max-width: 767.98px) {
  .lama-class {
    display: none;
  }
}

.lama-stay {
  margin-left: 10%;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}

.lama-gone {
  opacity: 0;
  margin-left: 140%;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
  -webkit-animation: spin 1s ease;
  animation: spin 1s ease;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#hero {
  overflow-y: hidden;
}

.hero-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  opacity: .5;
}

.billboard-text {
  z-index: 2;
}

.jumbotron {
  min-height: 75vh !important;
  height: 75vh !important;
}

.billboard {
  min-height: 75vh !important;
  height: 100% !important;
  position: relative;
  background: black;
}

.hero-heading {
  font-size: 5rem;
  color: white;
  border-bottom: none;
}

.hero-paragraph {
  font-size: 2rem;
  color: white;
}

.hero-button {
  color: #FFE000;
  border: 2px solid #FFE000;
  font-size: 1rem;
  padding: .75rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hero-button:hover {
  color: black;
  background: #FFE000;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slick-prev::before {
  color: #727272 !important;
}

@media (max-width: 575.98px) {
  .slick-prev::before {
    margin-left: 2rem !important;
    display: none;
  }
}

.slick-next::before {
  color: #727272 !important;
}

@media (max-width: 575.98px) {
  .slick-next::before {
    margin-left: -4rem !important;
    display: none;
  }
}

#hero {
  height: 75vh;
}

#hero-point-container {
  position: relative;
  bottom: 0;
  height: 1rem;
  width: 100%;
  margin-top: -5rem;
}

.slick-dots li button::before {
  color: white !important;
}

.slick-track {
  height: 100% !important;
}

.slick-list {
  height: 100% !important;
}

.hidden-section {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.hidden-section.gone {
  opacity: 0;
  top: 101vh;
}

.hidden-section.visi {
  top: 0;
  opacity: 1;
}

a {
  color: #006b37;
}

@media (max-width: 767.98px) {
  .footer-links {
    height: 50px;
    margin-bottom: 0;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.show-container > .slick-arrow {
  z-index: 2;
}

.show-container > .slick-arrow::before {
  color: white !important;
}

.show-container > .slick-arrow::after {
  color: white !important;
}

@media (max-width: 991.98px) {
  .siegbert-welle {
    min-height: 100px;
  }
}

@media (max-width: 767.98px) {
  .siegbert-welle {
    min-height: 300px;
    -o-object-position: center;
       object-position: center;
  }
}

.footer-handler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767.98px) {
  .footer-handler {
    min-height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.leistung > .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem 0 2.5rem;
}
/*# sourceMappingURL=style.css.map */