/* =========================================================
   INDEX HERO
   ========================================================= */

.index-hero-section {
  padding: 0 !important;
  margin-top: 0;
   background: linear-gradient(
    135deg,
    #f7f7f7 0%,
    #ffffff 55%,
    #f2f3f4 100%
  );
}

.index-hero-section .shell {
  padding-top: 70px;
  padding-bottom: 70px;
}

.index-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}


/* Textbereich */

.index-hero-text {
  flex: 0 0 42%;
  max-width: 42%;
}

.index-hero-kicker {
  margin-bottom: 14px;

  font-size: 14px;
  line-height: 1;
  font-weight: 700;

  letter-spacing: 0.06em;
  color: #f28b00;
}

.index-hero-text h1 {
  margin: 0 0 18px 0;

  font-size: 54px !important;
  line-height: 1.05;
  font-weight: 700;

  color: #202b36;
}

.index-hero-text h1 span {
  color: #f28b00;
}

.index-hero-subline {
  margin: 0;

  max-width: 650px;

  font-size: 20px;
  line-height: 1.45;

  color: #68727b;
}

.index-hero-subline strong {
  font-weight: 700;
  color: #68727b;
}


/* Button */

.index-hero-button {
  margin-top: 26px;
}

.index-hero-cta {
  padding: 12px 22px;

  background: #f28b00 !important;
  border: 1px solid #f28b00 !important;

  color: #ffffff !important;
  font-weight: 700;
}

.index-hero-cta:hover {
  background: #dd7d00 !important;
  border-color: #dd7d00 !important;
  color: #ffffff !important;
}


/* Maschine */

.index-hero-machine {
  flex: 0 0 45%;
  max-width: 45%;
  justify-content: flex-start;
}

