/* =========================================================
   STC
========================================================= */

.wrapp-col-propeller-stc{
  max-width: 1380px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
  box-sizing: border-box;
}

/* ---------- Filter: full row ---------- */

.wrapp-col-propeller-stc #filter-element{
  flex: 0 0 100%;
  width: 100%;
}

.wrapp-col-propeller-stc .filter_display{
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;
  margin: 0 0 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.wrapp-col-propeller-stc .filter_display::-webkit-scrollbar{
  display: none;
}

/* ---------- Filter buttons ---------- */

.wrapp-col-propeller-stc .button_filter_wrapper_2{
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.wrapp-col-propeller-stc .button_filter{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--ff-body, 'Raleway', sans-serif);
  font-size: var(--fs-400, 14px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border: 0;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.wrapp-col-propeller-stc .button_filter.a-filter{
  background: var(--clr-accent, #339933);
  color: var(--fc-white, #ffffff);
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

.wrapp-col-propeller-stc .button_filter.o-filter{
  background: rgba(0,0,0,.05);
  color: var(--clr-accent, #339933);
}

.wrapp-col-propeller-stc .button_filter:hover{
  transform: translateY(-1px);
}

.wrapp-col-propeller-stc .button_filter.o-filter:hover{
  background: rgba(0,0,0,.08);
}

/* ---------- Layout resets ---------- */

.wrapp-col-propeller-stc .collection_list{
  float: none;
  padding: 0;
  margin: 0;
  width: auto;
  box-sizing: border-box;
}

/* ---------- Grid columns (FIX: works without .show) ---------- */

.wrapp-col-propeller-stc .collection_list.col-propeller-stc{
  flex: 0 0 calc((100% - 36px) / 3);
  width: calc((100% - 36px) / 3);
  box-sizing: border-box;
}

/* ---------- Card layout ---------- */

.wrapp-col-propeller-stc .collection_container{
  width: 100%;
  height: 100%;
  box-sizing: border-box;

  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  overflow: hidden;

  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 120px;
  position: relative;
}

/* Image */

.wrapp-col-propeller-stc .col-stc-bild{
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.wrapp-col-propeller-stc .col-stc-bild img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */

.wrapp-col-propeller-stc .col-propeller-stc-title,
.wrapp-col-propeller-stc .col-propeller-stc-airtype,
.wrapp-col-propeller-stc .col-propeller-stc-certificate-behoerde{
  grid-column: 2;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}

.wrapp-col-propeller-stc .col-propeller-stc-title{
  padding-top: 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--fc-primary, #2C2C2C);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.wrapp-col-propeller-stc .col-propeller-stc-airtype{
  padding-top: 6px;
  font-size: 13px;
  color: rgba(44,44,44,.75);
  line-height: 1.35;
}

.wrapp-col-propeller-stc .col-propeller-stc-airtype::before{
  content: "Type of Aircraft:";
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: rgba(44,44,44,.9);
  margin-bottom: 2px;
}

.wrapp-col-propeller-stc .col-propeller-stc-certificate-behoerde{
  padding-top: 8px;
  padding-bottom: 14px;
  font-size: 13px;
  color: var(--clr-accent, #339933);
}

/* Clickable card */

.wrapp-col-propeller-stc .collection_link{
  display: block !important;
  position: static;
}

.wrapp-col-propeller-stc .collection_link a{
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  opacity: 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* Page spacing */

body.stc-planes #area-4.main-screen{
  padding: 1rem 0 !important;
}

body.stc-planes #area-9.main-screen{
  padding-top: 1rem;
}




body.stc-planes #content.content-selector{
  background: var(--clr-primary-light, #f5f7fb) !important;
}

body.stc-planes #area-2,
body.stc-planes #area-2.grey,
body.stc-planes #area-2.main-screen{
  background: var(--clr-primary-white, #fff) !important;
}

body.stc-planes #area-2 .container{
  background: transparent !important;
}



/* ---------- Responsive (overview grid) ---------- */

@media (max-width: 1200px){
  .wrapp-col-propeller-stc .collection_list.col-propeller-stc{
    flex: 0 0 calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px){
  .wrapp-col-propeller-stc{
    padding: 0 16px;
    gap: 14px;
  }

  .wrapp-col-propeller-stc .collection_list.col-propeller-stc{
    flex: 0 0 100%;
    width: 100%;
  }

  .wrapp-col-propeller-stc .collection_container{
    grid-template-columns: 140px 1fr;
  }

  .wrapp-col-propeller-stc .button_filter{
    height: 32px;
    padding: 0 16px;
  }
}


/* =========================================================
   STC PLANES – FULL PREVIEW (DETAIL PAGE)  (AREA-2 VERSION)
========================================================= */

/* 0) IMPORTANT: hide old #content completely */
.stc-planes.full_preview #content{
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Hide unused blocks on detail view (inside #area-2) */
.stc-planes.full_preview #area-2 .sitepart.stc-filter,
.stc-planes.full_preview #area-2 .stc-title.line-title-center,
.stc-planes.full_preview #area-2 .stc-subtitle,
.stc-planes.full_preview #area-2 .filter_display,
.stc-planes.full_preview #area-2 .back_to_overview,
.stc-planes.full_preview #area-2 #backButton,
.stc-planes.full_preview #area-2 #filter-element{
  display: none;
}

/* Main wrap */
.stc-planes.full_preview #area-2 .wrapp-col-propeller-stc{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: block !important;
}

/* Collection full width */
.stc-planes.full_preview #area-2 .collection_full.col-propeller-stc{
  width: 100% !important;
  display: block !important;
}

/* Remove overview card styles */
.stc-planes.full_preview #area-2 .collection_container{
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
  display: block !important;
}

/* Main 2-column layout */
.stc-planes.full_preview #area-2 .stc-fp-wrap{
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 34px;
}

/* ---------- Left column ---------- */

.stc-planes.full_preview #area-2 .stc-fp-left{
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stc-planes.full_preview #area-2 .stc-fp-left .col-stc-bild{
  width: 100%;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
}

.stc-planes.full_preview #area-2 .stc-fp-left .col-stc-bild img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stc-planes.full_preview #area-2 .stc-fp-left .col-propeller-stc-certificate-behoerde{
  width: 100%;
  background: var(--clr-accent, #339933);
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.stc-planes.full_preview #area-2 .stc-fp-left .col-propeller-stc-link a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(51,153,51,.55);
  color: var(--clr-accent, #339933);
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

/* ---------- Right column ---------- */

.stc-planes.full_preview #area-2 .stc-fp-right{
  width: 68%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Right top */
.stc-planes.full_preview #area-2 .stc-fp-right-top{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stc-planes.full_preview #area-2 .stc-fp-right-top .col-propeller-stc-title{
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  color: var(--fc-primary, #2C2C2C);
}

.stc-planes.full_preview #area-2 .stc-fp-right-top .col-propeller-stc-airtype,
.stc-planes.full_preview #area-2 .stc-fp-right-top .col-propeller-stc-zug-flug{
  width: calc(50% - 6px);
  background: rgba(0,0,0,.045);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  color: rgba(44,44,44,.85);
  white-space: nowrap;
}

.stc-planes.full_preview #area-2 .stc-fp-right-top .col-propeller-stc-airtype::before{
  content: "Type of Aircraft:";
  display: inline;
  font-weight: 800;
  margin-right: 6px;
}

.stc-planes.full_preview #area-2 .stc-fp-right-top .col-propeller-stc-zug-flug::before{
  content: "Applicable Aircraft:";
  display: inline;
  font-weight: 800;
  margin-right: 6px;
}

/* Right bottom */
.stc-planes.full_preview #area-2 .stc-fp-right-bottom{
  width: 100%;
  display: flex;
  gap: 18px;
}

.stc-planes.full_preview #area-2 .stc-fp-right-bottom > .col-propeller-stc-text-engine,
.stc-planes.full_preview #area-2 .stc-fp-right-bottom > .col-propeller-stc-text-propeller{
  width: calc(50% - 9px);
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  padding: 14px;
}

