


/* ===============================
   Propeller systems – same style as products cards 
================================ */

.wrapper-col-propeller-system{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin-top: 20px !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.wrapper-col-propeller-system .collection_list.col-propeller-system{
  width: 33.3333% !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  margin-bottom: 18px !important;
  flex: none !important;
  display: block !important;
}

/* center last row (4th + 5th) like products */
.wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(4),
.wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(5){
  width: 33.3333% !important;
}

.wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(4){
  margin-left: 16.6666% !important;
}

.wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(5){
  margin-right: 16.6666% !important;
}

/* card */
.wrapper-col-propeller-system .collection_list.col-propeller-system .collection_container{
  background: var(--clr-primary-white) !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 12%) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  text-align: center !important;
  position: relative !important;
  width: 100% !important;
}

/* image */
.wrapper-col-propeller-system .collection_list.col-propeller-system .col-propeller-system-bild{
  width: 100% !important;
  height: 170px !important;
  overflow: hidden !important;
  position: relative !important;
  order: 0 !important;
}

.wrapper-col-propeller-system .collection_list.col-propeller-system .col-propeller-system-bild img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* title */
.wrapper-col-propeller-system .collection_list.col-propeller-system .col-propeller-system-title{
  margin-top: 18px !important;
  padding: 0 22px !important;
  font-family: var(--ff-heading) !important;
  font-weight: var(--fw-bold) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  color: var(--fc-primary) !important;
  order: 1 !important;
}

.wrapper-col-propeller-system .collection_list.col-propeller-system .col-propeller-system-title::after{
  content: "" !important;
  display: block !important;
  width: 56px !important;
  height: 3px !important;
  background: var(--clr-accent) !important;
  margin: 12px auto 0 !important;
  border-radius: 2px !important;
}

/* text */
.wrapper-col-propeller-system .collection_list.col-propeller-system .col-propeller-system-vortext{
  margin-top: 12px !important;
  padding: 0 22px !important;
  font-family: var(--ff-body) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: rgba(44,44,44,.75) !important;
  order: 2 !important;
}




/* tags */
.wrapper-col-propeller-system .collection_list.col-propeller-system .col-propeller-system-tag{
  margin-top: 14px !important;
  padding: 0 22px 10px !important;
  font-family: var(--ff-body) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: var(--clr-accent) !important;
  order: 3 !important;
}

/* button */
.wrapper-col-propeller-system .collection_list.col-propeller-system .collection_link{
  order: 4 !important;
  padding: 0 22px 22px !important;
}

.wrapper-col-propeller-system .collection_list.col-propeller-system .collection_link a.button{
  display: inline-block !important;
}



body.propeller-systems
.wrapper-col-propeller-system{
  padding-top: 50px !important;
}



/* responsive */
@media (max-width: 1100px){
  .wrapper-col-propeller-system{
    justify-content: center !important;
  }

  .wrapper-col-propeller-system .collection_list.col-propeller-system{
    width: 50% !important;
    max-width: 520px !important;
    padding: 0 10px !important;
    margin-bottom: 18px !important;
  }

  .wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(4),
  .wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(5){
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 640px){
  .wrapper-col-propeller-system{
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wrapper-col-propeller-system .collection_list.col-propeller-system{
    width: 100% !important;
    max-width: 520px !important;
    padding: 0 !important;
    margin-bottom: 18px !important;
  }

  .wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(4),
  .wrapper-col-propeller-system .collection_list.col-propeller-system:nth-child(5){
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wrapper-col-propeller-system .collection_list.col-propeller-system .col-propeller-system-bild{
    height: 190px !important;
  }
}








.propeller-systems #area-2,
.propeller-systems #area-3,
.propeller-systems #area-4 {
  display: none !important;
}

.propeller-systems.full_preview #area-2,
.propeller-systems.full_preview #area-3,
.propeller-systems.full_preview #area-4 {
  display: block !important;
}


.propeller-systems #area-7.main-screen{
  background: linear-gradient(
    to bottom,
    #f5f7fb 0%,
    #f5f7fb 50%,
    #ffffff 50%,
    #ffffff 100%
  ) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}




