/* =========================================================
   PRODUKTSEITEN – NEUES LAYOUT
   ========================================================= */


/* =========================================================
   VARIABLEN
   ========================================================= */

:root {
  --orange: #ec9345;
  --orange-dark: #ec9345;
  --ink: #1f2933;
  --muted: #68737d;
  --line: #e6e9ec;
  --soft: #f5f6f7;
}


/* =========================================================
   ALLGEMEIN
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.section-alt {
  background: var(--soft);
}

.section-title {
/*  max-width: 850px;	*/
  margin: 0 auto 38px auto;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 10px 0;

  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.section-title p {
/*  max-width: 780px;	*/
  margin: 14px auto 0 auto;

  font-size: 17px;
  line-height: 1.55;
  text-align: left;
  color: var(--muted);
}

.section-title .subtitle {
  display: block;

  margin-bottom: 8px;

  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;

  letter-spacing: .06em;
  text-transform: uppercase;

  color: var(--orange);
}

.section-md {
  padding-top: 70px;
  padding-bottom: 5px;
}

.section-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-text-block {
  max-width: 100%;
  margin: 0 auto;
}

.product-text-block p {
  margin: 0 0 16px 0;

  font-size: 17px;
  line-height: 1.6;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .section-title h2 {
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .section-title {
    margin-bottom: 28px;
  }

  .section-title h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
  }

  .section-title p {
    font-size: 15px;
  }

  .product-text-block p {
    font-size: 15px;
  }

}


