/*===================================================================

@Author: aios design
@URL: https://www.aios-design.com
@Developed By: aios-design

=====================================================================*/

@import "../fonts/fonts.css";


html, body {
  max-width: 100% !important;
  overflow-x: hidden !important; }

.is-invalid {
  border-color: red !important;
  background-color: #ffe6e6;
}

body {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-weight: 300;
  font-size: 1.05rem; }
  @media (min-width: 768px) {
    body {
      font-size: 1.1rem; } }

@media (max-width: 767.98px) {
  main {
    margin-top: -2rem; } }

.container {
  max-width: 1100px; }

.mw1 {
  max-width: 400px; }

.mw2 {
  max-width: 760px; }

p {
  line-height: 1.6; }
  @media (max-width: 767.98px) {
    p {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  p a {
    color: #009ca5; }

label a {
  color: #009ca5; }

h2, h3, h4, h5, h6 {
  font-family: "aktiv-grotesk", sans-serif;
  color: #009ca5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

h1 {
  font-family: "aktiv-grotesk", sans-serif;
  color: #707070;
  letter-spacing: 2px;
  font-size: 1.5rem; }
  @media (max-width: 767.98px) {
    h1 {
      background: white;
      position: relative;
      z-index: 10;
      border-radius: 1.25rem;
      padding-top: 1.5rem;
      margin-top: -4.75rem;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 1.9rem; } }

h2 {
  font-size: 1.9rem;
  line-height: 1.15; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3rem; } }
  h2 big {
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1.25; }
    @media (min-width: 768px) {
      h2 big {
        font-size: 3.2rem; } }
  h2 small {
    display: inline-block;
    line-height: 1.2; }

h3.alt {
  font-size: 2.2rem;
  color: #888888;
  font-weight: 200;
  text-transform: none; }
h3.alt2 {
  text-transform: none;
  font-weight: 200;
  font-size: 2.2rem;
  letter-spacing: 0; }

.btn-primary {
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  border-color: #009ca5;
  border-width: 1.5px;
  border-radius: 1rem;
  color: #009ca5;
  transition: 300ms !important; }
  .btn-primary:hover {
    background: #009ca5;
    color: white;
    border-color: #009ca5; }

.bg-light {
  background: #F0F0F0 !important; }

.bg-primary {
  background-color: #009ca5 !important;
  color: white; }
  .bg-primary p {
    color: white; }

.bg-primary-light {
  background-color: #def2f3; }

.primary {
  color: #009ca5; }

.vspace01 {
  width: 100%;
  height: 4rem; }

.navbar {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  padding-bottom: 0; }
  .navbar .navbar-brand img {
    width: 10rem;
    padding-bottom: 0.5rem;
    margin-left: 0.5rem; }
  .navbar .navbar-nav .nav-item {
    margin: 0rem 0.5rem; }
    .navbar .navbar-nav .nav-item .nav-link {
      font-weight: 400;
      border-top: 5px solid transparent;
      letter-spacing: 1px;
      padding-top: 0.75rem; }
      .navbar .navbar-nav .nav-item .nav-link.active {
        border-color: #009ca5; }
    .navbar .navbar-nav .nav-item.cta .nav-link {
      background: #def2f3;
      padding-bottom: 1.16rem; }
    .navbar .navbar-nav .nav-item.icon-link {
      padding-top: 0.25rem; }
      .navbar .navbar-nav .nav-item.icon-link .nav-link {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0;
        padding-top: 0;
        line-height: 1.6; }
        .navbar .navbar-nav .nav-item.icon-link .nav-link i {
          font-size: 1.5rem;
          color: #9fa4a4;
          padding-right: 0.5rem; }
        .navbar .navbar-nav .nav-item.icon-link .nav-link:hover {
          color: #009ca5; }
          .navbar .navbar-nav .nav-item.icon-link .nav-link:hover i {
            color: #009ca5; }

.navbar-toggler {
  border: none; }
  .navbar-toggler .navbar-toggler-icon {
    width: 1.9em;
    height: 1.9em; }

.navbar-toggler:focus {
  box-shadow: none; }
  .navbar-toggler:focus .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23009ca5' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

#hero-carousel {
  height: 100vh; }
  #hero-carousel .carousel-inner {
    height: 100%; }
    #hero-carousel .carousel-inner .carousel-item {
      height: 100%; }
      #hero-carousel .carousel-inner .carousel-item img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    #hero-carousel .carousel-inner .overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.25);
      top: 0;
      left: 0;
      z-index: 9; }
#hero-carousel .carousel-inner .overlay.dark {

  background: rgba(0, 0, 0, 0.25);
  }
  #hero-carousel .logo {
    position: absolute;
    display: flex;
    z-index: 10;
    /*background: rgba(255, 255, 255, 0.75);*/
    width: 96%;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18%;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3rem; }
    #hero-carousel .logo img {
      margin-top: auto;
      margin-bottom: auto; }
    @media (min-width: 768px) {
      #hero-carousel .logo {
        width: 36rem;
        margin-top: -8%; } }
  #hero-carousel .scroll-down-container {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    z-index: 10;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.navbar.fixed-top {
  top: -4.95rem;
  background: white;
  transition: ease 300ms; }
  .navbar.fixed-top.navbar-scrolled {
    top: 0; }

.scroll-down {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  font-size: 3.5rem;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  .scroll-down i {
    /*color: rgba(255,255,255,0.75);*/
    color: #fff;
    animation: scrollDown1 3s ease infinite; }

@keyframes scrollDown1 {
  0% {
    transform: translateY(-15px);
    opacity: 0; }
  50% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
.ib-element01 {
  width: 97%;
  height: 14rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  background: #79c6ca;
  background: linear-gradient(135deg, #79c6ca 0%, #34adb4 35%, #009ba4 35%); }
  @media (min-width: 768px) {
    .ib-element01 {
      padding-right: 5rem;
      width: 90%;
      border-top-right-radius: 5rem;
      border-bottom-right-radius: 5rem; } }
  .ib-element01 .marketing-headline {
    margin-top: 2.5rem; }
    .ib-element01 .marketing-headline h4 {
      color: white;
      font-size: 8rem;
      letter-spacing: -7px; }
      @media (min-width: 768px) {
        .ib-element01 .marketing-headline h4 {
          font-size: 10rem; } }
      .ib-element01 .marketing-headline h4 small {
        font-size: 4.5rem;
        margin-top: 1.5rem;
        position: absolute; }
        @media (max-width: 767.98px) {
          .ib-element01 .marketing-headline h4 small {
            margin-top: 1rem;
            margin-left: 0.25rem;
            font-size: 4.2rem; } }
    .ib-element01 .marketing-headline span {
      color: white;
      font-size: 1.9rem;
      font-weight: 400;
      text-transform: none;
      position: absolute;
      margin-left: 1rem;
      margin-top: -1.3rem; }
    .ib-element01 .marketing-headline h5 {
      color: white;
      position: relative;
      margin-top: -8.8rem;
      width: 24rem;
      margin-left: 11.5rem;
      font-size: 1.9rem;
      font-weight: 400;
      text-transform: none;
      text-align: center;
      text-indent: -5rem;
      line-height: 1.3; }
      @media (max-width: 767.98px) {
        .ib-element01 .marketing-headline h5 {
          margin-top: -4.2rem;
          margin-left: -2rem;
          text-indent: 6.4rem;
          font-size: 1.6rem;
          letter-spacing: 1px; } }
  .ib-element01.right {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    background: #009ba4;
    background: linear-gradient(224deg, #79c6ca 0%, #34adb4 25%, #009ba4 25%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: auto; }

.ib-element02 {
  height: 11rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  background: white;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .ib-element02 {
      height: 14rem; } }
  .ib-element02 h2 {
    padding-left: 3rem; }
    @media (max-width: 767.98px) {
      .ib-element02 h2 {
        padding-left: 1.5rem;
        letter-spacing: 1px;
        font-size: 2rem; } }

.lineLeft:before {
  content: '';
  width: 1px;
  height: 3rem;
  position: relative;
  left: 0;
  right: auto; }

.bg-alt-left {
  background: white;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem; }

.bg-alt-right {
  background: #F0F0F0;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem; }

#examplesCarousel .carousel-item {
  border-bottom: 4rem solid white; }
#examplesCarousel .carousel-caption {
  bottom: -4.5rem; }
  #examplesCarousel .carousel-caption h5 {
    border-radius: 2rem;
    color: #009ca5; }
  @media (max-width: 767.98px) {
    #examplesCarousel .carousel-caption {
      bottom: -5.6rem; }
      #examplesCarousel .carousel-caption h5 {
        font-size: 1.2rem; } }
#examplesCarousel .staticCaption {
  position: absolute;
  margin-top: -3rem;
  width: 9rem;
  background: white; }
#examplesCarousel .carousel-indicators {
  display: none; }
#examplesCarousel .carousel-control-next, #examplesCarousel .carousel-control-prev {
  opacity: 1;
  height: 2rem;
  margin-top: auto;
  margin-bottom: 1rem; }
  #examplesCarousel .carousel-control-next i, #examplesCarousel .carousel-control-prev i {
    color: #009ca5;
    font-size: 2rem; }

.number-left {
  font-size: 3rem;
  font-weight: 400;
  background: #009ca5;
  background: linear-gradient(120deg, #79c6ca 0%, #79c6ca 25%, #009ba4 25%);
  border-top-right-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
  text-align: right;
  padding-right: 2rem;
  color: white; }

.number-right {
  font-size: 3rem;
  font-weight: 400;
  background: #009ca5;
  background: linear-gradient(247deg, #79c6ca 0%, #79c6ca 20%, #009ba4 20%);
  border-top-left-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  text-align: left;
  padding-left: 2rem;
  color: white; }

.shifted-img-01 {
  position: relative;
  width: 100%;
  height: auto; }
  @media (max-width: 767.98px) {
    .shifted-img-01 {
      margin-left: -1rem;
      margin-top: -3rem;
      border-top-right-radius: 2rem; } }
  @media (min-width: 768px) {
    .shifted-img-01 {
      width: 30rem;
      margin-left: -21rem;
      margin-top: 4rem; } }

.shifted-img-01b {
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .shifted-img-01b {
      width: 36rem;
      margin-left: -25rem;
      margin-top: 4rem; } }

.shifted-img-01c {
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .shifted-img-01c {
      width: 36rem;
      margin-left: -22rem;
      margin-top: 4rem; } }

.shifted-img-02 {
  position: relative;
  width: 100%;
  height: auto; }
  @media (max-width: 767.98px) {
    .shifted-img-02 {
      margin-left: 1rem;
      margin-top: -3rem;
      border-top-left-radius: 2rem; } }
  @media (min-width: 768px) {
    .shifted-img-02 {
      width: 30rem;
      margin-left: 8rem;
      margin-top: 3rem; } }

.shifted-img-03 {
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .shifted-img-03 {
      width: 30rem;
      margin-left: 8rem;
      margin-top: 4.5rem; } }

.shifted-img-03b {
  position: relative;
  width: 80%;
  height: 20rem;
  object-fit: cover; }
  @media (min-width: 768px) {
    .shifted-img-03b {
      object-fit: contain;
      height: auto;
      width: 24rem;
      margin-left: 11rem;
      margin-top: 4rem; } }

.cta01 {
  position: absolute;
  width: 20rem;
  height: 13rem;
  background: white;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  text-align: center;
  padding: 2.25rem 2rem 0rem 2rem;
  border-radius: 3rem;
  margin-top: -3.5rem;
  text-decoration: none;
  box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1); }
  .cta01 h3 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    letter-spacing: 1px; }
  .cta01 img {
    width: 5.7rem;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transition: 300ms; }
  .cta01:hover img {
    width: 6.2rem; }
  @media (max-width: 767.98px) {
    .cta01 {
      position: relative;
      margin-top: 2rem;
      width: 16rem;
      height: 11rem;
      padding: 1.5rem 1rem 0rem 1rem; }
      .cta01 img {
        width: 5rem; }
      .cta01 h3 {
        font-size: 1.2rem; } }

.surface-type {
  background: white;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem; }
  .surface-type h4 {
    padding: 1.5rem 1rem 1.5rem 1rem;
    font-size: 1.1rem;
    text-transform: none;
    text-align: center;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .surface-type h4 {
        padding: 2.4rem 1rem 2.15rem 1rem;
        font-size: 1.3rem; }
        .surface-type h4.twoLines {
          padding: 1.5rem 1rem; }
        .surface-type h4.smaller {
          font-size: 1.2rem;
          letter-spacing: 0px; } }
  @media (max-width: 767.98px) {
    .surface-type img {
      width: 100%;
      height: 10rem;
      object-fit: cover; } }

.icon-cols .col-6 > .row {
  background: #F0F0F0; }
  @media (min-width: 768px) {
    .icon-cols .col-6 > .row {
      height: 14rem; } }
  .icon-cols .col-6 > .row.left {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem; }
    @media (max-width: 767.98px) {
      .icon-cols .col-6 > .row.left h3 {
        padding-right: 0.5rem; } }
  .icon-cols .col-6 > .row.right {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem; }
    @media (max-width: 767.98px) {
      .icon-cols .col-6 > .row.right h3 {
        padding-left: 0.5rem; } }
  @media (min-width: 768px) {
    .icon-cols .col-6 > .row.height2 {
      height: 15rem; } }
  @media (max-width: 767.98px) {
    .icon-cols .col-6 > .row {
      height: 20rem;
      margin-bottom: 0.5rem; } }
.icon-cols .col-6 h3 {
  text-transform: none;
  font-weight: 700;
  letter-spacing: 1px; }
  @media (max-width: 767.98px) {
    .icon-cols .col-6 h3 {
      font-size: 1.3rem; } }
@media (max-width: 767.98px) {
  .icon-cols .col-6 .col-md-4 img {
    height: 4.5rem; } }
@media (max-width: 767.98px) {
  .icon-cols .col-6 p {
    font-size: 0.8rem; } }


.sfhigh {
  object-fit: cover;
  height: 100%;
}


.bg-img01 {
  background: url("../img/background-img01.jpg");
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  height: 15rem; }
  @media (max-width: 767.98px) {
    .bg-img01 {
      background-position: 10% 0%;
      height: 15rem; } }

@media (min-width: 768px) {
  .col-shifted-down {
    margin-bottom: -14rem;
    margin-left: -1rem;
    z-index: 2; }
    .col-shifted-down p {
      padding: 0rem 2rem 2rem 2rem;
      background: white;
      border-bottom-right-radius: 2rem;
      border-bottom-left-radius: 2rem; } }

.marketing-headline2 {
  text-align: center;
  background: #009ca5;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem; }
  .marketing-headline2 h2 {
    color: white; }

#kontakt {
  max-width: 920px; }
  #kontakt h2 {
    color: #888888;
    letter-spacing: 4px;
    font-size: 1.3rem;
    padding: 0.7rem 2rem;
    border-radius: 1rem;
    display: inline-block; }
    @media (min-width: 768px) {
      #kontakt h2 {
        background: #F0F0F0; } }
  #kontakt h3 {
    margin-top: 1rem;
    font-size: 3.2rem; }
  #kontakt .btn-primary {
    padding: 1rem 3.5rem; }



