/* HERO MACHINE HEADER */

.hero-section {
  min-height: 550px;
  padding: 0;
  display: flex;
  align-items: center;
}

.hero-section .shell {
  width: 100%;
}

.hero-row {
  min-height: 620px;
  align-items: center;
}

.hero-content {
  margin-left: 15px;
  transform: translateY(-45px);
}

.hero-name {
  display: block;
  font-size: clamp(42px, 10vw, 76px);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
}

.hero-product-title {
  display: block;
  margin-top: clamp(8px, 1vw, 10px);
  font-size: clamp(26px, 8vw, 50px);
  line-height: 1.08;
  font-weight: 700;
  max-width: 700px;
}

.hero-subtitle {
  font-size: clamp(18px, 5vw, 28px);
  line-height: 1.2;
  max-width: 620px;
  margin-top: clamp(18px, 4vw, 30px);
}

.hero-image {
  opacity: 0.92;
}

.hero-image img {
  width: 100%;
  max-height: 550px;
  object-fit: contain;
  object-position: center;
}

/* GLOBAL SECTIONS */

.text-section,
.faq-section,
.comparison-section,
.specification-section,
.intro-section,
.list-section,
.image-text-section,
.table-section,
.gallery-section,
.topic-section,
.software-section,
.list-image-section {
  padding: 60px 0;
}

.divider {
  margin: 20px auto;
}

/* COMPARISON */

.comparison-headline,
.faq-title,
.table-title,
.gallery-title,
.topic-title {
  text-align: center;
}

.comparison-table-wrap,
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table,
.table-content {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table {
  min-width: 720px;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 20px;
  border-top: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}

.comparison-table th:first-child,
.comparison-table td:first-child,
.table-content th:first-child,
.table-content td:first-child {
  text-align: left;
  font-weight: 600;
}

.comparison-table th {
  font-size: 20px;
  font-weight: 800;
  color: #222832;
}

.comparison-table td {
  font-size: 18px;
  line-height: 1.4;
}

/* Knowledge & Intro */

.knowledge-title {
    text-align: center;
}

.intro-headline {
    text-align: center;
}

/* KNOWLEDGE LISTS */

.knowledge-section .shell {
  text-align: center;
}

.knowledge-section .marked-list {
  column-count: 2;
  column-gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.knowledge-section .marked-list li {
  break-inside: avoid;
  margin-bottom: 12px;
}

/* FAQ */

.knowledge-faq-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 50px;
  padding: 34px 0;
  border-bottom: 1px solid #e5e5e5;
}

.faq-divider,
.table-divider,
.gallery-divider {
  margin-bottom: 50px;
}

.faq-item {
  padding: 32px 0;
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  color: #222832;
}

.faq-answer {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

/* HIGHLIGHT */

.highlight-section {
  padding: 90px 0;
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.highlight-headline {
  padding-top: 20px;
  margin-bottom: 24px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

.highlight-text {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

/* IMAGE TEXT */

.image-text-image {
  width: 100%;
  height: auto;
  display: block;
}

/* SPECIFICATION */

.specification-wrap {
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: auto;
}

.specification-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.specification-table th,
.specification-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
  text-align: left;
}

.specification-table th {
  font-size: 24px;
  font-weight: 500;
}

.specification-table td {
  font-size: 18px;
  line-height: 1.5;
  color: #555;
}

.specification-table th:first-child,
.specification-table td:first-child {
  width: 40%;
  font-weight: 600;
}

.specification-table th:not(:first-child),
.specification-table td:not(:first-child) {
  width: auto;
}

/* TABLE */

.table-content {
  min-width: 900px;
  table-layout: fixed;
}

.table-content th,
.table-content td {
  padding: 16px 20px;
  border-bottom: 1px solid #ececec;
  text-align: center;
  vertical-align: top;
}

.table-content th {
  font-size: 22px;
  font-weight: 600;
}

.table-content td {
  font-size: 18px;
  line-height: 1.5;
}

/* GALLERY */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.gallery-item {
  display: flex;
  flex-direction: column;
}

.gallery-figure {
  margin: 0 0 18px;
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.gallery-item-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #222832;
}

.gallery-item-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* LIST SECTION */

.list-section h3 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;
  color: #222832;
}

.list-section .marked-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* LIST IMAGE / SOFTWARE */

.list-image-section > .shell > p {
  margin: 0 auto 40px;
  max-width: 1100px;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  color: #555;
}

.list-image-section .marked-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 40px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

.list-image-section .marked-list li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.6;
  color: #222832;
}

.list-image-modules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.list-image-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px;
  border: 1px solid #e8e8e8;
  background: #fff;
  transition: 0.25s ease;
}

.list-image-item:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.list-image-item-image {
  width: 240px;
  height: 150px;
  margin: 0;
  overflow: hidden;
}

.list-image-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-image-item-content {
  text-align: left;
}

.list-image-item-title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  color: #222832;
}