.propeller-systems  #area-9.main-screen {
    padding-top: 2rem !important;
}


.back_to_overview{
    display: none !important;
}

 #backButton{
    display: none !important;
}


.propeller-systems.full_preview #area-7.main-screen{
  background: #ffffff !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.propeller-systems #area-6.main-screen{
  padding-bottom: 2rem !important;
}


/* =========================================================
   PRODUCTS vs. PROPELLER SYSTEMS – Areas backgrounds
========================================================= */

/* PRODUCTS (default): area-6 stays white */
body.mt.products:not(.propeller-systems)
#area-6.main-screen.grey{
  background-color: #ffffff !important;
}

/* PROPELLER SYSTEMS: area-6 / 7 / 8 / 9 all grey */
body.mt.products.propeller-systems
#area-6.main-screen.grey,
body.mt.products.propeller-systems
#area-7.main-screen,
body.mt.products.propeller-systems
#area-8.main-screen,
body.mt.products.propeller-systems
#area-9.main-screen{
  background: var(--clr-primary-light) !important;
}
/* Propeller systems page: area-10 must be grey */
body.mt.products.propeller-systems
#area-10.main-screen{
  background-color: var(--clr-primary-white) !important;
}



/* =========================================================
   PROPELLER SYSTEMS — FULL PREVIEW
========================================================= */

/* ------------------------------
   Base container
------------------------------ */
.propeller-systems.full_preview
.collection_full.col-propeller-system
.collection_container{
  max-width: 100%;
  margin: 0 auto;
}

/* ------------------------------
   2-column layout (PS)
------------------------------ */
.propeller-systems.full_preview .ps-two-col{
  display: flex;
  width: 100%;
  gap: 4%;
  align-items: flex-start;
}

.propeller-systems.full_preview .ps-left{
  flex: 0 0 36%;
  width: 36%;
}

.propeller-systems.full_preview .ps-right{
  flex: 0 0 60%;
  width: 60%;
}

/* image block */
.propeller-systems.full_preview .ps-left .col-propeller-system-bild{
  width: 100%;
  aspect-ratio: 570 / 366;
  overflow: hidden;
  border-radius: var(--br-keyfact, 10px);
}

.propeller-systems.full_preview .ps-left .col-propeller-system-bild img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* hide duplicated blocks */
.propeller-systems.full_preview .collection_full .col-propeller-system-title,
.propeller-systems.full_preview .collection_full .col-propeller-system-vortext,
.propeller-systems.full_preview .collection_full .col-propeller-system-tag{
  display: none !important;
}

/* ------------------------------
   Read more
------------------------------ */
.propeller-systems.full_preview .col-propeller-system-text{
  position: relative;
  font-size: var(--fs-400, 14px);
  color: var(--fc-primary, #2C2C2C);
}

.propeller-systems.full_preview .col-propeller-system-text .textcontent{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}

.propeller-systems.full_preview .col-propeller-system-text.is-open .textcontent{
  -webkit-line-clamp: unset;
  overflow: visible;
}

.propeller-systems.full_preview .ps-read-more{
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-400, 14px);
  font-weight: 600;
  color: var(--clr-accent, #339933);
  cursor: pointer;
  user-select: none;
}

/* ------------------------------
   Areas base
------------------------------ */
.propeller-systems.full_preview #area-2.main-screen,
.propeller-systems.full_preview #area-3.main-screen,
.propeller-systems.full_preview #area-4.main-screen{
  float: left;
  width: 100%;
}

