/*
Description: Responsives Coding fuer Thomas Paul Zahntechnik
Author: Ralph Segert
Relaunch Redesign: Februar 2026
Ursprungsseite: Januar. 2014 
Author URI: https://segert.net
*/

/* - Globale Variablen: Deklarationen  */

:root {

 --step-1: 1rem;    /* 16px */
 --step-2: 1.25rem; /* 22px */
 --step-2b: 1.3rem; /* 24px */
 --step-3: 2rem;    /* 32px */
 --step-4: 3rem;    /* 48px */

 --regular: 'Lato', sans-serif;
 --light: 'Lato', sans-serif;
 --semibold: 'Lato', sans-serif;
 --bold: 'Lato', sans-serif;
  
  
  --ease-03: a 0.3s ease;  
  --bgcolor: #FCFCFC;
}


/* Resets */

* {
margin: 0;
padding: 0;
}

*, html {
    box-sizing: border-box;
}

*, *::before, *::after {
box-sizing: inherit; }


body {
  margin: 0;
  font-family: var(--light);
  font-weight: 300;
}


img { 
  border: 0; 
}


.cf::after {
  content: " ";
  display: block;
  clear: both; 
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



/* Linkauszeichnungen */

a:focus, button:focus {
    outline: 1px solid #fff;
}

a:focus, button:focus {
    outline: 0px solid #fff;
}

header button:focus {
  outline: none;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
  font-family: var(--bold);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all .4s;
}

h2 a:hover, h3 a:hover {
  font-family: var(--bold);
  font-weight: 700;
  color: #000;
}

/* ===== Content-Links (inkl. Listen) ===== */

.layout p a,
.layout p a:visited,
.layout li a,
.layout li a:visited,
.layoutsub p a,
.layoutsub p a:visited,
.layoutsub li a,
.layoutsub li a:visited {
  color: #C00302;                 /* Rot im Ruhezustand */
  font-family: var(--regular);
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.layout p a::after,
.layout li a::after,
.layoutsub p a::after,
.layoutsub li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #6D6D6D;            /* Linie wird grau */
  transition: width 0.3s ease;
}

.layout p a:hover,
.layout li a:hover,
.layoutsub p a:hover,
.layoutsub li a:hover {
  color: #6D6D6D;                 /* Grau bei Hover */
}

.layout p a:hover::after,
.layout li a:hover::after,
.layoutsub p a:hover::after,
.layoutsub li a:hover::after {
  width: 100%;
}


/* ===== Footer-Links ===== */

.footer-content a,
.footer-content a:visited {
  color: #000;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.footer-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #C00302;
  transition: width 0.3s ease;
}

.footer-content a:hover {
  color: #C00302;
}

.footer-content a:hover::after {
  width: 100%;
}

 /* Mobile Navigation: RESETS */
   
   .header .hc-nav-trigger span, 
   .header .hc-nav-trigger span::before, 
   .header .hc-nav-trigger span::after {
     display: block;
     position: absolute;
     left: 0;
     height: 4px;
     transition: all 0.3s ease;
     background: #7F8690;  /* Hamburger Start */ 
   }
   
     
   .header-white .hc-nav-trigger span, 
   .header-white .hc-nav-trigger span::before,
   .header-white .hc-nav-trigger span::after {
     display: block;
     position: absolute;
     left: 0;
     height: 3px;
     transition: all 0.3s ease;
     background: #aaa; /* Hamburger header-white */ 
   }
   
   .hc-offcanvas-nav .nav-item-wrapper {
     font-size: 1.3rem;
     letter-spacing: 1px;
     text-transform: uppercase;
     font-family: var(--light);
     font-weight: 300;
     color: #fff;
     background-color: #888; /* Offcanvas Sidebar Menü */
     border: 0;
     transition: 0.2s background ease; 
   }
   
   .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
     color: #000; 
   }
   
   .hc-offcanvas-nav .nav-wrapper-1 .nav-item-link {
     font-family: var(--light);
     font-weight: 300;
     font-size: 1.1rem;
     color: #fff;
     background-color: #0B6583; 
   }
   
   .hc-offcanvas-nav a.nav-next:before {
     width: 2px;
     height: 35px;
     left: -7px;
     top: 2px;
     background: transparent;
     border-radius: 2px; 
   }
   
   .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-wrapper::before, 
   .hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
     background: transparent; 
   }
   
   .hc-offcanvas-nav ul li ul {
     margin-bottom: 5%; 
   }
   
   .hc-offcanvas-nav.disable-body.nav-open::after, 
   .hc-offcanvas-nav .sub-level-open::after {
     visibility: visible;
     background-color: #E1E0E0; /* Hintergrundfarbe */
     transition-delay: 0.1s;
     background-image: url('images/tpz-logo.webp'); 
     background-size: 30%;
     background-repeat: no-repeat;
     background-position: 10% 11vh;
   }
    
   .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
     overflow: scroll;
     overflow-x: visible;
     overflow-y: auto;
     box-sizing: border-box;
     max-height: 100vh;
     background-color: #888; /* Gesamte Hintergrundfläche */ 
   }
   
   .hc-offcanvas-nav .nav-container, 
   .hc-offcanvas-nav .nav-wrapper, 
   .hc-offcanvas-nav ul {
   background-color:  #888;
     /* Menülinks */ 
   }
   
   .hc-offcanvas-nav .nav-content > .nav-close:first-child + ul {
     margin-top: 4rem;
   }
   
   .hc-offcanvas-nav .nav-item-link, 
   .hc-offcanvas-nav li.nav-close a, 
   .hc-offcanvas-nav .nav-back a {
     padding: 10px 0 10px 30px;
     font-size: 1.1em;
     color: #fff; /* Linkfarbe Menü */
     z-index: 2;
     background: rgba(0, 0, 0, 0);
     border-radius: 5px;
     transition: 0.4s background ease; 
   }
   
   .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
     color: #000;
     /* Linkfarbe Menü Hover */ 
   }
   
   .nav-item .active a {
     color: #cdd9eb; 
   } 
   
   .hc-offcanvas-nav .nav-close-button span, 
   .hc-offcanvas-nav .nav-parent .nav-next, 
   .hc-offcanvas-nav .nav-back span {
     display: inline-block; 
   }
   
 .hc-nav-trigger {
     position: absolute;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     display: none;
     z-index: 9980;
     width: 75px;
     right: 5%;
     top: 28px;
     min-height: 44px;
   }
   
   .hc-nav-trigger span {
     width: 75px;
     transform: translateY(-50%);
     transform-origin: 50% 50%;
   }
   
   .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
     display: block;
     position: absolute;
     left: 0;
     height: 3px;
     width: 65px;
     background:  #555;
     transition: all 0.2s ease;
   }
     
   .hc-nav-trigger span::before, .hc-nav-trigger span::after {
     content: "";
     width: 100%;
   }
   .hc-nav-trigger span::before {
     top: -11px;
     width: 80px;
   }
   .hc-nav-trigger span::after {
     bottom: -11px;
     width: 50px;
   }
 
