.dektop-only {
  display: none;
}

html {
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 18px;
}

/*.bg_video
  position: absolute */
/*  @media only screen and (max-width: 450px)
    top: 0 */
.full-screen-header.video {
  padding-top: 85px;
}

.full-screen-header.image {
  padding-top: 85px;
}

.full-screen-header .breite_1000 {
  padding: 20px 40px;
}

.logo {
  margin-left: 40px;
}

.title-wrapper {
  padding: 0;
  left: auto;
  right: 5%;
  bottom: 7%;
}

.breite_1000 {
  width: 100%;
}

.nav-wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #222;
  /*align-items: center */
}

.video-overlay {
  width: 100%;
  height: 75%;
}

@media only screen and (max-width: 800px) {
  .nav-wrapper {
    height: 55px;
  }
  .nav-wrapper .logo img {
    height: 55px;
  }
  .full-screen-header.video {
    padding-top: 55px;
  }
}

.mobile-nav {
  display: block;
  height: 55px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  margin-top: 14px;
}

@media only screen and (max-width: 800px) {
  .mobile-nav {
    margin-top: 0px;
  }
}

.hamburger {
  dsiplay: block;
  z-index: 2;
  cursor: pointer;
}

.hamburger div {
  height: 2px;
  width: 25px;
  background-color: #FFF;
  margin-bottom: 5px;
}

.mobile-menu {
  display: block;
  position: fixed;
  height: 100vh;
  width: 100vw;
  padding-top: 85px;
  background-color: #222;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.mobile-menu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mobile-menu div .mobile-dropdown-content {
  display: none;
}

.mobile-menu div .mobile-dropdown-content a {
  padding: 0 10px;
  line-height: 44px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.mobile-menu div a {
  color: #FFF;
  padding: 33px 0;
  text-decoration: none;
  font-weight: 700;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
}

.mobile-menu div a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown .icon-down {
  position: absolute;
  font-size: 17px;
  color: #fff;
  right: 90px;
  top: 32px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.display-mobile-nav {
  display: block;
}

.show {
  visibility: visible;
  opacity: 0.95;
}

.desktop-nav {
  display: none;
}

#leistungen-dropdown {
  display: none;
}

.title-wrapper {
  /* position: static */
  /* margin-left: 30px */
  /* margin-bottom: 70px */
}

.title-wrapper h1 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #FFF;
  opacity: 0.9;
  line-height: 2rem;
}

.title-wrapper h1 span {
  font-weight: bold;
  color: #FFF;
}

.title-wrapper p {
  max-width: 750px;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.8;
  color: #FFF;
  max-width: 300px;
}

.kernaussage {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kernaussage.shortcode {
  padding: 20px 22px;
}

.kernaussage div {
  /* width: auto */
}

.kernaussage div h1 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.kernaussage div h2 {
  font-size: 1.3rem;
}

.kernaussage div h4 {
  font-size: 1.5rem;
}

.kernaussage div p {
  font-size: 1rem;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.8rem;
  margin-bottom: 10px;
}

.kernaussage div p:last-child {
  margin-bottom: 0;
}

.row-left, .row-right {
  min-height: 40vh;
}

.row.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.content-box-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F2F2;
  /* margin-bottom: 60px */
  width: 100%;
}

.content-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

.content-box {
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 0 20px 0;
}

.content-box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content-box img {
  width: 300px;
  height: auto;
}

.content-box h3 {
  padding: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 1250px) {
  .unsere-werte h1 {
    margin-bottom: 50px;
  }
}

.large-title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.row div > div {
  width: 90%;
  margin-top: 40px;
}

.row div > div h2 {
  font-size: 1.7rem;
}