/* =========================================================
   AREA 2 — Banner
========================================================= */
.propeller-systems.full_preview #area-2.main-screen{
  background: linear-gradient(
    to bottom,
    var(--clr-primary-white, #ffffff) 0%,
    var(--clr-primary-white, #ffffff) 50%,
    var(--clr-primary-light, #f5f7fb) 50%,
    var(--clr-primary-light, #f5f7fb) 100%
  );
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.propeller-systems.full_preview #area-2 > .container{
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.propeller-systems.full_preview #area-2 .collection_list.col-prod-det-ban{
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
  display: block;
}

.propeller-systems.full_preview #area-2 .col-propeller-system-banner{
  position: relative;
  overflow: hidden;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban .collection_container{
  position: relative;
  width: 100%;
  min-height: 260px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* background image */
.propeller-systems.full_preview #area-2 .col-prod-det-ban-bild{
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: var(--banner-clip-path, polygon(0 10%, 100% 0, 100% 90%, 0 100%)) !important;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-bild img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-bild::after{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-dark, rgba(0,0,0,.65));
}

/* wrapper from JS */
.propeller-systems.full_preview #area-2 .col-prod-det-ban-wrapper{
  position: relative;
  z-index: 1;
  max-width: var(--banner-max-width, 1380px);
  margin: 0 auto;
  padding: 90px 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-left{
  max-width: 620px;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-right{
  flex: 0 0 auto;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-title{
  margin: 0 0 18px 0;
  color: var(--fc-white, #fff);
  font-size: 34px;
  line-height: 1.2;
  font-weight: var(--fw-bold, 700);
  font-family: var(--ff-heading, 'Raleway', sans-serif);
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-title::after{
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: var(--clr-accent, #339933);
  margin-top: 14px;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-text{
  margin: 0;
  color: var(--fc-white, #fff);
  opacity: .9;
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--ff-body, 'Raleway', sans-serif);
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-link a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--p-button, 10px 15px);
  min-width: 220px;
  background: var(--clr-primary-white, #fff);
  color: var(--clr-accent, #339933);
  font-size: var(--fs-400, 14px);
  font-weight: 500;
  border-radius: var(--br-button, 8px);
  text-decoration: none;
  white-space: nowrap;
  transition: background .25s ease;
}

.propeller-systems.full_preview #area-2 .col-prod-det-ban-link a:hover{
  background: #f2f2f2;
}

/* =========================================================
   AREA 3 — Table section
========================================================= */
.propeller-systems.full_preview #area-3.main-screen{
  background: var(--clr-primary-light, #f5f7fb);
  padding-top: 2rem;
  padding-bottom: 5rem;
  position: relative;
  float: left;
  width: 100%;
}

.propeller-systems.full_preview #area-3 .col-propeller-system-tabelle-title{
  text-align: center;
  font-size: var(--fs-400, 14px);
  font-weight: 500;
  color: var(--fc-primary, #2C2C2C);
  margin: 0 0 18px 0;
  position: relative;
}

.propeller-systems.full_preview #area-3 .col-propeller-system-tabelle-title::after{
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: var(--clr-accent, #339933);
  border-radius: 999px;
  margin: 10px auto 0;
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13{
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dcdcdc;
  border-radius: var(--br-keyfact, 10px);
  background: var(--clr-primary-white, #ffffff);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 table.sitepart_table.table{
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 640px;
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 th,
.propeller-systems.full_preview #area-3 .table-wrapper.table_13 td{
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.2;
  color: #4b4b4b;
  text-align: left;
  border-right: 1px solid #8f8f8f;
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 th:last-child,
.propeller-systems.full_preview #area-3 .table-wrapper.table_13 td:last-child{
  border-right: 0;
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 thead th{
  font-weight: var(--fw-bold, 700);
  color: #2b2b2b;
  background: #ffffff;
  border-bottom: 1px solid #8f8f8f;
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 tbody tr:nth-child(even) td{
  background: #f6f6f6;
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 tbody tr:nth-child(odd) td{
  background: #ffffff;
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 thead tr th:first-child{
  border-top-left-radius: var(--br-keyfact, 10px);
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 thead tr th:last-child{
  border-top-right-radius: var(--br-keyfact, 10px);
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 tbody tr:last-child td:first-child{
  border-bottom-left-radius: var(--br-keyfact, 10px);
}

.propeller-systems.full_preview #area-3 .table-wrapper.table_13 tbody tr:last-child td:last-child{
  border-bottom-right-radius: var(--br-keyfact, 10px);
}

.propeller-systems.full_preview #area-3 .collection_content.col-propeller-system-tabellenhinweis{
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #5a5a5a;
}

/* =========================================================
   Global hides
========================================================= */
.propeller-systems.full_preview .wrapp-col-advantages,
.propeller-systems.full_preview #area-6,
.propeller-systems.full_preview #area-9 .component.more-about-us{
  display: none !important;
}
/* =========================================================
   AREA 4 — Slider (ALL IMPORTANT)
========================================================= */
.propeller-systems.full_preview #area-4 > .container{
  max-width: var(--banner-max-width, 1380px) !important;
  width: 100% !important;
}

.propeller-systems.full_preview #area-4 .col-propeller-system-slider{
  width: 100% !important;
  padding: 40px 0 20px !important;
  position: relative !important;
}

.propeller-systems.full_preview #area-4 .field_description_title{
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 30px !important;
  font-weight: var(--fw-bold, 700) !important;
  color: var(--fc-primary, #2C2C2C) !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

.propeller-systems.full_preview #area-4 .field_description_title::after{
  content: "" !important;
  display: block !important;
  width: 56px !important;
  height: 3px !important;
  background: var(--clr-accent, #339933) !important;
  border-radius: 999px !important;
  margin: 10px auto 0 !important;
}

.propeller-systems.full_preview #area-4 .owl-carousel{
  width: 100% !important;
  padding: 0 38px !important;
  box-sizing: border-box !important;
}

.propeller-systems.full_preview #area-4 .owl-stage-outer{
  overflow: hidden !important;
}

.propeller-systems.full_preview #area-4 .owl-stage{
  padding: 0 !important;
}

.propeller-systems.full_preview #area-4 .owl-item{
  padding: 0 !important;
  box-sizing: border-box !important;
}

.propeller-systems.full_preview #area-4 .owl-item > *{
  width: 100% !important;
}

.propeller-systems.full_preview #area-4 .gallery-item{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.propeller-systems.full_preview #area-4 .gallery-item .MagicZoom{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.propeller-systems.full_preview #area-4 .gallery-item .MagicZoom img,
.propeller-systems.full_preview #area-4 .gallery-item img{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: var(--br-video, 12px) !important;
}

.propeller-systems.full_preview #area-4 .gallery-caption{
  padding: 12px 0 0 !important;
  margin: 0 !important;
  font-size: var(--fs-400, 14px) !important;
  line-height: 1.45 !important;
  color: #6a6a6a !important;
}

.propeller-systems.full_preview #area-4 .owl-nav{
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  width: 100% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
  pointer-events: none !important;
  margin: 0 !important;
}

.propeller-systems.full_preview #area-4 .owl-nav button{
  pointer-events: auto !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.propeller-systems.full_preview #area-4 .owl-prev{
  margin-left: 14px !important;
}

.propeller-systems.full_preview #area-4 .owl-next{
  margin-right: 14px !important;
}

.propeller-systems.full_preview #area-4 .ps-arrow{
  display: inline-block !important;
  width: 44px !important;
  height: 44px !important;
  position: relative !important;
}

.propeller-systems.full_preview #area-4 .ps-arrow::before{
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 16px !important;
  height: 16px !important;
  border-right: 2px solid var(--clr-accent, #339933) !important;
  border-bottom: 2px solid var(--clr-accent, #339933) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.propeller-systems.full_preview #area-4 .ps-arrow.ps-arrow-left::before{
  transform: translate(-50%, -50%) rotate(135deg) !important;
}

.propeller-systems.full_preview #area-4 .owl-dots{
  display: none !important;
}

@media (max-width: 1200px){
  .propeller-systems.full_preview #area-4 .owl-carousel{
    padding: 0 50px !important;
  }
  .propeller-systems.full_preview #area-4 .gallery-item img{
    height: 250px !important;
  }
}