footer {
  background-color: #009ca5;
  color: white; }
  footer .container {
    max-width: 1200px; }
  footer p, footer a, footer li {
    color: white; }
  footer ul {
    list-style: square; }
    footer ul li {
      line-height: 1.75; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      color: #282828; }
  footer .footer-logo {
    max-width: 20rem; }
  footer .cr-footer {
    background: #088188;
    padding: 1rem 0rem 0.5rem 0rem;
    color: #009ca5;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.png"); }
    footer .cr-footer p {
      color: #3c3c3c;
      letter-spacing: 1px; }
  footer a.back-to-top {
    background: white;
    border-radius: 1rem;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.25rem; }
    footer a.back-to-top i {
      color: #009ca5;
      font-size: 4rem;
      line-height: 4rem; }





.sm-header {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 12;
  background: #ffffffb5;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }
  .sm-header .bi {
    color: #009ba4;
    font-size: 2rem; }

.sm-footer .bi {
  font-size: 2rem;
  padding-right: 1rem; }



header > .partnersiegel {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 45px;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  z-index: 9;
}
header > .partnersiegel img {
  width: 150px;
  height: auto;
  display: block;
}


header > .garantie {
 /* display: inline-block;
  position: absolute;
  top: 35px;
  left: 200px;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  z-index: 9;
  */
  display: inline-block;
  position: absolute;
  top: 8%;
  left: 50%;
  width: 250px;
  height: 250px;
  margin-top: 0px;
  z-index: 9;
  margin-left: -125px;
}
header > .garantie img {
  width: 250px;
  height: auto;
  display: block;
}

.text-right {
  text-align: right;
}

#mainNav  .partnersiegel{
  display: inline-block;
  margin-top: -0px;
}

#mainNav  .partnersiegel img {
  width: auto;
  height: 57px;
}

footer .partnersiegel {
  display: inline-block;
}

footer .partnersiegel img {
  width: auto;
  height: 145px;
}


  /****** Slow down BS5-Carousel Fade-Animation-Speed *****/
.carousel-item {
  transition: transform 1.5s ease-in-out; }

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  transition: opacity 0.5s 1.5s; }

