html, body {
  overflow-x: hidden;
    color: #000;
	     margin: 0;
      padding: 0;
      height: auto;
}

* {
  box-sizing: border-box;
}




p, li {
  line-height: 1.5;
  font-weight: 300;
}


/* VIDEO + IMG + TXT WRAPPER */ 

.video-wrapper video, .img-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-wrapper.contain video { object-fit: contain; }

.video-wrapper, .img-wrapper, .txt-wrapper {
min-height: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
}

/*Video wrapper fÃ¼r Context integration - FS*/
.video-wrapper-context video, .img-wrapper-context img {
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
min-height: 400px;  /*oder eine andere passende HÃ¶he */
}


/* STELLENANZEIGEN */

.stellenanzeige { padding: 1rem; margin-bottom: 2rem; }
.stellenwrapper { border: 2px solid rgba(0,152,58,1); padding: 1rem; height: 100%;display: inline-grid;}
.stellenaufgaben {}
.stellenbeschreibung {}
.stellenliste {}
.stellenprofil {}
.stellentitel { color: rgba(0,152,58,1); hyphens: auto; word-break: normal; overflow-wrap: break-word; }
/*.karriere-link { text-align: center; padding-top: 1rem; font-size: 1.25em; align-self: flex-end;}
.karriere-link a { border: 1px solid #000; padding: 0.5em; }
.karriere-link a:hover, karriere-link a:focus { border: 1px solid rgba(0,152,58,1); background: rgba(0,152,58,1); color: #fff; }*/

.karriere-link {
  text-align: center;
  padding-top: 1rem;
  font-size: 1.25em;
  align-self: flex-end;
}

.karriere-link a {
  border: 1px solid #000;
  padding: 0.5em;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  text-align: center;
}

.karriere-link a:hover,
.karriere-link a:focus {
  border: 1px solid rgba(0,152,58,1);
  background: rgba(0,152,58,1);
  color: #fff;
}


@media (max-width: 767px) {
  .stellenanzeige { margin-left: 0.5em; margin-right: 0.5em; }
}


/* PERSONALITY */
.fotocontainer, .fotocontainer-bu { display: flex; padding: 0; }
.zitatcontainer, .bu-container { background: rgba(0,152,58,1); color: #fff; display: flex; position: absolute; height: auto; align-items: center; justify-content: center; padding: 1rem; margin: 2rem; }

.zitatwrapper { line-height: 1.2;  }
.zitatwrapper p { margin-bottom: 0.25rem; }
.zitat-bottom { bottom: 0; }
.zitat-right { right: 0; }
.personality-motivation { font-weight: 400; }
.personality-zitat { font-size: 2rem;  line-height: 1.1; }
.personality-detail { font-weight: 400; line-height: 1.2; padding-top: 0.3rem; }
.personality-experience { color: #ddd; line-height: 1.2; padding-top: 0.3rem; 
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal; 
 	hyphens: auto;}
.bildunterschrift { line-height: 1.2; font-size: 0.8rem; }

@media (max-width: 991px) {
 .zitatcontainer, .bu-container { margin: 1rem; }
 .personality-zitat { font-size: 1.3rem;  }
}

@media (max-width: 767px) {
 .zitatcontainer, .bu-container { margin: 0rem; }
.bu-container { margin: 0rem; position: relative; }
 .fotocontainer-bu { display: block; }
 .personality-zitat { font-size: 1.2rem;  }
}

@media (max-width: 575px) {
 .fotocontainer { display: block; overflow-x: hidden; }/* hinzu */
 .zitatcontainer { background: rgba(0,152,58,1); margin: 0rem;  position: relative; } /* position: relative; */
 .personality-zitat { font-size: 1.5rem;  }
}


.hidden { visibility: hidden; }
.backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; display: none; }
.show .backdrop { display: block; }
    
.masthead { padding-top: 3rem; }

.masthead-index-content {flex-grow: 1; position: relative; width: 100%; height: 100%;}



/* ScrollPosition Styling Nav */
.sps { transition: all 0.25s ease; }