@media only screen and (max-width: 1250px) {
  .row div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.row img {
  height: 190px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 1250px) {
  .row img {
    margin-bottom: 50px;
  }
}

.row ol {
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .row ol {
    width: 70%;
  }
}

@media only screen and (max-width: 1250px) {
  .row ol:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.row ol li {
  font-size: 12px;
  margin-bottom: 13px;
  opacity: 0.6;
  line-height: 22px;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.preisangebot .ansprechpartner {
  margin-top: 30px;
}

.info-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.info-banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info {
  padding: 20px 10px;
}

.info p {
  font-size: 12px;
  opacity: 0.6;
  line-height: 18px;
  max-width: 500px;
}

.service {
  padding-top: 70px;
  padding: 0px 20px 20px 20px;
}

.service .large-title {
  margin-bottom: 30px;
}

.column {
  margin: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1250px) {
  .column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 20px;
  }
}

.column div {
  margin-bottom: 10px;
}

.column h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.column p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  opacity: 0.6;
  max-width: 450px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.copyright-wrapper {
  width: 100%;
}

.copyright-wrapper div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.copyright span:first-child {
  margin-top: 50px;
}

.boxen-mit-inhalt-wrapper {
  -ms-grid-columns: (1fr)[1] !important;
      grid-template-columns: repeat(1, 1fr) !important;
}

#social-media h4 {
  margin-top: 40px;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid.grid-2 {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.grid.grid-3 {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.grid.grid-5 {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.grid.grid-1-3 {
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
}

.grid.grid-1-5 {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.grid.grid-2-1 {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.grid.grid-2-3 {
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
}

.grid.grid-3-1 {
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
}

.grid.grid-3-2 {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.grid.grid-5-1 {
  -ms-grid-columns: 5fr 1fr;
      grid-template-columns: 5fr 1fr;
}

.grid.gap-3 {
  gap: 3%;
}

.grid.gap-h3 {
  grid-column-gap: 3%;
}

.grid.gap-30px {
  gap: 30px;
}

.grid.gap-v60px {
  grid-row-gap: 60px;
}

#bild_text .text {
  font-size: 1rem;
}

#bild_text div.bild {
  height: 35vh;
}

.innerpadding3050 {
  padding: 30px 30px;
}

.padding80 {
  padding: 20px;
}

#footer-navigation div {
  margin-bottom: 40px;
}

.carousel-box {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .carousel-box {
    width: 100%;
  }
}

.flickity-button {
  top: 44% !important;
  width: 24px !important;
  height: 24px !important;
}

@media only screen and (max-width: 800px) {
  .flickity-button {
    display: none !important;
  }
}

.flickity-button.next {
  right: -33px !important;
}

.flickity-button.prev {
  left: -33px !important;
}

@media only screen and (max-width: 800px) {
  .aspect-name {
    width: 100%;
    margin-left: 0;
  }
  .all-opinions {
    font-size: 14px;
  }
  .sentiment-wrapper {
    padding: 14px 5px 14px;
  }
  .sentiment-wrapper > div > div {
    padding: 16px 10px 20px;
  }
  .downloads a {
    margin: 0;
    width: 100%;
  }
}

#downloads {
  display: -ms-grid;
  display: grid;
  gap: 0;
}

#downloads img {
  margin-bottom: 10px;
}

#downloads div {
  margin: 20px 0;
}

.boxen-mit-inhalt h2 {
  line-height: 1.1em;
}

.hintergrundbild-parallax {
  /* background-attachment: scroll */
}

.inhalt-wrapper.akkordeon {
  padding: 20px;
}

.intro {
  padding: 15px 15px 0 15px !important;
}

.intro p {
  margin-bottom: 14px;
}

@media only screen and (max-width: 800px) {
  .zahlen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .zahlen div {
    margin-bottom: 60px;
  }
  #google-karte {
    height: 80vh;
  }
}

@supports (-webkit-touch-callout: none) {
  .hintergrundbild-parallax {
    background-attachment: scroll;
  }
  .boxen-mit-inhalt {
    background-attachment: scroll;
  }
  .parralax_hintergrund {
    background-attachment: scroll;
  }
  .ios_off {
    display: none;
  }
}
/*# sourceMappingURL=mobile.css.map */