.image-container {
  position: relative;
  max-width: 768px;
  margin: -7rem 0rem 0rem 0rem;
  height: 30rem;
  width: 86%; }

.image-container img {
  display: block;
  height: 30rem; }

@media (max-width: 767.98px) {
  .image-container {
    margin-top: -6rem;
    width: 100%;
    z-index: -1; } }
.image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }

.image-label.is-hidden {
  visibility: hidden; }

.is-visible .image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #ffffffb0;
  color: #007076;
  text-shadow: 0px 0px 4px white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem; }

.resize-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: url("../img/compslide01.jpg") no-repeat left top;
  background-size: auto 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-right: 4px solid white; }

.resize-image .image-label {
  right: auto;
  left: 0; }

.is-visible .resize-image {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
.handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -24.5px;
  margin-top: -22px;
  border-radius: 50%;
  background: #009ca5 url("https://webdevtrick.com/wp-content/uploads/arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 8px #f8f9fa75, 0 0 8px rgba(255, 255, 255, 0.56);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0); }

.handle.draggable {
  background-color: #445b7c; }

.is-visible .handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s; }


.w-80 {
  width: 70%;

}


.codes {
  bottom: 5%;
  left: 5%;
  position: fixed; }

.codes div {
  border: 2px solid black;
  font-size: 20px;
  padding: 10px;
  background-color: red; }

.codes div a {
  text-decoration: none;
  color: white;
  font-weight: 800; }

/****** INPUT BALLOON EFFECT ******/
form span {
  position: relative;
  display: inline-block;
  margin: 10px 10px 20px 0px;
  width: 100%; }

.slide-up {
  color: white;
  display: inline-block;
  padding: 12px 0 12px 15px;
  font-size: 1.2rem;
  letter-spacing: -0.25px;
  font-weight: 400;
  color: #888888;
  background: white;
  border: 2px solid #009ca5;
  border-radius: 10px;
  outline: 0;
  text-indent: 40px;
  transition: all .3s ease-in-out; }
  .slide-up::-webkit-input-placeholder {
    color: #707070;
    text-indent: 0;
    font-weight: 300; }
  .slide-up + label {
    display: inline-block;
    position: absolute;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 14px 35px 10px 25px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    color: white;
    height: 100%; }
    .slide-up + label:before, .slide-up + label:after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      z-index: -1;
      transition: all .3s ease-in-out; }
    .slide-up + label:before {
      top: 6px;
      left: 5px;
      right: 5px;
      bottom: 6px;
      background: #009ca5; }
    .slide-up + label:after {
      top: 0;
      bottom: 0;
      background: #009ca5; }

span:nth-child(1) .slide-up {
  text-indent: 100px; }

span.more-indent .slide-up {
  text-indent: 113px; }

span.more-indent2 .slide-up {
  text-indent: 133px; }

span:nth-child(1) .slide-up:focus,
span:nth-child(1) .slide-up:active,
span:nth-child(3) .slide-up:focus,
span:nth-child(3) .slide-up:active {
  text-indent: 0; }

.slide-up:focus,
.slide-up:active {
  color: #707070;
  text-indent: 0;
  background: #fff; }
  .slide-up:focus::-webkit-input-placeholder,
  .slide-up:active::-webkit-input-placeholder {
    color: #aaa; }
  .slide-up:focus + label,
  .slide-up:active + label {
    transform: translateY(-100%);
    font-size: 0.9rem;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    height: 2.75rem; }
    @media (max-width: 767.98px) {
      .slide-up:focus + label,
      .slide-up:active + label {
        transform: translateY(-70%);
        font-size: 0.7rem;
        line-height: 1.6; } }
    .slide-up:focus + label:before,
    .slide-up:active + label:before {
      border-radius: 5px;
      background: #6c6c6c; }
      @media (max-width: 767.98px) {
        .slide-up:focus + label:before,
        .slide-up:active + label:before {
          height: 1.6rem; } }
    .slide-up:focus + label:after,
    .slide-up:active + label:after {
      transform: translateY(100%); }

span.star.required-field {
  color: #009ca5;
  position: absolute;
  margin-top: -3.2rem;
  font-weight: bold;
  display: block;
  text-align: right;
  padding-right: 1rem; }

.form-check-input {
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid #009ca5; }

.form-check-input:checked {
  background-color: #009ca5;
  border-color: #009ca5; }

.form-check .form-check-input {
  margin-left: -2rem; }

.form-check .form-check-label {
  padding-left: 0.5rem;
  padding-top: 0.25rem; }

.form-notice strong {
  color: #009ca5; }

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
  background-color: white !important; }

.freeprivacypolicy-com---palette-light .cc-nb-text {
  font-size: 1.06rem !important; }

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
  color: #fff !important;
  background-color: #009ba4 !important;
  border-radius: 0 !important;
  padding: 0.65rem 1.1rem !important; }

.freeprivacypolicy-com---palette-light .cc-nb-reject {
  color: #fff !important;
  background-color: #828b8b !important;
  border-radius: 0 !important;
  padding: 0.65rem 1.1rem !important; }

.freeprivacypolicy-com---palette-light .cc-nb-changep {
  color: #494949 !important;
  border-radius: 0 !important;
  padding: 0.65rem 1.1rem !important; }

.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
  background: #009ba4 !important;
  border-radius: 0 !important;
  padding: 0.65rem 1.1rem !important; }

.freeprivacypolicy-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked + label:before {
  background: #009ba4 !important; }

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
  box-shadow: none !important;
  background: #dadfdc !important;
  padding: 0.2rem !important; }

/*# sourceMappingURL=style.css.map */

.neubtn {
  position: absolute;
  right: 0;
  top: 18px;
  width: 200px;
  height: 200px;
}

.neubtn img {
  width: 100%;
  height: auto;
}



/* ICE */



.ice footer {
  background-color: #4f7b92;
}
.ice footer .cr-footer {
  background: #4f7b92;
  padding: 1rem 0rem 0.5rem 0rem;
  color: #4f7b92;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.png"); }
.ice footer .cr-footer p {
  color: #fff;
  letter-spacing: 1px; }

.ice footer a.back-to-top i {
  color: #4f7b92;
  font-size: 4rem;
  line-height: 4rem; }




.ice h1 {
  font-family: "Panton-Trial2", sans-serif;
  color: #4f7b92;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 50px;
}
.ice h1 span {
  color: #5e5e5e;
  font-weight: 300;
  text-transform: none;
  font-family: "Panton-Trial", sans-serif;

}

.ice h1 span .umlaut {
  color: #5e5e5e;
  font-weight: 300;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;

}


.ice h2 {
  font-family: "Panton-Trial2", sans-serif;
  color: #4f7b92;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 35px;

}

.ice h2 span {
  color: #5e5e5e;
  font-weight: 300;
  text-transform: none;
  font-family: "Panton-Trial", sans-serif;

}


.ice h2 span .umlaut {
  color: #5e5e5e;
  font-weight: 300;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;

}

.ice #vorteile .contentbox {
  width: 100%;
  display: inline-block;

  margin: 45px 0;

}
.ice .contentboxwrapper {
  display: flex;
  margin: 45px 0;
}

.ice .btn-primary {
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  border-color: #4f7b92;
  border-width: 1.5px;
  border-radius: 1rem;
  color: #4f7b92;
  transition: 300ms !important;
}

.ice img {
  display: block;
}

.ice .img-cover {
  object-fit: cover;
  width: 100%;
  object-position: center;
  height: 100%;
}

.ice #reinigung-trockenreis .imagebox {
  padding-left: 35px;
}

.ice #pred .contentboxwrapper .imagebox,
.ice #vorteile .contentboxwrapper .imagebox {
  width: 60%;
}

.ice #pred .img-cover,
.ice #vorteile .img-cover {

  object-position: left;
}


.ice .contentbox.textcenter,
.ice .contentbox.textcenter p,
.ice .contentbox.textcenter a {
  text-align: center;
}


.ice p strong {
  font-weight: 500;
}


.ice #pred .contentboxwrapper .textbox,
.ice #vorteile .contentboxwrapper .textbox {
  width: 55%;
  padding-left: 50px;
}

.ice #pred .contentboxwrapper .textbox ul,
.ice #vorteile .contentboxwrapper .textbox ul {
  margin-left: 0;
  padding-left: 10px;

  margin-top: 35px;
}