.stc-planes.full_preview #area-2 .stc-fp-right-bottom > .col-propeller-stc-text-engine::before{
  content: "Engines";
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.stc-planes.full_preview #area-2 .stc-fp-right-bottom > .col-propeller-stc-text-propeller::before{
  content: "Propellers";
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

/* Show text lists */
.stc-planes.full_preview #area-2 .col-propeller-stc-text-engine .textcontent,
.stc-planes.full_preview #area-2 .col-propeller-stc-text-propeller .textcontent{
  display: block;
}

.stc-planes.full_preview #area-2 .col-propeller-stc-text-engine ul,
.stc-planes.full_preview #area-2 .col-propeller-stc-text-propeller ul{
  margin: 0;
  padding-left: 18px;
}

.stc-planes.full_preview #area-2 .col-propeller-stc-text-engine li,
.stc-planes.full_preview #area-2 .col-propeller-stc-text-propeller li{
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(44,44,44,.78);
}

/* Hide file block */
.stc-planes.full_preview #area-2 .col-propeller-stc-datei{
  display: none;
}



/* =========================================================
   STC PLANES – AREA SWITCH (HIDE DEFAULT BLOCKS)
========================================================= */

.stc-planes.full_preview #area-4{
  display: none !important;
}

.stc-planes.full_preview #area-9 .container > *{
  display: none !important;
}