@media (max-width: 900px){
  .propeller-systems.full_preview #area-4 .owl-carousel{
    padding: 0 44px !important;
  }
  .propeller-systems.full_preview #area-4 .gallery-item img{
    height: 220px !important;
  }
}


/* =========================================================
   AREA 9 — Cards (ALL IMPORTANT)
========================================================= */
.propeller-systems.full_preview #area-9 .col-propeller-system-details-category{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin-top: 20px !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.collection_list.col-propeller-system{
  width: 50% !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  margin-bottom: 20px !important;
  flex: none !important;
  display: block !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.collection_list.col-propeller-system
.collection_container{
  background: var(--clr-primary-white, #ffffff) !important;
  border-radius: var(--br-keyfact, 10px) !important;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 12%) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  text-align: center !important;
  position: relative !important;
  width: 100% !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.col-propeller-system-bild{
  width: 100% !important;
  height: 190px !important;
  overflow: hidden !important;
  position: relative !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.col-propeller-system-bild img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.col-propeller-system-title{
  margin-top: 18px !important;
  padding: 0 22px !important;
  font-family: var(--ff-heading, 'Raleway', sans-serif) !important;
  font-weight: var(--fw-bold, 700) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  color: var(--fc-primary, #2C2C2C) !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.col-propeller-system-title::after{
  content: "" !important;
  display: block !important;
  width: 56px !important;
  height: 3px !important;
  background: var(--clr-accent, #339933) !important;
  margin: 12px auto 0 !important;
  border-radius: 2px !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.col-propeller-system-vortext{
  margin-top: 12px !important;
  padding: 0 22px !important;
  font-family: var(--ff-body, 'Raleway', sans-serif) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: rgba(44,44,44,.75) !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.col-propeller-system-tag{
  margin-top: 14px !important;
  padding: 0 22px 10px !important;
  font-family: var(--ff-body, 'Raleway', sans-serif) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: var(--clr-accent, #339933) !important;
}

.propeller-systems.full_preview #area-9
.col-propeller-system-details-category
.collection_link{
  padding: 0 22px 22px !important;
}

.propeller-systems.full_preview #area-9 h2.col-propeller-system-tabelle-title{
  text-align: center !important;
  font-size: 30px !important;
  font-weight: var(--fw-bold, 700) !important;
  color: var(--fc-primary, #2C2C2C) !important;
  margin: 0 0 18px 0 !important;
  position: relative !important;
}

.propeller-systems.full_preview #area-9 h2.col-propeller-system-tabelle-title::after{
  content: "" !important;
  display: block !important;
  width: 56px !important;
  height: 3px !important;
  background: var(--clr-accent, #339933) !important;
  border-radius: 999px !important;
  margin: 10px auto 0 !important;
}

@media (max-width: 900px){
  .propeller-systems.full_preview #area-9
  .col-propeller-system-details-category
  .collection_list.col-propeller-system{
    width: 100% !important;
    max-width: 520px !important;
  }
}

/* =========================================================
   Responsive (ordered)
========================================================= */
@media (max-width: 1200px){
  .propeller-systems.full_preview #area-4 .owl-carousel{
    padding: 0 50px !important;
  }

  .propeller-systems.full_preview #area-4 .gallery-item img{
    height: 250px;
  }
}

@media (max-width: 991px){
  .propeller-systems.full_preview #area-2 .col-prod-det-ban-wrapper{
    padding: 70px 20px 55px;
    flex-direction: column;
    align-items: flex-start;
  }

  .propeller-systems.full_preview #area-2 .col-prod-det-ban-title{
    font-size: 28px;
  }
}

@media (max-width: 900px){
  .propeller-systems.full_preview .ps-two-col{
    flex-direction: column;
    gap: 20px;
  }

  .propeller-systems.full_preview .ps-left,
  .propeller-systems.full_preview .ps-right{
    width: 100%;
    flex: 0 0 100%;
  }

  .propeller-systems.full_preview #area-4 .owl-carousel{
    padding: 0 44px !important;
  }

  .propeller-systems.full_preview #area-4 .gallery-item img{
    height: 220px;
  }
}

@media (max-width: 768px){
  .propeller-systems.full_preview #area-3.main-screen{
    padding-top: 36px;
    padding-bottom: 46px;
  }
}