.sticky-header .hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
    z-index: 9980;
    width: 65px;
    right: 5%;
    min-height: 48px;
  }
  
.sticky-header .hc-nav-trigger span {
    width: 65px;
    transform: translateY(-50%);
    transform-origin: 50% 50%;
  }
  
.sticky-header .hc-nav-trigger span, .sticky-header .hc-nav-trigger span::before, .sticky-header .hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 55px;
    background:  #555;
    transition: all 0.2s ease;
  }
    
.sticky-header .hc-nav-trigger span::before, .sticky-header .hc-nav-trigger span::after {
    content: "";
    width: 100%;
  }
.sticky-header .hc-nav-trigger span::before {
    top: -9px;
    width: 70px;
  }
.sticky-header  .hc-nav-trigger span::after {
    bottom: -9px;
    width: 40px;
  }
 
   
   /* Mouseover effects */
   
   .hc-nav-trigger:hover span::before {
     top: -11px;
     width: 50px;
     opacity: .8;
     transition: width 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19); /* Transition with ease-out effect */
   }
   .hc-nav-trigger:hover span::after {
     bottom: -11px;
     width: 80px;
     opacity: .8;
     transition: width 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19); /* Transition with ease-out effect */
   }
   

   
/* - HEADER  */


header {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  background-color: #fff;
  padding: 1% 0 6% 30px;
  max-height: 180px;
  margin-block-end: 1%;
  height: auto;
  color: #000;
  font-size: clamp(var(--step-1), 1.5vw, var(--step-2b)); /* Größerer Fließtext: 18px bis 20px */
  position: relative;
  z-index: 1000; /* Hoher = drüber */
}