.ice #pred .contentboxwrapper .textbox ul li,
.ice #vorteile .contentboxwrapper .textbox ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  list-style-type: none;
  position: relative;
}

.ice #pred .contentboxwrapper .textbox ul li:before,
.ice #vorteile .contentboxwrapper .textbox ul li:before {
  /*content: "\F272";
  font-family: "bootstrap-icons";*/

  background: url('../img/staricon.svg');
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  color: #4f7b92;
  width: 15px;
  height: 15px;
}

.ice #pred .contentboxwrapper .textbox ul li strong,
.ice #vorteile .contentboxwrapper .textbox ul li strong {
  color: #4f7b92;
  font-weight: 500;
}



.ice #trockendampfreinigung .contentboxwrapper .imagebox,
.ice #so-funktionierts .contentboxwrapper .imagebox {
  width: 45%;
}

.ice #trockendampfreinigung .contentboxwrapper .textbox,
.ice #so-funktionierts .contentboxwrapper .textbox {
  width: 55%;
  padding-right: 50px;
}

.ice .mt-45 {
  margin-top: 45px;
}
.ice .mtb-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.ice #customer {
  background: #e3e3e3;
  /*color: #fff;*/
  /*text-align: center;*/
  padding: 50px 0;
  margin: 0px 0 45px;
}