@media (max-width: 576px){
  .propeller-systems.full_preview #area-2 .col-prod-det-ban-wrapper{
    padding: 65px 16px 50px;
  }

  .propeller-systems.full_preview #area-2 .col-prod-det-ban-title{
    font-size: 26px;
  }

  .propeller-systems.full_preview #area-2 .col-prod-det-ban-bild{
    clip-path: none !important;
  }
}



/* =========================================================
   PROPELLER SYSTEMS – AREA 10 CONTACT FORM
   Scope: body.mt.products.propeller-systems #area-10
========================================================= */

/* Layout wrapper */
body.mt.products.propeller-systems
#area-10
.form-products{
  margin-top: 32px !important;
}

/* Form container */
body.mt.products.propeller-systems
#area-10
.contactformular
form#contactformular_14{
  max-width: 1100px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

/* First 4 inputs – 2 columns */
body.mt.products.propeller-systems
#area-10
.contactformular
form#contactformular_14
.form-group{
  width: calc(50% - 8px) !important;
  margin: 0 !important;
  padding: 0px !important;
}

/* Message full width */
body.mt.products.propeller-systems
#area-10
.contactformular
form#contactformular_14
.form-group textarea{
  width: 100% !important;
  min-height: 140px !important;
  resize: vertical !important;
}

