/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,300;1,400;1,500;1,600;1,700&family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet'); */
@import url('fonts/css/fontDL.css');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;

  /* --indutec-blue:#182949; */
  /* --indutec-blue:  #002472; */
  /* --indutec-blue: #174069; */
  --indutec-blue: #07335f;
  /* --indutec-blue: #243061; */
  --modern-blue: #4154f1;
  --hell-blue: #f0f3fa;
  --blau2: #6589cd;
  --footer-grau: #6c727d;
  --background-weiss: #fcfcfc;
  /*1.FC Köln Easteregg */
  background-color: var(--background-weiss)
}


body {
  /* font-family: "Montserrat", sans-serif; */
  /* font-family: "Noto Sans", sans-serif; */
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em;
  /* font-weight: 400; */
  line-height: 1.6;


}

.bg-indu {
  background-color: var(--indutec-blue);

}

body a:hover {

  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  /* font-style: normal; */
  color: var(--indutec-blue);


  background-image: linear-gradient(to right, var(--indutec-blue), var(--modern-blue), var(--indutec-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

h1 {
  font-size: clamp(2.25rem, 6vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
  word-break: break-word;
  hyphens: auto;
}

h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.2;
  font-weight: 650;
  word-break: break-word;
  hyphens: auto;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
  font-weight: 600;
  word-break: break-word;
  hyphens: auto;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.3;
  font-weight: 500;
  word-break: break-word;
  hyphens: auto;
}

h5 {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
  word-break: break-word;
  hyphens: auto;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  word-break: break-word;
  hyphens: auto;
}

@media (min-width: 992px) {
  .section-content-pull-top-2 {
    position: relative;
    top: -3rem;
    margin-top: -2rem;
    z-index: 1;
  }
}

.unterfirmen {
  font-size: small;

}


a {

  text-decoration: none;
}

.warum i {

  color: var(--indutec-blue);

}

section {
  padding: 60px 0;
  overflow: hidden;
}


.section-header {
  text-align: center;
  padding-bottom: 60px;
  /* font-weight: 700; */

}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;

  background: var(--background-weiss);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(24, 41, 73, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 60px;
  /* max-height: 50px; */
  margin-right: 6px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--indutec-blue);
  /* Einheitliche Textfarbe */
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--modern-blue);
  /* Einheitliche Hover-Farbe */
  text-decoration: none;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--background-weiss);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;

}

.navbar .dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  text-decoration: underline;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--modern-blue);

}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;

}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.navbar .megamenu ul li {
  /* flex: 1; */
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: var(--indutec-blue);

}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: var(--modern-blue);

}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: var(--indutec-blue);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--background-weiss);
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(24, 41, 73, 0.8);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--indutec-blue);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--modern-blue);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  /* background: #fff; */
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--modern-blue);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.color-indu {
  color: var(--indutec-blue);
}

.overlay-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(34, 46, 75, 0.9), rgba(10, 10, 163, 0.2));
  z-index: -1;
}


.hero-text {

  color: #fcfcfc;
  background-image: none;
  
  /* 2. Den "Text ausfüllen" Mechanismus zurücksetzen */
  -webkit-background-clip: initial; /* 'initial' setzt es auf den Standardwert zurück */
  background-clip: initial;

  /* 3. Die eigentliche Textfarbe wieder aktivieren */
  -webkit-text-fill-color: initial;
 
}


.hero-section {
  /* color: var(--indutec-blue); */
  font-family: "Montserrat", sans-serif;
  color: var(--background-weiss);
  height: 75vh;
  width: 100%;
}


.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-hellblue {

  background-color: var(--hell-blue);
}


/* 
----Header Unterseiten---
 */

.breadcrumbs .page-header {
  padding: 100px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(24, 41, 73, 0.7);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;

}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: var(--hell-blue);
  /*#f3f6fc;*/
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--indutec-blue);
}

.breadcrumbs nav ol a {
  color: var(--indutec-blue);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--indutec-blue);
  content: "/";
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .features-item img {
  /* padding: 6px; */
  /* box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1); */
}

.about .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .about .features-item+.features-item {
    margin-top: 40px;
  }
}