.ice #customer ul {
  column-count: 4;
  column-gap: 25px;
}


.ice #ice {
  background: #4f7b92;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 80px 0 0px;
}


.ice #ice h2, .ice #ice h2 span {
  color: #fff;
  text-transform: none;
}


.ice #kontakt h3 {
  color: #4f7b92;
}

.ice .form-check-input,
.ice .slide-up {
  border-color: #4f7b92;
}

.ice .slide-up + label::before, .ice .slide-up + label::after {
  background: #4f7b92;
}
.ice .form-notice strong,
.ice label a {
  color: #4f7b92;
}

.ice #pred,
.ice #vorteile {
  position: relative;
}

.ice #vorteile:before {
  content: "";
  position: absolute;
  width: 50%;
  left: -25%;
  background-image: url('../img/fassago-ice-icons.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.3;
  transform: rotate(90deg);
}

.ice #vorteile:after {
  content: "";
  position: absolute;
  width: 50%;
  right: -25%;
  background-image: url('../img/fassago-ice-icons.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  top: 0%;
  filter: grayscale(100%);
  margin-top: -200px;
  opacity: 0.3;
}


.ice #pred:after {
  content: "";
  position: absolute;
  width: 50%;
  right: -25%;
  background-image: url('../img/fassago-ice-icons.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  top: 100%;
  filter: grayscale(100%);
  margin-top: -200px;
  opacity: 0.3;
}