.list-image-item-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}


/* CTA */

.knowledge-cta-image {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.knowledge-text-left {
  text-align: left;
}

.knowledge-text-left .button {
  margin-left: 0;
}

/* TABLET */

@media (max-width: 1199px) {
  .list-image-item {
    grid-template-columns: 200px 1fr;
  }

  .list-image-item-image {
    width: 200px;
    height: 130px;
  }

  .list-image-item-title {
    font-size: 28px;
  }

  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .hero-section,
  .hero-row {
    min-height: auto;
  }

  .hero-section {
    padding: 50px 0;
  }

  .hero-image img {
    max-height: 430px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .text-section,
  .faq-section,
  .comparison-section,
  .specification-section,
  .intro-section,
  .list-section,
  .image-text-section,
  .table-section,
  .gallery-section,
  .topic-section,
  .software-section,
  .list-image-section {
    padding: 30px 0;
  }

  .hero-section {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .hero-content {
    margin-left: 0;
    text-align: center;
  }

  .hero-row > [class*="cell-"] {
    margin-top: 0 !important;
  }

  .hero-image img {
    max-height: 320px;
  }

  .quickinfo-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .quickinfo-section .shell {
    padding-bottom: 0;
  }

  .quickinfo-row {
    margin-top: 0;
  }

  .quickinfo-item {
    margin-top: 18px !important;
  }

  .quickinfo-item:first-child {
    margin-top: 0 !important;
  }

  .quickinfo-item h5 {
    font-size: 17px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .quickinfo-item .hr {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .quickinfo-item p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .quickinfo-item .icon-sm {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .knowledge-section .marked-list {
    column-count: 1;
  }

  .faq-item {
    padding: 24px 0;
  }

  .faq-question {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 1.55;
  }

  .highlight-section {
    padding: 55px 0;
  }

  .highlight-headline {
    font-size: 30px;
  }

  .highlight-text {
    font-size: 18px;
    line-height: 1.45;
  }

  .specification-table th,
  .specification-table td {
    padding: 10px 12px;
    font-size: 15px;
  }

  .specification-table th {
    font-size: 17px;
  }

  .faq-divider,
  .table-divider,
  .gallery-divider {
    margin-bottom: 35px;
  }

  .table-content th {
    font-size: 17px;
  }

  .table-content td {
    font-size: 15px;
  }

  .gallery-grid,
  .list-image-modules,
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    gap: 22px;
  }

  .gallery-image {
    height: 220px;
  }

  .gallery-item-title {
    font-size: 22px;
  }

  .gallery-item-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .list-section h3 {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .list-section .marked-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .list-image-section > .shell > p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.6;
  }

  .list-image-section .marked-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 35px;
  }

  .list-image-modules {
    gap: 20px;
  }

  .list-image-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .list-image-item-image {
    width: 100%;
    height: 220px;
  }

  .list-image-item-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .list-image-item-text {
    font-size: 16px;
    line-height: 1.5;
  }
}


/* TOPIC SECTION */

.topic-section {
  padding: 60px 0;
}

.topic-title {
  text-align: center;
}

.topic-divider {
  margin-bottom: 45px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.topic-card {
  width: 100%;
}

.topic-card-inner {
  height: 100%;
  padding: 24px;
  border: 1px solid #e8e8e8;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.topic-card-title {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #222832;
  min-height: 2.4em; /* 2 Zeilen */
}

.topic-card-text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
  color: #555;
  height: 9.3em;
  overflow: hidden;
}

.topic-card-button {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1199px) {
  .topic-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .topic-section {
    padding: 35px 0;
  }

  .topic-grid {
    grid-template-columns: 1fr;
  }

  .topic-card-title {
    font-size: 24px;
  }

  .topic-card-text {
    font-size: 15px;
    line-height: 1.5;
  }
}