/* -- HEADER: Logo  */

.logo {
  justify-content: flex-start;
  max-width: 240px;
}

.logo img {
  height: auto;
  width: 100%;
}

/* Logo Hover-Effekt */

.logo img {
  display: block;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  will-change: transform;
}

.logo a:hover img {
  transform: scale(1.04);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sticky-header {
  position: sticky;
  top: 0;
  max-height: 100px; 
  padding-left: 30px;
  transition: max-height 0.5s ease, padding 0.5s ease;
  opacity: .9;
}

.sticky-header .logo {
  transform: scale(.7);
  transition: transform 0.5s ease;
}

.sticky-header .main-menu {
  font-size: clamp(var(--step-1), 1.2vw, var(--step-1)); 
  transition: font-size 0.5s ease;
}


/* -- HEADER: Hauptmenü  */


.main-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  font-size: clamp(var(--step-0), 1.8vw, var(--step-2));
  justify-content: center;
  padding-right: 5%;
  margin-left: 4%;
}


.main-menu ul {
  font-family: var(--bold);
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  position: relative;
}

.main-menu li {
  flex: 1;
  list-style: none;
  position: relative;
}


.main-menu li a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding-right:0px; /* Abstand zwischen dem Text und dem Mittelpunkt */
  transition: all .5s;
}

.main-menu li:hover a {
  display: block;
  color: #991C2D;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .5s;
  border-top-right-radius: 120px; 
  border-bottom-left-radius: 120px; 
}

.main-menu .aktiv a {
  display: block;
  color: #991C2D;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .5s;
  border-top-right-radius: 120px; 
  border-bottom-left-radius: 120px; 
}



/* -- GRUNDLAYOUT Startseite */