/* Menü */


div.navbar-desk {
  display: inline-block;
  position: relative;
  float: none;
  padding: 20px 0 0 0;
}

.mainmenu, .mainmenu li {
  float: left;
  margin:0;
  padding: 0;
  list-style-type: none;

}

.mainmenu li {
  margin-right: 35px;
  position: relative;
}

.mainmenu li:last-child {
  margin-right: 0;
}

.mainmenu li a {
  color: #707070;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
}

.mainmenu li a.colored {
  color: #009ca5;
  font-weight: 500;

}

/*
.home nav .mainmenu li a {
    color: #fff;
}

*/

.mainmenu li a:after {
  width: 0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  background: #c28562;
  height: 2px;
  content: "";
  left: 0;
  position: absolute;
  bottom: 0px;
  display: none;
}

.mainmenu li a:hover {
  color: #000;
}

.mainmenu li a.cta {
  border: 1px solid #009ca5;;
  padding: 5px 10px;
  border-radius: 10px;
}

.mainmenu li a.cta i {
  padding-right: 5px;
}

.mainmenu li a:hover:after {
  width:0 ;
  display: none;
}

.mainmenu li.current a:after {
  width: 100%;
}
.mainmenu li.current a {
  color: #707070;
}



.overlay + .mobile {
  display: none;
  box-shadow: none;
}

#burger-toggle {
  position: absolute;
  appearance: none;
  opacity: 0;
}
#burger-toggle:checked ~ .overlay {
  opacity: 1;
  transform: scale(160);
  background: #fff;
  position: relative;
  z-index: 99;
  height: 100vh;
}
#burger-toggle:checked ~ .mobile {
  pointer-events: auto;
  height: 100vh;

  z-index: 999;


}
#burger-toggle:checked ~ .mobile ul li {
  opacity: 1;
  transform: translateX(0);
}
#burger-toggle:checked ~ main {
  opacity: 0.5;
  filter: blur(5px);
  pointer-events: none;
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(1) {
  transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(2) {
  transform: scaleX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(3) {
  transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
}

.burger-menu {
  visibility: hidden;
  --burger-menu-radius: 4em;
  position: fixed;
  opacity: 0;
  top: 20px;
  right: 15px;
  z-index: 100;
  width: var(--burger-menu-radius);
  height: var(--burger-menu-radius);
  background-color: transparent;
  border: solid 0px rgba(149, 166, 167, 0.4);
  border-radius: 0;
  outline: none;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.burger-menu .line {
  position: absolute;
  right: 0;
  width: 75%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;


  -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.15);
  box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.15);
}
.burger-menu .line:nth-child(1) {
  top: 30%;
}
.burger-menu .line:nth-child(2) {
  top: 50%;
  width: 50%;
  right: 0;
}
.burger-menu .line:nth-child(3) {
  top: 70%;
  width: 25%;
}
.burger-menu .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-100%);
  transition: all 0.25s ease;
}
.burger-menu .line:nth-child(2)::after {
  transition-delay: 0.1s;
}
.burger-menu .line:nth-child(3)::after {
  transition-delay: 0.2s;
}
.burger-menu:hover {
  /* box-shadow: 0.4px 0.4px 0.8px rgba(0, 0, 0, 0.042), 1px 1px 2px rgba(0, 0, 0, 0.061), 1.9px 1.9px 3.8px rgba(0, 0, 0, 0.075), 3.4px 3.4px 6.7px rgba(0, 0, 0, 0.089), 6.3px 6.3px 12.5px rgba(0, 0, 0, 0.108), 15px 15px 30px rgba(0, 0, 0, 0.15); */
}
.burger-menu:hover .line::after {
  transform: translateX(0);
}



main {
  margin-top: 45px;
}