.stc-planes.full_preview #area-9 .container > .stc-fp-gallery-area9{
  display: block !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-carousel,
.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-stage-outer{
  width: 100%;
}



/* =========================================================
   STC PLANES – AREA 9 SLIDER (ALL IMPORTANT)
========================================================= */

.stc-planes.full_preview #area-9 > .container{
  max-width: var(--banner-max-width, 1380px) !important;
  width: 100% !important;
}

/* Slider wrapper */
.stc-planes.full_preview #area-9 .stc-fp-gallery-area9{
  width: 100% !important;
  padding: 40px 0 20px !important;
  position: relative !important;
}

/* Title */
.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .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;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .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;
}

/* Owl base */
.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-carousel{
  width: 100% !important;
  padding: 0 38px !important;
  box-sizing: border-box !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-stage-outer{
  overflow: hidden !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-stage{
  padding: 0 !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-item{
  padding: 0 !important;
  box-sizing: border-box !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-item > *{
  width: 100% !important;
}

/* Slide card */
.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .gallery-item{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .gallery-item .MagicZoom{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .gallery-item .MagicZoom img,
.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .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;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .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;
}

/* Nav arrows */
.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .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;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-nav button{
  pointer-events: auto !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-prev{
  margin-left: 14px !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-next{
  margin-right: 14px !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .ps-arrow{
  display: inline-block !important;
  width: 44px !important;
  height: 44px !important;
  position: relative !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .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;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .ps-arrow.ps-arrow-left::before{
  transform: translate(-50%, -50%) rotate(135deg) !important;
}

.stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-dots{
  display: none !important;
}

/* Responsive (slider) */
@media (max-width: 1200px){
  .stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-carousel{
    padding: 0 50px !important;
  }
  .stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .gallery-item img{
    height: 250px !important;
  }
}

@media (max-width: 900px){
  .stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .owl-carousel{
    padding: 0 44px !important;
  }
  .stc-planes.full_preview #area-9 .stc-fp-gallery-area9 .gallery-item img{
    height: 220px !important;
  }
}



/* =========================================================
   STC PLANES – FULL PREVIEW (RESPONSIVE)
========================================================= */

@media (max-width: 980px){
  .stc-planes.full_preview #area-2 .stc-fp-wrap{
    flex-wrap: wrap;
  }

  .stc-planes.full_preview #area-2 .stc-fp-left,
  .stc-planes.full_preview #area-2 .stc-fp-right{
    width: 100%;
  }

  .stc-planes.full_preview #area-2 .stc-fp-right-top .col-propeller-stc-airtype,
  .stc-planes.full_preview #area-2 .stc-fp-right-top .col-propeller-stc-zug-flug{
    width: 100%;
    white-space: normal;
  }

  .stc-planes.full_preview #area-2 .stc-fp-right-bottom{
    flex-wrap: wrap;
  }

  .stc-planes.full_preview #area-2 .stc-fp-right-bottom > .col-propeller-stc-text-engine,
  .stc-planes.full_preview #area-2 .stc-fp-right-bottom > .col-propeller-stc-text-propeller{
    width: 100%;
  }
}