.container {
    display: flex;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/* Layout-Container */

.layout {
  width: 100%;
  max-width: 960px;   /* Begrenzung */
  margin: 0 auto;     /* zentriert */
  padding: 0 20px;    /* etwas Luft links/rechts */
}


/* Images */

.layout img {
  width: 100%;
  height: auto;
  margin: 1rem 0 2rem 0;
}

.labor-content li img {
  width: 12%;
  height: auto;
}

.labor-teaser img {
  display: block;
  margin: 0 auto 2rem auto; 
  max-width: 60%; 
  height: auto; 
  padding: 1px; 
  border: 1px solid #BDBDBD; 
  box-sizing: border-box;
}


/* Contentbereiche */

.layout .hero-video {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  object-fit: cover;
}

/* --- 3-Spalten-Teaser --- */

.teaser-section {
  max-width: 960px;
  margin: 6rem auto 4rem auto;
  padding: 0 20px;
}

.teaser-row {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.teaser-item {
  flex: 1;
  text-align: center;
}

.teaser-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.teaser-item img {
  width: 100%;
  height: auto;
  display: block;
}

.teaser-item span {
  display: block;
  margin-top: 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #C00302;
  font-size: 1.8rem;
}

.contact-line {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

.contact-line .light {
  font-weight: 300;
  color: #6D6D6D;
}

.contact-line .phone {
  font-weight: 400;
  color: #C00302;
  margin-left: 1rem;
}

.teaser-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  will-change: transform;
}

/* Hover = langsam */
.teaser-item:hover img {
  transform: scale(1.04);
  box-shadow: 0 20px 35px rgba(0,0,0,0.15);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Mouseout = schneller */
.teaser-item img:not(:hover) {
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
}


/* --- Labor Teaser --- */

.labor-teaser {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}

/* Gesamter Teaser klickbar */
.labor-item {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1rem 1.5rem 2.1rem 2.5rem;
  border: 1px solid #bbb;
  text-decoration: none;
  color: inherit;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Bild quadratisch */
.labor-image {
  flex: 0 0 220px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.labor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* --- Hover Animation --- */

.labor-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.labor-item:not(:hover) {
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
}

/* Footerbereich */

.footer-hero {
  position: relative;
  width: 100%;
  height: 580px;
  background-image: url("images/motiv-footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  
}

/* Halbtransparenter Balken */

.footer-overlay {
  width: 100%;
  background: rgba(255,255,255,0.7);
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}

/* Inhalt */

.footer-content {
  max-width: 960px;
  text-align: center;
  font-family: var(--light);
  letter-spacing: 2px;
  color: #444;
  font-size: 1.1rem;
  line-height: 2rem;
}


/* Typografie */



.layout h1,
.layout .headline {
  font-size: 2.6rem;
  color: #6D6D6D;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

/* Wörter */
.headline .word {
  display: inline-block;
}

/* Initiale größer */
.headline .word::first-letter {
  font-size: 1.35em;
}

.layout h1 .claim {
  color: #C00302;
  font-weight: 400;
}

.layout h2 {
font-weight: 400;
font-size: 2.6rem;
color: #6D6D6D;
letter-spacing: 1px;
text-transform: none;
margin: 3.5rem 0 1.5rem 0;
}

.layout p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #6D6D6D;
}

/* Textbereich */

.layoutsub h1 {
  font-weight: 300;
  letter-spacing: 1px;
}
  
.layoutsub h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;   /* kleiner als Start-Headline */
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.layoutsub p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.labor-content .more {
  color: #C00302;
  font-weight: 400;
}


.layout ul,
.layout ol,
.layoutsub ul,
.layoutsub ol {
  font-size: 1.2rem;
  line-height: 1.9rem;      /* kompakter als 2.2 */
  letter-spacing: 1px;
  font-weight: 300;
  color: #6D6D6D;
  margin: 0 0 1.5rem 0;     /* weniger Abstand unten */
  padding-left: 1.6rem;     /* etwas weniger Einzug */
  list-style-position: outside;  /* wichtig */
}

/* Listenelemente */

.layout li,
.layoutsub li {
  margin-bottom: 0.3rem;    /* deutlich weniger Abstand */
}

/* Aufzählungszeichen */

.layout ul,
.layoutsub ul {
  list-style-type: square;  /* bleibt wie gewünscht */
}

/* Verschachtelung */

.layout ul ul,
.layout ol ul,
.layoutsub ul ul,
.layoutsub ol ul {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding-left: 1.4rem;     /* leichte zusätzliche Einrückung */
}


footer ul {
    display: flex;
    list-style: none;
    padding-bottom: 1%;
    margin-block-start: 3%;
    width: 100%;
    justify-content: space-evenly;
}


footer li {
  display: inline; 
  line-height: 1.5em;
  font-family: var(--light);
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 1px;
  white-space: nowrap;
}



/* Buttons */
 
.btn, .btn a:visited {
  color: #fff;
  text-decoration: none;
}

button {
  all: unset;
}


.btn {
  display: block;
  width: 40%;
  margin-inline-start: 30%;
  background-color: #F0AB2C;
  border: 1px solid #fff; 
  color: #fff;
  font-family: var(--bold);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(var(--step-1), 1.3vw, var(--step-2)); /* Größerer Fließtext: 18px bis 20px */
  letter-spacing: 1px;
  padding: 10px 20px; /* Abstand innen */
  text-align: center; 
  border-top-right-radius: 12px; 
  border-bottom-left-radius: 12px; 
  cursor: pointer; /* Zeigt den Cursor als Pointer */
  transition: background-color 0.4s, border-color 0.8s; 
}

.btn:hover {
  border-top-left-radius: 12px; 
  border-bottom-right-radius: 12px; 
  background-color: #991C2D;
  border-color: yellow; 
}


@media screen and (max-width: 820px) {
  
  
header {
    padding:15px 20px 30px 2rem;
    max-height: 130px;
  }
  
.sticky-header {
    position: sticky;
    top: 0;
    max-height: 100px; 
    padding-left: 1.2rem;
  }

.logo {
    flex: 0 0 calc(28% - 20px);
  }
  
  .logo img {
    min-width: 200px;
  }
    
}



@media screen and (max-width: 40em) {
  
  

 
 p a, p a:visited {
   font-family: var(--regular);
   font-weight: 400;
   border-bottom: 1px solid #000;
 }
  
 /* Mobile Navigation: RESETS */
 
 .hc-nav-trigger {
    width: 65px;
    right: 5%;
    top: 27%;
  }
  
  
 .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
   display: block;
   position: absolute;
   left: 0;
   height: 3px;
   width: 55px;
   background: #991C2D;
   transition: all 0.2s ease;
 }
   
 .hc-nav-trigger span::before, .hc-nav-trigger span::after {
   content: "";
   width: 100%;
 }
 .hc-nav-trigger span::before {
   top: -9px;
   width: 70px;
 }
 .hc-nav-trigger span::after {
   bottom: -9px;
   width: 40px;
 }
 
  
header {
  padding: 1.2rem 20px 30px 1.4rem;
  max-height: 100px;
}

.sticky-header {
  position: sticky;
  max-height: 90px; 

}

.logo img {
  min-width: 160px;
}


.layout h1,
.layout .headline {
  font-size: 2rem;         
  text-align: center;
  margin-bottom: 2rem;  
  margin-top: 1rem;
  letter-spacing: 1px;
}

.layout h2 {
  font-size: 1.6rem;  
  margin-top: 1.5rem;   
  margin-bottom: 1rem;
}

.layout p {
  font-size: 1.1rem;      
  line-height: 1.8rem;
  margin-bottom: 1rem;  
  letter-spacing: 0;
}


/* Teaser untereinander */

.teaser-row {
  flex-direction: column;
  gap: 2.5rem;
}

.teaser-item {
  width: 100%;
}

.teaser-item img {
  width: 100%;
  height: auto;
  display: block;
}

.teaser-item span {
  display: block;
  margin-top: 1rem;
  font-size: 1.3rem;
  letter-spacing: 3px;
}

.contact-line {
  margin-top: 3rem;
  font-size: 1.3rem;       /* deutlich kleiner */
  line-height: 1.6;
}

.contact-line .light,
.contact-line .phone {
  display: block;         /* Umbruch erzwingen */
}

.contact-line .phone {
  margin-left: 0;
  margin-top: 0.5rem;
  font-size: 1.6rem;       /* Nummer etwas größer als Text */
}


/* Labor-Teaser Mobile  */

.labor-teaser {
  gap: 2.5rem;                 /* Abstand zwischen Beiträgen */
}

.labor-item {
  flex-direction: column;      /* Bild oben, Text darunter */
  gap: 1rem;                   /* kein großes Loch intern */
  padding: 0;                  /* Innenabstand reduzieren */
  border: none;                /* optional ruhiger */
}

.labor-image {
  width: 100%;
  flex: none;
}

.labor-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content kompakter */

.labor-content {
  padding: 0 2%;               /* leichte Seitenluft */
}

.labor-content h2 {
  margin: 0.8rem 0 0.6rem 0;   /* kein Riesenabstand */
  font-size: 1.6rem;
}

.labor-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7rem;
}

/* Footerbereich */

.footer-hero {
  height: 300px;
  margin-top: .5rem;
}

.footer-overlay {
  padding: 2rem 0;
}

.footer-content {
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 0 2%;
}

.footer-content p {
  color: #000;
  margin-bottom: 0.6rem;
  letter-spacing: 0;
}

.labor-image {
  flex: 0 0 auto;     /* feste Breite aufheben */
  aspect-ratio: auto; /* Quadrat deaktivieren */
}

  
}