.about .features-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.about .features-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.about .features-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}


.about .content {
  padding: 40px;
}

.about .brand-name {
  /* font-size: 14px; */
  font-weight: 700;
  color: var(--modern-blue);
  text-transform: uppercase;
  margin: 0 0 0px 0;
  /* Optional: Margin hinzufügen für Abstand */
}


.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--indutec-blue);
}

.about p {
  margin: 15px 0 30px 0;
  /* line-height: 24px; */
}

.about .btn-read-more {
  line-height: 1.2;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--background-weiss);
  background: var(--indutec-blue);
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  /* text-decoration: none; */
}

.about .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  /* letter-spacing: 1px; */
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/* Clients Section - Home Page
------------------------------*/
.clients {
  padding: 10px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 40px;
  max-width: 80%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}



/*--------------------------------------------------------------
# Home Dienstleistungen Kategorien
--------------------------------------------------------------*/


.mini-header {
  /* font-size: 14px; */
  font-weight: 700;
  color: var(--modern-blue);

  margin: 0 0 0px 0;
  /* Optional: Margin hinzufügen für Abstand */
}


.services-cat .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  /* background: #fff; */
  position: relative;
  border-radius: 5px;
  height: 100%;
  /* margin: 1.2rem; */
  /* width: 75%; */

  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
}

.services-cat .card .card-img {
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 5px 5px 0px 0px;
  height: 400px;
  /* max-height: 400px;  */
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-cat .card .card-img img {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-cat .card h3 {
  /* font-weight: 700; */
  font-size: 22px;
  margin-bottom: 10px;
  padding: 10px 30px;
  /* text-transform: uppercase; */
  flex-grow: 1;
}

.services-cat .card a {
  color: var(--indutec-blue);
  transition: 0.3;
  text-decoration: none;
}

.services-cat .card a:hover {
  color: var(--modern-blue);
  /* text-decoration: underline; */
}

.services-cat .card p {
  padding: 0 30px;
  margin-bottom: 15px;
  /* color: var(--color-secondary); */
  font-size: 15px;
  /* font-weight: 500; */
  margin-top: auto;
}

.services-cat .card:hover .card-img img {
  transform: scale(1.1);
}




/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  padding: 10px 0;
  /* Mehr Padding oben und unten für den visuellen Effekt */
  color: var(--indutec-blue);
  position: relative;
  /* Für das Overlay und Hintergrundbild */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Optional: Parallax-Effekt für das Hintergrundbild beim Scrollen */
  font-family: "Montserrat", sans-serif;



}

.stats-counter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Dunkleres, transparentes Overlay */
  z-index: 1;
  /* Sorgt dafür, dass das Overlay über dem Hintergrundbild liegt */
}

.stats-counter .container {
  position: relative;
  /* Stellt sicher, dass der Container über dem Overlay liegt */
  z-index: 2;
  /* Höher als das Overlay */
}

.stats-counter .stats-item {
  padding: 20px 0;
  /* Padding für die einzelnen Zähler-Items */
  /* Die Hintergrundfarbe und der Schatten werden entfernt, da das Bild den Hintergrund bildet */
  background: none;
  box-shadow: none;
  height: auto;
  /* Keine feste Höhe, Inhalt soll sich natürlich anordnen */
  display: block;
  /* Elemente sollen untereinander liegen (Icon, Zahl, Text) */
  /* margin-bottom: 20px; Abstand zwischen den Items auf kleineren Bildschirmen */
}

.stats-counter .stats-item i {
  font-size: clamp(2rem, 2vw, 2.5rem);
  /* color: #fff; Weiße Icons */
  margin-bottom: 0px;
  /* Abstand zwischen Icon und Zahl */
  display: block;
  /* Sorgt dafür, dass das Icon eine eigene Zeile einnimmt */


  background-image: linear-gradient(0.5turn, var(--indutec-blue), var(--modern-blue));
  /* Stellt sicher, dass der Hintergrund auf den Text zugeschnitten wird */
  -webkit-background-clip: text;
  /* Für WebKit-Browser (Chrome, Safari, Edge) */
  background-clip: text;
  /* Standard */
  /* Macht den Text transparent, sodass der Hintergrund sichtbar wird */
  -webkit-text-fill-color: transparent;
  /* Für WebKit-Browser */
  color: transparent;
  /* Fallback für andere Browser */
}

