/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
.slider-item .item-slide {
  background-color: #022635bf;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slider-item .simpleParallax {
  overflow: hidden;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-item .simpleParallax video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s ease;
}
#pageid-11 #service {
  background-color: #fff;
}
.navbar-area {
  position: relative;
  z-index: 19;
}
.navbar-area nav .options a.search-toggle {
  margin-right: 2rem;
  transition: 0.3s all;
}
.navbar-area nav .options a.search-toggle:hover {
  cursor: pointer;
}
.navbar-area nav .options a.search-toggle:hover i {
  font-size: 25px;
}
.navbar-area nav .options a.search-toggle i {
  font-size: 20px;
  transition: 0.3s all;
}
.search-input {
  background: #eee;
  padding: 10px;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-100px);
  transition: 0.3s all;
}
.search-input.active {
  transform: translateY(0px);
}
.search-input .form-group {
  position: relative;
}
.search-input .form-group input {
  padding: 13px 20px;
  border-radius: 20px;
  border: 1px solid #000;
  outline: none;
  width: 100%;
}
.search-input .form-group i {
  color: var(--vision-color-primary);
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.primary-section {
  background-color: var(--vision-color-primary);
}
.primary-section h2, .primary-section h3, .primary-section h4, .primary-section p, .primary-section b, .primary-section a, .primary-section i, .primary-section span {
  color: #fff;
}
.primary-section i {
  font-size: 150px;
}
.primary-section h2 {
  font-size: 55px;
  font-weight: 700;
}
.primary-section .form-group {
  position: relative;
}
.primary-section .form-group input {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.primary-section .form-group button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 6px 6px;
  padding: 15px 30px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  background-color: #e42024;
  font-weight: 500;
  outline: none;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
}
.primary-section .form-group button[type="submit"]:hover {
  background-color: #c40d10;
  color: #ffffff;
}
.primary-section .btn-primary {
  background-color: #00a2e3;
  border-color: #00a2e3;
  padding: 20px 30px;
  border-radius: 20px;
}
#service {
  background-color: #fff;
}
#service .service-item {
  background-color: #fff;
  border-radius: 9px;
}
#service .service-item:hover {
  cursor: pointer;
}
#service .item-row {
  background: #fff;
  padding: 25px 50px;
  border-radius: 20px;
}
#service .item-row h2 {
  font-weight: 600;
}
.page-header {
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-header .bg-image {
  height: 100%;
}
.page-header .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #022635cf;
}
.page-header .content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
}
.page-header .content a {
  color: #fff;
}
.page-header .content a.active {
  font-weight: 600;
  border-bottom: 1px solid var(--vision-color-primary);
}
.blog-item img {
  height: 200px;
  object-fit: cover;
}
.blog-item h4 {
  min-height: 65px;
}
.blog-item .tag-list {
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 15px;
}
.blog-item .tag-list .tag {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--vision-color-primary);
}
footer {
  background-color: #e42024;
}
.leistungs-anfrage {
  background-color: #e42025;
  color: #fff;
  padding: 10px !important;
  transition: background-color 0.3s, color 0.3s;
}
.leistungs-anfrage:hover {
  background-color: #fff;
  color: #e42025;
}
/* #lead,
#container-lead {
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 20px;
  .drop-area {
    border: 2px dashed #ccc;
    border-radius: 5px;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    transition: 0.3s all;
    &.highlight {
      border: 2px solid #e42024;
    }
  }

  #files-list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    li {
      flex: 0 0 23.5%;
    }
    .file-upload {
      display: block;
      background: #eee;
      padding: 10px;
      border-radius: 8px;
      font-size: 12px;

      margin-bottom: 0.8rem;
    }
    .remove-button {
      border: 0;
      padding: 2px;
      color: red;
    }
  }
  .container-placeholder {
    color: var(--primary-color);
    font-weight: bold;
  }
  .loader-inside {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #00000051;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    .loader-spinner {
      width: 100px;
      height: 100px;
      border: 10px solid #f3f3f3;
      border-top: 10px solid #3498db;
      border-radius: 50%;
      animation: spin 2s linear infinite;
    }
    color: #fff;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  h3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
  .timeline-container {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: var(--primary-color);

    margin: 0 auto;
    padding: 20px;
    .timeline-item {
      color: #fff;
      font-size: 12px;
      position: relative;
      padding: 10px;
      border-radius: 10px;
      transition: 0.3s all;
      &:not(:first-child)::before {
        content: "\eaca";
        font-family: IcoFont !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1;
        position: absolute;

        left: -55%;
        transform: translateX(-50%) translateY(25%);
      }
      &.current,
      &:hover {
        color: var(--primary-color);
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        cursor: pointer;
      }
    }
  }

  .error-message {
    color: red;
    flex: 0 0 100%;
    font-size: 12px;
  }
  .form-group {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.2rem;

    &.adresse {
      input {
        flex: 48%;
      }
    }
    input {
      max-height: 42px;
      position: relative;
    }
  }
  .checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }
  .btn-group-small {
    display: flex;
    gap: 10px;
  }
  .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    button {
      flex: 0 0 31%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
      border-radius: 10px;
      justify-content: center;
      min-height: 250px;
      background: transparent;
      color: var(--primary-color);
      border: solid 1px var(--primary-color);
      transition: 0.3s all ease-in-out;
      &.flex-100 {
        flex: 0 0 63%;
      }
      &:hover {
        background: var(--primary-color);
        color: #fff;
      }

      i {
        font-size: 60px;
      }
    }
  }
} */
/* .w-80 {
  width: 80% !important;
}

.header-top-left {
  margin: 0;
  padding: 0;
  display: flex;
  margin: 8px 0;
  justify-content: center;
}
.btn-white {
  color: #e42024 !important;
  background-color: #ffffff;
  padding: 12px 15px;
  display: inline-block;
} */
/* Leadgenerator  */
/* #lead {
  .prozess_bar {
    margin-bottom: 20px;

    .row {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .progress-marker {
      position: relative;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      border-radius: 5px;
      margin: 0 auto;
      transition: background 0.3s ease, color 0.3s ease;

      div {
        font-weight: normal;
        color: #333;
      }

      i {
        color: #e42024;
        margin-top: 5px;
      }
    }

    .tac {
      text-align: center;
    }

    .tar {
      text-align: right;
    }

    .progress {
      background-color: #e0e0e0;
      border-radius: 5px;
      height: 20px;
      margin-top: 10px;

      .progress-bar {
        background-color: #e42024;
        color: white;
        text-align: center;
        line-height: 20px;
        height: 100%;
        border-radius: 5px;
        transition: width 0.5s ease;
      }
    }
  }

  h3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .title {
    .text-title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
  }

  #kontaktdaten {
    .step {
      display: none;
    }
    .step.active {
      display: block;
    }
  }

  .range {
    .p {
      font-size: 0.8rem;
      margin-bottom: 0.5rem;
    }
    .demos {
      display: flex;
      gap: 0.5rem;
      justify-content: center;
      padding: 0.5rem;
      border-radius: 0.5rem;
      #demo {
        padding: 0.5rem;
        border-radius: 0.5rem;
        cursor: pointer;
      }
    }
    #myRange {
      width: 100%;
      -webkit-appearance: none;
      background: #e0e0e0;
      outline: none;
      border-radius: 0.5rem;
      height: 0.5rem;
      &::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 1.5rem;
        height: 1.5rem;
        background: #e42024;
        cursor: pointer;
        border-radius: 0.5rem;
      }
    }
  }

  .drop-area {
    border: 2px dashed #ccc;
    border-radius: 5px;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    transition: 0.3s all;
    &.highlight {
      border: 2px solid #e42024;
    }
  }
  #files-list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    li {
      flex: 0 0 23.5%;
    }
    .file-upload {
      display: block;
      background: #eee;
      padding: 10px;
      border-radius: 8px;
      font-size: 12px;

      margin-bottom: 0.8rem;
    }
    .remove-button {
      border: 0;
      padding: 2px;
      color: red;
    }
  }
  .container-placeholder {
    color: var(--primary-color);
    font-weight: bold;
  }
  .loader-inside {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #00000051;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    .loader-spinner {
      width: 100px;
      height: 100px;
      border: 10px solid #f3f3f3;
      border-top: 10px solid #3498db;
      border-radius: 50%;
      animation: spin 2s linear infinite;
    }
    color: #fff;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color:#c40d10 ;
  }
  .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
  .timeline-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color);
    margin: 0 auto;
    padding: 20px;
    .timeline-item {
      color: #fff;
      font-size: 12px;
      position: relative;
      padding: 10px;
      border-radius: 10px;
      transition: 0.3s all;
      &:not(:first-child)::before {
        content: "\eaca";
        font-family: IcoFont !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1;
        position: absolute;

        left: -55%;
        transform: translateX(-50%) translateY(25%);
      }
      &.current,
      &:hover {
        color: var(--primary-color);
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        cursor: pointer;
      }
    }
  }
  .error-message {
    color: red;
    flex: 0 0 100%;
    font-size: 12px;
  }
  .form-group {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.2rem;
  }

  .btn-group .btn {
    flex: 1;
    text-align: center;
  }

  .btn i {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .btn h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

  @media (max-width: 768px) {
    .btn {
      flex: 1 1 45%;
      max-width: 45%;
    }
  }

  @media (max-width: 480px) {
    .btn {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
  .checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }
  .btn-group-small {
    display: flex;
    gap: 10px;
  }
  .btn-group {
    display: flex;
    gap: 12px;
    button {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
      border-radius: 10px;
      justify-content: center;
      min-height: 250px;
      background: transparent;
      color: #c40d10;
      border: solid 1px var(--primary-color);
      transition: 0.3s all ease-in-out;
      img {
        width: 150px;
        height: 200px;
        object-fit: contain;
        margin-bottom: 10px;
      }
      h3 {
        font-size: 18px;
        font-weight: 600;
      }
      &.flex-50 {
        flex: 0 0 48%;
      }
      &.flex-100 {
        flex: 0 0 63%;
      }
    

      i {
        font-size: 40px;
      }
    }
  }
} */
.w-80 {
  width: 80% !important;
}
.header-top-left {
  margin: 0;
  padding: 0;
  display: flex;
  margin: 8px 0;
  justify-content: center;
}
.btn-white {
  color: #e42024 !important;
  background-color: #ffffff;
  padding: 12px 15px;
  display: inline-block;
}
#leistungsanfrage, #initiativbewerbung {
  margin-bottom: 20px;
}
#initiativbewerbung .form-check a {
  color: #00a2e3;
}
#initiativbewerbung hr {
  color: #fff;
}
form#contactForm label.form-check-label {
  margin-top: 2px;
  margin-bottom: 25px;
  margin-left: 10px;
}
form#contactForm label.form-check-label a {
  font-size: 14px !important;
  font-weight: 600;
}
form#contactForm .form-group p small {
  font-size: 13px !important;
  font-weight: 400;
  color: #e42024;
}
.form-check-input:checked {
  background-color: #00a2e3 !important;
  border-color: #00a2e3 !important;
  box-shadow: none !important;
}
.form-check-input {
  font-weight: 400;
  border-color: #fff !important;
  box-shadow: none !important;
}
form#contactForm .form-check {
  display: block;
  min-height: 1.25rem;
  margin-bottom: 0.125rem;
}
form .help-block li {
  color: #fff;
  padding-left: 10px;
  font-weight: 600;
  padding-right: 10px;
}
/* ----------------------------- ANCHOR Produkte ---------------------------- */
section.produkte .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.produkte .text-wrapper {
  padding-bottom: 50px;
}
section.produkte section.vorteile .list-wrapper h3 {
  font-size: 21px;
  font-weight: bold;
}
section.produkte section.vorteile .list-wrapper svg {
  background-color: #c40d10;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  padding: 0px;
  border: 10px solid #c40d10;
}
section.produkte section.vorteile .list-wrapper svg path {
  fill: #fff !important;
}
section.produkte section.vorteile h2 {
  font-weight: bold;
  padding-bottom: 25px;
}
section.produkte section.vorteile .img-wrapper {
  border-radius: 12px;
  position: relative;
  padding-left: 65px;
  padding-top: 65px;
}
section.produkte section.vorteile .img-wrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #c40d10;
  width: calc(100% - 65px);
  height: calc(100% - 65px);
  border-radius: 12px;
  z-index: -1;
  margin-left: 65px;
  margin-top: 65px;
}
section.produkte section.vorteile .img-wrapper img {
  border-radius: 12px;
}
section.produkte .all-products .service-item {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}
section.produkte .all-products .service-item h3 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0%);
  width: 100%;
  padding: 15px;
  background: white;
  text-align: center;
}
section.produkte .all-products .service-item .service-end span {
  display: inline-block;
  color: #e42024;
  background-color: #ffffff;
  padding: 12px 15px;
}
section.produkte .all-products .service-item .service-end span:hover {
  color: #ffffff;
  background-color: #111111;
}
section.produkte .all-products .service-item:hover {
  transition: background-size 0.3s ease;
}
/* ----------------------------- ANCHOR Annahme ---------------------------- */
section.annahme .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.annahme .text-wrapper {
  padding-bottom: 50px;
}
section.annahme section.vorteile .img-wrapper {
  border-radius: 12px;
  position: relative;
  padding-left: 65px;
  padding-top: 65px;
}
section.annahme section.vorteile .img-wrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #c40d10;
  width: calc(100% - 65px);
  height: calc(100% - 65px);
  border-radius: 12px;
  z-index: -1;
  margin-left: 65px;
  margin-top: 65px;
}
section.annahme section.vorteile .img-wrapper img {
  border-radius: 12px;
}
section.annahme .all-products {
  padding: 10px 0 30px;
}
section.annahme .all-products .service-item {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}
section.annahme .all-products .service-item h3 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0%);
  width: 100%;
  padding: 15px;
  background: white;
  text-align: center;
}
section.annahme .all-products .service-item .service-end span {
  display: inline-block;
  color: #e42024;
  background-color: #ffffff;
  padding: 12px 15px;
}
section.annahme .all-products .service-item .service-end span:hover {
  color: #ffffff;
  background-color: #111111;
}
section.annahme .all-products .service-item:hover {
  transition: background-size 0.3s ease;
}
section.annahme section.annahme-text {
  padding: 50px 0;
}
section.annahme section.annahme-text .red-contact-box {
  background-color: #c40d10;
  color: #fff;
  padding: 50px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
section.annahme section.annahme-text .red-contact-box h3, section.annahme section.annahme-text .red-contact-box p, section.annahme section.annahme-text .red-contact-box h2 {
  color: #fff;
}
section.annahme section.annahme-text .red-contact-box .white-btn {
  background-color: #c40d10;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 15px 30px;
}
section.annahme section.annahme-text .red-contact-box .white-btn:hover {
  font-weight: 600;
  color: #c40d10;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.produkte .slider-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.produkte .hauptbild {
  width: 100% !important;
  max-width: 540px !important;
  margin: 0 0 16px 0 !important;
}
.produkte .hauptbild img {
  display: block !important;
  width: 100% !important;
  height: 420px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}
.produkte .weitere-bilder {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 2px 8px 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}
.produkte .weitere-bilder li {
  flex: 0 0 auto !important;
}
.produkte .weitere-bilder li a {
  display: block !important;
  width: 110px !important;
  height: 110px !important;
  line-height: 0 !important;
  border-radius: 3px !important;
}
.produkte .weitere-bilder li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}
.produkte .detail-col .details {
  padding-top: 8px !important;
}
@media (max-width: 991px) {
  .produkte .hauptbild {
    max-width: 100% !important;
  }
  .produkte .hauptbild img {
    height: 340px !important;
  }
  .produkte .weitere-bilder li a {
    width: 96px !important;
    height: 96px !important;
  }
}
@media (max-width: 575px) {
  .produkte .hauptbild img {
    height: 280px !important;
  }
  .produkte .weitere-bilder li a {
    width: 84px !important;
    height: 84px !important;
  }
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */