* {
  scroll-behavior: smooth;
}

/* primary-classes */
.heading-style-h2 {
  font-size: 28px;
  font-weight: 700;
}
.heading-style-h3 {
  font-size: 24px;
  font-weight: 700;
}
.text-is-yellow {
  color: #fbc02d !important;
}
.is-text-semibold {
  font-weight: 600;
}
.text-is-black {
  color: #000;
}
.is-bg-yellow {
  background: #fbc02d;
}
.is-bg-red {
  background: #dc0000;
}
.is-bg-blue {
  background: #3d2dfb;
}
.container-large {
  max-width: 1380px;
}
.col-reverse {
  flex-direction: column-reverse;
}
.btn.is-transparent {
  font-weight: 700;
}
/* primary-classes-end */
.link-images-parent {
  max-width: 673px;
  height: auto;
  background: rgb(0, 0, 0);
  padding: 35px 45px 80px;
  border: 1px solid rgb(171, 126, 33);
  border-radius: 20px;
  position: relative;
  margin-bottom: 5rem;
}

.two-iamges {
  width: 100%;
}

.link-images-absulut {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0%);
  top: 65%;
  width: 280px;
  height: auto;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 20px 18px;
}

.fb-page-for-relative {
  position: relative;
}

.fb-page-for-relative:hover {
  text-decoration: none;
}

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

.images-parents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.logo-rot {
  width: 236px;
  height: 84px;
}

.images-parents .uav {
  width: 94px;
  height: 78px;
}

.images-parents .text {
  width: 156px;
  height: 29px;
}

.product-count,
.blue-product-count {
  width: 20px;
  height: 20px;
  background: red;
  font-weight: 700;
  line-height: 10px;
  margin: 0.4rem 0px 0px 5px;
  font-size: 16px;
}

.cart-icon {
  width: 100%;
}

.my-badge {
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  background: #fbc02d1a;
  color: #fbc02d;
  border-radius: 0.5rem;
}
.my-badge p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.home-primary-h2 {
  color: #fbc02d;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.89px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .images-parents {
    gap: 1.5rem;
    flex-direction: column;
  }

  .images-parents .logo-rot {
    width: 85px;
    height: auto;
  }

  .images-parents .uav {
    width: 50%;
    height: auto;
  }

  .images-parents .text {
    width: 60%;
    height: auto;
  }
}
/* this h1 will be removed soon */
.fb-details-parent h1 {
  font-size: 20px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin: 1rem;
  line-height: 0;
}
/* this h1 will be removed soon */
.fb-details-parent .heading {
  font-size: 20px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin: 1rem;
  line-height: 0;
}

.fb-details-parent p {
  font-size: 14px;
  color: rgb(133, 133, 133);
  font-weight: 500;
}

.fb-icon-absulut {
  position: absolute;
  left: -15px;
  top: -15px;
}

.kONFIGURATOR-btn {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  background: rgb(218, 9, 22);
  border: 1px solid rgb(218, 9, 22);
  border-radius: 15px;
  padding: 10px 20px;
}

.kONFIGURATOR-btn:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.dn-topnav {
  overflow: hidden;
  padding: 20px 15px;
}

.dn-topnav > div {
  display: inline-block;
}

.dn-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.dn-primary-background {
  background-color: rgb(251, 192, 45);
}

.dn-logo,
.dn-logo:hover {
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}

.dn-nav-wrapper {
  margin-top: 5px;
}

.dn-logo-wrapper .mobile-nav-icon {
  display: none;
}

.dn-nav-wrapper a:not(:last-child) {
  margin-right: 40px;
}

.dn-nav-wrapper a {
  font-size: 16px;
  color: rgb(0, 0, 0);
  position: relative;
}

.dn-nav-wrapper a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform 0.3s ease 0s;
}

.dn-nav-wrapper a:hover::after {
  transform: scaleX(1);
}

.dn-nav-wrapper a:hover {
  text-decoration: none;
}

.dn-nav-wrapper a.active::after {
  transform: scaleX(1);
}

.mobile-nav-icon i {
  font-size: 25px;
}

.dn-product-wrapper {
  cursor: pointer;
  transition-duration: 800ms;
}

.dn-product-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 43px -15px;
  transition-duration: 800ms;
}

@media screen and (max-width: 425px) and (min-width: 319px) {
  .dn-product-wrapper img {
    max-height: 281px;
  }

  .dn-product-wrapper {
    border-radius: 36px !important;
    height: 775px !important;
  }
}

@media screen and (max-width: 425px) {
  .dn-logo img {
    width: 200px !important;
  }

  #jssor_1 {
    width: 285px !important;
  }

  .dn-topnav > div {
    display: inline-block !important;
  }

  .dn-topnav > div {
    display: inline-block !important;
  }

  .dn-nav-wrapper a {
    display: none;
  }

  .dn-nav-wrapper a.active {
    border: none;
  }

  .dn-nav-wrapper a:hover {
    border: none;
  }

  .dn-logo-wrapper a.mobile-nav-icon {
    float: right;
    display: block;
    margin-top: 23px;
    color: rgb(0, 0, 0);
    width: 0%;
  }

  .dn-nav-wrapper.dn-responsive {
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    margin-top: 20px;
  }

  .dn-nav-wrapper.dn-responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 10px;
    margin-right: 0px;
  }

  .dn-nav-wrapper.dn-responsive a:not(:last-child) {
    border-bottom: 1px solid rgb(149, 153, 156);
  }

  .dn-nav-wrapper.dn-responsive a:hover {
    background: rgb(255, 232, 161);
  }

  .dn-topnav > div {
    display: block;
  }

  .dn-logo {
    margin-right: 78px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .dn-nav-wrapper a {
    display: none;
  }

  .dn-nav-wrapper a.active {
    border: none;
  }

  .dn-nav-wrapper a:hover {
    border: none;
  }

  .dn-logo-wrapper a.mobile-nav-icon {
    float: right;
    display: block;
    margin-top: 20px;
    color: rgb(0, 0, 0);
  }

  .dn-nav-wrapper.dn-responsive {
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    margin-top: 20px;
  }

  .dn-nav-wrapper.dn-responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 10px;
    margin-right: 0px;
  }

  .dn-nav-wrapper.dn-responsive a:not(:last-child) {
    border-bottom: 1px solid rgb(149, 153, 156);
  }

  .dn-nav-wrapper.dn-responsive a:hover {
    background: rgb(255, 232, 161);
  }

  .dn-topnav > div {
    display: block;
  }

  a.dn-logo img {
    margin-right: 20px;
    width: 185px !important;
  }
}

@media screen and (max-width: 320px) {
  #jssor_1 {
    width: 200px !important;
  }

  .modals {
    min-height: 700px !important;
    width: 280px !important;
  }

  .right-modal p {
    font-size: 10px;
  }

  .right-modal img {
    max-height: 20px;
  }

  .left-modal {
    float: inherit;
    width: 200px;
  }

  .left-modal img {
    max-height: 100px;
  }

  .next-modal {
    right: 28px;
  }

  .back-modal {
    left: 22px;
  }

  a.dn-logo img {
    margin: 0px;
  }

  .dn-logo-wrapper a.mobile-nav-icon {
    float: right;
    display: block;
    margin-top: 20px;
    color: rgb(0, 0, 0);
    margin-right: 20px;
  }

  .dn-topnav > div {
    display: block;
  }

  .dn-second-description {
    overflow: hidden;
  }

  .dn-second-description span::before {
    content: "";
    font-weight: bold;
    background-image: url("../img/homepage/tick_vorteile.png");
    margin-left: -29px;
    position: absolute;
    background-repeat: no-repeat;
    height: 14px !important;
    background-size: 15px !important;
    width: 23px !important;
  }

  .dn-second-description span {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 10px;
    margin-bottom: 20px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  #jssor_1 {
    width: 600px !important;
  }

  .cross-modal {
    top: 20px !important;
    right: 75px !important;
  }

  .left-modal img {
    margin-bottom: 20px !important;
  }

  .slidersection h2 {
    font-size: 22px !important;
  }
}

@media screen and (min-width: 900px) {
  section.hero-section {
    background: url("../img/homepage/hero-bg-MATRICE30T.webp") center center /
      cover no-repeat !important;
  }

  .dn-padding-index-hero {
    padding-top: 600px;
  }

  .dn-mobile-h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 550px) {
  section.hero-section {
    background: url("../img/homepage/mobile-bg-m300_11zon.webp") center center /
      cover no-repeat !important;
  }
}
@media screen and (max-width: 900px) and (min-width: 550px) {
  section.hero-section {
    background: url("../img/homepage/mobile-bg-m300_11zon.webp") center center /
      cover no-repeat !important;
  }

  .dn-padding-index-hero {
    padding-top: 450px;
  }

  .dn-mobile-h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 550px) and (min-width: 400px) {
  section.hero-section {
    background: url("../img/homepage/mobile-bg-m300_11zon.webp") center center /
      cover no-repeat !important;
  }

  .dn-padding-index-hero {
    padding-top: 270px;
  }
}

@media screen and (max-width: 400px) {
  section.hero-section {
    background: url("../img/homepage/mobile-bg-m300_11zon.webp") center center /
      cover no-repeat !important;
  }

  .dn-padding-index-hero {
    padding-top: 230px;
  }
}

section.first {
  background: rgb(251, 192, 45);
  padding: 20px;
}

section.footer {
  padding: 30px 20px 20px;
  background: #000;
  margin-bottom: -25px;
}
.footer .footer-left {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.footer .footer-left img {
  max-width: 207px;
}
.footer .footer-right {
  gap: 2rem;
  align-items: center;
}
.footer .footer-right img {
  max-width: 156px;
}
.footer .footer-right p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: right;
}
section.second {
  padding: 0px 20px 50px;
  background-image: url("../img/homepage/Bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.third {
  padding: 30px 20px 60px;
  background: rgb(0, 0, 0);
}

section.fourth {
  background: rgb(251, 192, 45);
  padding: 40px 20px !important;
}

section.fifth {
  background: rgb(255, 255, 255);
  padding: 40px 20px 20px 30px;
}

section.sixth {
  background: rgb(251, 192, 45);
  padding: 50px 20px 35px;
}

section.sub-footer {
  background: rgb(0, 0, 0);
  padding: 60px 20px;
  padding-bottom: 0;
}

.sub-footer > div > div > div:nth-child(1) .dn-primary,
body
  > section.sub-footer
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  > div
  > h4
  > a,
.sub-footer-link {
  position: relative;
  text-decoration: none !important;
}

.sub-footer > div > div > div:nth-child(1) .dn-primary::after,
body
  > section.sub-footer
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  > div
  > h4
  > a::after,
.sub-footer-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(251, 192, 45);
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform 0.3s ease 0s;
}

.sub-footer > div > div > div:nth-child(1) .dn-primary:hover,
body
  > section.sub-footer
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  > div
  > h4
  > a:hover,
.sub-footer-link:hover {
  color: rgb(255, 189, 22);
}

.sub-footer > div > div > div:nth-child(1) .dn-primary:hover::after,
body
  > section.sub-footer
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  > div
  > h4
  > a:hover::after,
.sub-footer-link:hover::after {
  transform: scaleX(1);
}

.btn.is-blue-transparent {
  padding: 16px 28px;
  border: 1px solid #0e518d;
  border-radius: 38px;
  font-size: 16px;
  font-weight: 600;
  color: #0e518d;
}
.btn.is-blue-transparent:hover {
  background: #0e518d;
  color: #fff;
}

.btn-product-bottom {
  transition-duration: 300ms;
  text-decoration: none !important;
}

.btn-product-bottom:hover {
  transform: scale(1.1);
}

section.seventh {
  background: rgb(255, 255, 255);
  padding: 50px 20px 40px;
}

.dn-hero h1 {
  color: rgb(251, 192, 45);
  text-align: center;
}

.dn-hero {
  /* max-width: 900px; */
  padding: 0px 20px;
}

.dn-hero .btn-outline-danger:first-child {
  margin-right: 20px;
}

.btn-danger:hover {
  color: rgb(0, 0, 0);
}

.dn-hero img:hover {
  transform: scale(1.2);
}

.dn-primary {
  color: rgb(251, 192, 45);
}

.dn-primary-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: 2rem;
}

.dn-second-description {
  text-align: center;
  margin-top: 20px;
  padding: 10px 0px;
  border: 2px solid rgb(33, 37, 41);
}

.dn-second-description span {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.dn-second-description span::before {
  content: "";
  height: 30px;
  font-weight: bold;
  background-image: url("../img/homepage/tick_vorteile.png");
  margin-left: -29px;
  background-size: 20px;
  position: absolute;
  width: 38px;
  background-repeat: no-repeat;
}

.dn-second-description span:not(:last-child)::after {
  content: "";
  padding: 20px;
}

@media screen and (max-width: 530px) {
  .dn-hero .btn-outline-danger:first-child {
    margin-right: 0px;
  }

  .dn-hero .btn-outline-danger {
    margin-top: 20px;
  }
}

.dn-social-icons img {
  width: 30px;
}

.dn-social-icons {
  display: flex;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  padding-top: 46px;
}

.dn-container-80 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.third-img img {
  width: 100%;
}

.third-img {
  padding: 15px;
}

.dn-over-img-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fourth .dn-container .row .col-md-3,
.fourth .dn-container .row .col-md-4 {
  padding: 0px;
  font-family: Roboto, sans-serif;
}

.fourth .dn-container .row .col-md-3 img,
.fourth .dn-container .row .col-md-4 img {
  width: 100%;
}

.fourth .dn-container .row .col-md-3 .dn-product-wrapper,
.fourth .dn-container .row .col-md-4 .dn-product-wrapper {
  margin: 0px 31px 35px 35px;
  background: rgb(255, 255, 255);
}

.dn-product-badge {
  width: 173px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: rgb(220, 0, 0);
  color: rgb(255, 255, 255);
  padding: 10px 7px 10px 10px;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}

.dn-product-wrapper img {
  max-height: 281px;
}

.fourth .dn-container .row .col-md-3 .dn-product-wrapper ul,
.fourth .dn-container .row .col-md-4 .dn-product-wrapper ul {
  padding-top: 20px;
  list-style: none;
}

.fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li,
.fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li {
  padding-top: 10px;
  line-height: 1.2;
  font-size: 13px;
  width: 90%;
}

.fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li::before,
.fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li::before {
  content: "";
  height: 20px;
  font-weight: bold;
  background-image: url("../img/check-circle.svg");
  margin-left: -30px;
  position: absolute;
  background-size: 18px;
  width: 20px;
  background-repeat: no-repeat;
}

.dn-product-wrapper .btn {
  border-radius: 0.7rem;
  background-color: rgb(220, 0, 0);
  border-color: rgb(220, 0, 0);
  font-weight: bold;
  font-size: 17px;
  padding: 6px 20px;
}

.dn-product-wrapper span {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 20px;
  color: rgb(154, 154, 154);
}

.drohne-img-bottom {
  overflow: hidden;
  position: absolute !important;
}

.drohne-img-bottom h5 {
  padding: 10px;
  background: rgb(251, 192, 45);
  font-size: 15px;
  font-weight: 700;
  width: 177px;
  text-align: center;
  margin: auto;
  border-radius: 10px;
}

.dn-product-wrapper div {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: -19px;
  width: 100.5%;
}

.dn-product-wrapper > a > ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.dn-product-wrapper {
  border-radius: 32px;
  position: relative;
}

section .btn {
  border-radius: 15px;
}

.hero-section {
  height: 90vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero-section .btn-outline-danger {
  color: rgb(220, 0, 0);
  border-color: rgb(220, 53, 69);
  padding: 0.7rem 1rem;
}

.hero-section .btn-outline-danger:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(220, 53, 69);
  border-color: rgb(220, 53, 69);
}

section.fifth .row img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

section.fifth .row .col-md-auto {
  padding: 20px 30px 0px;
  text-align: center;
}

section.fifth .row .col-md-auto p {
  max-width: 150px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

section.fifth .dn-container .row ul li {
  padding-top: 10px;
}

section.fifth .btn {
  border-color: rgb(220, 0, 0);
  background-color: rgb(220, 0, 0);
  padding: 15px 30px;
}

section.sixth .dn-container img {
  width: 100%;
}

section.sixth .dn-container ul {
  padding-left: 0px;
  list-style: none;
}

section.sixth .dn-container ul li::before {
  content: " ";
  font-weight: bold;
  padding-right: 10px;
}

@media (max-width: 767px) {
  section.sixth .dn-container ul li::before {
    padding-right: 0px;
  }
}

section.sixth .dn-container ul li {
  padding-top: 6px;
}

section.seventh .dn-container .row div p {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

section.seventh .dn-container .row form .btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 13px 60px;
  border-radius: 25px;
  color: rgb(255, 255, 255);
  background: rgb(14, 81, 141);
  border: none;
}

section.seventh .dn-container .row form .form-control {
  border: 1px solid rgb(251, 192, 45);
}

section.seventh .dn-container .row form .form-control::placeholder {
  color: rgb(60, 60, 60);
}

section.seventh .dn-container .row form .form-control:focus {
  box-shadow: rgba(251, 192, 45, 0.25) 0px 0px 0px 0.2rem;
}

section.seventh .dn-container .row form .row {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  section.seventh .demand-it-now {
    padding: 60px 90px 90px;
  }
}

@media screen and (max-width: 767px) {
  .link-images-parent {
    padding: 35px 25px 110px;
    position: relative;
  }

  .link-images-absulut {
    top: 79%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .link-images-parent {
    padding: 35px 25px 119px;
    position: relative;
  }

  .link-images-absulut {
    top: 81%;
  }
}
@media screen and (max-width: 500px) {
  .link-images-absulut {
    top: 74%;
  }
  .link-images-parent {
    padding: 35px 25px 95px;
  }
}
@media screen and (max-width: 768px) {
  section.seventh .dn-container .row form {
    padding-top: 30px;
  }

  .dn-pt-only-md-3 {
    padding-top: 1rem;
  }

  .dn-md-only-left {
    text-align: left;
  }

  .kONFIGURATOR-btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

section.sub-footer .dn-container h6 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

section.sub-footer .dn-container .row .col-md-6 .row {
  padding-bottom: 10px;
}

section.sub-footer .dn-container .dn-social-btn {
  width: 40px;
  height: 40px;
  padding: 15px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgb(14, 81, 141);
  border-color: rgb(14, 81, 141);
  margin-right: 15px;
}

section.sub-footer .dn-container .dn-social-btn:focus {
  border: rgb(11, 51, 115);
  box-shadow: rgb(11, 51, 115) 0px 0px 0px 0.2rem !important;
}

section.sub-footer .dn-container .dn-social-btn:active {
  background: rgb(11, 51, 115);
}

section.sub-footer .dn-container .dn-social-btn:hover {
  background: rgb(11, 51, 115);
}

@media screen and (min-width: 1680px) {
  section.matrice-hero-section {
    background: url("../img/matrice-300-rtk-01/hero-bg-1-newme-color.png")
      center center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 770px;
  }
}

@media screen and (max-width: 1680px) and (min-width: 1360px) {
  section.matrice-hero-section {
    background: url("../img/matrice-300-rtk-01/hero-bg-1-newme-color.png")
      center center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 650px;
  }
}

@media screen and (max-width: 1360px) and (min-width: 1250px) {
  section.matrice-hero-section {
    background: url("../img/matrice-300-rtk-01/hero-bg-1me-color.png") center
      center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 550px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 850px) {
  section.matrice-hero-section {
    background: url("../img/matrice-300-rtk-01/hero-bg-1me-color.png") center
      center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 500px;
  }
}

@media screen and (max-width: 850px) and (min-width: 550px) {
  section.matrice-hero-section {
    background: url("../img/matrice-300-rtk-01/mobile-bg-1me-color.png") center
      center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 250px;
  }
}

@media screen and (max-width: 550px) {
  section.matrice-hero-section {
    background: url("../img/matrice-300-rtk-01/hero-bg-2-newme-color.png")
      center center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1680px) {
  section.m30-hero-section {
    background: url("../img/M30/M30 Desktop.png") center center / cover
      no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 770px;
  }
}

@media screen and (max-width: 1680px) and (min-width: 1360px) {
  section.m30-hero-section {
    background: url("../img/M30/M30 Desktop.png") center center / cover
      no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 650px;
  }
}

@media screen and (max-width: 1360px) and (min-width: 1250px) {
  section.m30-hero-section {
    background: url("../img/M30/M30 Desktop.png") center center / cover
      no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 550px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 850px) {
  section.m30-hero-section {
    background: url("../img/M30/M30 Desktop.png") center center / cover
      no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 500px;
  }
}

@media screen and (max-width: 850px) and (min-width: 550px) {
  section.m30-hero-section {
    background: url("../img/M30/M30 Mobile.png") center center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 250px;
  }
}

@media screen and (max-width: 550px) {
  section.m30-hero-section {
    background: url("../img/M30/M30 Mobile.png") center center / cover no-repeat;
  }

  .dn-padding-matrice-hero {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1680px) {
  section.mavic-hero-section {
    background: url("../img/mavic-2-enterprice-01/hero-bg-1-new.png") center
      center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 750px;
  }
}

@media screen and (max-width: 1680px) and (min-width: 1240px) {
  section.mavic-hero-section {
    background: url("../img/mavic-2-enterprice-01/hero-bg-1-new.png") center
      center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 650px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 730px) {
  section.mavic-hero-section {
    background: url("../img/mavic-2-enterprice-01/hero-bg-1-new.png") center
      center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 450px;
  }
}

@media screen and (max-width: 730px) and (min-width: 550px) {
  section.mavic-hero-section {
    background: url("../img/mavic-2-enterprice-01/mobile-bg-1-new.png") center
      center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 350px;
  }
}

@media screen and (max-width: 550px) {
  section.mavic-hero-section {
    background: url("../img/mavic-2-enterprice-01/mobile-bg-1-new.png") center
      center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 250px;
  }
}

@media screen and (min-width: 1680px) {
  section.mavic-advanced-section {
    background: url("../img/mavic-2-enterprice-01-advanced/hero-bg-1.png")
      center center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 750px;
  }
}

@media screen and (max-width: 1680px) and (min-width: 1240px) {
  section.mavic-advanced-section {
    background: url("../img/mavic-2-enterprice-01-advanced/hero-bg-1.png")
      center center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 650px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 730px) {
  section.mavic-advanced-section {
    background: url("../img/mavic-2-enterprice-01-advanced/hero-bg-1.png")
      center center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 450px;
  }
}

@media screen and (max-width: 730px) and (min-width: 550px) {
  section.mavic-advanced-section {
    background: url("../img/mavic-2-enterprice-01-advanced/mobile-bg-12.png")
      center center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 350px;
  }
}

@media screen and (max-width: 550px) {
  section.mavic-advanced-section {
    background: url("../img/mavic-2-enterprice-01-advanced/mobile-bg-12.png")
      center center / cover no-repeat;
  }

  .dn-padding-mavic-hero {
    padding-top: 250px;
  }
}

@media screen and (min-width: 1680px) {
  section.mavic-mini-hero-section {
    background: url("../img/mavic-mini-01/hero-bg-1.png") center center / cover
      no-repeat;
  }

  .dn-padding-mavic-mini-hero {
    padding-top: 780px;
  }
}

@media screen and (max-width: 1680px) and (min-width: 1360px) {
  section.mavic-mini-hero-section {
    background: url("../img/mavic-mini-01/hero-bg-1.png") center center / cover
      no-repeat;
  }

  .dn-padding-mavic-mini-hero {
    padding-top: 680px;
  }
}

@media screen and (max-width: 1360px) and (min-width: 1250px) {
  section.mavic-mini-hero-section {
    background: url("../img/mavic-mini-01/hero-bg-1.png") center center / cover
      no-repeat;
  }

  .dn-padding-mavic-mini-hero {
    padding-top: 550px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 950px) {
  section.mavic-mini-hero-section {
    background: url("../img/mavic-mini-01/hero-bg-1.png") center center / cover
      no-repeat;
  }

  .dn-padding-mavic-mini-hero {
    padding-top: 500px;
  }
}

@media screen and (max-width: 950px) and (min-width: 550px) {
  section.mavic-mini-hero-section {
    background: url("../img/mavic-mini-01/mobile-bg.png") center center / cover
      no-repeat;
  }

  .dn-padding-mavic-mini-hero {
    padding-top: 350px;
  }
}

@media screen and (max-width: 550px) {
  section.mavic-mini-hero-section {
    background: url("../img/mavic-mini-01/mobile-bg.png") center center / cover
      no-repeat;
  }

  .dn-padding-mavic-mini-hero {
    padding-top: 200px;
  }
}

section.warum-hero-section {
  background: url("../img/warum-bitinfo-01/hero-bg-1.png") center center / cover
    no-repeat;
}

section.matrice-first {
  background: rgb(251, 192, 45);
  padding: 30px 20px;
}

section.matrice-second {
  background: rgb(255, 255, 255);
  padding: 50px 20px;
}

.matrice-second .dn-container .row img {
  width: 100%;
}

.matrice-second .dn-container .row .col-md-6 .row p {
  font-size: 14px;
}

.matrice-second .dn-container .row .col-md-6 .row {
  padding-bottom: 20px;
}

section.matrice-seventh .dn-container .row ul li::before {
  content: " ";
  font-weight: bold;
  padding-right: 10px;
}

section.matrice-seventh .dn-container .row ul li {
  padding-bottom: 10px;
}

section.matrice-seventh .dn-container .row ul {
  list-style: none;
}

section.contact-section .dn-container .row form .btn {
  border-color: rgb(220, 0, 0);
  background-color: rgb(220, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  padding: 10px 60px;
}

section.contact-section .dn-container .row form .btn:focus {
  box-shadow: rgba(220, 0, 0, 0.5) 0px 0px 0px 0.2rem;
}

section.warum-section-fifth {
  background: rgb(204, 204, 204);
  padding: 50px 20px;
}

section.warum-hero-section {
  padding: 50px 20px 80px;
}

.dn-icon-stroke {
  padding: 5px;
  border: 3px solid rgb(251, 192, 45);
  border-radius: 10px;
  width: 56px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 576px) {
  .dn-icon-stroke {
    margin-bottom: 20px;
  }

  section.matrice-second .dn-container .row .col-md-6 .row .col-sm-10 h6 {
    text-align: center;
  }

  h1,
  h2,
  h3 {
    font-size: 1.5rem;
  }

  .h3 {
    font-size: 1.25rem;
  }
}

section.imprint-main-section {
  padding: 0px 20px;
}

section.data-privacy {
  padding: 50px 20px;
}

.data-description h2 {
  padding-top: 50px;
  text-align: center;
}

.data-description h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.data-description a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.data-description ul {
  padding-left: 0px;
  list-style: none;
  font-weight: bold;
}

section.agb {
  padding: 50px 20px;
}

.agb-content h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.agb-content ol {
  counter-reset: item 0;
  padding-left: 10px;
}

.agb-content li {
  display: block;
}

.agb-content li::before {
  content: counters(item, ".") " ";
  counter-increment: item 1;
  font-weight: bold;
  padding-right: 5px;
}

.agb-content > ol > li {
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px;
}

.agb-content > ol > li > ol > li {
  font-weight: normal;
  font-size: 16px;
}

.agb-content > ol > li > ol {
  padding-left: 30px;
  padding-top: 20px;
}

.agb-content > ol > li > ol > li {
  padding-bottom: 15px;
}

.agb-content > ol > li > ol > li > ol > li {
  padding-bottom: 8px;
  padding-left: 10px;
}

.agb-content > ol > li > ol > li > ol > li::before {
  list-style: disc;
}

.agb-content > ol > li > ol > li > ol {
  padding-top: 10px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background: none;
}

@media screen and (max-width: 768px) {
  .dn-experience-item .description-overlay {
    position: absolute;
    inset: 15px;
    width: inherit;
    text-align: center;
    opacity: 0.8;
    color: black;
    transition: inherit;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  .dn-experience-item .description-overlay {
    position: absolute;
    inset: 15px;
    width: inherit;
    text-align: center;
    opacity: 0;
    color: black;
    transition: inherit;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
  }
}

.dn-experience-item img {
  width: 100%;
  transition: inherit;
}

#img-container img {
  filter: blur(10px);
}

.dn-experience-item {
  border-radius: 10px;
  overflow: hidden;
}

.dn-experience-item .description-overlay p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.dn-experience-item:hover .description-overlay {
  opacity: 0.8;
}

.dn-experience-wrapper .col-md-3,
.dn-experience-wrapper .col-md-4 {
  padding: 15px;
}

.sticky-cta,
.sticky-cta-secondary {
  position: fixed;
  top: 1.5%;
  right: 5%;
  max-width: 200px;
  background-color: rgb(60, 60, 60);
  border-radius: 10px;
  color: white;
  padding: 0.7rem 1rem;
  font-weight: bold;
  z-index: 10;
  display: none;
  cursor: pointer;
  transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
}

.sticky-cta.scrolled,
.sticky-cta-secondary.scrolled {
  display: block;
  transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
}

.sticky-cta:hover,
.sticky-cta-secondary:hover {
  background-color: rgb(11, 51, 115);
}

.sticky-cta a,
.sticky-cta-secondary a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
}

.sticky-cta a i {
  font-size: 12px;
  padding-right: 5px;
  transition-delay: 300ms;
}

section.seventh .dn-container .row form .btn:hover {
  background-color: rgb(11, 51, 115);
}

@media screen and (min-width: 768px) {
  .logo-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  .fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li,
  .fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li {
    font-size: 7px;
    width: 70px;
  }

  .dn-product-wrapper .btn {
    font-size: 8px;
  }

  .dn-product-badge {
    width: 97px;
    font-size: 7px;
  }
}

@media screen and (max-width: 768px) {
  .logo-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.ca-contact-widget {
  position: fixed;
  bottom: calc(100vh - (100vh - (5% + 50px)));
  z-index: 99998;
  font-size: 14px;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget {
    bottom: calc(100vh - (100vh - (5% + 32px)));
  }
}

.ca-contact-widget .item {
  position: relative;
  display: flex;
  transition: all 0.5s ease 0s;
}

.ca-contact-widget .item:first-child {
  margin-bottom: 5px;
  transform: translate(-239px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:first-child {
    transform: translate(-167px);
  }
}

.ca-contact-widget .item:first-child.active {
  transform: translate(-181px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:first-child.active {
    transform: translate(-140px);
  }
}

.ca-contact-widget .item:first-child:hover {
  transform: translate(0px);
}

.ca-contact-widget .item:last-child {
  transform: translate(-220px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:last-child {
    transform: translate(-161px);
  }
}

.ca-contact-widget .item:last-child.active {
  transform: translate(-162px);
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item:last-child.active {
    transform: translate(-126px);
  }
}

.ca-contact-widget .item:last-child:hover {
  transform: translate(0px);
}

.ca-contact-widget .item .info {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 18px;
  background-color: rgb(255, 255, 255);
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item .info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 14px;
  }
}

.ca-contact-widget .item .info a {
  color: rgb(23, 43, 82);
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .ca-contact-widget .item img {
    width: 2.52857em;
    min-width: 2.52857em;
    max-width: 2.52857em;
    height: 1.92857em;
    min-height: 1.92857em;
    max-height: 1.92857em;
  }
}

@media only screen and (max-width: 600px) and (min-width: 426px) {
  .fourth .dn-container .row .col-md-3 .dn-product-wrapper ul li,
  .fourth .dn-container .row .col-md-4 .dn-product-wrapper ul li {
    font-size: 11px;
  }
}

section.seventh .dn-container .row form .btn:hover {
  color: rgb(255, 255, 255);
}

.slidersection {
  background: transparent;
  padding: 44px 0px 55px;
  margin-left: auto;
  margin-right: auto;
}

.slider img {
  max-height: 150px;
  border-radius: 100%;
  padding: 5px;
}

.modal {
  margin: 0px auto;
  height: 100vh;
  width: 100%;
  background: rgba(223, 191, 12, 0.9);
  display: none;
  transition: all 0.3s ease 0s;
}

.modals {
  height: auto;
  max-width: 950px;
  margin: 150px auto 1.5rem;
  padding: 30px;
  background-image: url(../img/pop-Bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  display: none;
  top: 50%;
  transform: translate(0px, -77%);
}

.modal-btn {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
}

.left-modal {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}

.left-modal img {
  border-radius: 21px;
  margin-top: 16px;
  width: 100%;
}

.left-modal.custom img {
  border-radius: 21px;
  margin-top: 16px;
  width: 100%;
}

.left-modal h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: sans-serif;
  margin: 0px;
  text-align: left;
}

.right-modal img {
  max-height: 50px;
  border-radius: 0px;
  float: left;
  padding-right: 8px;
}

.right-modal h5 {
  padding-top: 3px;
  color: #fff;
  margin-top: 22px;
}

.right-modal p {
  font-size: 13px;
  color: #fff;
}

.cross-modal {
  overflow: hidden;
  vertical-align: middle;
  color: rgb(35, 34, 34);
  position: absolute;
  top: 10px;
  right: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}

.back-modal {
  height: 50px;
  width: 50px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 100px;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.back-modal:hover,
.next-modal:hover {
  background: rgb(248, 146, 13);
}

.next-modal {
  height: 50px;
  width: 50px;
  background: rgb(255, 255, 255);
  position: absolute;
  right: 40px;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.2s ease 0s;
}

#cookie-notice {
  right: 16px;
  bottom: 16px;
  padding: 32px;
  max-width: 384px;
  position: fixed;
  z-index: 999999;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
}

.cookie-notice {
  display: none;
}

.cookie-notice-active {
  display: block;
}

.cookie-notice-container {
  text-align: left;
  padding: 0px !important;
}

#cn-accept-cookie {
  display: block;
  padding: 5.76px 11.52px;
  margin-top: 15px;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 1.84;
  text-align: center;
  text-shadow: none;
  color: black;
  width: 100%;
  background: rgb(241, 214, 0);
  border-radius: 0px;
  cursor: pointer;
  border-color: transparent;
  outline: none;
  margin-left: 0px !important;
}

.row-hidden {
  height: 0px;
  overflow: hidden;
}

.row-hidden-expand {
  height: auto;
  overflow: unset;
}

.btn-expand {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition-duration: 500ms;
  transform: scale(1);
}

.btn-expand:hover {
  transform: scale(1.2);
  transition-duration: 500ms;
}

.btn-expand-active {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
}

.btn-expand-active:hover {
  transform: rotate(45deg) scale(1.2) !important;
}

.companystreams-c-paletter-light.companystreams-c-nb {
  background-color: rgb(242, 242, 242);
  color: rgb(17, 17, 17);
}

.hidden {
  display: none;
}

.companystreams-c-nb-simple {
  inset: auto 0px 0px auto;
  max-width: 50%;
  position: fixed;
}

.companystreams-c-nb {
  z-index: 2147483647;
  font-size: 16px;
}

.companystreams-c-popup {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  text-align: left;
  background-color: rgb(255, 255, 255);
}

.companystreams-c-nb .cc-nb-main-container {
  padding: 3rem;
}

.companystreams-c-popup *,
.companystreams-c-popup ::before,
.companystreams-c-popup ::after {
  box-sizing: border-box;
}

.companystreams-c-paletter-light .cc-nb-title {
  color: rgb(17, 17, 17);
}

.companystreams-c-nb .cc-nb-title {
  font-size: 24px;
  font-weight: 600;
}

.companystreams-c-popup p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

.companystreams-c-paletter-light .cc-nb-okagree {
  color: rgb(255, 255, 255);
  background-color: green;
}

.companystreams-c-nb .cc-nb-okagree,
.companystreams-c-nb .cc-nb-reject,
.companystreams-c-nb .cc-nb-changep {
  font-weight: bold;
  font-size: 14px;
  margin-left: 0.25rem !important;
}

.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
  appearance: button;
}

.companystreams-c-popup button,
.companystreams-c-popup select {
  text-transform: none;
}

.companystreams-c-popup button,
.companystreams-c-popup input {
  overflow: visible;
}

.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.companystreams-c-paletter-light .cc-nb-okagree {
  color: rgb(255, 255, 255);
  background-color: green;
}

.companystreams-c-nb .cc-nb-okagree,
.companystreams-c-nb .cc-nb-reject,
.companystreams-c-nb .cc-nb-changep {
  font-weight: bold;
  font-size: 14px;
  margin-left: 0.25rem !important;
}

.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
  appearance: button;
}

.companystreams-c-popup button,
.companystreams-c-popup select {
  text-transform: none;
}

.companystreams-c-popup button,
.companystreams-c-popup input {
  overflow: visible;
}

.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.companystreams-c-popup button {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  outline: none;
  background: rgb(220, 218, 229);
  color: rgb(17, 17, 17);
  cursor: pointer;
  border: none;
  transition: all 0.3s ease 0s;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

.companystreams-c-paletter-light .cc-nb-changep {
  background-color: rgb(234, 234, 234);
  color: rgb(17, 17, 17);
}

.companystreams-c-nb .cc-nb-okagree,
.companystreams-c-nb .cc-nb-reject,
.companystreams-c-nb .cc-nb-changep {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  margin-left: 0.25rem !important;
}

.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
  appearance: button;
}

.companystreams-c-popup button,
.companystreams-c-popup select {
  text-transform: none;
}

.cc-nb-buttons-container {
  margin-top: 20px;
}

.companystreams-c-paletter-light .cc-nb-okagree {
  color: rgb(255, 255, 255);
  background-color: rgb(238, 179, 32);
  padding: 10px 30px;
  margin-right: 20px;
  border-radius: 5px;
}

.companystreams-pc-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2147483647;
  top: 0px;
  left: 0px;
  display: none;
}

.companystreams-is-visible {
  display: block;
}

.companystreams-c-popup {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  text-align: left;
}

.companystreams-pc-dialog {
  position: absolute;
  margin: 30px auto;
  width: 750px;
  max-width: 90%;
  height: auto;
  left: 0px;
  right: 0px;
}

.companystreams-c-popup *,
.companystreams-c-popup ::before,
.companystreams-c-popup ::after {
  box-sizing: border-box;
}

.companystreams-c-paletter-light .cc-pc-container {
  background: rgb(255, 255, 255);
}

.companystreams-pc-dialog .cc-pc-container {
  width: 100%;
  display: flex;
  background: rgb(255, 255, 255);
  flex-direction: column;
}

.companystreams-pc-dialog > div {
  width: 100%;
}

.companystreams-c-popup *,
.companystreams-c-popup ::before,
.companystreams-c-popup ::after {
  box-sizing: border-box;
}

.companystreams-c-paletter-light .cc-pc-head {
  background: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.companystreams-pc-dialog .cc-pc-head {
  background: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.companystreams-c-popup *,
.companystreams-c-popup ::before,
.companystreams-c-popup ::after {
  box-sizing: border-box;
}

.companystreams-pc-dialog .cc-pc-head-title {
  display: flex;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.companystreams-c-paletter-light .cc-pc-head-title-text {
  color: rgb(17, 17, 17);
}

.companystreams-pc-dialog .cc-pc-head-title-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0px;
}

.companystreams-c-paletter-light .cc-pc-head-title-headline {
  color: rgb(17, 17, 17);
}

.companystreams-pc-dialog .cc-pc-head-title-headline {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}

.companystreams-pc-dialog .cc-pc-head-lang {
  display: flex;
  align-items: center;
  padding-right: 15px;
  min-height: 80px;
  justify-content: center;
}

.companystreams-c-paletter-light .cc-pc-head-lang select {
  color: rgb(17, 17, 17);
}

.companystreams-c-popup button,
.companystreams-c-popup select {
  text-transform: none;
}

.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.companystreams-c-popup select {
  border-style: none;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

.companystreams-c-paletter-light .cc-pc-head-close {
  background: none;
  color: rgb(102, 102, 102);
}

.companystreams-pc-dialog .cc-pc-head-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.companystreams-c-popup button,
.companystreams-c-popup html [type="button"],
.companystreams-c-popup [type="reset"],
.companystreams-c-popup [type="submit"] {
  appearance: button;
}

.companystreams-c-popup button,
.companystreams-c-popup select {
  text-transform: none;
}

.companystreams-c-popup button,
.companystreams-c-popup input {
  overflow: visible;
}

.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select,
.companystreams-c-popup optgroup,
.companystreams-c-popup textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.companystreams-c-popup button {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  outline: none;
  background: rgb(220, 218, 229);
  color: rgb(17, 17, 17);
  cursor: pointer;
  border: none;
  transition: all 0.3s ease 0s;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

.companystreams-c-paletter-light .cc-cp-body {
  color: rgb(17, 17, 17);
  background: rgb(251, 251, 251) !important;
}

.companystreams-pc-dialog .cc-cp-body {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: rgb(41, 41, 41);
  color: rgb(245, 245, 245);
  border-bottom: none;
}

.companystreams-c-paletter-light .cc-cp-foot {
  background: rgb(242, 242, 242);
  border-top-color: rgb(204, 204, 204);
}

.companystreams-pc-dialog .cc-cp-foot {
  background: rgb(242, 242, 242);
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid rgb(204, 204, 204);
  justify-content: space-between;
}

.companystreams-c-paletter-light .cc-cp-body-tabs {
  color: rgb(102, 102, 102);
  background: rgb(230, 230, 230);
}

.companystreams-pc-dialog .cc-cp-body-tabs {
  width: 150px;
  margin: 0px;
  padding: 0px;
  background: rgb(230, 230, 230);
  min-width: 150px;
  font-family: Arial, sans-serif !important;
}

.companystreams-c-popup ol,
.companystreams-c-popup ul,
.companystreams-c-popup dl {
  margin-top: 0px;
  margin-bottom: 1rem;
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item[active="true"] {
  background: rgb(251, 251, 251) !important;
}

.companystreams-pc-dialog .cc-cp-body-tabs-item[active="true"] {
  background: rgb(41, 41, 41);
  color: rgb(245, 245, 245);
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item {
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
}

.companystreams-pc-dialog .cc-cp-body-tabs-item {
  margin: 0px;
  padding: 0px;
  float: left;
  display: block;
  width: 100%;
  color: rgb(102, 102, 102);
  background: rgb(230, 230, 230);
  border-bottom: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
  transition: all 0.1s ease 0s;
  box-sizing: content-box;
}

ul:not(.nav) li {
  clear: both;
  padding-bottom: 0.63rem;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item[active="true"] a {
  color: rgb(17, 17, 17);
}

.companystreams-c-paletter-light .cc-cp-body-content {
  color: rgb(17, 17, 17);
  background: rgb(251, 251, 251) !important;
}

.companystreams-pc-dialog .cc-cp-body-content {
  background: rgb(41, 41, 41);
  color: rgb(245, 245, 245);
}

.companystreams-c-popup div {
  display: block;
}

.companystreams-pc-dialog .cc-cp-body-content-entry[active="true"] {
  display: block;
}

.companystreams-pc-dialog .cc-cp-body-content-entry {
  width: 100%;
  display: none;
  padding: 25px;
  box-sizing: border-box;
}

.companystreams-c-paletter-light .cc-cp-body-content-entry-title {
  color: rgb(17, 17, 17);
}

.companystreams-pc-dialog .cc-cp-body-content-entry-title {
  font-size: 24px;
  font-weight: 600;
}

.companystreams-c-popup p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

.companystreams-c-paletter-light .cc-cp-body-content-entry-text {
  color: rgb(17, 17, 17);
}

.companystreams-pc-dialog .cc-cp-body-content-entry-text {
  font-size: 16px;
  line-height: 1.5;
}

.companystreams-c-popup p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

.companystreams-pc-dialog input[type="checkbox"].cc-custom-checkbox {
  position: absolute;
  margin: 6px 0px 0px 16px;
  cursor: pointer;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.companystreams-c-popup input[type="radio"],
.companystreams-c-popup input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0px;
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item-link {
  color: rgb(102, 102, 102);
}

.companystreams-pc-dialog .cc-cp-body-tabs-item-link {
  text-decoration: none;
  color: rgb(102, 102, 102);
  display: block;
  padding: 10px 5px 10px 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  position: relative;
}

.companystreams-c-popup label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.companystreams-c-paletter-light .cc-cp-body-tabs-item {
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
}

.companystreams-pc-dialog .cc-cp-body-tabs-item {
  margin: 0px;
  padding: 0px;
  float: left;
  display: block;
  width: 100%;
  color: rgb(102, 102, 102);
  background: rgb(230, 230, 230);
  border-bottom: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
  transition: all 0.1s ease 0s;
  box-sizing: content-box;
}

ul:not(.nav) li {
  clear: both;
  padding-bottom: 0.63rem;
}

.companystreams-c-popup a,
.companystreams-c-popup li,
.companystreams-c-popup p,
.companystreams-c-popup h1,
.companystreams-c-popup h2,
.companystreams-c-popup input,
.companystreams-c-popup button,
.companystreams-c-popup select {
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

.companystreams-c-paletter-light .cc-cp-foot-byline {
  color: rgb(17, 17, 17);
}

.companystreams-pc-dialog .cc-cp-foot-byline {
  padding: 20px 10px;
  font-size: 14px;
  color: rgb(51, 51, 51);
  display: block !important;
}

.companystreams-pc-dialog .cc-cp-foot-byline a {
  color: rgb(153, 153, 153);
}

.companystreams-c-paletter-light .cc-cp-foot-save {
  background: rgb(237, 179, 32);
  color: rgb(255, 255, 255);
  border-radius: 5px;
}

.companystreams-pc-dialog input[type="checkbox"].cc-custom-checkbox + label {
  position: relative;
  padding: 4px 0px 0px 50px;
  line-height: 2em;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  color: rgb(17, 17, 17);
  font-weight: bold;
}

.companystreams-pc-dialog
  input[type="checkbox"].cc-custom-checkbox:checked
  + label::before {
  background: rgb(85, 208, 105);
}

.companystreams-pc-dialog
  input[type="checkbox"].cc-custom-checkbox
  + label::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 24px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(217, 217, 217);
  transition: all 0.3s ease 0s;
}

.companystreams-pc-dialog
  input[type="checkbox"].cc-custom-checkbox:checked
  + label::after {
  margin-left: 16px;
}

.cc-cp-foot-button {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.companystreams-pc-dialog
  input[type="checkbox"].cc-custom-checkbox
  + label::after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(217, 217, 217);
  transition: all 0.3s ease 0s;
}

.companystreams-pc-dialog .cc-cp-foot-save {
  margin-right: 10px;
  opacity: 0.9;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  padding: 10px;
}

.companystreams-c-paletter-light .cc-cp-body-content-entry-text {
  color: rgb(17, 17, 17);
}

.companystreams-c-popup p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .companystreams-c-nb-simple {
    max-width: 100%;
  }

  .cc-nb-buttons-container {
    display: flex;
    flex-direction: row;
  }

  .companystreams-pc-dialog .cc-cp-body {
    flex-direction: column;
  }

  .companystreams-pc-dialog .cc-cp-body-tabs {
    width: 100%;
  }

  .companystreams-pc-dialog .cc-cp-body-tabs-item {
    border-right: 0px;
  }

  .companystreams-pc-overlay {
    overflow-y: scroll;
  }

  .mb-pt3 {
    margin-top: 80px;
  }
}

.rw-nw-logo-con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rw-nw-logo-con span {
  font-size: 1.4rem;
  font-weight: 600;
}

.nz-logo-con img {
  height: 70px;
}

.nz-logo-con {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.nz-logo-con span {
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .fcc-con {
    flex-direction: column;
    align-items: center;
  }

  .nz-logo-con {
    margin-left: unset;
  }
}

body > section.fifth > div > div:nth-child(5) > div > a {
  font-weight: 600;
  border: none;
}

body > section.fifth > div > div:nth-child(5) > div > a:hover {
  background-color: rgb(220, 0, 0);
  color: rgb(0, 0, 0);
}

:root {
  --primary-accent: #fbc02d;
}

body {
  overflow-x: hidden;
}

.navbar-main {
  width: 100%;
  height: auto;
  background-color: var(--primary-accent, #fbc02d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  z-index: 1018;
}

.navbar-main .navbar {
  position: unset;
  padding-bottom: 0px;
  padding-top: 0px;
}

.navbar-main > .dn-container {
  width: 100%;
}

.navbar-main .logo {
  max-width: 180px;
}

.navbar-main .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 0px !important;
}

.navbar-main .nav-link {
  font-size: 16px;
  color: rgb(0, 0, 0);
  position: relative;
  font-weight: 700;
  padding: 0px !important;
  transition-duration: 300ms !important;
}

.navbar-main .nav-link svg {
  transition-duration: 300ms !important;
}

.navbar-main .nav-link[aria-expanded="true"] svg {
  transform: rotate(-180deg);
}

.navbar-main .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform 0.3s ease 0s;
  margin: 0px;
  border: none !important;
}

.navbar-main .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-main .nav-link:hover {
  text-decoration: none;
}

.navbar-main .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-main .nav-item {
  height: 92px;
}

.mega-menu {
  width: 100%;
  top: 90px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgba(36, 50, 66, 0.15) 0px 50px 60px 0px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn;
  max-width: 1200px;
  left: auto;
  transform: translateX(-50%);
  border-width: 0px 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
  margin-left: 22rem;
  cursor: default !important;
}

.mega-menu .dropdown-item.active,
.mega-menu .dropdown-item:active {
  background-color: rgb(0, 0, 0) !important;
}

.mega-menu-trigger,
.mega-menu-trigger2 {
  height: 100%;
  position: unset;
}

.mm-flex-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.mm-flex-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.mm-flex-col {
  width: 100%;
  text-align: center;
  gap: 1rem;
}

.drone-img-wrap {
  height: 100px;
  display: flex;
  align-items: center;
}

.drone-img-wrap img {
  height: 100px;
  margin: auto;
}

.spec-title-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spec-title {
  font-weight: 500;
}

.spec-content {
  font-weight: 400;
}

.to-drone-btn {
  padding: 10px 25px;
  background-color: rgb(17, 39, 66);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 150px;
  margin: auto;
  text-decoration: none !important;
}

.btn-icon {
  font-size: 15px;
}

.to-drone-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(14, 52, 98);
}

.mobile-menu-mm {
  display: none;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@media screen and (max-width: 1200px) {
  .mega-menu {
    width: 100%;
    left: 0px;
    transform: unset;
    max-width: unset !important;
  }

  .mega-menu .dn-container {
    width: 95%;
  }
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .logo {
    width: 185px;
  }

  .navbar-main {
    position: relative;
    z-index: 999;
  }

  .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .navbar-main .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .navbar-main .nav-link.dropdown-toggle svg {
    margin-left: auto;
    margin-right: 15px;
  }

  .mega-menu {
    box-shadow: none;
    border-radius: 0px 0px 8px 8px;
  }

  .mega-menu .dn-container {
    display: none !important;
  }

  .mega-menu-trigger.show .mobile-menu-mm,
  .mega-menu-trigger2.show .mobile-menu-mm {
    display: flex;
    flex-direction: column;
  }

  .mega-menu-trigger.show .mobile-menu-mm .dropdown-item,
  .mega-menu-trigger2.show .mobile-menu-mm .dropdown-item {
    padding: 10px 25px;
  }

  .navbar-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-main .nav-item {
    height: unset;
    display: unset;
  }
}

.safari-pop-up {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 100;
  display: none;
}

.safari-pop-up .inner-popup {
  background: white;
  position: absolute;
  max-width: 800px;
  height: auto;
  border-radius: 5px;
  padding: 30px 25px;
  box-sizing: border-box;
  transform: translate(-50%, -50%) scale(0);
}

.safari-pop-up.active {
  display: flex;
}

.safari-pop-up.active .inner-popup {
  transition: all 300ms ease-in-out 0s;
  transform: translate(0%, 0%) scale(1);
}

.safari-pop-up .closeBtn {
  max-width: 45px;
  cursor: pointer;
}

.safari-pop-up .content {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.13px;
}

.safari-pop-up .for-pd-r {
  padding-right: 25%;
}

.safari-pop-up .circle {
  max-width: 90px;
  margin-bottom: 20px;
}

.safari-pop-up .Avatar {
  max-width: 250px;
}

@media (max-width: 992px) {
  .safari-pop-up .inner-popup {
    width: 80%;
    padding: 30px 10px;
  }

  .safari-pop-up .for-pd-r {
    padding-right: 0px;
  }

  .safari-pop-up .content {
    font-size: 16px;
  }
}

.m3t-hero-section-AB {
  background-image: url("../img/mavic-2-enterprice-01/Bg.png");
  background-size: cover;
}

.m3t-hero-section-AB .title {
  margin-bottom: 3rem;
}

.m3t-hero-section-AB .title h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  color: rgb(251, 192, 45);
  margin-top: 30px;
  margin-bottom: 10px;
}

.m3t-hero-section-AB .title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  color: rgb(255, 255, 255);
}

.m3t-hero-section-AB .content .left {
  border: 1px solid rgb(45, 45, 45);
  border-radius: 35px;
  padding: 10px;
  margin-bottom: 2rem;
}

.m3t-hero-section-AB .content .left .image img {
  width: 100%;
}

.m3t-hero-section-AB .content .left .image .matrice-300-rtk-main {
  width: 100%;
  margin: 2.8rem 0rem;
}

.m3t-hero-section-AB .content .left .m30t-main-image {
  display: flex;
  justify-content: center;
}

.m3t-hero-section-AB .content .left .m30t-main-image img {
  max-width: 340px;
}

.m3t-hero-section-AB .content .left .article {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  padding: 20px 30px;
  border: 1px solid rgb(171, 126, 33);
  border-radius: 21px;
  margin: 32px 10px 10px;
}

/* .m3t-hero-section-AB .content .left .m300t-article {
  margin: 1.1rem 10px 10px;
} */

.m3t-hero-section-AB .content .left .article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175.69%;
  margin-bottom: 0px;
}

.m3t-hero-section-AB .content .right {
  transform: rotate(0deg);
}

.m3t-hero-section-AB .content .right .list {
  border-bottom: 1px solid rgb(45, 45, 45);
  margin-bottom: 1.5rem;
}

.m3t-hero-section-AB .content .right .list h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.m3t-hero-section-AB .content .right .list .mainlist {
  list-style: none;
  color: rgb(255, 255, 255);
}

.m3t-hero-section-AB .content .right .list .mainlist li {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.mainlist-for-matrice-300-rtk {
  list-style: none;
}

.mainlist-for-matrice-300-rtk li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .m3t-hero-section-AB .content .right .list .mainlist {
    padding-left: 22px;
  }

  .m3t-hero-section-AB .content .right .article {
    margin-left: 22px;
  }
}

.m3t-hero-section-AB .content .right .accordion {
  border-bottom: 1px solid rgb(45, 45, 45);
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}

.m3t-hero-section-AB .content .right .list .sublist {
  color: rgb(255, 255, 255);
  margin-left: 2.5rem;
  margin-top: -21px;
  margin-bottom: 1rem;
}

.m3t-hero-section-AB .content .right .list .sublist li {
  font-size: 14px;
}

.m3t-hero-section-AB .content .right .article {
  margin-bottom: 1rem;
}

.m3t-hero-section-AB .content .right .article .green {
  display: flex;
  align-items: center;
  color: rgb(41, 194, 77);
  margin-left: 22px;
}

.m3t-hero-section-AB .content .right .article .green img {
  width: 10px;
  margin-right: 18px;
  margin-top: -12px;
}

.m3t-hero-section-AB .content .right .article .green p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.m3t-hero-section-AB .content .right .article .green a {
  text-decoration: none;
  color: rgb(41, 194, 77);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.m3t-hero-section-AB .content .right .article .white {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 16px;
}

.m3t-hero-section-AB .content .right .article .white h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: rgb(255, 255, 255);
}

.m3t-hero-section-AB .content .right .article .white p {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
}

.m3t-hero-section-AB .content .right .article .white .white-font-sm {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}

.m3t-hero-section-AB .content .right .buttons {
  margin-bottom: 3rem;
}

.for-make-center {
  display: flex;
  justify-content: center;
}

.quantity-parent {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(172, 124, 23);
  border-radius: 15px;
}

input.quantity {
  background: none;
  width: 90%;
  height: auto;
  border: none;
  border-radius: 15px;
  text-align: center;
  color: rgb(255, 255, 255);
  cursor: auto;
}

input.quantity::placeholder {
  color: rgba(255, 255, 255, 0.663);
  opacity: 1;
}

input.quantity:focus {
  outline: none;
}

.m3t-hero-section-AB .content .right .buttons .yellow-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: rgb(255, 255, 255);
  background: rgb(172, 124, 23);
  padding: 9px 20px;
  transition: all 0.5s ease 0s;
}

.m3t-hero-section-AB .content .right .buttons .yellow-btn.btn:focus {
  box-shadow: none;
}

.m3t-hero-section-AB .content .right .buttons .yellow-btn:hover {
  background: black;
  border: 1px solid rgb(172, 124, 23);
}

.m3t-hero-section-AB .content .right .buttons .black-btn {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  border: 1px solid rgb(172, 124, 23);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  padding: 9px 48px;
  transition: all 0.5s ease 0s;
}

.m3t-hero-section-AB .content .right .buttons .black-btn.btn:focus {
  box-shadow: none;
}

.m3t-hero-section-AB .content .right .buttons .black-btn:hover {
  background: rgb(172, 124, 23);
  border: 1px solid black;
}

@media (max-width: 992px) {
  .m3t-hero-section-AB .content .right .buttons {
    text-align: center;
  }

  .quantity-parent {
    margin-bottom: 1rem;
  }

  .m3t-hero-section-AB .content .right .buttons .yellow-btn {
    margin-bottom: 1rem;
  }

  .m3t-hero-section-AB .content .right .buttons .black-btn {
    margin-bottom: 1rem;
  }

  .m3t-hero-section-AB .content .right .article .green {
    margin-left: 0px;
  }

  .m3t-hero-section-AB .content .right .list {
    border-bottom: 1px solid rgb(45, 45, 45);
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .m3t-hero-section-AB .content .right .buttons .col-md-2 {
    padding: 0px;
  }

  .m3t-hero-section-AB .content .right .buttons .col-md-5 {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .m3t-hero-section-AB .content .left .image .matrice-300-rtk-main {
    margin: 0rem;
  }
}

.kostenlose-Live-Demo-pop-up,
.Angebotsanfrage-pop-up {
  background-color: rgb(1, 1, 1);
  background-image: url("../img/mavic-2-enterprice-01/pop-up-Bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 50;
  overflow-y: auto;
  display: none;
}

.kostenlose-Live-Demo-pop-up .inner-popup,
.Angebotsanfrage-pop-up .inner-popup {
  background: transparent;
  position: absolute;
  width: 80%;
  height: auto;
  padding: 167px 25px 30px;
  box-sizing: border-box;
  transform: translate(-50%, -50%) scale(0);
}

.kostenlose-Live-Demo-pop-up.active,
.Angebotsanfrage-pop-up.active {
  display: flex;
  z-index: 100000;
}

.kostenlose-Live-Demo-pop-up.active .inner-popup,
.Angebotsanfrage-pop-up.active .inner-popup {
  transition: all 300ms ease-in-out 0s;
  transform: translate(0%, 0%) scale(1);
}

.kostenlose-Live-Demo-pop-up .inner-popup .for-border,
.Angebotsanfrage-pop-up .inner-popup .for-border {
  border: 1px solid rgb(45, 45, 45);
  border-radius: 30px;
  padding: 1.5rem 2rem 2rem;
}

.kostenlose-Live-Demo-pop-up .inner-popup .title,
.Angebotsanfrage-pop-up .inner-popup .title {
  margin-bottom: 2rem;
}

.kostenlose-Live-Demo-pop-up .inner-popup .title h3,
.Angebotsanfrage-pop-up .inner-popup .title h3 {
  color: rgb(250, 184, 40);
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
}

.kostenlose-Live-Demo-pop-up .inner-popup .title h4,
.Angebotsanfrage-pop-up .inner-popup .title h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}

.kostenlose-Live-Demo-pop-up .inner-popup .title .product-close-btn,
.Angebotsanfrage-pop-up .inner-popup .title .product-close-btn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content,
.Angebotsanfrage-pop-up .inner-popup .left-inner-content {
  border: 1px solid rgb(45, 45, 45);
  border-radius: 30px;
  padding: 0px 45px;
  height: 100%;
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .sub-title,
.Angebotsanfrage-pop-up .inner-popup .left-inner-content .sub-title {
  margin-bottom: 2rem;
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .sub-title h5,
.Angebotsanfrage-pop-up .inner-popup .left-inner-content .sub-title h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  background: rgb(45, 45, 45);
  border-radius: 0px 0px 30px 30px;
  padding: 10px;
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .first-row {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(45, 45, 45);
}

.Angebotsanfrage-pop-up .inner-popup .left-inner-content .last-p-border {
  border-bottom: 1px solid rgb(45, 45, 45);
  margin-bottom: 16px;
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .first-row p,
.Angebotsanfrage-pop-up .inner-popup .left-inner-content .first-row p {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .second-row {
  padding-bottom: 7rem;
  border-bottom: 1px solid rgb(45, 45, 45);
  margin-bottom: 1rem;
}

.Angebotsanfrage-pop-up .inner-popup .left-inner-content .second-row {
  border-bottom: 1px solid rgb(45, 45, 45);
  padding-bottom: 25px;
  margin-bottom: 16px;
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .second-row p,
.Angebotsanfrage-pop-up .inner-popup .left-inner-content .second-row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175.69%;
  color: rgb(255, 255, 255);
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .thired-row {
  padding-bottom: 5.5rem;
}

.kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .thired-row h4,
.Angebotsanfrage-pop-up .inner-popup .left-inner-content .thired-row h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}

.kostenlose-Live-Demo-pop-up .inner-popup .right-inner-content,
.Angebotsanfrage-pop-up .inner-popup .right-inner-content {
  padding-top: 6rem;
}

.kostenlose-Live-Demo-pop-up .inner-popup .right-inner-content .row,
.Angebotsanfrage-pop-up .inner-popup .right-inner-content .row,
.anfrage-zubehoer-section .right-inner-content .row {
  margin-bottom: 1rem;
}

.kostenlose-Live-Demo-pop-up
  .inner-popup
  .right-inner-content
  .row
  .form-control,
.Angebotsanfrage-pop-up .inner-popup .right-inner-content .row .form-control {
  background: transparent;
  border: 1px solid rgb(238, 179, 21);
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
}

.kostenlose-Live-Demo-pop-up
  .inner-popup
  .right-inner-content
  .row
  .form-control::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.Angebotsanfrage-pop-up
  .inner-popup
  .right-inner-content
  .row
  .form-control::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.kostenlose-Live-Demo-pop-up
  .inner-popup
  .right-inner-content
  .row
  .form-control:focus {
  box-shadow: rgba(251, 192, 45, 0.25) 0px 0px 0px 0.2rem;
}

.Angebotsanfrage-pop-up
  .inner-popup
  .right-inner-content
  .row
  .form-control:focus {
  box-shadow: rgba(251, 192, 45, 0.25) 0px 0px 0px 0.2rem;
}

.kostenlose-Live-Demo-pop-up
  .inner-popup
  .right-inner-content
  .row
  .form-control
  .option-bg,
.Angebotsanfrage-pop-up
  .inner-popup
  .right-inner-content
  .row
  .form-control
  .option-bg {
  background: rgb(1, 1, 1);
}

.kostenlose-Live-Demo-pop-up .inner-popup .right-inner-content .yellow-btn,
.Angebotsanfrage-pop-up .inner-popup .right-inner-content .yellow-btn {
  background: rgb(172, 124, 23);
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 15px 79px;
  transition: all 0.3s ease 0s;
}

.kostenlose-Live-Demo-pop-up
  .inner-popup
  .right-inner-content
  .yellow-btn:focus {
  box-shadow: none;
}

.kostenlose-Live-Demo-pop-up
  .inner-popup
  .right-inner-content
  .yellow-btn:hover {
  background: rgb(1, 1, 1);
}

.Angebotsanfrage-pop-up .inner-popup .right-inner-content .yellow-btn:hover {
  background: rgb(1, 1, 1);
}

.Angebotsanfrage-pop-up .inner-popup .right-inner-content .yellow-btn:focus {
  box-shadow: none;
}

/* nav-products-links */
.nav-productimg-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 100%;
  background: #dddddd;
  overflow: hidden;
  max-width: 60px;
  max-height: 60px;
}
.nav-productimg-div img {
  width: 80%;
}
.text-gray {
  color: #7f7f7f;
  text-align: left;
}
.m3t,
.m30t,
.m350rtk,
.Allgemein {
  text-decoration-color: #7f7f7f !important;
}

@media (max-width: 768px) {
  .kostenlose-Live-Demo-pop-up .inner-popup,
  .Angebotsanfrage-pop-up .inner-popup {
    width: 100%;
    padding: 0px;
    top: 90px;
  }

  .kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content,
  .Angebotsanfrage-pop-up .inner-popup .left-inner-content {
    padding: 0px 15px;
  }

  .kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .sub-title h5,
  .Angebotsanfrage-pop-up .inner-popup .left-inner-content .sub-title h5 {
    border-radius: 7px 7px 30px 30px;
  }

  .kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .second-row,
  .Angebotsanfrage-pop-up .inner-popup .left-inner-content .second-row {
    padding-bottom: 3rem;
  }

  .kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content .thired-row,
  .Angebotsanfrage-pop-up .inner-popup .left-inner-content .thired-row {
    padding-bottom: 3rem;
  }

  .kostenlose-Live-Demo-pop-up .inner-popup .right-inner-content .yellow-btn,
  .Angebotsanfrage-pop-up .inner-popup .right-inner-content .yellow-btn {
    padding: 15px 93px;
  }
  .border-none-only-sm {
    border: none !important;
  }
  .padding-t-2-in-sm {
    padding-top: 2rem !important;
  }
  .p-0-on-sm {
    padding: 0px !important;
  }
}

.Konfiguration-herosection {
  background-image: url("../img/m3t-konfigurator/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
  padding-top: 25px;
  padding-bottom: 30px;
}

.Konfiguration-herosection-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 18px;
}

.Konfiguration-herosection-title .main-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: rgb(250, 184, 40);
}

.Konfiguration-herosection-title .sub-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}

.col-top-title {
  background: rgb(45, 45, 45);
  border-radius: 0px 0px 30px 30px;
  padding: 8px 20px;
  margin-bottom: 20px;
}

.col-top-title h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.Konfiguration-herosection .parent-content {
  border: 1px solid rgb(45, 45, 45);
  border-radius: 30px;
  padding: 0px 23px 20px;
  margin-bottom: 4rem;
}

.Konfiguration-herosection .parent-content .first-col img {
  width: 100%;
}

.Konfiguration-herosection .parent-content .second-col .details-box-container {
  padding: 18px;
  background: rgb(9, 10, 17);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 10px;
  height: 500px;
  max-width: 302px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .details-box-title {
  max-width: 200px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: rgb(251, 192, 45);
  text-align: left;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .for-bg {
  background: rgb(251, 192, 45);
  padding: 4px;
  border-radius: 10px;
  width: 35%;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .details-box-list {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .details-box-list
  li {
  margin-bottom: 10px;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .details-box-list
  li {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgb(255, 255, 255);
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .price {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(250, 184, 40);
  margin-bottom: 25px;
}

.Konfiguration-herosection .details-box-container h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: rgb(251, 192, 45);
  margin-bottom: 1.5rem;
}

.Konfiguration-herosection .details-box-container .middle-img {
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.Konfiguration-herosection .details-box-container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.Konfiguration-herosection .details-box-container a {
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgb(238, 179, 21);
  text-align: center;
  position: relative;
}
.Konfiguration-herosection .details-box-container a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(238, 179, 21);
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform 0.3s ease 0s;
  margin: 0px;
  border: none !important;
}
.Konfiguration-herosection .details-box-container a:hover::after {
  transform: scaleX(1);
}

.Konfiguration-herosection .details-box-container .yellow-bg {
  background: rgb(251, 192, 45);
  border-radius: 20px;
  margin: 0px auto;
}

.Konfiguration-herosection .details-box-container .yellow-bg-extra {
  background: rgb(250, 184, 40);
  margin: 0px auto;
  padding: 15px;
  border-radius: 10px;
}

.Konfiguration-herosection .details-box-container .yellow-bg-extra img {
  width: 50px;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .button-parent {
  text-align: center;
  margin-top: -30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .button-parent
  .button {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgb(218, 9, 22);
  background: transparent;
  border: none;
  cursor: pointer;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .button-parent
  .button:focus {
  outline: none;
}

.Konfiguration-herosection
  .parent-content
  .second-col
  .details-box-container
  .button-parent
  .button
  i {
  color: rgb(255, 255, 255);
  background: rgb(218, 9, 22);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  margin-right: 4px;
  font-size: 10px;
}

.Konfiguration-herosection .parent-content .third-col .selected-container {
  margin-left: 10px;
  height: auto;
  padding-top: 5px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .col-4 {
  padding: 0px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .md-item {
  width: 88px;
  height: 88px;
  margin: 5px;
  background: rgb(9, 10, 17);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .md-item.for-top {
  margin-top: -5px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .md-item.for-top-last {
  margin-top: -7px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .lg-item {
  width: 88px;
  height: 134px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(9, 10, 17);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 10px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .lg-item
  img {
  width: 100%;
  padding: 8px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .s-md-item {
  background: rgb(9, 10, 17);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 10px;
  width: 89px;
  height: 83px;
  margin: 5px 5px 5px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .s-md-item
  img {
  padding: 12px;
  width: 80%;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .x-lg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(9, 10, 17);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 10px;
  width: 92px;
  height: 159px;
  margin: -5px 5px 5px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .x-lg-item
  img {
  width: 100%;
  padding: 10px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .md-item
  img {
  width: 80%;
  padding: 10px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .sub-parent {
  display: flex;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .sm-item-parent {
  margin-top: -66px;
  margin-left: 2px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .sub-parent
  .sm-item {
  width: 38px;
  height: 38px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(9, 10, 17);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 10px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .close-btn {
  position: absolute;
  top: -6px;
  right: -7px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: rgb(238, 179, 21);
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  outline: none;
  display: none;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .close-btn
  i {
  background: rgb(238, 179, 21);
  color: rgb(0, 0, 0);
  border: none;
  font-size: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 21px;
  padding-left: 0.5px;
  font-size: 12px;
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .md-item.active,
.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .lg-item.active,
.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .x-lg-item.active,
.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .s-md-item.active,
.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .sub-parent
  .sm-item.active {
  position: relative;
  border: 1px solid rgb(238, 179, 21);
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: rgb(238, 179, 21);
}

.Konfiguration-herosection
  .parent-content
  .third-col
  .selected-container
  .active
  .close-btn {
  display: flex;
}

.Konfiguration-herosection .slider-container {
  display: flex;
  max-width: 85%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgb(45, 45, 45);
  padding-top: 1rem;
  margin-top: 1rem;
}

.Konfiguration-herosection .slider-container .item-container {
  display: flex;
  transition: all 0.5s ease 0s;
}

.Konfiguration-herosection .slider-container .item-container .items {
  margin: 5px 6.5px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(9, 10, 17, 0.81);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  flex-direction: column;
}

.Konfiguration-herosection .slider-container .item-container .items:hover {
  background: rgba(238, 179, 21, 0.15);
}

.Konfiguration-herosection .slider-container .item-container .items img {
  max-width: 85px;
  margin-bottom: 5px;
}

.Konfiguration-herosection
  .slider-container
  .item-container
  .items
  .items-slider-rpice {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: rgb(250, 184, 40);
}

.Konfiguration-herosection .slider-parent {
  position: relative;
}

.Konfiguration-herosection .slider-parent .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  cursor: pointer;
  max-width: 36px;
}

.Konfiguration-herosection .slider-parent .slider-btn.next {
  right: 0px;
}

.Konfiguration-herosection .slider-parent .slider-btn.prev {
  left: 0px;
}

.Konfiguration-herosection .custom-btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: rgb(218, 9, 22);
  border: 1px solid rgb(218, 9, 22);
  border-radius: 15px;
  padding: 12px 35px;
  margin-bottom: 2rem;
}

.Konfiguration-herosection .custom-btn:focus {
  box-shadow: none;
}

.Konfiguration-popup {
  background-color: rgb(1, 10, 23);
  background-image: url("../img/m3t-konfigurator/pop-up-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 50;
  overflow-y: auto;
  display: none;
}

.Konfiguration-popup .inner-popup {
  background: transparent;
  position: absolute;
  height: auto;
  box-sizing: border-box;
  transform: translate(-50%, -50%) scale(0);
  top: 15%;
}

.Konfiguration-popup .inner-popup .for-border {
  padding: 20px 40px;
  border: 1px solid rgb(45, 45, 45);
  border-radius: 30px;
  margin-bottom: 1rem;
}

.Konfiguration-popup .inner-popup .header {
  margin-bottom: 30px;
}

.Konfiguration-popup .inner-popup .header .pop-up-close-btn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-top: 10px;
}

.Konfiguration-popup .inner-popup .header h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  color: rgb(255, 255, 255);
}

.Konfiguration-popup .inner-popup .header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}

.Konfiguration-popup .inner-popup .left-inner-content {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 45px 35px 25px;
}

.Konfiguration-popup .inner-popup .left-inner-content .title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: rgb(238, 179, 21);
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(238, 179, 21);
  margin-bottom: 2rem;
}

.Konfiguration-popup .inner-popup .left-inner-content .content {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(238, 179, 21);
  margin-bottom: 1rem;
}

.Konfiguration-popup .inner-popup .left-inner-content .content .colum {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 1rem;
}

.Konfiguration-popup
  .inner-popup
  .left-inner-content
  .content
  .colum
  .image
  img {
  width: 42px;
}

.Konfiguration-popup
  .inner-popup
  .left-inner-content
  .content
  .colum
  .countaty-parent
  .countaty {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(238, 179, 21);
}

.Konfiguration-popup .inner-popup .left-inner-content .content .colum .text {
  text-align: left;
  width: 235px;
  margin: auto;
}

.Konfiguration-popup .inner-popup .left-inner-content .content .colum .text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

.Konfiguration-popup
  .inner-popup
  .left-inner-content
  .content
  .colum
  .pop-up-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(238, 179, 21);
  width: 80px;
  text-align: right;
}

.Konfiguration-popup .inner-popup .left-inner-content .bottom .sub-price {
  display: flex;
  justify-content: space-between;
}

.Konfiguration-popup
  .inner-popup
  .left-inner-content
  .bottom
  .sub-price
  .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
}

.Konfiguration-popup
  .inner-popup
  .left-inner-content
  .bottom
  .sub-price
  .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(238, 179, 21);
}

.Konfiguration-popup .inner-popup .left-inner-content .bottom .total-price,
.anfrage-zubehoer-section .left-inner-content .bottom .total-price {
  display: flex;
  justify-content: space-between;
}

.Konfiguration-popup .inner-popup .left-inner-content .bottom .total-price h4,
.anfrage-zubehoer-section .left-inner-content .bottom .total-price h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}

.Konfiguration-popup
  .inner-popup
  .left-inner-content
  .bottom
  .total-price
  h4
  .sm-text {
  font-size: 16px;
}

.Konfiguration-popup .inner-popup .left-inner-content .bottom .total-price h5,
.anfrage-zubehoer-section .left-inner-content .bottom .total-price h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(238, 179, 21);
}

.Konfiguration-popup .inner-popup .right-inner-content .row {
  margin-bottom: 1rem;
}

.Konfiguration-popup .inner-popup .right-inner-content .row .form-control,
.anfrage-zubehoer-section .right-inner-content .row .form-control {
  background: transparent;
  border: 1px solid rgb(238, 179, 21);
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
}

.anfrage-zubehoer-section .right-inner-content .row .form-control option {
  background: #25303f;
}

.Konfiguration-popup
  .inner-popup
  .right-inner-content
  .row
  .form-control::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.Konfiguration-popup
  .inner-popup
  .right-inner-content
  .row
  .form-control:focus {
  box-shadow: rgba(251, 192, 45, 0.25) 0px 0px 0px 0.2rem;
}

.Konfiguration-popup
  .inner-popup
  .right-inner-content
  .row
  .form-control
  .option-bg {
  background: rgb(0, 12, 34);
}

.Konfiguration-popup .inner-popup .right-inner-content .row .submit-btn {
  background: rgb(238, 179, 21);
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 15px 79px;
  transition: all 0.3s ease 0s;
}

.Konfiguration-popup .inner-popup .right-inner-content .row .submit-btn:hover {
  background: rgb(0, 0, 0);
}

.Konfiguration-popup .inner-popup .right-inner-content .row .submit-btn:focus {
  box-shadow: none;
}

.Konfiguration-popup.active {
  display: flex;
}

.Konfiguration-popup.active .inner-popup {
  transition: all 300ms ease-in-out 0s;
  transform: translate(0%, 0%) scale(1);
}

.gallery-nav {
  margin-bottom: 1rem;
  background: linear-gradient(0deg, rgb(38, 38, 38), rgb(38, 38, 38)),
    rgb(38, 38, 38);
  border-radius: 15px;
}

.gallery-filter ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

.gallery-filter ul li {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 12px 17px;
  cursor: pointer;
}

.gallery-filter ul li.filter-item-active {
  background: linear-gradient(0deg, rgb(251, 192, 45), rgb(251, 192, 45)),
    rgb(251, 192, 45);
  border-radius: 15px;
  color: rgb(1, 1, 1);
}

.gallery-filter .red-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: rgb(218, 9, 22);
  border: 1px solid rgb(218, 9, 22);
  border-radius: 10px;
  padding: 10px 50px;
  margin-top: 1.5rem;
  cursor: pointer;
}

.cart-icon-parent,
.blue-cart-icon-parent {
  visibility: hidden;
}

.cart-icon-parent.show,
.blue-cart-icon-parent.show {
  visibility: visible;
  margin-left: 10px;
}

.hero-area {
  width: 100%;
  background: url("../img/Mehrwert-drohne/hero-banner.webp") center center /
    cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-area.custom {
  background: url("../img/rehkitzrettung/bg.png") center center / cover;
}

@media (max-width: 540px) {
  .hero-area.custom {
    background: url("../img/rehkitzrettung/bg.png");
    background-position: left;
  }
}

@media (min-width: 1401px) {
  .hero-area {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.hero-area .left {
  background: rgba(0, 0, 0, 0.67);
  border-radius: 26px;
  padding: 35px 32px;
}

.hero-area .left h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 100.02%;
  color: rgb(255, 255, 255);
  margin-bottom: 22px;
}

.hero-area .left h1,
.hero-area .left h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 109.52%;
  color: rgb(251, 192, 45);
  margin-bottom: 22px;
}

.hero-area .left p {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}

.main-section .first-row .title-btn {
  text-decoration: none;
  border-radius: 12px;
  padding: 15px 14px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 20px;
  line-height: 100.02%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.main-section .first-row .fst-title-btn {
  background: rgb(0, 0, 0);
}

.main-section .first-row .fst-title-btn:hover {
  background: rgb(43, 43, 43);
}

.main-section .first-row .second-title-btn {
  background: rgb(251, 192, 45);
}

.main-section .first-row .second-title-btn:hover {
  background: rgb(211, 161, 35);
}

.main-section .first-row .third-title-btn {
  background: rgb(55, 55, 55);
}

.main-section .first-row .third-title-btn:hover {
  background: rgb(90, 90, 90);
}

.main-section .first-row .title-btn img {
  width: 29px;
  margin-right: 8px;
}

.main-section .second-row h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 108.02%;
  color: rgb(0, 0, 0);
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.main-section .left .second-row h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 112.52%;
  color: rgb(0, 0, 0);
  margin-bottom: 2rem;
}

.main-section .left-side-content-parent {
  background: rgb(0, 0, 0);
  border-radius: 29px;
  padding: 40px 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: rgb(255, 255, 255);
  margin-bottom: 3rem;
}

.main-section .left-side-content-parent .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 108.02%;
  color: rgb(251, 192, 45);
  margin-bottom: 2rem;
  margin-top: 0px;
}

.main-section .second-row .left-side-content-parent .top-image-section {
  background: linear-gradient(rgb(27, 27, 29) 0%, rgb(19, 19, 21) 100%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 2rem;
}

.main-section .second-row .left-side-content-parent .top-image-section .left {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  padding-bottom: 0px;
}

.main-section
  .second-row
  .left-side-content-parent
  .top-image-section
  .left
  img {
  width: auto;
  height: 100%;
}

.main-section .second-row .left-side-content-parent .top-image-section .right {
  padding: 10px 25px 0px;
}

.main-section
  .second-row
  .left-side-content-parent
  .top-image-section
  .right
  p {
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  color: rgb(255, 255, 255);
}

.main-section .left-side-content-parent .text {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 145%;
}

.main-section .left-side-content-parent .list-parent {
  list-style: none;
  margin: 0px 0px 1rem;
}

.main-section .left-side-content-parent .list-parent .list {
  font-weight: 300;
  font-size: 18px;
  line-height: 110.02%;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.main-section .left-side-content-parent .list-parent .list .number {
  color: rgb(251, 192, 45);
  margin-right: 10px;
}

.main-section .left-side-content-parent .list-parent .list img {
  width: 16px;
  margin-right: 10px;
  margin-top: 6px;
}

.main-section .third-row .left-side-content-parent .list-parent {
  width: 66%;
}

.main-section .left-side-content-parent .links-container {
  background: linear-gradient(rgb(27, 27, 29) 0%, rgb(19, 19, 21) 100%);
  border-radius: 20px;
  padding: 20px 30px;
}

.main-section .left-side-content-parent .links-container h3 {
  margin: 0px 0px 1.5rem;
  font-weight: 500;
  font-size: 28px;
  line-height: 108.02%;
  color: rgb(251, 192, 45);
}

.main-section .left-side-content-parent .links-container h3 a {
  font-weight: 500;
  font-size: 28px;
  line-height: 108.02%;
  color: rgb(251, 192, 45);
  text-decoration: none;
}

.main-section .left-side-content-parent .links-container ul {
  padding: 0px;
  margin-left: 25px;
  margin-bottom: 2.5rem;
}

.main-section .left-side-content-parent .links-container ul li {
  font-weight: 600;
  font-size: 20px;
  line-height: 108.02%;
  color: rgb(251, 192, 45);
  margin-bottom: 0.6rem;
}

.main-section .left-side-content-parent .links-container ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  position: relative;
}

.main-section .left-side-content-parent .links-container ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform 0.3s ease 0s;
}

.main-section .left-side-content-parent .links-container ul li a:hover::after {
  transform: scaleX(1);
}

.main-section .right .first-row {
  background: rgb(251, 192, 45);
  padding-bottom: 3rem;
}

.main-section .right .first-row h5 {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: rgb(0, 0, 0);
  margin-top: 25px;
  margin-bottom: 40px;
}

.main-section .right .first-row .product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  user-select: none;
}

.main-section .right .first-row .product-badge-top {
  width: 50%;
  height: 35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 195, 70);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 10px;
  min-width: 150px;
  max-width: 150px;
}

.main-section .right .first-row .product-content {
  max-width: 80%;
  background-color: rgb(255, 255, 255);
  border-radius: 100px 100px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.main-section .right .first-row .product-content img {
  width: 100%;
  margin: 0 auto;
}

.main-section .right .first-row .product-name {
  width: 50%;
  background: rgb(251, 192, 45);
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: -14px;
  font-size: 14px;
  transform: translateX(50%);
}

.main-section .right .first-row .points-container {
  font-size: 13px;
  padding: 10px 20px 10px 50px;
}

.main-section .right .first-row .points-container > li {
  list-style: none;
  margin-top: 10px;
}

.main-section .right .first-row .points-container > li::before {
  content: "";
  height: 20px;
  font-weight: bold;
  background-image: url("../img/check-circle.svg");
  margin-left: -30px;
  position: absolute;
  background-size: 18px;
  width: 20px;
  margin-top: 3px;
  background-repeat: no-repeat;
}

.main-section .right .first-row .tiny-text {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 20px;
  color: rgb(154, 154, 154);
}

.main-section .right .first-row .btn-product-bottom {
  padding: 10px 15px;
  background-color: rgb(220, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: -20px;
  border-radius: 15px;
}

.main-section .right .first-row .btn-product-bottom:hover {
  color: rgb(255, 255, 255);
}

.main-section .right .second-row {
  background: rgb(0, 0, 0);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.main-section .right .second-row h5 {
  font-weight: 600;
  font-size: 25px;
  line-height: 181.02%;
  color: rgb(251, 192, 45);
}

.main-section .right .second-row h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 130.52%;
  color: rgb(255, 255, 255);
}

.main-section .right .third-row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.main-section .right .third-row h5 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: rgb(0, 0, 0);
  margin-bottom: 2rem;
}

.main-section .right .third-row .sub-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.main-section .right .fourth-row {
  background: rgb(251, 192, 45);
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.main-section .right .fourth-row h5 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: rgb(0, 0, 0);
  margin-bottom: 2rem;
}

.main-section .fourth-row .kontak-btn {
  text-decoration: none;
  display: inline-block;
  padding: 10px 0px;
  width: 80%;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100.02%;
  color: rgb(255, 255, 255);
}

.main-section .fourth-row .kontak-btn img {
  width: 25px;
  margin-right: 5px;
}

.main-section .product a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin: auto;
}

.for-hover {
  position: relative;
  width: 80%;
  height: 100%;
  overflow: hidden;
}

.for-hover img {
  width: 100%;
}

.for-hover .hover-item {
  position: absolute;
  width: 98%;
  height: 98%;
  top: 9999px;
  left: 0px;
  opacity: 0.8;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.for-hover:hover .hover-item {
  top: 4px;
  left: 3px;
}

.for-mr {
  margin-right: 20px;
}
.text-align {
  text-align: left;
}
.footer-mrg {
  margin-top: 14px;
}
.image-mr {
  margin-left: -53px;
}
.for-l-mr {
  margin-left: -37px;
}

.new-blue-btn {
  text-decoration: none;
  border: none;
  background: rgb(14, 81, 141) !important;
  border-radius: 25px !important;
  color: rgb(255, 255, 255) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  padding: 12px 27px !important;
  letter-spacing: 0.4px !important;
}

.new-blue-btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(11, 51, 115) !important;
}

.new-blue-btn img:hover {
  transform: scale(1);
}

.new-black-btn {
  background: rgb(0, 0, 0);
  border: 1px solid rgb(172, 124, 23);
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: rgb(255, 255, 255);
  padding: 9px 38px;
  border-radius: 25px !important;
}

.new-black-btn:hover {
  background: rgb(11, 51, 115);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(11, 51, 115);
}
.new-black-btn.is-transparent {
  background: transparent;
}
.new-black-btn.is-transparent:hover {
  background: rgb(0, 0, 0);
  border: 1px solid rgb(172, 124, 23);
}
.quantity {
  appearance: none;
  background: url("../img/Rectangle.svg") no-repeat 60px center;
  background-repeat: no-repeat;
  background-position-x: 0%;
  text-align: right;
  width: 24px;
  border: none;
  outline: none;
  color: #ca9c1e;
  font-weight: bold;
  cursor: pointer;
}
.remove-item {
  background: transparent;
  border: none;
  outline: none;
  color: #ca9c1e;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.Mehrwert2-4-1 {
  width: 100%;
}
.Mehrwert-drohne-parent {
  padding: 0px !important;
}
.Mehrwert-drohne {
  width: 100% !important;
  height: 100% !important;
}
.form-for-left-visible {
  display: none;
}
.form-for-left-hide {
  display: block;
}
.Mavic3t-img {
  max-width: 120px;
  margin: 0px 5px 5px 5px !important;
}
.Mavic3t-mr {
  margin-bottom: 2rem;
}
.select-items-quantiy {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #fbc02d;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  top: 3px;
  left: 2px;
  display: none;
}
.active .select-items-quantiy {
  display: flex;
}
.pdf-link {
  margin-right: 11px;
}
.pdf-link p {
  font-size: 16px;
  font-weight: 500;
}
/* Lautsprecher */
.product-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgb(45, 45, 45);
  padding: 20px;
  border-radius: 20px;
}
.product-current-image-parent {
  padding: 50px;
  margin-bottom: 0px;
}
.product-current-image {
  width: 100%;
  max-width: 400px;
}
.bottom-images div {
  width: 100%;
}
.bottom-images div img {
  width: 100%;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
}
.bottom-images div .image-border {
  border: 1px solid #fbc02b;
  border-radius: 10px;
  padding: 2px;
  max-width: 150px;
}
.border-2px {
  border-width: 2px !important;
}
.border-3px {
  border-width: 3px !important;
}
.product-article {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  padding: 20px 30px;
  border: 1px solid rgb(171, 126, 33);
  border-radius: 21px;
  margin: 0px 0px 32px;
}
.product-article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175.69%;
  margin-bottom: 0px;
}

.table-section {
  background-color: #fbc02b;
  padding: 50px 0px;
}
.table-section-parent-div {
  background-color: #fff;
  border-radius: 14px;
}
.table-title {
  background: #dfdfdf;
  padding: 1rem 2rem;
  border-radius: 14px 14px 0px 0px;
  text-align: center;
}
.table-title h1 {
  font-size: 20px;
  font-weight: bold;
}
.table-parent-div {
  padding: 16px 20px 25px 20px;
}
.table-headline {
  font-size: 18px;
  font-weight: 700;
  color: #7f7f7f;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
.table-parent-div ul {
  border-bottom: 1px solid #ddd;
}
.table-parent-div ul li {
  font-weight: 500;
}
.table-parent-div ul li span {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

/* CSS for the table */
.product-table {
  width: 100%;
  border-collapse: collapse;
}

.product-table tr {
  border-bottom: 1px solid #ddd;
}

.product-table th,
.product-table td {
  padding: 8px;
  text-align: left;
  width: 50%;
}
.product-table td {
  font-weight: 500;
}

.price-div {
  padding-left: 21px;
}
/* will remove this soon */
.price-div h1 {
  font-size: 25px;
  font-weight: bold;
  color: #fbc02d;
}
/* will remove this soon */
.price-div .price-wrapper {
  font-size: 25px;
  font-weight: bold;
  color: #fbc02d;
}
.price-div p {
  color: #fbc02d;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* For Firefox */
}

/* anfrage-zubehoer-section */
.anfrage-zubehoer-section {
  background-color: rgb(1, 10, 23);
  background-image: url(../img/m3t-konfigurator/pop-up-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
}
.anfrage-zubehoer-section .for-border {
  padding: 20px 40px;
  border: 1px solid rgb(45, 45, 45);
  border-radius: 30px;
}
.anfrage-zubehoer-section .header {
  margin-bottom: 30px;
}
.anfrage-zubehoer-section .header h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  color: rgb(255, 255, 255);
}
.anfrage-zubehoer-section .header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}
.anfrage-zubehoer-section .left-inner-content {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 45px 35px 25px;
}
.anfrage-zubehoer-section .left-inner-content .title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: rgb(238, 179, 21);
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(238, 179, 21);
  margin-bottom: 2rem;
}
.anfrage-zubehoer-section .left-inner-content .content {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(238, 179, 21);
  margin-bottom: 1rem;
}
.anfrage-zubehoer-section .left-inner-content .content .colum {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 1rem;
}
.anfrage-zubehoer-section .left-inner-content .content .colum .image img {
  width: 42px;
}
.anfrage-zubehoer-section .left-inner-content .content .colum .text {
  text-align: left;
  width: 235px;
  margin: auto;
}
.anfrage-zubehoer-section .left-inner-content .content .colum .text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.anfrage-zubehoer-section .left-inner-content .content .colum .pop-up-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(238, 179, 21);
  flex-shrink: 0;
  text-align: right;
  min-width: 80px;
}
.anfrage-zubehoer-section .left-inner-content .bottom .sub-price {
  display: flex;
  justify-content: space-between;
}
.anfrage-zubehoer-section .left-inner-content .bottom .sub-price .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(255, 255, 255);
}
.anfrage-zubehoer-section .left-inner-content .bottom .sub-price .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgb(238, 179, 21);
}

.anfrage-zubehoer-section .left-inner-content .bottom .total-price h4 .sm-text {
  font-size: 16px;
}
.hinzu-btn {
  width: 90%;
  padding: 13px 27px !important;
}
/* zubehoer-section */
.zubehoer-hero-section {
  background-image: url(../img/zubehoer/Bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.9rem 0rem;
}
.zubehoer-hero-section h1 {
  color: #fbc02d;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.zubehoer-hero-section h4 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}
.zubehoer-hero-section .tik-parent-div {
  gap: 1.6rem;
}
.zubehoer-hero-section .tik-parent-div div {
  gap: 6px;
}
.zubehoer-hero-section .tik-parent-div img {
  width: 24px;
  height: 22px;
}
.zubehoer-hero-section .tik-parent-div p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.zubehoer-main-section {
  padding: 2rem 0rem;
}
.zubehoer-main-section .filtering-content.hide {
  display: none;
}
.zubehoer-main-section .filtering-content.show {
  display: block;
}

.zubehoer-main-section .left h5 {
  font-size: 18px;
  font-weight: 400;
  color: #6d6d6d;
  margin-bottom: 1rem;
}
.zubehoer-main-section .left .zubehoer-filter-parent {
  border: 1px solid #ededed;
  border-radius: 32px;
  padding: 30px 24px;
}
.zubehoer-main-section .left .zubehoer-filter-parent p {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  margin-bottom: 2rem;
}
.zubehoer-filter-parent .checkbox-container {
  position: relative;
  cursor: pointer;
}
.zubehoer-filter-parent .checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 24px;
  width: 24px;
}

.zubehoer-main-section .zubehoer-right .title {
  margin-bottom: 10px;
}
.zubehoer-main-section .zubehoer-right .title h5 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.zubehoer-main-section .zubehoer-right .title p,
#all-tota-porducts {
  margin: 0;
  color: #6d6d6d;
  font-size: 18px;
}
.zubehoer-main-section .zubehoer-right .card,
.suggested-products .card {
  border-radius: 32px;
  border: 1px solid #ededed;
  margin-bottom: 1.5rem;
  transition: 0.3s;
  cursor: pointer;
}
.zubehoer-main-section .zubehoer-right .card:hover,
.suggested-products .card:hover {
  border: 1px solid #fbc02d;
}
.zubehoer-main-section .zubehoer-right .card a {
  z-index: 0;
}
.zubehoer-main-section .zubehoer-right .card .card-body,
.suggested-products .card .card-body {
  padding-bottom: 38px;
}
.zubehoer-main-section .zubehoer-right .card .card-img-parent,
.suggested-products .card .card-img-parent {
  width: 100%;
  height: 180px;
  padding: 12px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.zubehoer-main-section .zubehoer-right .card .card-img-parent img,
.suggested-products .card .card-img-parent img {
  width: 100%;
  height: 100%;
  max-width: 229px;
  max-height: 150px;
  object-fit: contain;
}
.zubehoer-main-section .zubehoer-right .card .card-title,
.suggested-products .card .card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  height: 43px;
}
.zubehoer-main-section .zubehoer-right .card .card-text,
.suggested-products .card .card-text {
  font-size: 12px;
  font-weight: 500;
  height: 100px;
}
.zubehoer-main-section .zubehoer-right .card .price,
.suggested-products .card .price {
  gap: 0.7rem;
  margin-bottom: 10px;
}
.zubehoer-main-section .zubehoer-right .card .price h1,
.suggested-products .card .price h1,
.suggested-products .card .price .price-el {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.zubehoer-main-section .zubehoer-right .card .price p,
.suggested-products .card .price p {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
}

.suggested-products a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.suggested-products .cart-blue-bg {
  width: 46px;
  height: 38px;
  background: #085fae;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.suggested-products .cart-blue-bg:hover {
  background: #0e518d;
}
.suggested-products .cart-blue-bg img {
  width: 20px;
}

/* Create a custom checkbox */
.zubehoer-filter-parent .checkbox-container .checkmark {
  position: absolute;
  top: 40%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #fbc02d;
  border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.zubehoer-filter-parent .checkbox-container input:checked ~ .checkmark {
  background-color: #14538b;
  border: 0px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.zubehoer-filter-parent .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.zubehoer-filter-parent .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.zubehoer-filter-parent .checkbox-container .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
  background-image: url(../img/checkbox-tick.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zubehoer-main-section .left .zubehoer-filter-parent .checkbox-container {
  gap: 11px;
  margin-bottom: 1rem;
}

.zubehoer-main-section .left .zubehoer-filter-parent .checkbox-container img {
  max-width: 67px;
  margin-left: 20px;
  height: auto;
}
.zubehoer-main-section .left .zubehoer-filter-parent .checkbox-container p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.success-massege {
  color: #29c24d;
  font-size: 14px;
  margin-top: 1rem;
  margin-left: 138px;
  height: 21px;
}
.fixed-cart-icon {
  position: fixed;
  top: 0;
  right: 288px;
}
.gray-sub-footer {
  background: #e4e4e4;
  padding: 60px 20px;
}

.gray-sub-footer .heading {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  margin-bottom: 1.5rem !important;
}
.gray-sub-footer .left p {
  font-size: 16px;
  font-weight: 500;
}
.gray-sub-footer .right {
  transform: rotate(0deg);
  margin-left: 58px;
}
.gray-sub-footer .right .has-after-effect {
  position: relative;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.gray-sub-footer .right .has-after-effect::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform 0.3s ease 0s;
}
.gray-sub-footer .right .has-after-effect:hover::after {
  transform: scaleX(1);
}
.btn123 {
  border-color: rgb(1, 230, 117) !important;
  background-color: rgb(1, 230, 117) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 10px 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: right !important;
  border-radius: 30px !important;
  gap: 8px !important;
  transition-duration: 300ms !important;
  text-decoration: none !important;
}

.btn123:hover {
  color: rgb(0, 0, 0) !important;
}

.btn123 img {
  width: 30px;
}

/* weitere-services-section */

.weitere-services-section h1 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}
.weitere-services-section h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.weitere-services-section .left {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.weitere-services-section .right p {
  font-size: 16px;
  font-weight: 500;
}

/* Leistungsstark-section */
.Leistungsstark-section {
  background: #000000;
  color: #fff;
  padding: 44px 0px;
  font-size: 14px;
}
.Leistungsstark-section .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.Leistungsstark-section .sub-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.Leistungsstark-section .row {
  margin-bottom: 60px;
}
.Leistungsstark-section .col {
  padding-left: 3rem;
}
.Leistungsstark-section h6 {
  font-weight: normal;
  margin-bottom: 30px;
}
.Leistungsstark-section p {
  font-size: 14px;
}
.Leistungsstark-section .link {
  color: #fff;
  text-decoration: underline;
}
.Leistungsstark-section img {
  width: 100%;
}
.Leistungsstark-section .live-dem-btn {
  margin-bottom: 60px;
}

/* rows-section */
.rows-section {
  background: #f0f3fa;
  padding: 85px 0px;
}
.rows-section .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 18px;
}
.rows-section .sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #fab828;
}
.rows-section .custom-flex-box {
  margin-top: 52px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 36px 36px 36px;
  gap: 10px;
}
.rows-section .custom-flex-row {
  display: flex;
  /* border-bottom: 1px solid #ededed; */
  /* align-items: center; */
  justify-content: space-between;
  /* width: 100%; */
  padding-bottom: 10px;
  gap: 20px;
}
.rows-section .border-div {
  background: #ededed;
  height: 1px;
  width: 87%;
  align-self: self-start;
}
.rows-section .costom-flex-col {
  display: flex;
  align-items: center;
  /* width: 100%; */
}
.rows-section .first-col {
  width: 70px;
  /* visibility: hidden; */
}
.rows-section .second-col {
  width: 294px;
}
.rows-section .fourth-col {
  width: 130px;
  justify-content: center;
}
.rows-section .drohne-category {
  display: flex;
  gap: 8px;
}
.rows-section .drohne-category .category {
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  width: 110px;
  height: 90px;
  padding: 8px;
}
.rows-section .drohne-category .category p {
  color: #fabf40;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.rows-section .drohne-category .category img {
  width: 100%;
}
.rows-section .gray-text {
  font-size: 14px;
  font-weight: 700;
  color: #7f7f7f;
  margin: 0;
  display: flex;
  text-align: center;
}
.rows-section .gray-div {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  background: #e9edf6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #212529;
}

.rows-section .gray-div p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.rows-section .gray-div h1 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.rows-section .category-text {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  margin: 0;
}
.rows-section .category-rate {
  width: 110px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
}
.rows-section .category-rate img {
  width: 48px;
}
.rows-section .absulute-div {
  height: 164px;
  width: 120px;
  position: absolute;
  top: 0;
}
.rows-section .absulute-div.third {
  height: 201px;
}
.rows-section .category-rate p {
  font-size: 11px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.rows-section .for-make-relative {
  position: relative;
}
.rows-section .features {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 36px;
  z-index: 1;
  background: white;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 28px;
}
.rows-section .features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rows-section .features li {
  border-bottom: 1px solid #ededed;
}
.rows-section .features li:nth-child(1) {
  padding: 0;
  height: 101px;
  display: flex;
  align-items: end;
  padding-bottom: 10px;
}
.rows-section .features li:nth-child(2) {
  height: 87px;
  display: flex;
  align-items: center;
  padding: 0;
}
.rows-section .features li:nth-child(3) {
  padding: 0;
  height: 87px;
  display: flex;
  align-items: center;
}
.rows-section .features li:nth-child(4) {
  padding: 0;
  height: 87px;
  display: flex;
  align-items: center;
}
.rows-section .features li:nth-child(5) {
  padding: 0;
  height: 126px;
  display: flex;
  align-items: center;
}
.rows-section .features li:nth-child(6) {
  padding: 0;
  height: 86px;
  display: flex;
  align-items: center;
}
.rows-section .features li:nth-child(7) {
  padding: 0;
  height: 136px;
  display: flex;
  align-items: center;
}
.vissiable-on-max-then-1220px {
  display: none;
}

/* product card */
.product-card {
  background: #fff;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.product-card-img {
  width: 100%;
}
.product-card-body .small-text {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 20px;
  color: rgb(154, 154, 154);
}
.product-card-body .product-card-title {
  background: rgb(251, 192, 45);
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: -14px;
  font-size: 14px;
  width: 50%;
  transform: translateX(50%);
}
.product-card-body .product-card-list {
  margin: 0;
  list-style: none;
  padding-top: 10px;
  font-size: 13px;
  margin-bottom: 1rem;
  padding-right: 10px;
}
.product-card-body .product-card-list li {
  margin-top: 10px;
}
.product-card-body .product-card-list li::before {
  content: "";
  height: 20px;
  /* font-weight: bold; */
  background-image: url(../img/check-circle.svg);
  margin-left: -30px;
  position: absolute;
  background-size: 18px;
  width: 20px;
  margin-top: 3px;
  background-repeat: no-repeat;
}

/* zubehoer-nav-dropdown */
.zubehoer-nav-dropdown {
  color: #000000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.zubehoer-nav-dropdown.color-change {
  color: #7f7f7f;
}
/* this h1 for other pages. It will be removed soon */
.zubehoer-nav-dropdown h1 {
  font-size: 16px;
  font-weight: 700;
}
/* this h1 for other pages. It will be removed soon */
.zubehoer-nav-dropdown .heading {
  font-size: 16px;
  font-weight: 700;
}
.zubehoer-nav-dropdown i {
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
}
.zubehoer-nav-dropdown i.rotate {
  transform: rotate(180deg);
}
.zubehoer-nav-dropdown-element {
  background-color: #fcfcfc;
  border-radius: 0px 0px 8px 8px;

  overflow: hidden;
  height: 0;
  transition: height 0.4s, padding 0.4s;
}
.zubehoer-nav-dropdown-element.active {
  border: 1px solid #ededed;
  border-top: 2px solid #fd0f1c;
  padding: 24px;
  padding-top: 1rem;
}
.zubehoer-nav-dropdown-element a {
  text-decoration: none;
  gap: 20px;
  padding-bottom: 0.8rem;
  padding-top: 0.5rem;
  padding-left: 10px;
  border-bottom: 1px solid #f2e2d8;
}
.zubehoer-nav-dropdown-element img {
  max-width: 70px;
}
.zubehoer-nav-dropdown-element h5 {
  color: #000000;
  font-size: 18px;
  margin: 0;
}
.for-bg-image {
  background: url("../img/warum-bitinfo-01/hero-bg-1.png") center center / cover
    no-repeat !important;
}
/* blog-section */
.blog-section {
  background: #000000;
  color: #fff;
  margin-top: 1rem;
  border-radius: 12px;
  padding-bottom: 1px;
}
.blog-section .top-heading {
  color: #fbc02d;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  margin-bottom: 1rem;
}
.blog-section h3 {
  font-size: 20px;
  font-weight: bold;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.blog-section .list-div {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

.blog-section .list-div .heading {
  color: #fbc02d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.blog-section .list-div ul li {
  color: #fbc02d;
  padding: 0;
  margin-bottom: 5px;
}
.blog-section .list-div ul li p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

/* Partner-fur-BOS */
.Partner-fur-BOS {
  background-color: #000000;
  padding: 97px 0px;
}
.Partner-fur-BOS h2 {
  margin-bottom: 96px;
}
.Partner-fur-BOS-left {
  height: 100%;
  margin-top: 10px;
}
.Partner-fur-BOS-left p {
  margin-bottom: 61px;
}
.Partner-fur-BOS p {
  font-size: 20px;
  color: #fbc02d;
  text-align: center;
  line-height: 30px;
}
.Partner-fur-BOS .large-num {
  font-size: 40px;
  font-weight: 700;
}
.Partner-fur-BOS-right {
  height: 100%;
  text-align: center;
  margin-top: 10px;
}
.Partner-fur-BOS-right p {
  margin-bottom: 45px;
}
.Partner-fur-BOS .icon-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 34px;
}
.icon-flex.top-icons {
  justify-content: center;
  gap: 47px;
}
.Partner-fur-BOS .icon-flex img {
  max-width: 100px;
}
.uavdach {
  width: 234px;
  margin-bottom: 1.3rem;
}

.Partner-fur-BOS-mid img {
  /* width: 100%; */
  max-width: 276px;
}
.Partner-fur-BOS .bottom-image-wrapper {
  gap: 29.44px;
}
.Partner-fur-BOS .bottom-image-wrapper img {
  width: 100%;
  max-width: 85px;
  height: auto;
}
/* custom-row */
.custom-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.logo-slide-section {
  padding-top: 0.8rem;
}
.swiper-wrapper.is-slider-logo-section {
  align-items: center;
  padding-bottom: 1.6rem;
}
.swiper-slide.is-slider-logo-section img {
  width: 100%;
}
.logo-slide-section .swiper-pagination-bullet,
.swiper.is-home-card .swiper-pagination-bullet {
  background: #000;
  opacity: 100;
}
.logo-slide-section .swiper-pagination-bullet-active,
.swiper.is-home-card .swiper-pagination-bullet-active {
  background-color: #e42538;
}
.swiper.is-home-card {
  padding-bottom: 5rem;
}
/* Drohnen-Losungen-fur-BOS-section */
.Drohnen-Losungen-fur-BOS {
  padding-top: 85px;
  padding-bottom: 35px;
  background-color: #f9f9f9;
}
.Drohnen-Losungen-fur-BOS h2 {
  margin-bottom: 41px;
}
.Drohnen-Losungen-fur-BOS .bottom-text {
  font-size: 18px;
  font-weight: 400;
  color: #a6a6a6;
  margin-top: 59px;
  text-align: center;
}
.dorns-cards-wrapper {
  color: #000;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.dorns-cards-wrapper:hover {
  text-decoration: none;
  color: #000;
}
.cards-top-badge {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 0.3rem;
}
.cards-content-wrapper {
  background: #fff;
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 4px 20px 0px #00000026;
}
.cards-top-image-wrapper {
  padding-bottom: 25px;
  border-bottom: 1px solid #dddbdb;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 27px;
  max-height: 209px;
}
.cards-top-image-wrapper img {
  width: 100%;
  height: auto;
}
.cards-bottom-content {
  padding-left: 20px;
  padding-right: 20px;
}
.card-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 27px;
}
.cards-list-wrapper {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.cards-list-wrapper li {
  display: flex;
  gap: 6px;
  align-items: start;
  padding-bottom: 1rem !important;
}
.cards-list-wrapper li img {
  width: 24px;
}
.cards-list-wrapper li p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.cards-bottom-small-text {
  color: #9a9a9a;
  font-size: 9px;
  text-align: center;
  margin-bottom: 1rem;
}
.card-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -20px;
}
/* POSTINGS UND NEWS section */
.posting-und-news-section {
  padding-top: 97px;
  padding-bottom: 97px;
  background-image: url("../img/homepage/Bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper.is-posting-und-news-slider {
  margin-bottom: 3.875rem;
}
.swiper-slide.is-posting-und-news-slider {
  cursor: pointer;
}
.swiper-slide.is-posting-und-news-slider img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
}
/* Alle-Losungen */
.Alle-Losungen {
  padding-top: 100px;
  padding-bottom: 100px;
}
.Alle-Losungen img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.Alle-Losungen p {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.Alle-Losungen .col-md-auto {
  padding: 20px 30px 0px;
  text-align: center;
}
/* weietre-service */
.weietre-service {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 69px;
}

.weietre-service img {
  max-width: 173px;
}
.weietre-service p {
  font-size: 16px;
  font-weight: 400;
}
.weietre-service .heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
/* Einsatzmoglichkeiten-section */
.Einsatzmoglichkeiten-section {
  padding-top: 113px;
  padding-bottom: 76px;
}
.Einsatzmoglichkeiten-section .heading {
  margin-bottom: 30px;
}
.Einsatzmoglichkeiten-section .sub-heading {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 46px;
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.Einsatzmoglichkeiten-section .image-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.Einsatzmoglichkeiten-section .contnet-wrapper ul li {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
}
/* section.seventh.new */
section.seventh.is-new {
  padding-top: 152px;
  padding-bottom: 106px;
}
.contact-form-content-wrapper {
  background: #000000;
  border-radius: 25px;
  padding: 40px;
  max-width: 487px;
}
.contact-form-content-wrapper .heading {
  font-size: 28px;
  font-weight: 600;
  color: #fbc02d;
  padding-bottom: 24px;
  border-bottom: 2px solid #fbc02d;
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 156px;
}
.contact-form-content-wrapper .contact-form-avater-wrapper {
  background: #241b00;
  border-radius: 25px;
  text-align: center;
  padding: 1rem;
  margin-bottom: 49px;
}
.contact-form-content-wrapper .contact-form-avater-wrapper img {
  width: 180px;
  height: 180px;
  margin-bottom: 26px;
  margin-top: -90px;
}
.contact-form-content-wrapper .contact-form-avater-wrapper .text {
  max-width: 22ch;
  font-size: 28px !important;
  font-weight: 400;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
  line-height: 33.6px;
}
.contact-form-content-wrapper .contact-form-avater-wrapper .gray-text {
  font-size: 24px !important;
  font-weight: 700;
  color: #6d6e71 !important;
  margin-bottom: 0px;
}
.contact-form-content-wrapper .contact-link-wrapper {
  gap: 22px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 12.5px;
  margin-left: 36px;
}
.contact-form-content-wrapper .contact-link-wrapper img {
  max-width: 40px;
}
.contact-form-content-wrapper .contact-link-wrapper p {
  font-size: 24px !important;
  font-weight: 700;
  margin: 0;
}
.seventh.is-new .contact-heading {
  margin-bottom: 2.625rem;
}
.seventh.is-new .contact-small-text {
  font-size: 9px !important;
  color: #000000 !important;
  max-width: 70ch;
  margin-bottom: 0.5rem;
}
.seventh.is-new .contact-small-text a {
  color: #000000 !important;
  font-weight: bold;
}
/* google-testimonial */

.swiper.is-google-testimonial {
  padding: 2rem 5rem;
}

.swiper-button-prev.is-google-testimonial {
  left: -2%;
}
.swiper-button-next.is-google-testimonial {
  right: -2%;
}
.google-testimonial-wrapper {
  background: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px #00000026;
  height: 325px;
}

.google-testimonial-wrapper .top-images-and-name-wrapper .name-avatar-wrapper {
  gap: 1rem;
}
.google-testimonial-wrapper
  .top-images-and-name-wrapper
  .name-avatar-wrapper
  img {
  width: 50px;
  height: 50px;
}
.google-testimonial-wrapper
  .top-images-and-name-wrapper
  .name-avatar-wrapper
  p {
  font-size: 14px;
  font-weight: 700;
  color: #427fed;
  margin: 0;
}

.google-testimonial-wrapper
  .top-images-and-name-wrapper
  .google-image-wrapper
  img {
  width: 20px;
  height: 20px;
}
.google-testimonial-wrapper .star-wrapper {
  color: #fb8e28;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.google-testimonial-wrapper .testimonila-text {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}
/* navbar toggole style  */
.toggle-line {
  width: 23px;
  height: 2px;
  background: #000;
  transition: 0.4s;
}
.navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  padding-right: 0;
}
.active #line-1 {
  transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.active #line-2 {
  width: 0px;
}
.active #line-3 {
  transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

/* section-uberblick  */
.section-uberblick {
  background: #000;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #fff;
}

.section-uberblick .uberblick-heading {
  font-size: 2.375rem;
  font-weight: 700;
  color: #fbc02b;
  text-align: center;
  margin-bottom: 2rem;
}
.section-uberblick .uberlick-content {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.section-uberblick .gif-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.section-uberblick .gif-wrapper img {
  width: 100%;
}
.section-uberblick .second-heading {
  color: #fbc02b;
  font-size: 1.75rem;
  font-weight: 700;
}
.section-uberblick .sub-heading {
  font-size: 1rem;
  font-weight: 700;
}
.section-uberblick .list-wrapper {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #fbc02b;
}
.section-uberblick .list-wrapper li {
  margin-bottom: 0rem;
}
.section-uberblick .list-wrapper li p {
  color: #fff;
  margin-bottom: 0rem;
}
.section-uberblick .sub-list {
  margin-top: 1rem;
}
.section-uberblick .sub-list p {
  color: #fff;
}
.section-uberblick .image-wrapper img {
  width: 100%;
}

/* h30t-details */
.h30t-details {
  background: #ffb638;
  color: #000;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.h30t-details .heading {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
.h30t-details .image-wrapper {
  margin-top: 4rem;
}
.h30t-details .image-wrapper img {
  width: 100%;
}

/* dock 2  */
.dock2-hero {
  background-image: url(../img/dock2/dock2-hero-image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  height: 90vh;
}
.dock2-hero .button-wrapper {
  text-align: center;
}
.dock2-hero .title {
  text-align: center;
  color: #fbc02d;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.dock2-hero .sub-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.dock2-hero .hero-content {
  margin-top: 223px;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.dock2-hero .hero-content .hero-content-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.dock2-hero .hero-content .hero-content-item p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.dock2-hero .hero-content .hero-content-item .small-text {
  font-size: 1rem;
  font-weight: 400;
}

/* dock-2-die  */
.dock-2-die {
  background-image: url(../img/dock2/die-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  height: 640px;
}
.dock-2-die .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 64px;
}
.dock-2-die .dock-2-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 52px;
  column-gap: 20px;
  max-width: 800px;
  margin-left: -3rem;
}
.dock-2-die .dock-2-grid .dock-2-gridd-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dock-2-die .dock-2-grid .dock-2-gridd-item img {
  width: 100%;
  max-width: 89px;
  margin-bottom: 22px;
}
.dock-2-die .dock-2-grid .dock-2-gridd-item p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.product-experience.is-dock2 {
  background: #101010;
}
.experience-navigator.is-dock2 {
  background: #1a1a1a;
}

/* dock-row */
.dock-row {
  background: #000000;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}
.dock-row .myrow {
  margin-bottom: 100px;
}
.dock-row .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  height: 100%;
}
.dock-row .content-wrapper .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.dock-row .content-wrapper .content {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 51ch;
}

.dock-row .image-wrapper img {
  width: 100%;
  max-width: 540px;
}
/* dock2-allzeit  */
.dock2-allzeit {
  background: #101010;
  padding-top: 124px;
  padding-bottom: 124px;
  color: #fff;
}
.dock2-allzeit .heading-wrapper {
  margin-bottom: 34px;
}
.dock2-allzeit .heading-wrapper h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fbc02d;
  margin: 0;
}
.dock2-allzeit .sub-heading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 34px;
}

.dock2-allzeit .image-wrapper img {
  width: 100%;
  max-width: 919px;
}
.dock2-iframe {
  width: 100%;
  min-height: 1421px;
  outline: none;
  border: none;
}

/* gelblichteinheiten-hero  */
.gelblichteinheiten-hero {
  background-image: url(../img/gelblichteinheiten/gelblichteinheiten-hero-bg.webp);
  background-size: cover;
  background-position: center;
  height: 572px;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.gelblichteinheiten-hero .content-wrapper .hero-card-wrapper {
  background-color: #000;
  border-radius: 30px;
  padding: 36px;
  margin-bottom: 35px;
}
.gelblichteinheiten-hero .content-wrapper .hero-card-wrapper h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.gelblichteinheiten-hero .content-wrapper .hero-card-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fbc02d;
  margin-bottom: 1rem;
}
.gelblichteinheiten-hero .content-wrapper .hero-card-wrapper p {
  font-size: 20px;
  margin: 0;
}
.gelblichteinheiten-hero .content-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 47px;
}
.gelblichteinheiten-hero .content-wrapper .button-wrapper .btn {
  width: 225px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 50px !important;
}

/* einsatzszenarien  */
.einsatzszenarien {
  padding-top: 80px;
  padding-bottom: 80px;
}
.einsatzszenarien .heading-wrapper {
  margin-bottom: 56px;
}
.einsatzszenarien .heading-wrapper h2 {
  font-size: 16px;
  color: #fbc02d;
  font-weight: 600;
  margin-bottom: 1rem;
}
.einsatzszenarien .heading-wrapper h3 {
  font-size: 36px;
  font-weight: 700;
  max-width: 45ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
.einsatzszenarien .heading-wrapper p {
  font-size: 18px;
  max-width: 86ch;
  margin-left: auto;
  margin-right: auto;
}
.einsatzszenarien .card-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
}

.einsatzszenarien .card-grid .card-grid-col .einsatzszenarien-card {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 30px;
  height: 100%;
}

.einsatzszenarien
  .card-grid
  .card-grid-col
  .einsatzszenarien-card
  .content-wrapper {
  padding: 33px 18px;
  text-align: center;
}
.einsatzszenarien
  .card-grid
  .card-grid-col
  .einsatzszenarien-card
  .content-wrapper
  .heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 26px;
}
.einsatzszenarien
  .card-grid
  .card-grid-col
  .einsatzszenarien-card
  .content-wrapper
  .content {
  font-size: 1rem;
}
.einsatzszenarien
  .card-grid
  .card-grid-col
  .einsatzszenarien-card
  .button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: -20px;
}
/* flycart30  */
.flycart30 {
  background-image: url(../img/gelblichteinheiten/FlyCart-bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 88px;
  padding-bottom: 88px;
  color: #fff;
}

.flycart30 .flycart30-col-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fbc02d;
  margin-bottom: 44px;
}
.flycart30 .flycart30-col-wrapper .list {
  color: #fbc02d;
  font-size: 24px;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.flycart30 .flycart30-col-wrapper .list li {
  margin-bottom: 1rem;
  padding: 0;
}
.flycart30 .flycart30-col-wrapper .list li p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
}
.flycart30 .flycart30-col-wrapper .button-wrapper {
  margin-left: 1.7rem;
}
.gelb-rows-section {
  padding: 100px 0px;
}
.gelb-rows-section .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 48px;
  max-width: 45ch;
  margin-left: auto;
  margin-right: auto;
}
.gelb-rows-section .col-lg-6 {
  background: #f9f9f9;
}
.gelb-rows-section .image {
  width: 100%;
}
.gelb-rows-section .content-wrapper {
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.gelb-rows-section .content-wrapper.left {
  justify-content: end;
}
.gelb-rows-section .content-wrapper .content {
  font-size: 18px;
  max-width: 475px;
}
/* section-einsatz  */
.section-einsatz {
  padding: 80px 0px;
}
.section-einsatz .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
.section-einsatz .sub-heading {
  font-size: 18px;
  margin-bottom: 0.5rem;
  max-width: 95ch;
  margin-left: auto;
  margin-right: auto;
}
.section-einsatz .einsatz-wrapper {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.section-einsatz .einsatz-wrapper .einsatz-content {
  padding-left: 28px;
  border-left: 3px solid #fbc02d;
}
.section-einsatz .einsatz-wrapper .einsatz-content .heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
.section-einsatz .einsatz-wrapper .einsatz-content .content {
  font-size: 1rem;
}
.section-einsatz .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section-einsatz .image-wrapper img {
  width: 100%;
  max-width: 456px;
}
.faq-sec .sub-heading {
  font-size: 18px;
  color: #fff;
  margin-top: 28px;
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto;
}

.faq-sec_bottom-content {
  margin-top: 55px;
  color: #fff;
}

.faq-sec_bottom-content .content {
  margin-top: 27px;
  font-size: 18px;
  margin-bottom: 36px;
}

/* mega menu filter  */
.drone-img-wrap.is-filter {
  gap: 3rem;
}
.mega-menu-filter-image-wrapper {
  color: #6c6c6c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: 300ms;
  cursor: pointer;
}
.mega-menu-filter-image-wrapper.active {
  color: #000;
}
.mega-menu-filter-image-wrapper.active p {
  border-bottom: 3px solid red;
}
.mega-menu-filter-image-wrapper .mega-menu-filter-image {
  width: 100%;
  height: 100%;
  max-width: 56px;
}
.mega-menu-filter-image-wrapper p {
  font-size: 1rem;
  font-weight: 600;
}
.mega-menu-filter-image-wrapper:hover {
  color: #000;
}
.mega-menu-filter-image-wrapper:hover.mega-menu-filter-image-wrapper p {
  border-bottom: 2px solid red;
}
.mm-flex-row.has-gap {
  gap: 10rem;
}

/* section-bla-hero */
.section-bla-hero {
  background-image: url(../img/blaulichteinheiten/blaulichteinheiten-hero-bg.webp);
  height: 90vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.section-bla-hero.is-video {
  background-image: none;
  position: relative;
  overflow: hidden;
}
.section-bla-hero.is-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.section-bla-hero .content-wrapper {
  max-width: 573px;
  padding-top: 36px;
  padding-bottom: 43px;
  padding-left: 33px;
  padding-right: 33px;
  background: #000000b2;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 48px;
}
.section-bla-hero .content-wrapper p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}
.section-bla-hero .content-wrapper h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fbc02d;
  margin-bottom: 20px;
}
.section-bla-hero .content-wrapper .content {
  font-size: 18px;
  font-weight: 400;
  max-width: 45ch;
  margin: 0px;
}
.section-bla-hero .button-wrapper {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
/* section-bla-von  */
.section-bla-von {
  padding-top: 148px;
  padding-bottom: 148px;
}
.section-bla-von .heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 70px;
  align-items: center;
  text-align: center;
}
.section-bla-von .heading-wrapper .heading {
  margin: 0;
  font-size: 2.125rem;
  font-weight: 700;
  color: #000;
}
.section-bla-von .heading-wrapper .sub-heading {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.section-bla-von .row {
}
.section-bla-von .row .image-wrapper {
  background: #fafafa;
  padding-top: 36px;
  padding-bottom: 22px;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 40px;
}
.section-bla-von .row .image-wrapper img {
  width: 100%;
}
.section-bla-von .row .von-right {
  background: #fafafa;
  border-radius: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
.section-bla-von .row .von-right .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 2rem;
}
.section-bla-von .row .von-right .card-wrapper .card-item {
  background: #fff;
  padding: 18px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-bla-von .row .von-right .card-wrapper .card-item p {
  font-size: 22px;
  font-weight: 500;
  color: #00000080;
  margin: 0;
}
.section-bla-von .row .von-right .button-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 100px;
}
.section-bla-von .row .von-right .button-wrapper .btn {
  width: 100%;
}
/* section-bla-beis */
.section-bla-beis {
  padding-top: 148px;
  padding-bottom: 74px;
}
.section-bla-beis .heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.section-bla-beis .heading-wrapper .heading-text-wrapper {
  max-width: 493px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-bla-beis .heading-wrapper .heading-text-wrapper .heading {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
.section-bla-beis .heading-wrapper .button-wrapper {
  background: #fafaff;
  padding: 21px 27px 21px 27px;
  border-radius: 100px;
}
.section-bla-beis .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}

.section-bla-beis .grid .grid-col .beis-card {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section-bla-beis .grid .grid-col .beis-card .beis-card-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 1.5rem;
}
.section-bla-beis .grid .grid-col .beis-card .content {
  font-size: 20px;
  font-weight: 400;
}
.section-bla-beis .grid .grid-col .beis-card .image {
  width: 100%;
}
/* section-bla-typis  */
.section-bla-typis {
  padding-top: 74px;
  padding-bottom: 74px;
}

.section-bla-typis .content-wrapper .heading {
  font-size: 28px;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 9px;
}
.section-bla-typis .content-wrapper .sub-heading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.section-bla-typis .content-wrapper .button-wrapper {
}
.section-bla-typis .card-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fafafa;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.section-bla-typis .card-wrapper .bla-typis-card {
  background: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.section-bla-typis .card-wrapper .bla-typis-card .content {
  font-size: 16px;
  font-weight: 500;
  color: #00000080;
  margin: 0;
}
/* section-bla-eine */
.section-bla-eine {
  padding-top: 74px;
  padding-bottom: 74px;
}
.section-bla-eine .eine-box {
  background: #fafafa;
  border-radius: 28px;
  padding: 22px;
}
.section-bla-eine .eine-box .heading-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-bla-eine .eine-box .logo {
  width: 100%;
  max-width: 54px;
}
.section-bla-eine .eine-box .heading {
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  color: #c2c2c2;
  margin: 0;
}
.section-bla-eine .eine-box .image-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.section-bla-eine .eine-box .image-box img {
  width: 100%;
  max-width: 320px;
}
.section-bla-eine .eine-box .content-box {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border-radius: 30px;
}
.section-bla-eine .eine-box .content-box p {
  font-size: 16px;
  font-weight: 400;
  color: #00000080;
  font-style: italic;
  margin: 0;
}
.section-bla-eine .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* section-bla-schnee */
.section-bla-schnee {
  padding-top: 74px;
  padding-bottom: 74px;
}
.section-bla-schnee .left-box-wrapper {
  background: #fafafa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 29px;
  padding-bottom: 29px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section-bla-schnee .left-box-wrapper .bla-card {
  padding: 18px;
  background: #fff;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-bla-schnee .left-box-wrapper .bla-card p {
  font-size: 20px;
  font-weight: 400;
  color: #00000080;
  margin: 0;
}
.section-bla-schnee .left-box-wrapper .button-wrapper,
.section-bla-drohnen .left-box .card-wrapper .button-wrapper {
  padding: 22px;
  background: #fff;
  display: flex;
  border-radius: 100px;
}
.section-bla-schnee .right-box-wrapper {
}
.section-bla-schnee .right-box-wrapper img {
  width: 100%;
}
/* section-bla-unser */
.section-bla-unser {
  background: url(../img/blaulichteinheiten/unser-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 77px;
  padding-bottom: 77px;
}
.section-bla-unser .heading {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.section-bla-unser .heading .heading-span {
  color: #0e518d;
  font-weight: 700;
}
.section-bla-unser .sub-heading {
  margin-top: 22px;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.section-bla-unser .image-wrapper {
  margin-top: 66px;
  background: #fff;
  padding-top: 37px;
  padding-bottom: 37px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 49px;
}
.section-bla-unser .image-wrapper img {
  width: 100%;
}
/* section-bla-drohnen */
.section-bla-drohnen {
  padding-top: 148px;
  padding-bottom: 148px;
}
.section-bla-drohnen .heading-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  justify-content: space-between;
}
.section-bla-drohnen .heading-wrapper .heading {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  max-width: 35ch;
}

.section-bla-drohnen .heading-wrapper .icon-wrapper {
}
.section-bla-drohnen .heading-wrapper .icon-wrapper img {
  width: 100%;
  max-width: 70px;
}
.section-bla-drohnen .left-box {
}
.section-bla-drohnen .left-box .heading {
  font-size: 20px;
  color: #fbc02d;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-bla-drohnen .left-box .content-text {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
.section-bla-drohnen .left-box .card-wrapper {
  margin-top: 35px;
  background: #fafafafa;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 28px;
}
.section-bla-drohnen .left-box .card-wrapper .card-item {
  background: #fff;
  padding: 16px 8px 16px 8px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.section-bla-drohnen .left-box .card-wrapper .card-item .text {
  margin: 0;
  font-size: 18px;
  color: #00000080;
  font-weight: 500;
}

.section-bla-drohnen .right-box img {
  width: 100%;
}
/* section-bla-das */
.section-bla-das {
  background: #fafafa;
  padding-top: 62px;
  padding-bottom: 62px;
}

.section-bla-das .heading-wrapper {
  margin-bottom: 64px;
}
.section-bla-das .heading-wrapper h2 {
  font-size: 50px;
  font-weight: 500;
  color: #c8c8c8;
  margin: 0;
}
.section-bla-das .heading-wrapper .blue-heading {
  color: #0e518d;
}
.Einsatzmoglichkeiten-section .heading.is-blau {
  font-size: 28px;
}
.Einsatzmoglichkeiten-section .sub-heading.is-blau {
  font-size: 1rem;
}

/* academey nav dropdown  */
.academy-dropdown-btn {
  position: relative;
}
.academy-dropdown-list {
  margin: 0;
  list-style: none;
  background: #ffff;
  padding: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #80808052;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.academy-dropdown-btn .academy-icon {
  transition: all 0.3s;
}
.academy-dropdown-btn.show .academy-dropdown-list {
  top: 100%;
  visibility: visible;
  opacity: 100%;
}
.academy-dropdown-btn.show .academy-icon {
  transform: rotate(-180deg);
}
.academy-dropdown-list li {
  padding: 0 !important;
}
.academy-dropdown-list li a {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.academy-dropdown-list li a:hover {
  background: #fbc02b;
}

/* section-das-uav  */
.section-das-uav {
  padding: 80px 0px;
}
.section-das-uav .heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 36px;
}
.section-das-uav .list {
  margin: 0;
  list-style: none;
  background: #fafafa;
  padding: 18px;
  border-radius: 21px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.section-das-uav .list li {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-das-uav .list li p {
  margin: 0;
  font-size: 20px;
  color: #969696;
}
.section-das-uav .das-right-wrapper {
  text-align: center;
}
.section-das-uav .das-right-wrapper img {
  width: 100%;
  max-width: 293px;
}
.section-das-uav .das-right-wrapper .sub-heading {
  margin-top: 19px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
}
.section-das-uav .das-right-wrapper .sub-text {
  font-size: 20px;
  color: #808080;
  margin-bottom: 2rem;
}
/* section-sniffer-4d  */
.section-sniffer-4d {
  padding: 80px 0px;
  text-align: center;
}
.section-sniffer-4d .heading {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}
.section-sniffer-4d .sniffer-item-wrapper {
  margin-bottom: 120px;
}
.section-sniffer-4d .sniffer-item-wrapper .sub-heading {
  font-size: 18px;
  margin-top: 1rem;
  color: #808080;
  margin-bottom: 46px;
}
.section-sniffer-4d .sniffer-item-wrapper img {
  width: 100%;
}
.section-sniffer-4d .arbeits-wrapper {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 99px 20px 20px 20px;
  margin-bottom: 90px;
}
.section-sniffer-4d .arbeits-wrapper .heading {
  color: #fbc02d;
}
.section-sniffer-4d .arbeits-wrapper .button-wrapper {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.section-sniffer-4d .arbeits-wrapper .arbeits-image {
  width: 100%;
}
/* sniffer-4d-mapper-wrapper  */
.sniffer-4d-mapper-wrapper {
}
.sniffer-4d-mapper-wrapper .sub-heading {
  font-size: 18px;

  color: #808080;

  margin-top: 1rem;

  margin-bottom: 70px;
}
.sniffer-4d-mapper-wrapper .sniffer-card {
  background: #fafafa;

  text-align: left;

  padding: 28px 16px 28px 16px;

  border-radius: 36px;

  height: 100%;
}
.sniffer-4d-mapper-wrapper .sniffer-card .sniffer-card-heading {
  font-size: 24px;

  font-weight: 500;

  margin-bottom: 24px;
}
.sniffer-4d-mapper-wrapper .sniffer-card p {
  font-size: 16px;

  font-weight: 500;

  color: #7d7d7d;

  margin-bottom: 33px;
}
.sniffer-4d-mapper-wrapper .sniffer-card img {
  width: 100%;
}
/* section-aus  */
.section-aus {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.section-aus .heading {
  font-size: 34px;
  font-weight: 500;
  color: #fbc02d;
  margin-bottom: 1rem;
}
.section-aus .sub-heading {
  font-size: 14px;
  margin: 0;
}
.section-aus .aus-image-wrapper {
  margin: 1rem 0rem;
}
.section-aus .aus-image-wrapper img {
  width: 100%;
}
.section-aus .aus-bottom-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
/* section-sniffer-hardware  */
.section-sniffer-hardware {
  padding: 80px 0px;
}
.section-sniffer-hardware .heading {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.section-sniffer-hardware .sub-heading {
  text-align: center;
  font-size: 14px;
  margin-bottom: 70px;
}
.section-sniffer-hardware .sniffer-hardware-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 48px;
}
.section-sniffer-hardware .sniffer-hardware-card .heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.section-sniffer-hardware .sniffer-hardware-card .content {
  font-size: 14px;
  text-transform: uppercase;
}

.section-sniffer-hardware .sniffer-hardware-card .image-wrapper img {
  width: 100%;
}
.featuers-video-wrapper {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.featuers-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* blog  */
.m3t-hero-section-AB.is-blog {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blog-heading-wrapper {
  width: fit-content;
  padding: 40px;
  background: #000000;
  border-radius: 30px;
}
.blog-heading-wrapper h1 {
  color: #fbc02d;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}
.blog-heading-wrapper p {
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}
.section-glossar {
  padding: 5rem 0rem;
}
.glossar-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.glossar-sub-title {
  font-size: 16px;
  margin-bottom: 3rem;
}
.glossar-accrodion-btn {
  color: #000 !important;
}
.glossar-accrodion-text {
  font-size: 1rem;
  color: #000;
}
.accrodion-wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-number {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-header-section {
  background: #f9f9f9;
  padding: 5rem 0rem;
}
.blog-header-section .blog-header-heading {
  text-align: center;
  color: #212529;
  font-size: 28px;
  font-weight: 700;
  max-width: 40ch;
  margin: 0 auto;
}
.blog-header-section .blog-header-row {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}
.blog-header-section .blog-header-row .blog-header-left {
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
}
.blog-header-section
  .blog-header-row
  .blog-header-left
  .blog-header-image-wrapper {
  width: fit-content;
  background: white;
  padding: 32px;
  border-radius: 25px;
  margin-right: 3rem;
}
.blog-header-section
  .blog-header-row
  .blog-header-left
  .blog-header-image-wrapper
  img {
  width: 100%;
  max-width: 200px;
}
.blog-header-section .blog-header-row .blog-header-right {
}
.blog-header-section
  .blog-header-row
  .blog-header-right
  .blog-header-link-list-wrapper {
  margin-bottom: 65px;
}
.blog-header-section
  .blog-header-row
  .blog-header-right
  .blog-header-link-list-wrapper
  a {
  display: block;
  max-width: 350px;
  color: #212529;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #fbc02d;
  text-decoration: none;
}
.blog-header-section
  .blog-header-row
  .blog-header-right
  .blog-header-content-wrapper {
}
.blog-header-section
  .blog-header-row
  .blog-header-right
  .blog-header-content-wrapper
  p {
  font-size: 16px;
  margin: 0;
}
.blog-body {
  padding: 5rem 0rem;
}
.blog-body .blog-row {
  margin-bottom: 2.5rem;
}
.blog-body .blog-row h2 {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.blog-body .blog-row p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 1rem;
}
.blog-body .blog-row ul {
}
.blog-body .blog-row ul li {
  padding: 0;
}
.blog-body .blog-row ul li p {
  margin: 0;
}
.section-blog-card {
  padding: 5rem 0rem;
  background: #f9f9f9;
}
.section-blog-card .blog-card-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.section-blog-card .blog-card-row .blog-card-col {
}
.section-blog-card .blog-card-row .blog-card-col .blog-card {
  background: white;
  height: 100%;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ededed;
}
.section-blog-card
  .blog-card-row
  .blog-card-col
  .blog-card
  .blog-card-image-wrapper {
}
.section-blog-card
  .blog-card-row
  .blog-card-col
  .blog-card
  .blog-card-image-wrapper
  img {
  width: 100%;
}
.section-blog-card
  .blog-card-row
  .blog-card-col
  .blog-card
  .blog-card-content-wrapper {
  padding: 1rem;
  padding-top: 24px;
}

.section-blog-card
  .blog-card-row
  .blog-card-col
  .blog-card
  .blog-card-content-wrapper
  h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.section-blog-card
  .blog-card-row
  .blog-card-col
  .blog-card
  .blog-card-content-wrapper
  p {
  font-size: 14px;
  margin: 0;
}
.section-blog-card .blog-card-row .blog-card-col .blog-card .blog-card-button {
  padding: 1rem;
  color: #14538b;
  font-size: 14px;
  font-weight: 700;
}

/* cleaning page  */
.gelblichteinheiten-hero.is-cleaning {
  background-image: url(../img/Cleaning/cleaning-dach.webp);
  height: auto;
}
.herau-row {
  margin-top: 100px;
}
.herau-image-wrapper {
}
.herau-image-wrapper img {
  width: 100%;
}
.herau-content-wrapper {
}
.herau-content-wrapper .herau-content-item {
  padding-left: 2rem;
  border-left: 2px solid #fbc02d;
  margin-bottom: 2rem;
}
.herau-content-wrapper .herau-content-item.is-border-none {
  border-left: 2px transparent;
}
.herau-content-wrapper .herau-content-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.herau-content-wrapper .herau-content-item p {
  font-size: 16px;
  margin: 0;
}
.section-ausstattung {
  padding: 5rem 0rem;
  background: #f9f9f9;
}
.section-ausstattung h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.section-ausstattung .card-grid {
}
.section-ausstattung .card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.section-ausstattung .card-grid .card-grid-col {
}
.section-ausstattung .card-grid .card-grid-col .card {
  border-radius: 32px;
  overflow: hidden;
  padding: 16px;
  height: 100%;
}
.section-ausstattung .card-grid .card-grid-col .card .card-image-wrapper {
}
.section-ausstattung .card-grid .card-grid-col .card .card-image-wrapper img {
  width: 100%;
}
.section-ausstattung .card-grid .card-grid-col .card .card-content-wrapper {
}
.section-ausstattung .card-grid .card-grid-col .card .card-content-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
.section-ausstattung .card-grid .card-grid-col .card .card-content-wrapper p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}
/* section-innovate  */
.section-innovate {
  padding: 5rem 0rem;
}
.row.is-innovate-margin {
  margin-bottom: 3.25rem;
}
.innovate-content-wrapper {
  height: 100%;
}
.innovate-content-wrapper .innovate-tag {
  font-size: 1rem;
  color: #fbc02d;
  font-weight: 600;
  margin-bottom: 1rem;
}
.innovate-content-wrapper .innovate-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.innovate-content-wrapper .innovate-content {
  font-size: 18px;
  margin: 0;
}
.innovate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 2rem;
}
.innovate-grid.is-second {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5rem;
}
.innovate-grid .innovate-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.innovate-grid .innovate-col .innovate-icon-wrapper {
}

.innovate-grid .innovate-col .innovate-icon-wrapper img {
  width: 100%;
  max-width: 89px;
}
.innovate-grid .innovate-col .innovate-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.innovate-grid .innovate-col .innovate-grid-content {
  font-size: 1rem;
  margin: 0;
}
.innovate-image-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innovate-image-wrapper img {
  width: 100%;
}
.button-wrapper.is-innovate {
  margin-top: 3.125rem;
}
/* section-werden  */
.section-werden {
  padding: 5rem 0rem;
  background-image: url("../img/Cleaning/werden-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-werden .werden-wrapper {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.section-werden .werden-wrapper h2 {
  font-size: 16px;
  color: #fbc02d;
  font-weight: 600;
  margin: 0;
}
.section-werden .werden-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.section-werden .werden-wrapper p {
  font-size: 18px;
  max-width: 578px;
  margin: 0 auto;
}
/* section-efficient */
.section-efficient {
  background: #000;
  color: #fff;
  padding: 5rem 0rem;
}
.section-efficient .efficient-heading {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-efficient .efficient-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  margin-top: 100px;
}
.section-efficient .efficient-grid .efficient-grid-col {
}
.section-efficient .efficient-grid .efficient-grid-col .efficient-card {
  text-align: center;
}
.section-efficient
  .efficient-grid
  .efficient-grid-col
  .efficient-card
  .efficient-image-wrapper {
  margin-bottom: 74px;
}
.section-efficient
  .efficient-grid
  .efficient-grid-col
  .efficient-card
  .efficient-image-wrapper
  img {
  width: 100%;
}
.section-efficient
  .efficient-grid
  .efficient-grid-col
  .efficient-card
  .efficient-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.section-efficient
  .efficient-grid
  .efficient-grid-col
  .efficient-card
  .efficient-content-wrapper
  .efficient-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.section-efficient
  .efficient-grid
  .efficient-grid-col
  .efficient-card
  .efficient-content-wrapper
  .efficient-content {
  font-size: 16px;
  margin-bottom: 1rem;
}
/* section-new-testimonial */
.section-new-testimonial {
}
.section-new-testimonial .new-testimonial-wrapper {
  background-image: url("../img/Cleaning/new-testimonial-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-new-testimonial .new-testimonial-wrapper {
  padding-top: 5rem;
  padding-bottom: 400px;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .swiper-slide.is-new-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-content-wrapper {
  width: 100%;
  max-width: 822px;
  margin: 0 auto;
  position: relative;
  padding-top: 4rem;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-content-wrapper
  p {
  margin: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 140%;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-content-wrapper
  .new-testimonial-top-quote {
  width: 100%;
  max-width: 76px;
  position: absolute;
  inset: 0% 0% 0% 3%;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-content-wrapper
  .new-testimonial-bottom-quote {
  width: 100%;
  max-width: 76px;
  position: absolute;
  inset: auto 3% -50% auto;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-author-wrapper {
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-author-wrapper
  .new-testimonial-author-image {
  width: 100%;
  max-width: 130px;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-author-wrapper
  .name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0px;
}
.section-new-testimonial
  .new-testimonial-wrapper
  .new-testimonial-author-wrapper
  .position {
  font-size: 16px;
  margin: 0;
}
.swiper-button-prev.is-new-testimonial::after,
.swiper-button-next.is-new-testimonial::after {
  content: none;
}
.swiper-button-prev.is-new-testimonial,
.swiper-button-next.is-new-testimonial {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fbc02d;
  border-radius: 100%;
  background: transparent;
  transition: background-color 0.3s;
}
.swiper-button-prev.is-new-testimonial:hover,
.swiper-button-next.is-new-testimonial:hover {
  background: #fbc02d;
}
.testimonial-items-wrapper {
  margin-top: -300px;
  padding-bottom: 5rem;
}
/* section-reini  */
.section-reini {
  padding: 5rem 0rem;
  background-image: url("../img/Cleaning/reini-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.section-reini .heading {
  font-size: 48px;
  font-weight: 700;
  max-width: 446px;
  margin-bottom: 24px;
}
.section-reini .content {
  font-size: 1rem;
  max-width: 620px;
}
/* section-vor  */
.section-vor {
  padding: 5rem 0rem;
}
.section-vor .heading {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 880px;
  margin: 0 auto;
}
.section-vor .vor-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.section-vor .vor-grid .vor-col {
}
.section-vor .vor-grid .vor-col .vor-image-wrapper {
  margin-bottom: 20px;
}
.section-vor .vor-grid .vor-col .vor-image-wrapper img {
  width: 100%;
  max-width: 76px;
}
.section-vor .vor-grid .vor-col .vor-content {
}
.section-vor .vor-grid .vor-col .vor-content {
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  margin: 0;
}
.hero-section.is-tirol {
  background: url("../img/homepage/tirol-bg.webp") center center / cover
    no-repeat !important;
}
/* CSS for responsiveness */
@media (min-width: 1220px) {
  .flex-on-1220px {
    display: flex !important;
  }
}
@media (max-width: 1219px) {
  .rows-section .custom-flex-box {
    overflow-x: auto;
  }
  .vissiable-on-max-then-1220px {
    text-align: center;
    display: block;
    max-width: 582px;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    margin: 0;
    margin-top: 6px;
  }
  .rows-section .features {
    border-top-left-radius: 28px;
  }
  .rows-section .features li:nth-child(1) {
    padding: 0;
    height: 101px;
    display: flex;
    align-items: end;
    padding-bottom: 10px;
  }
  .rows-section .features li:nth-child(2) {
    height: 117px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .rows-section .features li:nth-child(3) {
    padding: 0;
    height: 117px;
    display: flex;
    align-items: center;
  }
  .rows-section .features li:nth-child(4) {
    padding: 0;
    height: 117px;
    display: flex;
    align-items: center;
  }
  .rows-section .features li:nth-child(5) {
    padding: 0;
    height: 138px;
    display: flex;
    align-items: center;
  }
  .rows-section .features li:nth-child(6) {
    padding: 0;
    height: 96px;
    display: flex;
    align-items: center;
  }
  .rows-section .features li:nth-child(7) {
    padding: 0;
    height: 136px;
    display: flex;
    align-items: center;
  }
  .for-mbl-last-drohne-category {
    margin-left: 85px;
  }
}
@media (max-width: 600px) {
  .gelb-rows-section .heading {
    font-size: 1.5rem;
  }
  .gelb-rows-section .content-wrapper .content {
    font-size: 1rem;
  }
  .gelb-rows-section {
    padding: 80px 0px;
    padding-bottom: 40px;
  }
  .section-einsatz {
    padding-top: 40px;
  }
  .section-einsatz .heading {
    font-size: 24px;
  }
  .gelb-rows-section .content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gelblichteinheiten-hero {
    height: 90vh !important;
  }
  .gelblichteinheiten-hero .content-wrapper .hero-card-wrapper {
    padding: 1.5rem;
  }
  .gelblichteinheiten-hero .content-wrapper .hero-card-wrapper h1 {
    font-size: 24px;
  }
  .gelblichteinheiten-hero .content-wrapper .hero-card-wrapper h2 {
    font-size: 28px;
  }
  .gelblichteinheiten-hero .content-wrapper .hero-card-wrapper p {
    font-size: 1rem;
  }
  .gelblichteinheiten-hero .content-wrapper .button-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .einsatzszenarien {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .einsatzszenarien .heading-wrapper h3 {
    font-size: 24px;
  }
  .einsatzszenarien .heading-wrapper p {
    font-size: 1rem;
  }
  .dock-2-die {
    height: auto;
  }
  .dock-2-die .dock-2-grid .dock-2-gridd-item p {
    font-size: 18px;
  }
  .dock-row .content-wrapper .heading {
    font-size: 1.5rem;
  }
  .dock2-allzeit .heading-wrapper h2 {
    font-size: 1.5rem !important;
  }
  .dock2-allzeit {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .dock2-hero .title {
    font-size: 1.5rem !important;
  }
  .dock-2-die .dock-2-grid {
    grid-template-columns: auto !important;
    gap: 2rem !important;
    margin: 0;
  }
  .dock2-hero .sub-title {
    font-size: 20px !important;
  }
  .dock2-hero .hero-content {
    align-items: self-start;
  }
  .dock2-hero .hero-content .hero-content-item {
    gap: 1rem !important;
  }
  .dock2-hero .hero-content .hero-content-item p {
    font-size: 18px;
  }
  .dock-2-die .heading {
    font-size: 1.5rem;
  }
  .section-uberblick .uberblick-heading {
    font-size: 1.5625rem;
    margin-bottom: 1rem;
  }
  .h30t-details .heading {
    font-size: 1.5625rem;
  }

  .section-uberblick .second-heading {
    font-size: 1.25rem;
  }

  .blog-section .top-heading {
    font-size: 28px;
  }
  .blog-section h3 {
    font-size: 18px;

    width: 100%;
  }

  .rows-section .custom-flex-row {
    margin-left: 550px;
  }
  .rows-section .absulute-div {
    height: 223px;
  }
  .rows-section .absulute-div.third {
    height: 223px;
  }

  .rows-section .custom-gray-div {
    height: 96px;
  }
  .Leistungsstark-section img {
    margin-bottom: 1rem;
  }
  .zubehoer-hero-section .tik-parent-div {
    flex-direction: column;
  }
  .zubehoer-hero-section {
    padding: 2rem 0rem;
  }
  .hinzu-btn {
    width: 72%;
  }
  .product-table {
    display: block;
  }

  .product-table tbody {
    display: flex;
    flex-direction: column;
  }

  .product-table th,
  .product-table td {
    display: block;
    width: 100%;
  }
  .csm-radar-1st-img {
    max-width: 90px !important;
  }
}
@media (max-width: 500px) {
  .rows-section .border-div {
    width: 670px;
  }
  .swiper-slide.is-posting-und-news-slider img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .blog-heading-wrapper {
    padding: 2rem;
  }
  .blog-heading-wrapper h1 {
    font-size: 2rem;
  }
  .blog-header-section {
    padding: 3rem 0rem;
  }
  .blog-header-section .blog-header-heading {
    font-size: 1.5rem;
  }
  .blog-header-section .blog-header-row .blog-header-left {
    justify-content: center;
  }
  .blog-header-section .blog-header-row {
    margin-top: 2rem;
  }
  .blog-header-section
    .blog-header-row
    .blog-header-right
    .blog-header-link-list-wrapper {
    margin-bottom: 2rem;
  }
  .blog-body {
    padding: 3rem 0rem;
  }
  .blog-body .blog-row h2 {
    font-size: 1.5rem;
  }
  .section-blog-card {
    padding: 3rem 0rem;
  }
  .section-blog-card .blog-card-row .blog-card-col .blog-card {
    border-radius: 45px !important;
  }
  .section-das-uav {
    padding: 50px 0px;
  }
  .section-das-uav .heading {
    font-size: 18px;

    margin-bottom: 32px;
  }
  .section-das-uav .list li p {
    font-size: 16px;
  }
  .section-das-uav .list {
    gap: 16px;
  }
  .section-das-uav .das-right-wrapper {
    margin-top: 3rem;
  }
  .section-das-uav .das-right-wrapper .sub-heading {
    font-size: 20px;
  }
  .section-das-uav .das-right-wrapper .sub-text {
    font-size: 14px;

    margin-bottom: 1rem;
  }
  .section-sniffer-4d {
    padding: 50px 0px;
  }
  .section-sniffer-4d .heading {
    font-size: 20px;
  }
  .section-sniffer-4d .sniffer-item-wrapper .sub-heading {
    font-size: 16px;
  }
  .section-sniffer-4d .sniffer-item-wrapper {
    margin-bottom: 60px;
  }
  .section-sniffer-4d .arbeits-wrapper {
    padding: 40px 20px 20px 20px;
    margin-bottom: 50px;
  }
  .sniffer-4d-mapper-wrapper .sub-heading {
    margin-bottom: 40px;
  }
  .sniffer-4d-mapper-wrapper .sniffer-card .sniffer-card-heading {
    font-size: 20px;

    margin-bottom: 16px;
  }
  .sniffer-4d-mapper-wrapper .sniffer-card p {
    margin-bottom: 16px;
  }
  .section-aus {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-aus .heading {
    font-size: 24px;
  }
  .section-sniffer-hardware {
    padding: 50px 0px;
  }
  .section-sniffer-hardware .heading {
    font-size: 24px;
  }
  .section-sniffer-hardware .sub-heading {
    margin-bottom: 32px;
  }
  .section-sniffer-4d .arbeits-wrapper .button-wrapper {
    flex-direction: column;
  }
  .section-sniffer-hardware .sniffer-hardware-card .heading {
    margin-bottom: 1rem;
  }
  .section-sniffer-hardware .col-md-4 {
    margin-bottom: 3rem;
  }
  .section-sniffer-hardware .sniffer-hardware-card .content {
    text-align: center;
  }
  .section-sniffer-hardware .sniffer-hardware-card {
    gap: 32px;
  }
  .google-testimonial-wrapper {
    height: auto;
  }
  .swiper-button-prev.is-google-testimonial {
    display: block !important;
    left: -7%;
  }
  .swiper-button-next.is-google-testimonial {
    display: block !important;
    right: -12%;
  }
  .swiper.is-google-testimonial {
    padding: 2rem 1.2rem;
  }
  section.seventh.is-new {
    padding-top: 100px;
  }
  .contact-form-content-wrapper {
    padding: 25px;
  }
  .contact-form-content-wrapper .heading {
    padding-bottom: 10px;
    margin-bottom: 120px;
  }
  .contact-form-content-wrapper .contact-form-avater-wrapper .text {
    font-size: 22px !important;
    margin-bottom: 1rem;
  }
  .contact-form-content-wrapper .contact-form-avater-wrapper .gray-text {
    font-size: 18px !important;
  }
  .contact-form-content-wrapper .contact-link-wrapper {
    margin-left: 0.5rem;
    gap: 1rem;
  }
  .contact-form-content-wrapper .contact-form-avater-wrapper {
    margin-bottom: 30px;
  }
  .seventh.is-new .contact-heading {
    margin-bottom: 0rem;
  }
  .contact-form-content-wrapper .contact-link-wrapper p {
    font-size: 18px !important;
  }
  .col-md-reversed {
    flex-direction: column-reverse;
  }
  .icon-flex.top-icons {
    gap: 20px;
  }
  .Partner-fur-BOS {
    padding: 40px 0px;
  }
  .Partner-fur-BOS h2 {
    margin-bottom: 3rem;
  }
  .icon-flex.second {
    margin-top: 1rem;
  }
  .icon-flex.second img {
    max-width: 80px;
  }
  .Leistungsstark-section .live-dem-btn {
    margin-bottom: 0px;
  }
  .Leistungsstark-section .col {
    padding-left: 15px;
  }
  .footer .footer-right {
    flex-direction: column;
    gap: 1rem;
  }

  .anfrage-zubehoer-section .header h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .anfrage-zubehoer-section .header h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .anfrage-zubehoer-section .left-inner-content .title h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .anfrage-zubehoer-section .left-inner-content {
    padding: 28px 20px 26px;
  }
  .anfrage-zubehoer-section .for-border {
    padding: 12px 12px;
  }
  .anfrage-zubehoer-section .left-inner-content {
    margin-bottom: 2rem;
  }
  .anfrage-zubehoer-section .left-inner-content .content .colum .text p {
    font-size: 14px;
  }
  .anfrage-zubehoer-section .left-inner-content .bottom .total-price h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .anfrage-zubehoer-section .left-inner-content .bottom .total-price h5 {
    font-size: 18px;
    line-height: 20px;
    text-align: right;
  }
  .anfrage-zubehoer-section .left-inner-content .content .colum .text {
    text-align: unset;
    width: 100%;
    margin: unset;
  }

  .success-massege {
    margin-left: 0px;
  }
  .hinzu-btn {
    max-width: 232px;
  }
  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sub-parent
    .sm-item
    img {
    width: 20px;
  }
  .image-mr {
    margin-left: -20px;
  }
  .for-l-mr {
    margin-left: -14px;
  }
  .text-align {
    text-align: left;
  }
  .footer-mrg {
    margin-top: 0px;
  }
  .for-mr {
    margin-right: 0px;
    margin-bottom: 1rem;
  }

  .main-section .left-side-content-parent .links-container {
    padding: 15px;
  }

  .for-hover .hover-item {
    top: 4px;
    left: 3px;
  }

  .main-section .padding-control {
    padding: 5%;
  }

  .hero-area .left h1 {
    font-size: 1.5rem;
  }

  .hero-area .left h3 {
    font-size: 25px;
  }

  .main-section .left-side-content-parent {
    padding: 30px 25px;
    margin-bottom: 2rem;
  }

  .modal {
    overflow-y: auto;
  }

  .modals {
    width: 100%;
    height: auto;
    margin-top: 50px;
    top: 0px;
    transform: translate(0px, 0%);
  }

  .modal-btn {
    top: 35%;
  }

  .back-modal {
    left: 0px;
  }

  .next-modal {
    right: 0px;
  }

  .Konfiguration-herosection-title {
    flex-direction: column;
  }

  .Konfiguration-herosection
    .parent-content
    .second-col
    .details-box-container {
    margin-bottom: 1.5rem;
    height: 500px;
  }

  .Konfiguration-popup .inner-popup .for-border {
    padding: 20px 10px;
  }

  .Konfiguration-popup .inner-popup .header h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .Konfiguration-popup .inner-popup .header h4 {
    font-size: 18px;
    margin-top: 1rem;
  }

  .Konfiguration-popup .inner-popup .header .pop-up-close-btn {
    margin-top: 0px;
    margin-right: 6px;
  }

  .Konfiguration-popup .inner-popup .left-inner-content .title h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .Konfiguration-popup .inner-popup .left-inner-content {
    padding: 25px 15px;
    margin-bottom: 1.5rem;
  }

  .Konfiguration-popup .inner-popup .left-inner-content .content .colum .text {
    text-align: left;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .Konfiguration-popup
    .inner-popup
    .left-inner-content
    .content
    .colum
    .pop-up-price
    h5 {
    font-size: 16px;
  }

  .Konfiguration-popup
    .inner-popup
    .left-inner-content
    .content
    .colum
    .text
    p {
    font-size: 15px;
    margin-left: 6px;
  }

  .Konfiguration-popup
    .inner-popup
    .left-inner-content
    .content
    .colum
    .countaty {
    font-size: 16px;
    max-width: 20px;
  }

  .Konfiguration-popup
    .inner-popup
    .left-inner-content
    .content
    .colum
    .image
    img {
    width: 35px;
    height: auto;
  }

  .Konfiguration-popup
    .inner-popup
    .left-inner-content
    .bottom
    .total-price
    h4 {
    font-size: 16px;
  }

  .Konfiguration-popup
    .inner-popup
    .left-inner-content
    .bottom
    .total-price
    h5 {
    font-size: 18px;
  }

  .Konfiguration-popup .inner-popup .left-inner-content .content .colum .image {
    margin-right: 5px;
  }

  .Konfiguration-popup
    .inner-popup
    .left-inner-content
    .content
    .colum
    .pop-up-price {
    width: 58px;
  }

  .Konfiguration-popup .inner-popup .left-inner-content .content .colum {
    column-gap: 0px;
  }

  .Konfiguration-herosection .parent-content .third-col .selected-container {
    margin-left: 0px;
  }

  .Konfiguration-popup {
    background-color: unset;
    background-image: unset;
    position: unset;
    height: 100%;
  }

  .for-btn-center {
    text-align: center;
  }

  .Konfiguration-popup .inner-popup {
    background: transparent;
    position: unset;
    height: auto;
    box-sizing: border-box;
    transform: translate(-50%, -50%) scale(0);
    top: 15%;
  }

  .Konfiguration-popup .inner-popup .header {
    margin-bottom: 10px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .md-item {
    margin-left: auto;
    margin-right: auto;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .lg-item {
    margin-left: auto;
    margin-right: auto;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .x-lg-item {
    margin-left: auto;
    margin-right: auto;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .s-md-item {
    margin-left: auto;
    margin-right: auto;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sm-item-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .Konfiguration-popup.hide {
    display: none;
  }

  .Konfiguration-popup.show {
    display: block;
  }

  .Konfiguration-popup .inner-popup.hide {
    display: none;
    transform: translate(-50%, -50%) scale(0);
  }

  .Konfiguration-popup .inner-popup.show {
    display: block;
    transform: translate(0%, 0%) scale(1);
  }

  .Konfiguration-popup.show-popup {
    display: block;
    position: fixed;
    background: rgb(0, 0, 0);
    padding-top: 9rem;
  }

  .Konfiguration-herosection
    .parent-content
    .second-col
    .details-box-container.hide {
    display: none;
  }

  .Konfiguration-herosection .parent-content .third-col.hide {
    display: none;
  }

  .Konfiguration-herosection .parent-content .third-col.show {
    display: block;
  }

  .Konfiguration-herosection .slider-parent.hide {
    display: none;
  }

  .Konfiguration-herosection .slider-parent.show {
    display: block;
  }

  .Konfiguration-herosection
    .parent-content
    .second-col
    .details-box-container.show {
    display: flex;
  }

  .Konfiguration-herosection-title .main-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: rgb(255, 255, 255);
    margin-bottom: 1rem;
  }

  .Konfiguration-herosection-title .sub-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 1rem;
  }

  .Konfiguration-herosection .for-mbl-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: rgb(250, 184, 40);
    margin-bottom: 0px;
  }

  .Konfiguration-herosection .parent-content {
    border: none;
    padding: 0px;
    margin-bottom: 4rem;
  }

  .Konfiguration-herosection .slider-container {
    border-top: none;
    padding-top: 1rem;
    margin-top: 0px;
  }

  .Konfiguration-herosection .slider-parent .slider-btn {
    top: 23%;
  }
  .koffer {
    width: 100% !important;
  }
  .left-modal img {
    width: 100%;
  }
  .section-blog-card .blog-card-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .section-blog-card .blog-card-row .blog-card-col .blog-card {
    border-radius: 48px;
  }
}

@media (max-width: 992px) {
  .gelb-rows-section .content-wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .gelblichteinheiten-hero {
    height: 55vh;
  }
  .einsatzszenarien .card-grid {
    grid-template-columns: auto;
  }
  .einsatzszenarien
    .card-grid
    .card-grid-col
    .einsatzszenarien-card
    .image-wrapper
    img {
    width: 100%;
  }
  .dock2-iframe {
    height: 2330px;
  }

  .dock2-allzeit .heading-wrapper h2 {
    font-size: 36px;
  }
  .dock-2-die .dock-2-grid {
    max-width: unset;
  }
  .col-reverse-on-mbl {
    flex-direction: column-reverse;
  }
  .dock-row .row {
    gap: 2rem;
  }
  .dock-row .image-wrapper {
    display: flex;
    justify-content: center;
  }
  .dock-row .content-wrapper {
    gap: 2rem;
  }
  .dock-row .content-wrapper .content {
    max-width: unset;
  }
  .dock2-hero .title {
    font-size: 36px;
  }

  .dock2-hero .hero-content {
    margin-top: 80px;

    flex-direction: column;
  }

  .contact-form-content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .gray-sub-footer .right {
    margin-left: 0px;
  }
  .fixed-cart-icon {
    top: -15px;
    right: 205px;
  }
  .btn123 {
    border-color: rgb(1, 230, 117) !important;
    background-color: rgb(1, 230, 117) !important;
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    float: left !important;
    margin-top: 1rem;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar-brand {
    padding-left: 1rem;
  }
  .nav-link,
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  /* bla  */
  .section-bla-von {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-bla-eine .eine-box .image-box {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .section-bla-beis .heading-wrapper {
    flex-direction: column;
  }
  .section-bla-beis .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-bla-von .heading-wrapper {
    margin-bottom: 2rem;
  }
  .section-bla-von .heading-wrapper .heading {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 28px;
  }
  .section-bla-von .row .image-wrapper {
    padding: 1rem;
  }
  .section-bla-von .row {
    gap: 3rem;
  }
  .section-bla-beis .heading-wrapper {
    margin-bottom: 3rem;
    align-items: start;
  }
  .section-bla-beis .grid .grid-col .beis-card {
    gap: 2rem;
  }
  .section-bla-beis {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .section-bla-beis .heading-wrapper .heading-text-wrapper .heading {
    font-size: 28px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .section-bla-beis .grid .grid-col .beis-card .beis-card-heading {
    font-size: 24px;
  }
  .section-bla-typis .content-wrapper .heading {
    font-size: 28px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .section-bla-typis .row {
    gap: 2rem;
  }
  .section-bla-unser .heading {
    font-size: 50px;
  }
  .section-bla-unser .image-wrapper {
    padding: 2rem;
  }
  .section-bla-drohnen .heading-wrapper .heading {
    font-size: 28px;
  }
  .section-bla-drohnen .row {
    gap: 2rem;
  }
  .section-bla-das .heading-wrapper h2 {
    font-size: 50px;
  }
  .herau-row {
  }
  .section-ausstattung {
  }
  .section-ausstattung .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid {
  }
  .section-ausstattung .card-grid .card-grid-col {
  }
  .section-ausstattung .card-grid .card-grid-col .card {
  }
  .section-ausstattung .card-grid .card-grid-col .card .card-content-wrapper {
  }
  .section-ausstattung
    .card-grid
    .card-grid-col
    .card
    .card-content-wrapper
    h3 {
  }
  .section-ausstattung .card-grid .card-grid-col .card .card-content-wrapper p {
  }
  .row.is-innovate-margin {
    flex-direction: column-reverse;
  }
  .section-efficient .efficient-grid {
    gap: 16px;
  }
  .innovate-content-wrapper {
    padding-top: 2rem;
  }
  .section-vor .vor-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .gelblichteinheiten-hero.is-cleaning {
    height: auto !important;
  }
  .herau-row {
    margin-top: 2rem;
  }
  .section-ausstattung .card-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .herau-image-wrapper {
    margin-bottom: 2rem;
  }
  .herau-content-wrapper .herau-content-item {
    border: 0px;
    padding: 0;
  }
  .innovate-grid {
    grid-template-columns: 1fr;
  }
  .section-efficient .efficient-grid {
    grid-template-columns: 1fr;
  }
  .section-efficient
    .efficient-grid
    .efficient-grid-col
    .efficient-card
    .efficient-image-wrapper {
    margin-bottom: 1rem;
  }
  .section-efficient
    .efficient-grid
    .efficient-grid-col
    .efficient-card
    .efficient-content-wrapper {
    gap: 1rem;
  }
  .section-efficient .efficient-grid {
    gap: 3rem;
    margin-top: 2rem;
  }
  .innovate-grid.is-second {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .button-wrapper.is-innovate {
    flex-direction: column;
  }
  .section-vor .vor-grid {
    grid-template-columns: 1fr;
  }
  .section-ausstattung h2 {
    font-size: 1.5rem;
  }
  .innovate-content-wrapper .innovate-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .innovate-content-wrapper .innovate-content {
    font-size: 16px;
  }
  .section-werden .werden-wrapper h3 {
    font-size: 1.5rem;
  }
  .section-efficient .efficient-heading {
    font-size: 1.5rem;
  }
  .section-new-testimonial
    .new-testimonial-wrapper
    .new-testimonial-content-wrapper
    p {
    font-size: 1.125rem;
  }
  .section-new-testimonial
    .new-testimonial-wrapper
    .new-testimonial-content-wrapper
    .new-testimonial-top-quote {
    max-width: 3.125rem;
  }
  .section-new-testimonial
    .new-testimonial-wrapper
    .new-testimonial-content-wrapper
    .new-testimonial-bottom-quote {
    max-width: 3.125rem;
  }
  .section-new-testimonial
    .new-testimonial-wrapper
    .new-testimonial-content-wrapper {
    padding-top: 3rem;
  }
  .section-new-testimonial
    .new-testimonial-wrapper
    .new-testimonial-author-wrapper
    .name {
    font-size: 1.25rem;
  }
  .swiper-button-prev.is-new-testimonial,
  .swiper-button-next.is-new-testimonial {
    width: 3rem;
    height: 3rem;
  }
  .section-reini .heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .button-wrapper.is-innovate {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
  }
  .section-vor .heading {
    font-size: 24px;
  }
  .section-vor .vor-grid {
    margin-top: 2rem;
  }
  .section-vor .vor-grid {
    margin-top: 3rem;
  }
  .section-vor .vor-grid .vor-col .vor-image-wrapper {
    margin-bottom: 0;
  }
  .section-vor .vor-grid .vor-col .vor-image-wrapper img {
    max-width: 64px;
  }
  .innovate-grid .innovate-col .innovate-icon-wrapper img {
    width: 100%;
    max-width: 50px;
  }
  .innovate-grid .innovate-col {
    gap: 0.5rem;
  }
  .section-ausstattung {
    padding: 3.125rem 0rem;
  }
  .section-innovate {
    padding: 50px 0px;
  }
  .section-werden {
    padding: 50px 0px;
  }
  .section-efficient {
    padding: 50px 0px;
  }
  .section-efficient {
    padding: 50px 0px;
  }
  .section-new-testimonial .new-testimonial-wrapper {
    padding-top: 3.125rem;
  }
  .section-new-testimonial .new-testimonial-wrapper {
    padding-bottom: 350px;
  }
  .section-reini {
    padding: 50px 0px;
  }
  .section-vor {
    padding: 50px 0px;
  }
  .row.is-innovate-margin {
    margin-bottom: 2rem;
  }
  .testimonial-items-wrapper {
    padding-bottom: 50px;
  }
}

@media (max-width: 912px) {
  .zubehoer-main-section .left .zubehoer-filter-parent p {
    margin-top: 10px;
  }
  .zubehoer-main-section .left .zubehoer-filter-parent {
    border: 1px solid #fbc02d;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 1.5rem;
  }
  .zubehoer-main-section .left .zubehoer-filter-parent .filter-dropdown {
    padding: 15px 20px;

    color: #8b8b8b;
    font-size: 20px;
  }
  .zubehoer-main-section
    .left
    .zubehoer-filter-parent
    .filter-dropdown.change-color {
    color: #000;
    border-bottom: 1px solid #fbc02d;
  }
  .zubehoer-main-section .left .zubehoer-filter-parent .filter-dropdown h1 {
    font-size: 20px;
    margin: 0;
  }
  .zubehoer-main-section .left .zubehoer-filter-parent .filter-dropdown i {
    font-weight: bold;
  }
  .zubehoer-filter-parent .all-label-parent {
    padding: 15px 20px;
  }
  .zubehoer-filter-parent .control-show {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
  }
  /* .zubehoer-filter-parent .control-show.show-item {
    height: 361.234375px;
  } */
  /* .zubehoer-filter-parent .all-label-parent.show-item {
    padding: 15px 20px;
    height: 100px;
  } */
  .main-section .left-side-content-parent .title {
    font-size: 28px;
  }

  section.seventh .demand-it-now {
    padding: 30px;
  }
  .main-section .right .first-row h5 {
    font-size: 18px;
  }
  .main-section .right .second-row h6 {
    font-size: 18px;
  }
  .main-section .second-row h3 {
    font-size: 30px;
    margin-bottom: 2rem;
  }
  .main-section .third-row .left-side-content-parent .list-parent {
    width: 100%;
  }
  .main-section .left-side-content-parent .list-parent {
    padding: 0px;
  }
  .product-current-image-parent {
    margin-bottom: 0px;
  }
  .product-left {
    height: 100%;
    padding: 12px;
  }
  .product-pdf-mb {
    margin-bottom: 2rem;
  }
  .section-blog-card .blog-card-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-blog-card .blog-card-row .blog-card-col .blog-card {
    border-radius: 40px;
  }
}

@media (max-width: 991px) {
  /* .section-bla-das  */
  .section-bla-hero .content-wrapper p {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .section-bla-hero .content-wrapper h1 {
    font-size: 24px;

    margin-bottom: 0.5rem;
  }
  .section-bla-hero .content-wrapper {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .section-bla-hero .content-wrapper .content {
    font-size: 16px;
  }
  .section-bla-hero .button-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .section-bla-von {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .my-badge p {
    font-size: 14px;
  }
  .section-bla-von .heading-wrapper .heading {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 24px;
  }
  .section-bla-von .heading-wrapper .sub-heading {
    font-size: 1rem;
  }
  .section-bla-von .row {
    gap: 2rem;
  }
  .section-bla-von .row .von-right {
    padding: 1rem;
  }
  .section-bla-von .row .von-right .card-wrapper .card-item {
    padding: 1rem;
  }
  .section-bla-von .row .von-right .card-wrapper .card-item p {
    font-size: 1rem;
  }
  .section-bla-von .row .von-right .card-wrapper {
    margin-bottom: 1rem;
  }
  .section-bla-beis {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-bla-beis .heading-wrapper .heading-text-wrapper .heading {
    font-size: 24px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .section-bla-beis .heading-wrapper .button-wrapper {
    padding: 1rem;
  }
  .section-bla-beis .heading-wrapper {
    margin-bottom: 2rem;
  }
  .section-bla-beis .grid .grid-col .beis-card {
    gap: 1rem;
    padding: 1rem;
  }
  .section-bla-beis .grid .grid-col .beis-card .beis-card-heading {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .section-bla-beis .grid .grid-col .beis-card .content {
    font-size: 1rem;
  }
  .section-bla-beis .grid {
    gap: 2rem;
  }
  .section-bla-typis {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-bla-typis .content-wrapper .heading {
    font-size: 24px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .section-bla-typis .content-wrapper .sub-heading {
    font-size: 16px;

    margin-bottom: 1rem;
  }
  .section-bla-typis .card-wrapper {
    padding: 1rem;
    gap: 1rem;
  }
  .section-bla-typis .card-wrapper .bla-typis-card {
    gap: 1rem;
  }
  .section-bla-eine {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-bla-eine .eine-box {
    padding: 1rem;
  }
  .section-bla-eine .eine-box .heading {
    font-size: 16px;

    padding-left: 0;
    margin-top: 1rem;
  }
  .section-bla-eine .eine-box .image-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .section-bla-eine .button-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .section-bla-schnee {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-bla-schnee .left-box-wrapper {
    padding: 1rem;
    gap: 1rem;
  }
  .section-bla-schnee .left-box-wrapper .bla-card {
    padding: 1rem;
  }
  .section-bla-schnee .left-box-wrapper .bla-card p {
    font-size: 1rem;
  }
  .section-bla-schnee .left-box-wrapper .button-wrapper {
    padding: 1rem;
  }
  .section-bla-unser {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-bla-unser .heading {
    font-size: 28px;
  }
  .section-bla-unser .sub-heading {
    margin-top: 1rem;

    font-size: 1rem;
  }
  .section-bla-unser .image-wrapper {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 1rem;
  }
  .section-bla-drohnen {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-bla-drohnen .heading-wrapper .heading {
    font-size: 24px;
  }
  .section-bla-drohnen .heading-wrapper {
    margin-bottom: 2rem;
  }
  .section-bla-drohnen .left-box .heading {
    font-size: 18px;

    margin-bottom: 16px;
  }
  .section-bla-drohnen .left-box .content-text {
    font-size: 1rem;
  }
  .section-bla-drohnen .left-box .card-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    gap: 1rem;
    padding: 1rem;
    border-radius: 2rem;
  }
  .section-bla-drohnen .left-box .card-wrapper .card-item {
    gap: 1rem;
    border-radius: 1rem;
    padding: 0.5rem;
  }
  .section-bla-drohnen .left-box .card-wrapper .card-item .text {
    font-size: 1rem;
  }
  .section-bla-das {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-bla-das .heading-wrapper h2 {
    font-size: 30px;
  }
  .section-bla-das .heading-wrapper {
    margin-bottom: 2rem;
  }
  .Einsatzmoglichkeiten-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 913px) {
  .gelb-rows-section .col-lg-6 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .md-item {
    width: 62px;
    height: 62px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .lg-item {
    width: 65px;
    height: 110px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .x-lg-item {
    width: 65px;
    height: 132px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .s-md-item {
    width: 65px;
    height: 65px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sm-item-parent {
    margin-top: -55px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sub-parent
    .sm-item {
    width: 27px;
    height: 27px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sub-parent
    .sm-item
    img {
    width: 20px;
  }

  .Konfiguration-herosection
    .details-box-container
    .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .custom-row {
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
  }
  .Mehrwert2-4-1 {
    width: auto;
  }
  .main-section .padding-control {
    padding: 0px;
  }
  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .col-4 {
    max-width: 28.3333%;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .md-item {
    width: 88px;
    height: 88px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .lg-item {
    width: 88px;
    height: 134px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .x-lg-item {
    width: 92px;
    height: 159px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .s-md-item {
    width: 89px;
    height: 83px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sm-item-parent {
    margin-top: -66px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sub-parent
    .sm-item {
    width: 38px;
    height: 38px;
  }

  .Konfiguration-herosection
    .parent-content
    .third-col
    .selected-container
    .sub-parent
    .sm-item
    img {
    width: 100%;
    padding: 2px;
  }

  .Konfiguration-herosection
    .details-box-container
    .d-flex.justify-content-between.align-items-center {
    flex-direction: unset;
  }
}

@media (max-width: 1300px) {
  .main-section
    .second-row
    .left-side-content-parent
    .top-image-section
    .left
    img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 769px) and (min-width: 768px) {
  .main-section .right .first-row .product-content {
    max-width: 85%;
  }
  .main-section .right .first-row .product-content img {
    width: 96%;
  }
}
@media screen and (max-width: 840px) and (min-width: 770px) {
  .main-section .right .first-row .product-content {
    max-width: 85%;
  }
  .main-section .right .first-row .product-content img {
    width: 100%;
  }
}

@media screen and (max-width: 912px) and (min-width: 768px) {
  .google-testimonial-wrapper {
    height: 440px;
  }
  .Partner-fur-BOS h2 {
    margin-bottom: 76px;
  }
  .Partner-fur-BOS-mid img {
    max-width: 252px;
  }
  .Partner-fur-BOS-left p {
    text-align: left;
    margin-bottom: 58px;
  }
  .Partner-fur-BOS-right {
    margin-top: 76px;
  }

  .Partner-fur-BOS .icon-flex {
    justify-content: center;
    gap: 34px;
  }

  .rows-section .custom-flex-row {
    margin-left: 115px;
  }
  .main-section .right .first-row .points-container {
    padding: 10px 20px 10px 37px;
  }
  section.seventh {
    padding-left: 5%;
    padding-right: 5%;
  }
  .modals {
    width: 90%;
  }
  .left-modal img {
    width: 100%;
  }
  .back-modal {
    left: 10px;
  }
  .next-modal {
    right: 10px;
  }
  .Konfiguration-herosection
    .parent-content
    .second-col
    .details-box-container {
    height: 525px;
  }

  .Konfiguration-herosection .details-box-container .middle-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .Konfiguration-herosection .details-box-container .yellow-bg {
    padding: 10px;
  }

  .Konfiguration-herosection
    .parent-content
    .second-col
    .details-box-container
    .details-box-title {
    width: 104px;
  }
}

@media (min-width: 1550px) {
  .form-for-left-visible .demand-it-now {
    padding: 60px 50px 90px !important;
  }
  .form-for-left-visible {
    display: block;
  }
  .form-for-left-hide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .kostenlose-Live-Demo-pop-up .inner-popup .left-inner-content,
  .Angebotsanfrage-pop-up .inner-popup .left-inner-content {
    padding: 0px 15px;
  }
  .main-section
    .second-row
    .left-side-content-parent
    .top-image-section.custom {
    background: transparent;
  }
  .main-section
    .second-row
    .left-side-content-parent
    .top-image-section
    .custom {
    padding: 10px 0px 0px;
  }
  .rows-section .gray-div.second {
    height: 96px;
  }
}

@media (max-width: 1280px) {
  .product-card {
    max-width: 90%;
  }
}

@media screen and (max-width: 540px) and (min-width: 539px) {
  .rows-section .border-div {
    width: 760px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 912px) {
  .rows-section .border-div {
    width: 720px;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .rows-section .border-div {
    width: 655px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .kostenlose-Live-Demo-pop-up .inner-popup,
  .Angebotsanfrage-pop-up .inner-popup {
    width: 100%;
    padding: 0px;
    top: 90px;
    height: 90%;
    display: flex;
    align-items: center;
  }
  .rows-section .absulute-div {
    height: 223px;
  }
  .rows-section .absulute-div.third {
    height: 223px;
  }
}

@media screen and (max-width: 912px) and (min-width: 501px) {
  .swiper-slide.is-posting-und-news-slider img {
    width: 100px;
    height: 100px;
  }
}

/* custom-bootstrap-class */
@media (min-width: 1600px) {
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* own-custom-breakpoint-css */
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[470px\] {
  height: 470px;
}
.max-w-\[400px\] {
  max-width: 400px !important;
}

@media (min-width: 992px) {
  .lg\:h-\[400px\] {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .md\:h-\[500px\] {
    height: 500px;
  }
  .md\:h-\[530px\] {
    height: 530px;
  }
}

@media screen and (max-width: 400px) {
  .pop-up-price h5 {
    font-size: 15px !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.product-content.is-no-style {
  max-width: unset;
  background: unset;
  border-radius: unset;
  display: unset;
}