.sps--abv { background-color: #fff; }

.sps--blw {  background-color: #fff; }

.sps--abv img { display: none; } 
.sps--blw img { display: block; } 

.team-img-wrapper { width: 40%; float: left; margin-bottom: 1em; }
.team-img {width: 95%; }
.team-text-wrapper { width: 60%; float: left; }
.team-bereich { display: block; width: 100%; background: #00983a; color: #fff; font-weight: 500; font-size: 1.25rem; padding: 0.5rem; }
.team-name { font-weight: 500; }

/* Team 2025 Index */

.team-index-bereich { color: #00983a; font-weight: 500; font-size: clamp(1rem, 4vw, 1.5rem); }
.team-index-name { color: #00983a; font-weight: 300; font-size: clamp(1rem, 4vw, 1.25rem); }
.team-index-links { color: #000; font-size: 1rem; }
.team-index-links a  { color: #000; }
.team-index-links a:visited, .team-index-links a:focus, .team-index-links a:active { color: #000; }
.team-index-links a:hover { color: #00983a; text-decoration: none;}

/*.team-kontakt {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
}*/

#navbarMain ul { box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.2); margin-top: 1rem; }

.navbar-toggler { background: #00983a; color: #fff; }

a, a:focus, a:active { color: #000; text-decoration: none; }
a:hover  {color: #00983a; text-decoration: underline; }
a:visited {color: #000; text-decoration: none; }

h1 { font-weight: 700; }
h2 { padding-bottom: 1rem; }

.h1 { font-size: 2.0rem!important;  }

#initiale { padding-top: 0; }
.icon { display: block; margin: 0 auto 1em auto; width: 33%;  }
.bordered { border-top: 1px solid #000; border-bottom: 1px solid #000; padding-top: 10px; padding-bottom: 10px; }

.spacer-line { display: block; border-bottom: 1px solid #000; margin: 0 auto; }
.spacer-line-gruen { display: block; border-bottom: 1px solid #00983a; margin: 0 auto; }
.padding-unten { padding-bottom: 3rem }
.margin-unten { margin-bottom: 3rem }

.tab-technische-daten td { padding-right: 1rem;  vertical-align: top; font-weight: 300; }
.anwendung { margin-top: 1rem; }

.product-image { border: 1px solid #000; }
a:hover > .product-image { border: 3px solid #00983a; }
.product-name {font-weight: 500; font-size: 1.25rem; }
.green { color: #00983a; }

.product-box {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.product-name {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #00983a;
}

.product-description {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}



#bars, .collapsed #cross { display: none; }
.collapsed #bars, #cross { display: block; }
.navbar-toggler { min-width: 45px; }
.navbar-nav > li a, .navbar-nav > li a:visited  { width: 100%; padding: 0.5rem!important; background: #fff; display: block; }
.navbar-nav > li a:hover, .navbar-nav > li a:active, .navbar-nav > li a:focus { background: #00983a; color: #fff; text-decoration: none; font-weight: 500; }

.dropdown-menu { padding: 0; margin: 0; border: 0; color: #000; border-radius: 0; }
.dropdown-item { font-weight: 300; padding-left: 1rem!important; margin-left: 1rem; }
.show > .dropdown-menu { max-height: 800px;  visibility: visible; }
.dropdown-menu {  display: block;  max-height: 0;  visibility: hidden;  transition: all 0.4s ease-in-out;  overflow: hidden; }

.btn-primary, .btn-primary:visited { color: #fff;  background-color: #00983a;  border-color: #00983a; }
.btn-primary:hover { color:#fff;  background-color:#0c662f;  border-color:#0c662f; }
.btn-primary.focus, .btn-primary:focus { color:#fff; background-color:#0c662f; border-color:#0c662f; box-shadow:0 0 0 .2rem rgba(0,0,0,.3); }

.img-responsive { width: 100%; }
.header-img-wrapper { width: 100%; }
.header-img { width: 100%; }


.no-margin { margin-left: 0; margin-right: 0; }
.no-padding { padding-left: 0; padding-right: 0; }
.section-subheading { }

#triangle { position: fixed; right:0; bottom: 0; z-index: 100; }

#contact { background: #1EB156; color: #fff; } /* war #00983a */
#contact-index { background: #1EB156; color: #fff; }
.kontakt-item { text-align: center; margin: 0 auto; padding: 1.15rem;  width: 100%; }
.kontakt-item p { font-size: 1rem; }
.kontakt-item a  { color: #fff; }
.kontakt-item a:visited, .kontakt-item a:focus, .kontakt-item a:active { color: #fff; }
.kontakt-item a:hover { color: #B8FED2; text-decoration: none;}

.footer-left, .footer-center, .footer-right { text-align: center; }
.footer-center { border: none; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

#weiss-bg-100vw {
  width: 100vw;          /* Volle Browserbreite */
  margin-left: calc(-50vw + 50%); /* Zentrieren, außerhalb des normalen Containers */
  background: #FFFFFF;
  color: #000000;
}
/*.fotocontainer {
  overflow-x: hidden;
  position: relative;
}*/

/*.fotocontainer-bu {
  position: relative;
  overflow-x: hidden;
}*/

@media  (min-width: 768px) {
.footer-left { text-align: right; }
.footer-center {text-algin: center; }
.footer-right { text-align: left; }
.footer-center { border:  none; border-left: 1px solid #fff; border-right: 1px solid #fff; }
}


@media  (max-width: 768px) {
.footer-linklist li { padding: 0.25em 1em; }
.footer-linklist-border { border-right: 1px solid #fff; }
}

.social-media-icons a { margin-right: 1em; }

.padding-none { padding: 0;}

.masthead-logo {  padding: 0; margin: 0 auto; width: 100%; 
  animation: fadein 3s;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}


#logo-scroll { height: 80px; }
#logo-nav { height: 36px; }

.icon-menu-xs { 
font-size: 1.25rem;
}

.icon-menu-xs a, .icon-menu-xs a:visited { color: #000; margin-left: 5px;  }
.icon-menu-xs a:hover, .icon-menu-xs a:focus {   color: #00983a; }


.language-switch { padding-bottom: 1em; }

.icon-nav { 
	position: fixed;
	right: 0;
	padding: 1rem;
	z-index: 2000;
	overflow: hidden;
}

.icon-nav ul {
	position: relative;
	right: -100%;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
    list-style-image: none;
}

.icon-nav li { margin-bottom: 0.5rem; }

.icon-nav ul li a {
	position: relative;
	right: 3rem;
	display: inline-block;
	background: #00983a;
	color: #fff;
    border: 1px solid #fff;
	padding: 0.25em 0.5em;
	width: 110%;
}

.icon-nav ul li a:hover {
	right: 100%;
	color: #00983a;
	background: #fff; 
        border: 1px solid #00983a;
	text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.icon-nav-text {
	padding-left: 2rem;
	font-size: 1.5rem;
	display: inline-block;
}



.page-section {
  padding: 3rem 0;
}
.page-section .section-heading {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .page-section .section-heading { font-size: 4rem; }
}

.page-section h3.section-subheading {
  text-align: left;
  font-size: 1.15rem;
  font-weight: 300;
line-height: 1.22rem;
  margin-bottom: 4rem;
}

/*Deaktiviert 21.05.2025
@media (min-width: 768px) {
  section {
    padding: 5rem 0;
  }
}*/



.footer {
    padding-top: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
}


/* MAPS RESPONSIVE */
.map-responsive{ overflow:hidden; position:relative; height:400px; }
.map-responsive iframe{ left:0; top:0; height:400px; width:100%; position:absolute; }

/*Akkordeon Bootstrap fÃ¼r Stellenausschreibungen*/

.custom-accordion .card {
  border: none;
  background-color: transparent;
  margin-bottom: 0.5rem;
}

/* Der Toggle-Header */
.custom-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  color: #00983a; /* dein TGSK-GrÃ¼n */
  padding: 0.75rem 0;
  border-bottom: 2px solid #00983a;
  transition: color 0.3s ease;
}

.custom-toggle:hover {
  color: #007a2a; /* etwas dunkleres GrÃ¼n beim Hover */
}

/* Pfeil (Chevron) */
.custom-toggle .chevron {
  display: inline-block;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}

/* Pfeil bei geÃ¶ffneter Section drehen */
.collapse.show ~ .card-body,
.custom-toggle[aria-expanded="true"] .chevron {
  transform: rotate(90deg);
}

/* Optional: Card Body Styling */
.custom-accordion .card-body {
  border: none;
  padding-left: 2rem;
}

.chevron.rotated {
  transform: rotate(90deg);
}

/* Counter Zahlen */

/* ========== Counter Box Layout ========== */
.counter-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  width: 100%;
  height: 100%;
  min-height: 200px;           /* stabile HÃ¶he */
  padding: 30px;

  background-color: #f8f9fa;   /* hellgrauer Hintergrund */
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);

  overflow: hidden;
  box-sizing: border-box;
}

/* ========== Zahl + Einheit ========== */
.counter-number {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;

  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: bold;
  color: #fff;

  white-space: nowrap;    /* verhindert Umbruch */
  min-width: 0;           /* nÃ¶tig bei Flexbox */
  line-height: 1;
}


/* ========== Einheit (z.â€¯B. %) ========== */
.counter-number .unit {
  font-size: 60%;
  vertical-align: super;
  margin-left: 4px;
  line-height: 1;
}

/* ========== Beschreibung unter der Zahl ========== */
.counter-label {
  margin-top: 12px;
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  max-width: 90%;
}

.hotspot-wrapper {
  max-width: 60vw;
  max-height: 60vh;
  margin-bottom:1vh;
  margin-left: 6vw;
  aspect-ratio: 16 / 9;
  background: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .hotspot-wrapper {
    
    max-width: 100vw;
	max-height: 80vh;
    margin-left: 0vw;
  }
}

/*
.image-hotspot-wrapper {
  height: 100%;
  width: 100%;
  max-height: none; 
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}*/


/*.image-hotspot-wrapper {
  position: relative;
  left: 0px;
  max-height: 60vh; 
  height: 100%;
 width: auto;
  max-width: 100%;
  display: inline-block;
  aspect-ratio: 3 / 2;
  /*margin-left: 2vw;
}*/

   /* @media (max-width: 768px) {
      .image-hotspot-wrapper {
	   margin-left: 0vw;
      }
    }*/

/*
.image-hotspot-wrapper img {
  height: 100%;     
  width: auto;      
  max-width: 100%;
  display: block;
}*/

.hotspot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #33d98b;
  border: 2px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

/* Größere Klickfläche nur für Touch-Geräte */
@media (pointer: coarse) {
  .hotspot::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    background: transparent;
    pointer-events: auto;
  }
}

/* Pulsierender Effekt im TGSK-GrÃ¼n */
.pulse {
  animation: pulseAnim 1.8s infinite;
}

@keyframes pulseAnim {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 152, 58, 0.4); /* heller TGSK-GrÃ¼nton */
  }
  70% {
    box-shadow: 0 0 0 12px rgba(0, 152, 58, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 152, 58, 0);
  }
}

 .snap-section {
      height: 100vh;
      /*overflow: hidden;*/
      position: relative;
    }

 .snap-section-nav {
      min-height: 100vh;
      /*overflow: hidden;*/
      position: relative;
	  display: flex;
	  flex-direction: column;
	  padding: 0;
	  margin-bottom: 0;
		}

.snap-section-nav.hotspot-layout,
.snap-section-nav.hotspot-layout .container-fluid,
.snap-section-nav.hotspot-layout .row,
.snap-section-nav.hotspot-layout .col-12 {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

    .dots {
      position: fixed;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 5px;
      z-index: 1000;
    }
    .dot-wrapper {
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .dot {
      width: 12px;
      height: 12px;
      background: #bbb;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
      flex-shrink: 0;
    }
    .dot.active {
      background: #1EB156;
      transform: scale(1.5);
	  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6); /* WeiÃŸer Glow */
    }
    .dot-label {
      font-size: 1rem;
	  /*font-weight: bold;
      color:#00983a;
	  text-shadow: 0 0 4px white, 0 0 8px white;  weiÃŸer Schein */
	  background-color: #28a745;
	  color: white;
	  padding: 0 5px 0 5px;
	  border-radius: 2px;
      white-space: nowrap;
      opacity: 0.0;
      transition: opacity 0.3s;
	  cursor: pointer;
    }

    .dot-wrapper:hover .dot-label {
      opacity: 1;
    }

    @media (max-width: 768px) {
      .dot-label {
        display: none;
      }
    }
    /* Animation fÃ¼r Inhalte */
    .section-content {
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.8s ease;
    }
    .section-content.visible {
      opacity: 1;
      transform: translateY(0);
    }

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 30vh;
}
/*
.image-wrapper,
.image-wrapper > div {
  height: 100%;
  min-height: 0;
}
.row.flex-grow-1 {
  min-height: 0;
  height: 100%;
}
.snap-section-nav,
.container-fluid {
  height: 100%;
  min-height: 0;
}*/

.img-cover-re {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}
/*
.img-cover-c {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
}
*/
.section-image-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border-radius: 0 0px 0px 0;
  font-weight: bold;
}

/*
.section-statement-label-bottom-right {
  position: absolute;
  bottom: 20px;
  right: 5%;

  color:#00983a;
  padding: 10px 20px;

  font-size: clamp(1.5rem, 6vw, 4.5rem); 
  text-shadow: 0 0 4px white, 0 0 8px white; 
}

.section-statement-label-top-right {
  position: absolute;
  top: 20px;
  right: 5%;
  color:#00983a;
  padding: 10px 20px;

  font-size: clamp(1.5rem, 6vw, 4.5rem); 
  text-shadow: 0 0 4px white, 0 0 8px white; 
}
*/

/*
.section-statement-label-top-left {
  position: absolute;
  top: 20px;
  left: 5%;

  color:#00983a;
  padding: 10px 20px;

  font-size: clamp(1.5rem, 6vw, 4.5rem); 
  text-shadow: 0 0 4px white, 0 0 8px white; 
}*/

.section-statement-label {
  color:#00983a;
  font-size: clamp(1.5rem, 4vw, 3rem); /* Responsive SchriftgrÃ¶ÃŸe */
  text-align: left;
  hyphens: manual;
  word-break: normal;
  overflow-wrap: normal;
}

.section-statement-label-head {
  position: absolute;
  bottom: 12%; /* nach unten verschoben */
  left: 0%; /* mehr nach rechts */
  color: #fff;
  background-color: #00983a;
  padding: 10px 20px;
  font-size: clamp(1.5rem, 3vw, 3.5rem);
  /* Optional: fÃ¼r bessere Lesbarkeit */
  /* background-color: rgba(255, 255, 255, 0.7); */
}

.masthead-index {
  height: 100vh; /* fertig, keine JavaScript-Ã„nderung */
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 3rem;
  margin: 0;
  overflow: hidden;
}

.masthead-index-top {
  flex-shrink: 0;
  width: 100%;
}

.masthead-index-logo {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  animation: fadein 3s;
}

.masthead-index-media {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 0; /* ganz wichtig: verhindert, dass Browser flex-grow falsch interpretiert */
}

.masthead-index-media video,
.masthead-index-media img {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/* Zoom leicht bei Hochformat 
@media (orientation: portrait) {
  .masthead-index-content video,
  .masthead-index-content img {
    transform: scale(1.1);
  }
}*/

/* Arrow fÃ¼r section wechsel */

.arrow-wrapper-section {
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  text-align: center;
}

.pulse-icon {
  animation: pulse 1.5s infinite;
  cursor: pointer;
  color: aqua;
}

@keyframes pulse {
  0%   { transform: scale(1); opacity: 0.8; }
  50%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

/*
.scale-image {
  display: block; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  object-position: 50% 50%; 
  position: absolute; 
  top: 0;
  left: 0;
}*/

.scale-image-top-left {
  display: block; /*  Bild oder als Blockelement behandeln */
  height: 100%; /* Bild nimmt die volle HÃ¶he des DIV ein */
  width: auto; 
  object-fit: contain; 
  object-position: top center;
  position: absolute; /*  Bild wird absolut im Container positioniert */
  top: 0;
  left: 0;
}

.scale-image-top-right {
  display: block; /*  Bild oder als Blockelement behandeln */
  height: 100%; /* Bild nimmt die volle HÃ¶he des DIV ein */
  width: auto; 
  position: absolute; /*  Bild wird absolut im Container positioniert */
  object-fit: contain;
  object-position: top center;
  top: 0;
  left: 0;
  margin-left: 2vw;
}

@media (min-width: 768px) {
  .scale-image-top-right {
    margin-left: 0vw; /* Mobile: 5% */
	margin-right: 0vw;
    width: 100%; /* Bild nimmt die volle Breite des DIV ein */
  height: 100%; /* Bild nimmt die volle HÃ¶he des DIV ein */
  object-fit: cover; /*  Bild wird so vergrÃ¶ÃŸert, dass es den Container bedeckt, aber den SeitenverhÃ¤ltnis behÃ¤lt */
object-position: top right; /*  Mitte des Bildes wird als Zentrum des Container betrachtet */
  }
  .scale-image-top-left {
    margin-left: 0; /* Mobile: 5% */
    width: 100%; /* Bild nimmt die volle Breite des DIV ein */
  height: 100%; /* Bild nimmt die volle HÃ¶he des DIV ein */
  object-fit: cover; /*  Bild wird so vergrÃ¶ÃŸert, dass es den Container bedeckt, aber den SeitenverhÃ¤ltnis behÃ¤lt */
  object-position: top left; /*  Mitte des Bildes wird als Zentrum des Container betrachtet */
  }
}

.scale-image-DV {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.scale-video-chameleon {
  position: absolute;
  top: 0;
  left: 0;         /* Einheitlich gesetzt */
  max-width:  100%;
  height: 100%;
  object-fit: cover;
  object-position: right center; /* wird durch JS Ã¼berschrieben */
}

.scale-div {
  overflow: hidden; /*  Damit das Bild nicht Ã¼ber den DIV hinausragt */
  position: relative; /*  Position des Bildes relativ zum DIV */
  height: 100%;
  width: 100%;
}


/* Wenn zu wenig Breite: linksbÃ¼ndig 
@media (max-width: 1080px) {
  .scale-video-chameleon {
    object-position: left center;
	left: 0;  
	right: auto; 
  }
}*/



h2.gruen {
  color: #00983a;
  font-size: clamp(1.8rem, 8vw, 6rem);
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-left: 2vw; /* Mobile: 5% */
}

@media (min-width: 768px) {
  h2.gruen {
    margin-top: 4.5rem;
    margin-left: 5vw; /* Mobile: 5% */
  }
}

h2.weiss {
  color: #fff;
  font-size: clamp(1.8rem, 8vw, 6rem);
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-left: 2vw; /* Mobile: 5% */
}

@media (min-width: 768px) {
  h2.weiss {
    margin-top: 4.5rem;
    margin-left: 5vw;; /* Mobile: 5% */
  }
}

/*Neue Überschriftformatierung 2025*/
.h-gruen {
  color: #00983a;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  text-align: left;
  hyphens: manual;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 1rem;
}

.h-gruen-h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.h-gruen-h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.h-gruen-h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.h-gruen-h4 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}


.text-block {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

.text-block-li {
  width: 80vw;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
  margin-left: 2vw; /* Mobile: 5% */
}

/* Nur ab md-Breakpoint (Bootstrap: â‰¥768px)*/ 
@media (min-width: 768px) {
  .text-block-li {
  margin-left: 5vw;; /* Desktop: 5% */
  width: 25vw; /* Desktop: 25% */
  }
}


.text-block-re {
  width: 80vw;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
  margin-left: 2vw; /* Mobile: 5% von viewport */
}
/* Nur ab md-Breakpoint (Bootstrap: â‰¥768px)*/ 
@media (min-width: 768px) {
  .text-block-re {
  margin-left: 0%;; /* Desktop: 5% */
  width: 85%; /* Desktop: 85% des containers */
  max-width: 800px;
  }
}


/*
.text-block-60-re {
  width: 100%;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
  margin-left: auto; 
  margin-right: 0;
}
/* Nur ab md-Breakpoint (Bootstrap: â‰¥768px) 
@media (min-width: 768px) {
  .text-block-60-re {
    max-width: 450px;
  }
}*/

/*.text-block-60-li {
  width: 100%;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
  margin-left: 0; 
  margin-right: auto;
}*/

/* Nur ab md-Breakpoint (Bootstrap: â‰¥768px)
@media (min-width: 768px) {
  .text-block-60-li {
    max-width: 450px;
  }
} */

.scroll-to-next {
  display: block;
}

@media (max-width: 768px) {
  .scroll-to-next {
    display: none;
  }
}

/*
.row.flex-grow-1.align-items-stretch > [class^="col-"] {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.row.flex-grow-1.align-items-stretch .row.w-100 {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  min-height: 0;
}
*/
/*img.object-fit-cover {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: none !important;
}
*/

/*AUSGEBLENDET 13.05.2025
img.object-fit-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.container-fluid.h-100 {
  min-height: 0;
}
.row.flex-grow-1 {
  min-height: 0;
}*/

/*.team-kontakt {
  height: 100%;
  display: flex;
}

.team-kontakt > .col-6 {
  height: 100%;      
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

@media (orientation: landscape) and (max-width: 767px) {
  .team-kontakt {
    flex-direction: row !important;
	min-height: 0;
  }
}*/

/*Mobil
@media (max-width: 768px) {
  .team-index-img {
    max-height: 40vh;
  }
}*/


.employee-card {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
 }

@media (min-width: 992px) {
  .employee-card {
    flex-direction: row;
  }
}


.employee-image {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.employee-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .employee-image {
    max-height: 40vh;
  }
}

.employee-text {
  flex: 1;
  padding-left: 10%;        /* Abstand links */
  display: flex;
  flex-direction: column;    /* Untereinander anordnen */
  justify-content: center;   /* Vertikal zentrieren */
  height: 100%;             /*   oder z. B. height: 60px; */
}

@media (max-width: 991.98px) {
  .employee-text {
    padding-left: 20px;        /* Abstand links */
	padding-top: 20px;        
	padding-bottom: 10px;   
  }
}

/*.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}*/

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


.video-service-header {
	width: 100%; 
	height: 100%; 
	object-fit: contain; 
	object-position: bottom left
}


@media (max-width: 768px) and (orientation: portrait) {
  .video-service-header {
    object-fit: cover;
	object-position: bottom right;
	width: 130% !important;
    height: 70% !important;
    position: absolute;
    bottom: 00% !important;
    left: 0% !important;
    transform: translateX(-10%) !important;
	overflow:visible;
  }
}

/* LED CMS */
.led-image-wrapper {
    position: relative;
    display: inline-block;
}

.led {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: limegreen;
    box-shadow: 0 0 7px limegreen;
    animation: pulseCMS 1.5s infinite;
    opacity: 0.8;
}

@media (max-width: 768px) and (orientation: portrait) {
	.led {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: limegreen;
    box-shadow: 0 0 4px limegreen;
    animation: pulseCMS 1.5s infinite;
    opacity: 0.8;
}
}

/* Zufällige Animation-Delays für „Datenabtastung“-Effekt */
.led:nth-child(1) { animation-delay: 0.3s; }
.led:nth-child(2) { animation-delay: 1.1s; }
.led:nth-child(3) { animation-delay: 0.5s; }
.led:nth-child(4) { animation-delay: 1.4s; }
.led:nth-child(5) { animation-delay: 0.2s; }
.led:nth-child(6) { animation-delay: 0.9s; }
.led:nth-child(7) { animation-delay: 1.6s; }
.led:nth-child(8) { animation-delay: 0.4s; }
.led:nth-child(9) { animation-delay: 1.3s; }
.led:nth-child(10) { animation-delay: 0.6s; }
.led:nth-child(11) { animation-delay: 1.0s; }
.led:nth-child(12) { animation-delay: 0.7s; }
.led:nth-child(13) { animation-delay: 1.5s; }
.led:nth-child(14) { animation-delay: 0.1s; }
.led:nth-child(15) { animation-delay: 1.2s; }
.led:nth-child(16) { animation-delay: 0.8s; }
.led:nth-child(17) { animation-delay: 1.7s; }
.led:nth-child(18) { animation-delay: 0.0s; }

/* Unterschiedliche Animationen für Varianz 
.led:nth-child(2) { animation-delay: 0.3s; }
.led:nth-child(3) { animation-delay: 0.6s; }
.led:nth-child(4) { animation-delay: 0.9s; }*/

@keyframes pulseCMS {
	0%, 100% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 1;
    }
}


/*.row > [class^="col-"] {
  display: flex;
}
/*

h2.gruen {
  background: rgba(0, 255, 0, 0.1);
  border: 1px dashed green;
}

.image-hotspot-wrapper {
  background: rgba(0, 0, 255, 0.1);
  border: 1px dashed blue;
}*/

/*kontrolle Kontainer
* {
  border: 1px dashed lightgray;
}
*/