/* =========================================================
   PRODUCT HERO
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-hero {
  padding: 0 !important;

  background: linear-gradient(
    135deg,
    #f7f7f7 0%,
    #ffffff 55%,
    #f2f3f4 100%
  );
}

.product-hero .shell {
  padding-top: 62px;
  padding-bottom: 66px;
}

.product-hero-inner {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 28px;
}

.product-hero-text {
  flex: 0 0 43%;
  max-width: 43%;
}

.product-kicker {
  margin-bottom: 12px;

  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;

  letter-spacing: .06em;
  text-transform: uppercase;

  color: var(--orange);
}

.product-hero h1 {
  margin: 0 0 18px 0 !important;

  font-size: 46px !important;
  line-height: 1.06 !important;
  font-weight: 700 !important;

  letter-spacing: -.8px;

  color: var(--ink);
}

.product-hero h1 span {
  color: var(--orange);
}

.product-hero-subline {
  max-width: 590px;

  margin: 0 0 18px 0;

  font-size: 18px;
  line-height: 1.5;

  color: var(--muted);
}

.product-hero-subline strong {
  display: block;

  margin-bottom: 5px;

  font-weight: 700;

  color: var(--muted);
}

.product-hero-price {
  margin: 0 0 20px 0;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;

  color: var(--ink);
}

.product-hero-buttons {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  align-items: center;
}

.product-hero-buttons .button {
  display: inline-flex !important;

  align-items: center;
  justify-content: center;

  height: 48px;

  margin: 0 !important;
  padding: 0 22px !important;

  line-height: 1 !important;

  box-sizing: border-box;
}

.product-hero-buttons .button-primary-filled:hover,
.product-hero-buttons .button-primary-filled:focus {
  background: #ffffff !important;

  border-color: #ec9345 !important;

  color: #ec9345 !important;
}

.product-button-secondary {
  background: #ffffff !important;

  border: 1px solid var(--orange) !important;

  color: #333333 !important;
}

.product-button-secondary:hover {
  background: #fff7ee !important;

  color: #333333 !important;
}

.product-hero-machine {
  flex: 0 0 43%;
  max-width: 43%;

  display: flex;

  align-items: center;
  justify-content: flex-start;
}

.product-hero-machine img {
  display: block;

  width: 100%;
  max-width: 620px;
  height: auto;

  margin: 0 auto;

  object-fit: contain;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-hero .shell {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .product-hero-inner {
    align-items: flex-start;

    gap: 20px;
  }

  .product-hero-text {
    flex: 0 0 52%;
    max-width: 52%;
  }

  .product-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
  }

  .product-hero-subline {
    font-size: 17px;
  }

  .product-hero-price {
    font-size: 20px;
  }

  .product-hero-machine {
    flex: 0 0 46%;
    max-width: 46%;

    margin-top: 15px;
  }

  .product-hero-machine img {
    width: 115%;
    max-width: 560px;
    height: auto;

    margin-left: -20px;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-hero {
    background: #ffffff;
  }

  .product-hero .shell {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .product-hero-inner {
    display: block;

    text-align: center;
  }

  .product-hero-text,
  .product-hero-machine {
    width: 100%;
    max-width: 100%;
  }

  .product-kicker {
    display: none;
  }

  .product-hero h1 {
    margin-bottom: 13px !important;

    font-size: 30px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;

    letter-spacing: -.3px;
  }

  .product-hero-subline {
    max-width: 100%;

    margin-bottom: 15px;

    font-size: 15px;
    line-height: 1.45;
  }

  .product-hero-price {
    margin-bottom: 16px;

    font-size: 19px;
  }

  .product-hero-buttons {
    justify-content: center;
  }

  .product-button-secondary {
    display: none;
  }

  .product-hero-machine {
    margin-top: 24px;
  }

  .product-hero-machine img {
    width: 330px;
    max-width: 92%;

    margin: 0 auto;
  }

}


/* =========================================================
   QUICK FACTS
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-quickfacts {
  padding: 0 !important;

  background: #ffffff;

  border-bottom: 1px solid var(--line);
}

.product-quickfacts .shell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-quickfacts-inner {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  padding: 23px 0;
}

.product-quickfact {
  padding: 4px 25px;

  border-left: 1px solid var(--line);
}

.product-quickfact:first-child {
  border-left: 0;
}

.product-quickfact strong {
  display: block;

  margin-bottom: 4px;

  font-size: 17px;
  line-height: 1.25;

  color: var(--ink);
}

.product-quickfact span {
  font-size: 15px;
  line-height: 1.4;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-quickfacts-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-quickfact {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product-quickfact:nth-child(odd) {
    border-left: 0;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-quickfacts-inner {
    grid-template-columns: repeat(2, 1fr);

    padding: 12px 0;
  }

  .product-quickfact {
    padding: 11px 12px;

    border-top: 1px solid var(--line);
    border-left: 0;

    text-align: center;
  }

  .product-quickfact:nth-child(1),
  .product-quickfact:nth-child(2) {
    border-top: 0;
  }

  .product-quickfact strong {
    font-size: 15px;
  }

  .product-quickfact span {
    font-size: 13px;
  }

}


/* =========================================================
   PRODUKTINTRO
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-intro {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 48px;

  align-items: center;
}

.product-intro-image {
  min-width: 0;
}

.product-intro-image figure {
  margin: 0;
}

.product-intro-image img {
  display: block;

  width: 100%;
  height: auto;

  margin: 0 auto;
}

.product-intro-text h2 {
  margin: 0 0 18px 0;

  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;

  color: var(--ink);
}

.product-intro-text p {
  margin: 0 0 14px 0;

  font-size: 17px;
  line-height: 1.55;

  color: var(--muted);
}

.product-intro-video-button .button-primary-filled:hover,
.product-intro-video-button .button-primary-filled:focus {
  background: #ffffff !important;

  border-color: #ec9345 !important;

  color: #ec9345 !important;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-intro {
    display: block;
  }

  .product-intro-image {
    margin-bottom: 30px;

    text-align: center;
  }

  .product-intro-image img {
    width: 100%;
    max-width: 620px;
    height: auto;

    margin: 0 auto;
  }

  .product-intro-text {
    max-width: 700px;

    margin: 0 auto;
  }

  .product-intro-text h2 {
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-intro {
    display: block;
  }

  .product-intro-image {
    margin-bottom: 26px;
  }

  .product-intro-text h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
  }

  .product-intro-text p {
    font-size: 15px;
  }

}


/* =========================================================
   HIGHLIGHTS
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.highlight-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 22px;

  align-items: stretch;
}

.highlight-card {
  padding: 26px 26px 24px;

  background: #ffffff;

  border: 1px solid var(--line);

  box-shadow: 0 3px 12px rgba(0, 0, 0, .045);
}

.highlight-card h3 {
  margin: 0 0 15px 0;

  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.highlight-card .marked-list {
  margin-top: 0;
  margin-bottom: 0;
}

.highlight-card .marked-list li {
  margin-bottom: 8px;

  font-size: 15px;
  line-height: 1.5;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-card:last-child {
    grid-column: 1 / -1;
  }

  .highlight-card h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .highlight-card {
    padding: 21px;
  }

  .highlight-card h3 {
    font-size: 15px !important;
  }

}


/* =========================================================
   GEEIGNETE MATERIALIEN
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-materials-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 24px;

  max-width: 980px;

  margin: 0 auto;
}

.product-material-card {
  display: grid;

  grid-template-columns: 170px 1fr;

  gap: 24px;

  align-items: center;

  padding: 22px;

  background: #ffffff;

  border: 1px solid var(--line);

  box-shadow: 0 3px 12px rgba(0, 0, 0, .045);
}

.product-material-image {
  display: flex;

  align-items: center;
  justify-content: center;
}

.product-material-image img {
  display: block;

  width: 100%;
  max-width: 150px;
  height: 130px;

  object-fit: contain;
}

.product-material-content h3 {
  margin: 0 0 9px 0;

  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;

  color: var(--ink);
}

.product-material-content p {
  margin: 0;

  font-size: 15px;
  line-height: 1.5;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-material-card {
    grid-template-columns: 130px 1fr;

    gap: 18px;
  }

  .product-material-image img {
    max-width: 120px;
    height: 110px;
  }

  .product-material-content h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-materials-grid {
    grid-template-columns: 1fr;
  }

  .product-material-card {
    grid-template-columns: 120px 1fr;

    gap: 16px;

    padding: 16px;
  }

  .product-material-image img {
    max-width: 105px;
    height: 95px;
  }

  .product-material-content h3 {
    font-size: 15px !important;
  }

  .product-material-content p {
    font-size: 14px;
  }

}


/* =========================================================
   ANWENDUNGEN
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.application-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  align-items: stretch;
}

.application-card {
  padding: 12px 12px 20px;

  text-align: center;

  background: #ffffff;

  border: 1px solid #eeeeee;

  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);

  transition: all .2s ease;
}

.application-card:hover {
  border-color: #ec9345;

  box-shadow: 0 5px 14px rgba(0, 0, 0, .10);

  transform: translateY(-2px);
}

.application-card img {
  display: block;

  width: 100%;
  height: 165px;

  margin: 0 auto 12px auto;

  object-fit: contain;
}

.application-card h3 {
  margin: 0 0 8px 0;

  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.application-card p {
  margin: 0;

  font-size: 14px;
  line-height: 1.45;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .application-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .application-card h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-applications-section .application-grid {
    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 12px !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow: hidden;
  }

  .product-applications-section .application-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    padding: 9px 9px 14px;

    box-sizing: border-box;
  }

  .product-applications-section .application-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: 120px;

    object-fit: contain;
  }

  .application-card h3 {
    font-size: 15px !important;
  }

  .application-card p {
    font-size: 13px;
  }

}


/* =========================================================
   KUNDENGALERIE
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.customer-gallery-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  align-items: stretch;
}

.customer-gallery-card {
  padding: 12px 12px 18px;

  text-align: center;

  background: #ffffff;

  border: 1px solid #eeeeee;

  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.customer-gallery-card img {
  display: block;

  width: 100%;
  height: 200px;

  margin: 0 auto 12px auto;

  object-fit: contain;
}

.customer-gallery-card h3 {
  margin: 0 0 8px 0;

  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.customer-gallery-card p {
  margin: 0;

  font-size: 14px;
  line-height: 1.45;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .customer-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .customer-gallery-card h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .customer-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px;
  }

  .customer-gallery-card {
    padding: 9px 9px 14px;
  }

  .customer-gallery-card img {
    height: 120px;
  }

  .customer-gallery-card h3 {
    font-size: 15px !important;
  }

  .customer-gallery-card p {
    font-size: 13px;
  }

}


/* =========================================================
   TESTIMONIAL
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-testimonial {
  background: #f5f6f7;
}

.product-testimonial-content {
  display: flex;

  align-items: flex-start;

  width: fit-content;
  max-width: 950px;

  margin-left: auto !important;
  margin-right: auto !important;

  padding: 28px 0 0 0;
}

.product-testimonial-line {
  flex: 0 0 5px;

  width: 5px;
  min-height: 125px;

  margin-right: 28px;

  background: #ec9345;
}

.product-testimonial-text h3 {
  max-width: 820px;

  margin: 0 0 18px 0;

  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;

  color: #1f2933;
}

.product-testimonial-text p {
  margin: 0;

  font-size: 14px;
  line-height: 1.5;

  color: #68737d;
}

.product-testimonial-text p strong {
  color: #1f2933;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-testimonial-text h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-testimonial-content {
    padding-top: 20px;
  }

  .product-testimonial-line {
    margin-right: 18px;
  }

  .product-testimonial-text h3 {
    font-size: 15px !important;
  }

}


/* =========================================================
   GROSSES PRODUKTBILD
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-production-image {
  text-align: center;
}

.product-production-image figure {
  margin: 0;
}

.product-production-image img {
  display: block;

  width: 100%;
  max-width: 1900px;
  height: auto;

  margin: 0 auto;
}

.product-production-image h6 {
  margin: 15px 0 0 0;

  font-size: 15px;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-production-image img {
    width: 100%;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-production-image h6 {
    font-size: 13px;
  }

}


/* =========================================================
   MASCHINENAUFBAU / PRODUCT FEATURE
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-feature {
  display: grid;

  grid-template-columns: 1fr 370px;

  gap: 48px;

  align-items: center;
}

.product-feature + .product-feature {
  margin-top: 56px;
}

.product-feature-image {
  min-width: 0;
}

.product-feature-image figure {
  margin: 0;
}

.product-feature-image img {
  display: block;

  width: 100%;
  max-width: 350px;
  height: auto;

  margin: 0 auto;
}

.product-feature-text h3 {
  margin: 0 0 14px 0;

  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;

  color: var(--ink);
}

.product-feature-text p {
  margin: 0 0 13px 0;

  font-size: 17px;
  line-height: 1.55;

  color: var(--muted);
}

.product-feature-text .marked-list {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  column-gap: 32px;
  row-gap: 10px;

  margin: 16px 0 18px 0;
  padding: 0;
}

.product-feature-text .marked-list li {
  position: relative;

  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  font-size: 15px;
  line-height: 1.5;

  color: var(--muted);
}

.product-feature-text .marked-list li:before {
  top: .15em;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-feature {
    display: block;
  }

  .product-feature + .product-feature {
    margin-top: 56px;
  }

  .product-feature-text {
    max-width: 700px;

    margin: 0 auto;
  }

  .product-feature-text h3 {
    font-size: 16px !important;
  }

  .product-feature-image {
    margin-top: 28px;

    text-align: center;
  }

  .product-feature-image img {
    width: 100%;
    max-width: 520px;
    height: auto;

    margin: 0 auto;
  }

  .product-feature-text .marked-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-feature {
    display: block;
  }

  .product-feature + .product-feature {
    margin-top: 45px;
  }

  .product-feature-text h3 {
    font-size: 15px !important;
  }

  .product-feature-text p {
    font-size: 15px;
  }

  .product-feature-image {
    margin-top: 20px;
  }

  .product-feature-image img {
    max-width: 330px;
  }

  .product-feature-text .marked-list {
    grid-template-columns: 1fr;

    row-gap: 7px;

    margin: 14px 0 18px 0;
  }

  .product-feature-text .marked-list li {
    font-size: 14px;
  }

}


/* =========================================================
   OPTION CARDS
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.option-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 24px;

  max-width: 900px;

  margin: 0 auto;
}

.option-card {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--line);

  box-shadow: 0 3px 12px rgba(0, 0, 0, .045);
}

.option-card-image {
  padding: 18px 18px 0;
}

.option-card-image img {
  display: block;

  width: 100%;
  max-width: 370px;
  height: 230px;

  margin: 0 auto;

  object-fit: contain;
}

.option-card-content {
  padding: 20px 24px 24px;
}

.option-card-content h3 {
  margin: 0 0 12px 0;

  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;

  color: var(--ink);
}

.option-card-content p {
  margin: 0 0 12px 0;

  font-size: 15px;
  line-height: 1.55;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .option-card-content h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .option-grid {
    grid-template-columns: 1fr;
  }

  .option-card-image img {
    height: auto;
    max-width: 330px;
  }

  .option-card-content h3 {
    font-size: 15px !important;
  }

}


/* =========================================================
   TECHNISCHE DATEN
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.table-container {
  width: fit-content;
  max-width: 100%;

  margin: 0 auto;
  padding: 25px;

  overflow-x: auto;

  background: #ffffff;

  border: 1px solid #e6e9ec;

  box-sizing: border-box;
}

.tech-table {
  width: auto;
  min-width: 350px;

  border-collapse: collapse;
}

.tech-table th,
.tech-table td {
  padding: 14px 18px;

  vertical-align: middle;
  text-align: left;

  border-bottom: 1px solid #e6e9ec;
}

.tech-table th {
  background: #f5f6f7;

  font-size: 16px;
  font-weight: 700;
}

.tech-table th:not(:first-child),
.tech-table td:not(:first-child) {
  text-align: center;
}

.tech-table td {
  font-size: 15px;
  line-height: 1.45;
}

.tech-table-action-row td {
  padding-top: 18px !important;
  padding-bottom: 10px !important;

  text-align: center !important;

  background: #ffffff !important;

  border-top: 0 !important;
  border-bottom: 0 !important;
}

.tech-table-action-row td:first-child {
  background: transparent !important;
}

.tech-table-action-row .button {
  margin: 0 !important;
}

.tech-table-action-row .button-primary-filled:hover,
.tech-table-action-row .button-primary-filled:focus {
  background: #ffffff !important;

  border-color: #ec9345 !important;

  color: #ec9345 !important;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .table-container {
    max-width: 100%;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .table-container {
    width: 100%;
    max-width: 100%;

    margin: 0 auto;
    padding: 10px;

    box-sizing: border-box;
  }

  .tech-table th,
  .tech-table td {
    padding: 12px 10px;

    font-size: 14px;
  }

  .tech-table-2cols {
    width: 100%;
    min-width: 0;

    table-layout: fixed;
  }

  .tech-table-2cols th:first-child,
  .tech-table-2cols td:first-child {
    width: 56%;
  }

  .tech-table-2cols th:last-child,
  .tech-table-2cols td:last-child {
    width: 44%;
  }

  .tech-table-2cols th,
  .tech-table-2cols td {
    white-space: normal;

    overflow-wrap: normal !important;
    word-wrap: normal !important;
    word-break: normal !important;

    hyphens: none;
  }

  .tech-table-action-row td {
    padding-top: 15px !important;
    padding-bottom: 8px !important;
  }

}


/* =========================================================
   LIEFERUMFANG – BILDER
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.delivery-image-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  margin-bottom: 32px;
}

.delivery-image-card {
  padding: 14px 12px;

  text-align: center;

  background: #ffffff;

  border: 1px solid var(--line);
}

.delivery-image-card img {
  display: block;

  width: 100%;
  max-width: 270px;
  height: 185px;

  margin: 0 auto;

  object-fit: contain;
}

.delivery-image-card h4 {
  margin: 10px 0 3px;

  font-size: 16px;
  line-height: 1.25;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .delivery-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .delivery-image-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 12px;
  }

  .delivery-image-card {
    padding: 9px;
  }

  .delivery-image-card img {
    height: 130px;
  }

  .delivery-image-card h4 {
    font-size: 14px;
  }

}


/* =========================================================
   LIEFERUMFANG – TEXTKARTEN
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.delivery-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 22px;

  align-items: stretch;
}

.delivery-card {
  padding: 25px;

  background: #ffffff;

  border: 1px solid var(--line);
}

.delivery-card h3 {
  margin: 0 0 14px 0;

  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.delivery-card .marked-list {
  margin: 0;
}

.delivery-card .marked-list li {
  margin-bottom: 7px;

  font-size: 15px;
  line-height: 1.5;

  color: var(--muted);
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .delivery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .delivery-card:last-child {
    grid-column: 1 / -1;
  }

  .delivery-card h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .delivery-grid {
    grid-template-columns: 1fr;
  }

  .delivery-card h3 {
    font-size: 15px !important;
  }

}


/* =========================================================
   FAQ
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-faq {
  max-width: 100%;

  margin: 0 auto;
}

.product-faq-item {
  padding: 24px 0;

  border-bottom: 1px solid #e5e5e5;
}

.product-faq-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.product-faq-item h3 {
  margin: 0 0 10px 0 !important;

  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.product-faq-item p {
  font-size: 17px;
  line-height: 1.55;
}

.product-faq-item p:last-child {
  margin-bottom: 0;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-faq-item h3 {
    font-size: 16px !important;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-faq-item {
    padding: 20px 0;
  }

  .product-faq-item h3 {
    font-size: 15px !important;
  }

  .product-faq-item p {
    font-size: 15px;
  }

}


/* =========================================================
   LIVE ERLEBEN / KONTAKT
   ========================================================= */


/* ---------------------------------------------------------
   Desktop
   --------------------------------------------------------- */

.product-contact {
  display: grid;

  grid-template-columns: 400px 1fr;

  gap: 50px;

  align-items: center;

  max-width: 1250px;

  margin: 0 auto;
}

.product-contact-image {
  text-align: center;
}

.product-contact-image img {
  display: block;

  width: 500px;
  max-width: 100%;
  height: auto;

  margin: 0 auto;
}

.product-contact-text p {
  margin: 0 0 14px 0;

  font-size: 17px;
  line-height: 1.55;

  color: var(--muted);
}

.product-contact-text .button {
  margin-top: 6px;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

  .product-contact {
    grid-template-columns: 220px 1fr;

    gap: 35px;
  }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .product-contact {
    display: block;

    text-align: center;
  }

  .product-contact-image {
    margin-bottom: 22px;
  }

  .product-contact-image img {
    width: 150px;
  }

  .product-contact-text p {
    font-size: 15px;
  }

}