@media screen and (max-width: 1680px) {
  h2 {
    font-size: 2rem;
    line-height: 1.15;
  }


  #mainNav .desktop-menu {
    display: none;
  }

  .burger-menu.navbar-scrolled {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    top: 0;
  }


  .burger-menu .line {
    background: #000;
  }



  .mobile {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    /*height: 100vh;*/
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 8;
    visibility: hidden;
    opacity: 0;

  }

  .overlay +  .mobile {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    padding-top: 75px;


  }



  .mobile .desktop-menu ul {
    position: fixed;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    list-style-type: none;
    width: 100%;
     left: 0;
   }
  .mobile .desktop-menu ul li {
    padding: 6px 0;
    margin: 1em;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.365, 0.84, 0.44, 1);
  }
  .mobile  .desktop-menu ul li:last-child {
    margin-right: 1em;
  }
  .mobile  ul li:nth-child(odd) {
    transform: translateX(-100%);
  }
   .mobile ul li:nth-child(even) {
    transform: translateX(100%);
  }
   .mobile ul li:nth-child(1) {
    transition-delay: 0.05s;
  }
   .mobile ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
   .mobile ul li:nth-child(3) {
    transition-delay: 0.15s;
  }
  .mobile ul li:nth-child(4) {
    transition-delay: 0.2s;
  }
  .mainmenu li a {
    color: #707070;
    transition: 0.5s;
    padding: 0 10px;
    font-size: 20px;
  }


  .mainmenu .sub-menu {
    display: inline-block;
    position: relative;
    width: unset;
    clear: both;
    top: unset;
  }

  .mainmenu li .sub-menu li {
    width: 100%;
    background: transparent;
  }


  #burger-toggle:checked ~ .burger-menu .line:nth-child(1) {
    background-color: #000;
  }
  #burger-toggle:checked ~ .burger-menu .line:nth-child(3) {
    background-color: #000;
    width: 75%;
  }



}


@media screen and (max-width: 1480px) {
/*
  .navbar-expand-md .navbar-toggler {
    display: block;
  }

  .collapse:not(.show) ul {
    display: none;
  }
  .collapse.show {
        display: block;
  }*/


  .neubtn {
    position: absolute;
    right: -35px;
    top: 58px;
    width: 120px;
    height: 120px;
  }

}


@media screen and (max-width: 1320px) {

  .neubtn {
    position: absolute;
    right: -140px;
    top: 58px;
    width: 120px;
    height: 120px;
  }

}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.15;
  }
}


@media screen and (max-width: 768px) {
  .neubtn {
    position: absolute;
    right: -50px;
    top: -40px;
    width: 120px;
    height: 120px;
  }

  .ice .contentboxwrapper {
    flex-direction: column;
  }

  .ice #vorteile .contentboxwrapper .imagebox,
  .ice #vorteile .contentboxwrapper .textbox,
  .ice #so-funktionierts .contentboxwrapper .imagebox,
  .ice #so-funktionierts .contentboxwrapper .textbox {
    width: 100%;
  }


  .ice #vorteile .contentboxwrapper .imagebox {
    height: 325px;
    overflow: hidden;
  }

  .ice #so-funktionierts .contentboxwrapper .imagebox,
  .ice #vorteile .contentboxwrapper .textbox {
    margin-top: 35px;
  }

  .ice .contentboxwrapper .textbox {
    margin-bottom: 35px;
  }

  .ice #customer ul {
    column-count: 2;
  }


  .ice #trockendampfreinigung .contentboxwrapper .textbox, .ice #so-funktionierts .contentboxwrapper .textbox {
    width: 100%;
    padding-right: 0px;

  }

  .ice #trockendampfreinigung .contentboxwrapper .textbox p,
.ice #trockendampfreinigung .contentboxwrapper .textbox p, .ice #so-funktionierts .contentboxwrapper .textbox p {
  hyphens: auto;
}

  .ice #vorteile .contentboxwrapper .textbox {
    padding-left: 0px;
  }

  .ice #trockendampfreinigung .contentboxwrapper .imagebox, .ice #so-funktionierts .contentboxwrapper .imagebox {
    width: 100%;
  }

  .ice h1 {
    font-size: 30px;
  }
  .ice h2 {

    font-size: 25px;
  }

  .ice #vorteile .contentbox {

    margin: 0px 0 40px;
  }




}

@media screen and (max-width: 422px) {
  h2 {
    font-size: 1rem;
    line-height: 1.15;
  }

  .neubtn {
    position: absolute;
    right: -20px;
    top: -30px;
    width: 100px;
    height: 100px;
  }


  .ice #customer ul {
    column-count: 1;
  }

}