.stats-counter .stats-item span {
  font-size: clamp(2rem, 2vw, 2.5rem);

  display: inline-block;
  font-weight: 700;
  /* color: #fff; Weiße Zahl */
  line-height: 1;
  /* Kompaktere Zeilenhöhe */
  margin-bottom: 5px;
  /* Abstand zwischen Zahl und Beschreibung */


  background-image: linear-gradient(0.5turn, var(--indutec-blue), var(--modern-blue));
  /* Stellt sicher, dass der Hintergrund auf den Text zugeschnitten wird */
  -webkit-background-clip: text;
  /* Für WebKit-Browser (Chrome, Safari, Edge) */
  background-clip: text;
  /* Standard */
  /* Macht den Text transparent, sodass der Hintergrund sichtbar wird */
  -webkit-text-fill-color: transparent;
  /* Für WebKit-Browser */
  color: transparent;
  /* Fallback für andere Browser */
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;

  font-size: clamp(0.9rem, 1vw, 1rem);

  /* color: #fff; Weiße Beschreibung */
  text-transform: none;
  /* Kein Uppercase, um die Lesbarkeit zu verbessern */
  opacity: 0.8;
  /* Leichte Transparenz für die Beschreibung */


  background-image: linear-gradient(0.5turn, var(--indutec-blue), var(--modern-blue));
  /* Stellt sicher, dass der Hintergrund auf den Text zugeschnitten wird */
  -webkit-background-clip: text;
  /* Für WebKit-Browser (Chrome, Safari, Edge) */
  background-clip: text;
  /* Standard */
  /* Macht den Text transparent, sodass der Hintergrund sichtbar wird */
  -webkit-text-fill-color: transparent;
  /* Für WebKit-Browser */
  color: transparent;
  /* Fallback für andere Browser */
}


.stats-counter .stats-item .suffix-plus {
  font-size: clamp(2rem, 2vw, 2rem);
  /* Gleiche Größe wie die Zahl */
  /* font-weight: 700; */

  display: inline-block;
  /* Sorgt dafür, dass es neben der Zahl bleibt */
  margin-right: 2px;
  /* Kleiner Abstand zur Zahl */
}



/* Responsive Anpassungen für den Abstand zwischen den Spalten */
@media (min-width: 992px) {

  /* Für Desktop-Größen (lg und größer) */
  .stats-counter .stats-item {
    margin-bottom: 0;
    /* Kein Bodenabstand, wenn die Items in einer Reihe sind */
  }
}

@media (max-width: 768px) {

  /* Für kleinere Bildschirme (md und kleiner) */
  .stats-counter {
    line-height: 1;
    /* Kompaktere Zeilenhöhe */

  }


  .stats-counter .stats-item {
    /* margin-bottom: 40px; Mehr Abstand zwischen den Items, wenn sie untereinander stehen */
  }


  .stats-counter .stats-item i {
    font-size: 0.7rem;
    /* color: #fff; Weiße Icons */

  }

  .stats-counter .stats-item span {
    font-size: 0.7rem;

  }

  .stats-counter .stats-item p {
    font-size: 0.7rem;
  }

  .stats-counter .stats-item .suffix-plus {
    font-size: 0.7rem;
    /* Gleiche Größe wie die Zahl */

  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  /* color: #012970; */
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

/* .features .feature-icons {
  margin-top: 120px;
} */

.features .feature-icons h3 {
  color: var(--indutec-blue);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
  margin-bottom: 20px;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: var(--indutec-blue)
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: var(--indutec-blue);
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}




.Branche {
  padding: 10px 0px 10px 0px;
  text-align: center;
  margin: 50px 0px 0px 0px;

}

.Branche .icon i {
  width: 100%;
  max-height: 50px;
  color: var(--indutec-blue);
  fill: var(--indutec-blue);
  overflow: hidden;
}


.service-card-wrapper {
  margin-bottom: 3.5rem;
}

.service-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: 1px solid #e9ecef;
  /* background-color: #fff;  */
  border-radius: 0.75rem;
  overflow: hidden;
  /* Wichtig, damit abgerundete Ecken des Bildes greifen */
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, .17) !important;
}

.service-card-img-side {
  width: 100%;
  height: 100%;
  /* Fill height of its column */
  min-height: 300px;
  /* Minimum height for the image container */
  object-fit: cover;
  /* border-radius handled by parent col for precise cornering if needed, or apply directly */
}

.service-card .img-col {
  padding: 0;
  /* Remove padding for image col to make image flush */
  display: flex;
  /* Ensures image can fill height */
}

.service-card .img-col.img-left .service-card-img-side {
  border-radius: 0.75rem 0 0 0.75rem;
}

.service-card .img-col.img-right .service-card-img-side {
  border-radius: 0 0.75rem 0.75rem 0;
}

.service-card .card-body-content {
  padding: 2rem 2.5rem;
}

.service-card .card-title {
  /* color: var(--color-primary, #4154f1);  */
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.service-card .card-text {
  font-size: 0.95rem;
  line-height: 1.65;
  /* color: #444; */
  margin-bottom: 1.5rem;
}

.service-card h4.sub-heading {
  /* For subheadings like "Reinigung von:" */
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-secondary, #555);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.service-card .service-features li {
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
  display: flex;
  align-items: flex-start;
  /* color: #555; */
}

.service-card .service-features .bi-check {
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 4px;
  /* color: var(--color-primary); */
  font-weight: bold;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  /* background-color: var(--footer-grau); */
  background-color: var(--indutec-blue);
  padding-top: 50px;
  color: white;

}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;

}

.footer .footer-info p {
  font-size: 14px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  /* color: rgba(255, 255, 255, 0.7); */
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  /* color: rgba(255, 255, 255, 0.6); */
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #acabab;
}

.footer .footer-contact p {
  line-height: 26px;
}

/* .footer .copyright {
  text-align: center;
} */

.footer a {
  color: var(--background-weiss);
  text-decoration: none;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.font-montserrat {

  font-family: "Montserrat", sans-serif;
}


/* ESG */

.ESG .badge {
  line-height: 14px;
}

.ESG .badge-info-blue {
  background: #188ef4;
}

.ESG .badge-info-red {
  background: #cb1a44;
}

.ESG .badge-info-green {
  background: #16cb16;
}

.ESG .subtitle {
  color: #000000;
  line-height: 24px;
}

.ESG .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.ESG .img-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.ESG .wrap-esg .img-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.ESG .wrap-esg .img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ESG .wrap-esg .uneven-box {
  margin-top: 100px;
}


.ESG .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.ESG li {
  /* list-style: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; */

  /* font-size: 0.9rem; */
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
  /* color: #555; */



}

.ESG .bi-check {
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
  /* color: var(--color-primary); */
  font-weight: bold;
}

@media (max-width: 767px) {
  .ESG .wrap-esg .uneven-box {
    margin-top: 0px;
  }
}



.ESG .features-item img {
  /* padding: 6px; */
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.ESG .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .about .features-item+.features-item {
    margin-top: 40px;
  }
}

.ESG.features-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.ESG .features-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.ESG .features-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}


/* Dienstleistungen Unterseiten */

/* .dl {

  font-weight: 100;
  font-style: normal;
} */


/* 
#Dienstleistungen h1{

  color: var(--indutec-blue);
} */



.img-r {
  border-radius: 5px 30px 30px 5px;

}

.img-l {
  border-radius: 30px 5px 5px 30px;

}


.featurette ul {
  list-style: none;
  padding: 0;
  text-indent: -13px;
  /* key property */
  margin-left: 13px;
  /* key property */
}

.featurette ul li {
  padding-bottom: 10px;
}

.featurette ul li:last-child {
  padding-bottom: 0;
}

.featurette ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--indutec-blue);
}

.featurette p:last-child {
  margin-bottom: 0;
}

.featurette-divider {
  margin: 4rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  /* letter-spacing: -.05rem; */
  color: var(--indutec-blue);
}


/* swiper */

.Referenzen {
  padding: 40px 0;
}

.Referenzen .swiper {
  padding: 10px 0;
}

.Referenzen .swiper-container {
  /* width: auto; */
  height: 100%;
}

.Referenzen .swiper-slide img {
  transition: 0.3s;
}

.Referenzen .swiper-slide img:hover {
  transform: scale(1.1);
}

.Referenzen .swiper-pagination {
  margin-top: 20px;
  position: relative;
}



.timeline {
  position: relative;
  padding: 20px 0;
  list-style: none;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--indutec-blue);
  /* Bootstrap Primary Color */
  left: 20px;
  margin-left: -2px;
}

.timeline-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  border: 4px solid var(--indutec-blue);
  top: 5px;
  margin-left: -8px;
  z-index: 1;
}

.timeline-content {
  background-color: #f8f9fa;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-content h4 {
  margin-top: 0;
  color: var(--indutec-blue)
}

@media (max-width: 767px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    padding-left: 45px;
  }

  .timeline-item::before {
    left: 20px;
  }
}

/* Branchen */

.customer-logos-section {
  border-top: 1px solid #e9ecef;
  padding: 1.5rem 2.5rem;
  background-color: var(--hell-blue);
  border-radius: 0 0 0.75rem 0.75rem;
}

.customer-logos-section h5 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--indutec-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-align: center;
}

.customer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.customer-logos img {
  max-height: 45px;

  transition: filter 0.3s ease, transform 0.3s ease;
  margin: 0.75rem;

}

.customer-logos img:hover {

  transform: scale(1.15);

}


@media (max-width: 991.98px) {
  .service-card-img-side {
    border-radius: 0.75rem 0.75rem 0 0 !important;
  }

  .service-card .card-content-wrapper.img-left .service-card-img-side,
  .service-card .card-content-wrapper.img-right .service-card-img-side {
    border-radius: 0.75rem 0.75rem 0 0 !important;
  }

  .customer-logos-section {
    border-radius: 0 0 0.75rem 0.75rem !important;
  }
}


.breakpoint-break {
  display: none;
}

@media (min-width: 480px) {
  .breakpoint-break {
    display: block;
    width: 100%;
    height: 0;
  }
}



   .location-card {
      background-color: #fff;
      border-radius: 0.75rem;
      box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.08);
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      overflow: hidden; 
      display: flex; 
      flex-direction: column; 
      height: 100%; 
    }
    .location-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.12);
    }
    .location-card .card-body {
      padding: 1.75rem;
      flex-grow: 1; 
      display: flex;
      flex-direction: column;
    }
    .location-card .card-title {
      font-size: 1.5rem;
      font-weight: 600;
      /* color: var(--color-primary, #4154f1); */
      margin-bottom: 1rem; 
    }
    .location-card .address .address-line {
      display: flex; 
      align-items: flex-start; 
      margin-bottom: 0.35rem; 
      font-size: 0.95rem;
      color: #555;
      line-height: 1.6;
    }
    .location-card .address .address-line i {
      margin-right: 10px; 
      margin-top: 4px; 
      flex-shrink: 0; 
      color: var(--color-secondary); 
    }
    .location-card .address .address-text {
        display: block; 
    }
    /* .location-card .company-name { Optional, falls benötigt
        font-weight: 500;
        color: #333;
        margin-bottom: 0.5rem;
    } */
    .location-card .contact-info {
      margin-top: auto; 
      padding-top: 1rem; 
      border-top: 1px solid #f0f0f0; 
      font-size: 0.9rem;
      color: #6c757d;
    }
    .location-card .contact-info p {
        margin-bottom: 0.25rem;
    }
    .location-card .contact-info a {
      color: var(--color-primary);
      text-decoration: none;
      font-weight: 500;
    }
    .location-card .contact-info a:hover {
      text-decoration: underline;
    }
    .location-card .map-container {
      width: 100%;
      height: 220px; 
    }
    .location-card .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }
    .section-bg-light {
        background-color: #f8f9fa; 
    }
    #einsatzorte .list-unstyled li {
        padding: 0.15rem 0;
    }