/* Force message row to full width */
body.mt.products.propeller-systems
#area-10
.contactformular
form#contactformular_14
.form-group:has(textarea){
  width: 100% !important;
}

/* Inputs */
body.mt.products.propeller-systems
#area-10
.contactformular
.form-control{
  width: 100% !important;
  padding: 14px 16px !important;
  border-radius: var(--br-keyfact) !important;
  border: 1px solid #e6e6e6 !important;
  background: #ffffff !important;
  font-family: var(--ff-primary) !important;
  font-size: 14px !important;
  color: var(--fc-primary, #222) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

/* Placeholder */
body.mt.products.propeller-systems
#area-10
.contactformular
.form-control::placeholder{
  color: #777 !important;
}

/* Focus */
body.mt.products.propeller-systems
#area-10
.contactformular
.form-control:focus{
  outline: none !important;
  border-color: var(--clr-accent) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12) !important;
}

/* Submit button wrapper */
body.mt.products.propeller-systems
#area-10
.contactformular
#submit_button{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

/* Submit button */
body.mt.products.propeller-systems
#area-10
.contactformular
#button.button{
  background: var(--clr-accent) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: var(--br-keyfact) !important; /* smoother corners */
  padding: 8px 24px !important;                /* reduced padding */
  font-family: var(--ff-primary) !important;
  font-weight: 400 !important;                 /* regular text */
  font-size: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
}



body.mt.products.propeller-systems
#area-10
.contactformular
.form-control{
  width: 100% !important;
  padding: 14px 16px !important;
  border-radius: var(--br-keyfact) !important;
  border: 1px solid #e6e6e6 !important;
  background: #ffffff !important;
  font-family: var(--ff-primary) !important;
  font-size: 16px !important;          /* updated */
  color: var(--footer-text) !important; /* updated */
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}




/* Hover */
body.mt.products.propeller-systems
#area-10
.contactformular
#button.button:hover{
  filter: brightness(0.95) !important;
}

/* Responsive */
@media (max-width: 768px){
  body.mt.products.propeller-systems
  #area-10
  .contactformular
  form#contactformular_14
  .form-group{
    width: 100% !important;
  }
}





/* Hide intro text block on propeller systems detail pages (full_preview) */
body.mt.products.propeller-systems.full_preview
.propeller_systems_textblock{
  display: none !important;
}

/* Remove top padding on propeller system detail pages */
body.mt.products.propeller-systems.full_preview
.wrapper-col-propeller-system{
  padding-top: 0 !important;
}

/* Override global padding for propeller systems detail pages */
body.mt.products.propeller-systems.full_preview
div#content,
body.mt.products.propeller-systems.full_preview
.main-screen{
  padding: 2rem 0 !important;
}

/* Propeller systems detail page – area 4 slider background */
body.mt.products.propeller-systems.full_preview
#area-4.main-screen{
  background-color: #ffffff !important;
}
/* Propeller systems detail – area 7 half white / half grey */
body.mt.products.propeller-systems.full_preview
#area-7.main-screen{
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    var(--clr-primary-light) 50%,
    var(--clr-primary-light) 100%
  ) !important;
}