.index-hero-machine img {
  display: block;

  width: 100%;
  max-width: 650px;
  height: auto;

  object-fit: contain;
  margin: 0 auto;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

  .index-hero-section .shell {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .index-hero-content {
    gap: 30px;
  }

  .index-hero-text {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .index-hero-machine {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .index-hero-text h1 {
    font-size: 42px !important;
  }

  .index-hero-subline {
    font-size: 18px;
  }

  .index-hero-machine img {
    width: 100%;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .index-hero-section {
/*    background: #ffffff;	*/
  }

  .index-hero-section .shell {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .index-hero-content {
    display: block;
    text-align: center;
  }

  .index-hero-text {
    width: 100%;
    max-width: 100%;
  }

  .index-hero-kicker {
    display: none;
  }

  .index-hero-text h1 {
    font-size: 30px !important;
    line-height: 1.08;
    margin-bottom: 12px;
  }

  .index-hero-subline {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4;
  }

  .index-hero-button {
    display: none;
  }

  .index-hero-machine {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }

  .index-hero-machine img {
    width: 320px;
    max-width: 88%;
    margin: 0 auto;
  }

}

/* =========================================================
   INDEX - SECTION TITEL
   ========================================================= */

h2.index-section-title {
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}

/* =========================================================
   INDEX - MATERIAL
   ========================================================= */

.index-material-section {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}

.index-material-card {
  height: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.index-material-card:hover {
  border-color: #f6b26b;
  box-shadow: 0 7px 18px rgba(0,0,0,0.14);
  transform: translateY(-3px);
}

.index-card-row > [class*="cell-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 18px;
}

.index-card-row > [class*="cell-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.index-material-section h2.index-section-title {
  margin-bottom: 6px;
}

.index-material-section .divider {
  margin-bottom: 18px;
}

.index-material-section .index-card-row {
  margin-top: 30px;
}

.index-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* Bildbereich */

.index-material-card .service-image {
  margin-bottom: 10px;
}

.index-material-card .service-image figure {
  margin: 0;
}

.index-material-card .service-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}


/* Titel */

.index-material-card h4 {
  margin: 0 8px 5px 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}


/* Subline */

.index-material-card p {
  margin: 0 8px 2px 8px;
  min-height: 38px;
  font-size: 14px;
  line-height: 1.3;
  color: #6f777d;
}


/* Pfeil */

.index-material-arrow {
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
  color: #f28b00;
  font-weight: 400;
}

.index-material-button {
  text-align: center;
  margin-top: 16px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .index-material-card .service-image img {
    width: 150px;
    height: 150px;
  }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

  .index-material-card {
    margin-bottom: 10px;
  }

  .index-material-card h4 {
    font-size: 18px;
  }

  .index-material-card p {
    font-size: 14px;
    min-height: 34px;
  }

  h2.index-section-title {
    font-size: 24px !important;
  }

 .index-material-section .index-card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .index-material-section .index-card-row > [class*="cell-"] {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;

    margin-top: 0 !important;
    margin-bottom: 12px !important;

    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;

    display: flex;
  }

  .index-material-section .index-card-link {
    display: flex;
    width: 100%;
    height: auto;
  }

  .index-material-section .index-material-card {
    width: 100%;
    height: auto;
  }

}


/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 480px) {

  .index-material-card .service-image img {
    width: 75%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

}


/* =========================================================
   INDEX - ANWENDUNGEN
   ========================================================= */

.index-application-cell {
  margin-bottom: 18px;
}

.index-application-section {
  padding-top: 5px !important;
  padding-bottom: 20px !important;
}

.index-application-section h2.index-section-title {
  margin-bottom: 6px;
}

.index-application-section .divider {
  margin-bottom: 18px;
}

.index-application-section .range {
  margin-top: 30px;
}

/* 5 Kacheln pro Reihe auf Desktop */

@media (min-width: 992px) {

  .range > .index-application-cell {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;

    width: 20% !important;
    max-width: 20% !important;

    padding-left: 8px;
    padding-right: 8px;
  }

}


/* Kachel */

.index-application-tile {
  display: block;
  width: 100%;

  padding: 10px 10px 12px 10px;

  background: #ffffff;
  border: 1px solid #eeeeee;

  box-shadow: 0 2px 8px rgba(0,0,0,0.06);

  box-sizing: border-box;

  transition: all 0.2s ease;
}


.index-application-tile:hover {
  border-color: #f6b26b;

  box-shadow: 0 5px 14px rgba(0,0,0,0.10);

  transform: translateY(-2px);
}


/* Titel */

.index-application-tile h4 {
  margin: 0 0 8px 0;

  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}


/* Bild */

.index-application-image img {
  width: 190px;
  height: 150px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.index-application-image figure {
  margin: 0;
}


.index-application-image img {
  width: 190px;
  height: 150px;

  object-fit: cover;

  display: block;
  margin: 0 auto;
}


/* Tablet */

@media (max-width: 991px) {

  .index-application-cell {
    margin-bottom: 18px;
  }

}


/* Mobil */

@media (max-width: 767px) {

  .index-application-section .range {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .index-application-section .index-application-cell {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;

    margin-top: 0 !important;
    margin-bottom: 12px !important;

    padding-left: 6px !important;
    padding-right: 6px !important;

    box-sizing: border-box;
  }

  .index-application-section .index-card-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  .index-application-section .index-application-tile {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

}

/* =========================================================
   INDEX - BUTTON UNTER ANWENDUNGEN
   ========================================================= */

.index-application-button {
  text-align: center;
  margin-top: 15px;
}

.index-solution-button {
  background: #ffffff !important;
  border: 1px solid #f28b00 !important;
  color: #333333 !important;
  padding: 8px 22px;
}

.index-solution-button span {
  color: #f28b00;
  font-size: 18px;
  margin-left: 12px;
}

.index-solution-button:hover {
  background: #f28b00 !important;
  color: #ffffff !important;
}

.index-solution-button:hover span {
  color: #ffffff;
}


/* =========================================================
   INDEX - WARUM CNC-MULTITOOL
   ========================================================= */

.index-why-section {
  padding-top: 18px !important;
  padding-bottom: 25px !important;
}

.index-why-wrap {
  width: 100%;
  background: #2b3944;
  padding: 20px 20px 40px 20px;
}

.index-why-wrap h2.index-section-title {
  color: #ffffff;
  margin-bottom: 24px;
}

.index-why-row {
  display: flex;
  align-items: stretch;
}

.index-why-item {
  width: 16.6667%;
  padding: 0 18px;
  text-align: center;
}

.index-why-item:last-child {
  border-right: none;
}


/* Icons */

.index-why-icon {
  height: 78px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-why-icon img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/* Titel */

.index-why-item h4 {
  margin: 0 0 6px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}


/* Subline */

.index-why-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #c8d0d5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .index-why-row {
    flex-wrap: wrap;
  }

  .index-why-item {
    width: 33.3333%;
    margin-bottom: 25px;
  }

  .index-why-item:nth-child(3),
  .index-why-item:nth-child(6) {
    border-right: none;
  }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

  .index-why-item {
    width: 50%;
    padding: 0 12px;
  }

  .index-why-item:nth-child(3) {
    border-right: 1px solid #dddddd;
  }

  .index-why-item:nth-child(even) {
    border-right: none;
  }

  .index-why-icon img {
    width: 40px;
    height: 40px;
  }

  .index-why-section .shell {
    padding-bottom: 4px !important;
  }

}


/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 480px) {

  .index-why-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }

  .index-why-item h4 {
    font-size: 14px;
  }

  .index-why-item p {
    font-size: 12px;
  }

  .index-why-section .shell {
    padding-bottom: 4px !important;
  }
}



/* =========================================================
   INDEX - MASCHINEN
   ========================================================= */

.index-machine-section {
  padding-top: 28px !important;
  padding-bottom: 25px !important;
}

.index-machine-section h2.index-section-title {
  margin-bottom: 6px;
}

.index-machine-section .divider {
  margin-bottom: 18px;
}

.index-machine-row {
  margin-top: 40px;
}

.index-machine-cell {
  margin-bottom: 18px;
  display: flex;
}

.index-machine-cell .index-card-link {
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.index-machine-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 330px;
  padding: 10px 10px 12px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.index-machine-arrow {
  margin-top: auto;
  padding-top: 8px;
  font-size: 22px;
  line-height: 1;
  color: #f28b00;
}


@media (min-width: 992px) {

  .range > .index-machine-cell {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
    padding-left: 8px;
    padding-right: 8px;
  }

}

.index-machine-card {
  padding: 10px 10px 12px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.index-machine-card:hover {
  border-color: #f6b26b;
  box-shadow: 0 5px 14px rgba(0,0,0,0.10);
  transform: translateY(-2px);
}

.index-machine-image {
  margin-bottom: 10px;
}

.index-machine-image figure {
  margin: 0;
}

.index-machine-image img {
  display: block;
  width: 200px;
  height: 160px !important;
  object-fit: contain;
  margin: 0 auto;
}

.index-machine-card h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.index-machine-card p {
  margin: 0;
  min-height: 38px;
  font-size: 15px;
  line-height: 1.35;
  color: #6f777d;
}

.index-machine-arrow {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1;
  color: #f28b00;
}


/* Mobil */

@media (max-width: 767px) {

  .index-machine-section .index-machine-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .index-machine-section .index-machine-cell {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;

    margin-top: 0 !important;
    margin-bottom: 12px !important;

    padding-left: 6px !important;
    padding-right: 6px !important;

    box-sizing: border-box;
  }

  .index-machine-section .index-card-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  .index-machine-section .index-machine-card {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

}


/* =========================================================
   FOOTER CTA
   ========================================================= */

.footer-cta {
  position: relative;
  padding: 28px 0;
  background: #29353F; 
/* background:
    linear-gradient(
      rgba(18, 31, 42, 0.90),
      rgba(18, 31, 42, 0.90)
    ),
     url("../images/footer/footer-background.jpg") center center / cover no-repeat; */
  color: #ffffff;
}


.footer-cta-content {
  display: flex;
  align-items: center;
}


/* LINKER BEREICH */

.footer-cta-intro {
  width: 38%;
  padding-right: 45px;
}


.footer-cta-intro h2 {
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}


.footer-cta-intro p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.55;
  color: #ffffff;
}


.footer-cta-button {
  background: #f28b00 !important;
  border: 1px solid #f28b00 !important;
  color: #ffffff !important;
  padding: 10px 18px;
}


.footer-cta-button span {
  margin-left: 10px;
  font-size: 18px;
}


.footer-cta-button:hover {
  background: #ffffff !important;
  color: #333333 !important;
}


/* SERVICEBEREICH */

.footer-cta-services {
  width: 62%;
  display: flex;
}


.footer-cta-service {
  width: 25%;
  padding: 0 15px;
  text-align: center;
}


.footer-cta-icon {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}


.footer-cta-icon img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}


.footer-cta-service h4 {
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}


.footer-cta-service p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #ffffff;
}



/* =========================================================
   HAUPTFOOTER
   ========================================================= */

.footer-new {
  background: #14212b;
  color: #ffffff;
}


.footer-main {
  display: flex;
  padding: 28px 0 26px 0;
}


.footer-column {
  padding: 0 30px;
  box-sizing: border-box;
  border-right: 1px solid rgba(255,255,255,0.18);
}


.footer-column:first-child {
  padding-left: 0;
}


.footer-column:last-child {
  padding-right: 0;
  border-right: none;
}


.footer-about {
  width: 28%;
}


.footer-contact {
  width: 25%;
}


.footer-service {
  width: 25%;
}


.footer-social {
  width: 22%;
}


.footer-column h4 {
  margin: 0 0 12px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}


.footer-column p,
.footer-column li,
.footer-column a {
  font-size: 13px;
  line-height: 1.55;
}


.footer-column p {
  color: #e3e7ea;
}


.footer-column a {
  color: #ffffff;
  text-decoration: none;
}


.footer-column a:hover {
  color: #f28b00;
}


/* ÜBER UNS */

.footer-more-link {
  display: inline-block;
  margin-top: 5px;
  font-weight: 700;
}


.footer-more-link span {
  margin-left: 8px;
  color: #f28b00;
}


/* KONTAKT */

.footer-contact p {
  margin: 0 0 10px 0;
}


.footer-contact-line span {
  display: inline-block;
  width: 25px;
  color: #f28b00;
}


/* SERVICE */

.footer-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.footer-service li {
  margin: 0 0 3px 0;
}


/* SOCIAL */

.footer-social-icons {
  display: flex;
  gap: 9px;
  margin: 3px 0 16px 0;
}


.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  background: #ffffff;
  border-radius: 3px;

  font-size: 17px;
  color: #14212b;
}


.footer-social-icons a:hover {
  background: #f28b00;
  color: #ffffff;
}


.footer-web {
  margin-bottom: 8px !important;
}


.footer-legal {
  margin: 0 !important;
}


.footer-legal span {
  margin: 0 6px;
  color: #89939b;
}



/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 10px 0;
}


.footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: #aeb7bd;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .footer-cta-content {
    display: block;
  }

  .footer-cta-intro {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-cta-services {
    width: 100%;
  }


  .footer-main {
    flex-wrap: wrap;
  }


  .footer-column {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 30px;
  }


  .footer-column:nth-child(2) {
    border-right: none;
  }


  .footer-column:nth-child(3) {
    padding-left: 0;
  }

}



/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

  .footer-cta {
    padding: 28px 0;
  }


  .footer-cta-services {
    flex-wrap: wrap;
  }


  .footer-cta-service {
    width: 50%;
    margin-bottom: 24px;
  }


  .footer-main {
    display: block;
  }


  .footer-column {
    width: 100%;
    padding: 0 0 22px 0;
    margin-bottom: 22px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }


  .footer-column:last-child {
    border-bottom: none;
  }

}
