   
        /* ======================================================= */
        /* FARBDEFINITIONEN & GRUND-STYLING */
        /* ======================================================= */
        :root {
            --primary-color: #87272C; /* Bordaux-Farben (ein tiefes Rot) (alt: 87272C) */
            --text-dark: #36454F; /* Anthrazit Dunkel */
            --white: #ffffff;
            --background-light: #f9f9f9;  /* dunkleres Bordaux: #87272C   */
            --sustainability-green: #36454F; /* Spezielle Farbe für Nachhaltigkeit */
            --grey-text: #ffffff; /* Heller Text für dunklen Hintergrund */
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Montserrat/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/Montserrat/montserrat-v31-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Montserrat/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/Montserrat/montserrat-v31-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Montserrat/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Montserrat/montserrat-v31-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Montserrat/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Montserrat/montserrat-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Montserrat/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/Montserrat/montserrat-v31-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Montserrat/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/Montserrat/montserrat-v31-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Montserrat/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/Montserrat/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Montserrat/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/Montserrat/montserrat-v31-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Montserrat/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/Montserrat/montserrat-v31-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



        body {
    font-family: 'Montserrat', sans-serif;
	    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
    padding-top: 90px;
}

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Allgemeine Typografie-Regeln */
        h1, h2, h3, h4, h5, h6 {
             color: var(--text-dark);
             font-weight: 700;
             line-height: 1.2;
        }
        
        p {
            margin-bottom: 1em;
        }

        /* ======================================================= */
        /* HEADER / MENÜLEISTE */
        /* ======================================================= */
        .header {
    background-color: var(--white);
    border-bottom: 1px solid var(--background-light);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            padding: 20px;
        }

        .logo img {
            height: 40px;
            display: block !important; /* Wichtig */
        }

        /* Hamburger Button: Standardmäßig auf dem Desktop verstecken */
        .hamburger-toggle {
            display: none; 
            background: none;
            border: none;
            font-size: 1.8em;
            color: var(--text-dark);
            cursor: pointer;
            padding: 10px;
            z-index: 20; /* Über dem Menü */
        }
.hamburger-icon {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 18px;
}

.hamburger-icon span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--text-dark);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}

.hamburger-icon span:nth-child(1) { top: 0; }
.hamburger-icon span:nth-child(2) { top: 8px; }
.hamburger-icon span:nth-child(3) { top: 16px; }

.hamburger-toggle.is-open .hamburger-icon span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.hamburger-toggle.is-open .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.hamburger-toggle.is-open .hamburger-icon span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}


        .nav-menu ul {
            list-style: none;
            display: flex;
        }
        
        .nav-menu ul li {
            margin-left: 25px;
            position: relative;
        }

        .nav-menu ul li a {
            color: var(--text-dark);
            text-decoration: none;
			font-size:0.85em;
            font-weight: 600;
            padding: 10px 5px;
            transition: color 0.3s, font-weight 0.3s;
            display: block !important;
        }

        .nav-menu ul li a:hover {
            color: var(--primary-color);
	        font-weight: 800;
        }
        
        /* Dropdown-Menü Styling */
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: var(--white);
            min-width: 300px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 10;
            top: 100%;
            left: 0;
            border-top: 3px solid var(--primary-color);
	        padding: 20px 0; /* Padding angepasst */
        }

        .dropdown-content a {
            color: var(--text-dark);
            padding: 10px 20px; /* Einheitliches Padding */
            text-decoration: none;
            display: block !important;
            text-align: left;
            white-space: nowrap;
	        font-weight: 600; /* Konsistent zu Hover */
        }

        .dropdown-content a:hover {
            background-color: var(--background-light); /* Leichter Hover-Hintergrund */
            color: var(--primary-color);
			
        }
        
        /* Dropdown beim Hover anzeigen */
        .nav-menu ul li:hover .dropdown-content {
            display: block !important;
			
			
        }
        
        /* ======================================================= */
        /* HERO BALKEN */
        /* ======================================================= */
        .hero-banner {
            background-color: var(--primary-color); 
            background-image: none; 
            min-height: 45vh; 
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }


	.hero-banner-werte {
            background-color: var(--primary-color); 
            background-image: none; 
            height: 20vh; 
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
	    color: #ffffff;
        }
        
        .hero-banner-content {
             padding: 40px 20px;
             text-align: center;
        }

        .hero-banner h1 {
            color: var(--white);
            font-size: 3em;
            font-weight: 800;
            margin-bottom: 20px;
        }
        
        .hero-banner p {
            color: var(--white); 
            font-size: 1.2em; 
            margin-bottom: 30px; 
            font-weight: 400;
        }
        
        /* Hero-Buttons-Klasse */
        .hero-button {
            background-color: var(--white); 
            color: var(--primary-color); 
            padding: 10px 20px; 
            border-radius: 4px; 
            text-decoration: none; 
            font-weight: 500; 
            transition: background-color 0.3s; 
            display: inline-block;
            margin: 0 10px; /* Abstand zwischen Buttons */
        }
        
        .hero-button:hover {
            background-color: var(--background-light);
        }




 /* ======================================================= */
        /* HERO BALKEN kleiner*/
        /* ======================================================= */
        .hero-banner-sub {
            background-color: var(--primary-color); 
            background-image: none; 
            min-height: 30vh; 
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }


	.hero-banner-sub-werte {
            background-color: var(--primary-color); 
            background-image: none; 
            height: 20vh; 
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
	    color: #ffffff;
        }
        
        .hero-banner-sub-content {
             padding: 40px 20px;
             text-align: center;
        }

        .hero-banner-sub h1 {
            color: var(--white);
            font-size: 3em;
            font-weight: 800;
            margin-bottom: 20px;
        }
        
        .hero-banner-sub p {
            color: var(--white); 
            font-size: 1.2em; 
            margin-bottom: 30px; 
            font-weight: 400;
        }



        /* ======================================================= */
        /* INHALTSABSCHNITTE / GRIDS */
        /* ======================================================= */
        .section {
            padding: 30px 0;
            background-color: var(--white);
        }
        
        .section-dark {
            background-color: var(--text-dark);
            padding: 60px 0;
        }

        /* Zentrierter Abschnitt */
        .centered-section {
            text-align: center;
            padding: 40px 0;
        }
        
        .section-title {
            font-size: 1.8em; 
            color: var(--text-dark); 
            text-align: center;
            padding: 10px 0; 
            margin-bottom: 20px;
            border-bottom: 2px solid var(--text-dark);
        }
        
        .section-title.white {
            color: var(--white);
            border-bottom-color: var(--background-light);
        }

        /* Two Columns (50/50) */
        .two-columns {
            display: flex;
            gap: 40px;
            padding: 20px 0;
        }
        
        .two-columns > div {
            flex: 1;
            padding: 0 20px;
        }
        
        .two-columns-centered {
            align-items: center; 
            justify-content: center;
        }
        
        .two-columns h2 {
            font-size: 2em;
            margin-bottom: 15px;
        }
        
        .two-columns h3 {
            font-size: 1em;
            font-weight: 400;
        }
        
        .two-columns-dark h2, .two-columns-dark h3 {
            color: var(--white) !important;
        }

        /* Allgemeine Grid-Struktur */
        .content-grid {
            display: flex;
            flex-wrap: wrap; 
            gap: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        /* Grid-Item-Standard-Styling */
        .column-item {
            flex: 1 1 48%; /* 2 Spalten Standard */
            padding: 30px 20px;
            background-color: var(--white);
            color: var(--text-dark);
            border: 1px solid var(--text-dark); /* Anthrazit Rand Standard */
            transition: all 0.4s ease-in-out;
            cursor: default;
            border-radius: 4px;
        }
        
        /* Anpassung für 3-Spalten-Layout */
        .three-col-grid .column-item {
             flex: 1 1 calc(33.333% - 14px);
	     /* 3 Spalten mit 20px Abstand */
        }
        
        /* Anpassung für 4-Spalten-Layout */
        .four-col-grid .column-item {
            flex: 1 1 calc(25% - 15px); /* 4 Spalten mit 20px Abstand */
            padding: 1.5em; /* Kleineres Padding */
        }
        
        /* HOVER EFFEKT DEFINITION */
        .column-item:hover {
            background-color: var(--primary-color);
            color: var(--white);
            border-color: var(--primary-color); /* Rand der Hover-Farbe */
        }
        
        /* Text-Farben im Grid-Item */
        .column-item h2, .column-item h3 {
            color: var(--text-dark);
            transition: color 0.4s ease-in-out;
            margin-bottom: 10px;
        }
        
        /* Text-Farben bei Hover */
        .column-item:hover h2, .column-item:hover h3 {
            color: var(--white);
        }

        .column-item h2 {
            font-size: 1.3em;
        }
        
        .column-item h3 {
            font-size: 1.0em;
            font-weight: 500;
        }
        
        /* Spezial-Styling für den Schwerpunkt-Block */
        .focus-item h2 {
            color: var(--primary-color) !important;
        }
        
        /* Sonderfall Nachhaltigkeit im Fokus-Block */
        .focus-item.sustainability-focus {
            background-color: var(--sustainability-green);
            border-color: var(--sustainability-green);
        }
        
        .focus-item.sustainability-focus h2, .focus-item.sustainability-focus h3 {
            color: var(--white) !important;
        }
        
        .focus-item.sustainability-focus:hover {
            background-color: var(--text-dark);
            border-color: var(--text-dark);
        }
        
        /* ======================================================= */
        /* ZUKLAPPBARER BEREICH (Collapsible) */
        /* ======================================================= */
        .collapsible-content {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.4s ease-out;
        }
        
        .collapsible-content.active {
             max-height: 500px;
             margin-top: 15px;
        }
        
        .toggle-link {
            cursor: pointer;
            color: var(--primary-color);
            text-decoration: underline;
            font-weight: 700;
            display: inline-block;
            margin-top: 10px;
        }
        
        .project-reference {
            border: 1px solid #CDCDCD; 
            padding: 20px; 
            margin-top: 15px;
        }
        
        .project-reference h2 {
            font-size: 1em; 
            color: var(--text-dark);
            margin-bottom: 15px;
        }


        /* ======================================================= */
        /* TEAM-SEKTION (Zwei Spalten mit Foto/Text) */
        /* ======================================================= */
        .team-block {
            background-color: var(--text-dark);
            padding: 40px 20px;
        }

        .team-member-row {
            display: flex;
            align-items: center;
            max-width: 1000px;
            margin: 50px auto;
            color: var(--white);
        }

        .team-member-row:nth-child(even) {
            flex-direction: row-reverse;
        }

        .member-photo-container,
        .member-text-container {
            flex: 1;
            padding: 10px;
        }

        .member-photo {
            width: 100%;
            max-width: 350px;
            height: auto;
			padding:16px;
           /* border: 18px solid var(--white); */
			border: 1px dotted #ffffff; 
            display: block !important;
           /* border-radius: 5px;  */
			border-radius: 2px;
		   
        }

	 .member-photo2 {
            width: 100%;
            max-width: 500px;
	    max-width: 400px;
            height: auto;
            border: 18px solid var(--white);
            display: block !important;
            border-radius: 5px;
        }

        
        /* Team-Info Styling */
        .member-text-container h2 {
            color: var(--white);
            font-size: 1.4em;
            font-weight: 400;
            margin-bottom: 5px;
        }
        
        .member-text-container h2 strong {
            font-weight: 700;
        }

        .member-text-container .role {
            font-size: 1em;
            color: var(--white);
            font-weight: 400;
            display: block !important;
            margin-bottom: 15px;
        }
        
        .member-text-container p {
            font-size: 1.0em; 
            color: var(--grey-text);
        }
        
        /* Titel im Team-Block */
        .team-block-title {
            font-size: 1.6em; 
            color: var(--white); 
            text-align: center;
        }
        
        .team-block-subtitle {
             font-size: 1.3em; 
             color: var(--white); 
             padding-top: 20px;
             text-align: center;
        }


        /* ======================================================= */
        /* TEAM-MEMBER HOVER (Bilder in Kompetenzen-Grid) */
        /* ======================================================= */

        .team-member-hover {
            position: relative;
            overflow: hidden;
            min-height: 250px;
            padding: 0 !important;
            border: none !important;
            cursor: default; /* Deaktiviert den Zeiger für das Elternelement */
            /* Bildfilter für Dunkelheit und Kontrast */
            filter: brightness(70%) contrast(135%);
            transition: filter 0.4s ease-in-out;
        }
        
        /* Filter bei Hover entfernen/ändern */
        .team-member-hover:hover {
            filter: brightness(100%) contrast(100%);
        }
        
        /* Text Container, der standardmäßig versteckt ist */
        .team-member-hover .team-text {
            position: absolute; 
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 1.5em;
            box-sizing: border-box;
            z-index: 2;
            
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            
            /* Hover-Zustand: Immer sichtbar, da es Teil des Bildes ist */
            opacity: 1;
            visibility: visible;
            transition: none; /* Keine Transaktionen, da Text immer da ist */
        }

        /* Texte sollen auf dem Bild immer Weiß sein */
        .team-member-hover .team-text h2, 
        .team-member-hover .team-text h3 {
            color: var(--white) !important;
            background: transparent !important;
            text-align: center;
            margin-bottom: 0; /* Kein Margin für H2/H3 im Team-Text */
        }
        
        .team-member-hover .team-text h2 {
             font-size: 1.5em;
        }
        
        .team-member-hover .team-text h3 {
             font-size: 1em;
             font-weight: 500;
             padding-bottom: 5px; /* Kleiner Abstand zur Unterkante */
        }

        /* Deaktiviert den allgemeinen column-item:hover Effekt für diese Team-Boxen */
        .team-member-hover:hover {
            background-color: transparent !important;
            border: none !important;
            color: var(--white) !important;
        }
        
        /* ======================================================= */
        /* NACHHALTIGKEITS-KÄRTCHEN (GRÜN: #478125) */
        /* ======================================================= */

        .sustainability-item h2 {
    color: var(--sustainability-green) !important; 
}

.sustainability-item:hover {
    background-color: var(--sustainability-green) !important; 
    border-color: var(--sustainability-green) !important;
}

.sustainability-item:hover h2, 
.sustainability-item:hover h3,
.sustainability-item:hover p {
    color: var(--white) !important; 
}



        /* ======================================================= */
        /* FOOTER & LOGO LEISTE */
        /* ======================================================= */
        .partner-logo {
            padding-left: 20px;
            border: 0px; 
            height: 2em;
        }
        
        .partner-logo:first-child {
            padding-left: 0;
        }
        
        .footer {
            background-color: var(--text-dark); 
            color: var(--background-light); 
            padding: 30px 0; 
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            font-size: 1.0em;
        }
        
        .footer h2 {
             color: var(--white);
             text-align: center;
             margin: 0;
        }
        
        .footer-info {
            font-size: 0.8em; 
            padding-top: 2px;
        }
        
        .footer-copy {
            font-size: 0.6em; 
            padding-top: 10px;
        }
        
        .footer-link {
            font-size: 0.6em; 
            color: var(--white); 
            text-decoration: none;
            margin-left: 10px;
        }
        
       /* ======================================================= */
        /* MOBIL-ANPASSUNGEN (RESPONSIVENESS) */
        /* ======================================================= */
        @media (max-width: 768px) {
            
            /* Hamburger Button sichtbar machen */
            .hamburger-toggle {
                display: block !important; /* Mobil anzeigen */
            }

            .header-content {
                /* Wichtig: Logo und Button nebeneinander platzieren */
                align-items: center; 
            }

            /* Mobiles Menü: Standardmäßig verstecken */
            .nav-menu {
                display: none; 
                flex-direction: column;
                width: 100%;
                position: absolute; /* Über den Seiteninhalt legen */
                top: 60px; /* An der Unterkante des Headers beginnen */
                left: 0;
                background-color: var(--white);
                z-index: 15;
                padding-bottom: 10px;
            }
            
            /* NEU: Klasse, die das Menü sichtbar macht, wenn Button geklickt wird (via JS) */
            .nav-menu.is-open {
                display: block !important; 
            }
            
            .nav-menu ul {
                flex-direction: column;
                margin-top: 0;
            }
            
            .nav-menu ul li {
                margin: 0;
                border-bottom: 1px solid var(--background-light);
            }
            
             .nav-menu ul li a {
                padding: 15px 20px; /* Etwas mehr Padding für Klickfläche */
            }
            
            .dropdown-content {
                position: static; /* Dropdown jetzt im normalen Dokumentfluss */
                box-shadow: none;
                border: none;
                background-color: var(--background-light);
                /* display: block !important; hier nicht nötig, da Dropdowns mobil per JS getoggelt werden sollten. 
                   Der Hover-Hack wird unten deaktiviert. */
                padding: 0;
            }
            
            /* Dropdown Hover/Öffnen auf Mobilgeräten muss per JS gesteuert werden,
               diese Regel würde das Dropdown ohne Klick immer zeigen */
            .nav-menu ul li:hover .dropdown-content {
                 /* display: none; */ /* KORREKTUR: DIESE REGEL ENTFERNEN */
            }


            /* --- Allgemeine Mobile Anpassungen --- */
            
            /* FIX FÜR HERO-BEREICH: Höhe anpassen und Schriftgröße reduzieren */
            .hero-banner {
                height: auto; /* Die feste Höhe entfernen */
                min-height: 50vh; /* Mindesthöhe für ausreichend Platz */
                padding: 30px 0; /* Vertikales Padding hinzufügen */
            }
            
            .hero-banner-content {
                 padding: 20px; /* Weniger Padding als Desktop */
            }
            
            .hero-banner h1 {
                font-size: 2em; /* Reduziert von 3em */
                margin-bottom: 10px; /* Abstand reduzieren */
            }
            
            .hero-banner p {
                font-size: 1em; /* Reduziert von 1.2em */
                margin-bottom: 20px; 
            }
            
            .hero-banner .hero-button {
                 margin: 0 auto 10px auto; /* Zentrieren und 10px Abstand unten */
                 display: block !important; /* Button auf volle Breite (im Container) */
                 width: 80%; /* Limitieren der Breite */
                 max-width: 300px;
            }
            /* ENDE FIX HERO-BEREICH */


            .two-columns {
                flex-direction: column;
                gap: 30px;
            }
            
            .content-grid {
                 flex-direction: column;
                 gap: 30px;
            }
            
            /* Alle Grid-Items werden 100% breit */
            .column-item,
            .three-col-grid .column-item, 
            .four-col-grid .column-item {
                flex: 1 1 100%;
            }
            
            .logo {
                padding: 10px;
            }
            
            .dropdown-content a {
                padding: 10px 30px; /* Tieferer Einzug */
            }
            
            /* Team-Sektion mobil */
            .team-member-row,
            .team-member-row:nth-child(even) {
                flex-direction: column;
                text-align: center;
                margin: 30px auto;
            }

            .member-photo-container {
                margin-bottom: 15px;
            }

            .member-photo {
                max-width: 80%;
                border: 6px solid var(--white); /* KORRIGIERT: Rahmen auf 6px gesetzt */
		margin: 0 auto; 
            }
            
            .member-text-container h2, .member-text-container .role, .member-text-container p {
                text-align: center;
            }
            
            .partner-logo {
                padding-left: 10px;
                height: 1.5em;
            }

            .partner-logo:nth-child(n) {
                padding-left: 10px;
            }
            
            .partner-logo:nth-child(4n+1) {
                padding-left: 0; /* Beginnt eine neue Reihe von 4 */
            }
        }

/* =============================================== */
/* SCHWERPUNKTE – TRANSPARENT, WEISSER GEPUNKTETER RAND, KEIN HOVER */
/* =============================================== */

#branchen .focus-grid .column-item {
  border-radius: 4px;
  padding: 2.5em;
  transition: none;
  backdrop-filter: blur(30px);
  background-color: transparent !important;
  border: 1px dotted #ffffff !important;
  text-align: center;
}

/* Icons: Weiß */
#branchen .focus-grid .column-item img {
  height: 60px;
  margin-bottom: 15px;
  opacity: 1;
  filter: brightness(0) invert(1);
  transition: none;
}

/* Textfarbe Weiß */
#branchen .focus-grid .column-item h2,
#branchen .focus-grid .column-item p {
  color: #ffffff !important;
}

/* Hover-Effekt komplett deaktivieren */
#branchen .focus-grid .column-item:hover {
  background-color: transparent !important;
  transform: none !important;
  box-shadow: none !important;
  border: 1px dotted #ffffff !important;
}

#branchen .focus-grid .column-item:hover img {
  filter: brightness(0) invert(1) !important;
}

#branchen .focus-grid .column-item:hover h2,
#branchen .focus-grid .column-item:hover p {
  color: #ffffff !important;
}

/* Nachhaltigkeit bleibt ebenfalls transparent, aber mit grünem Rand */
#branchen .focus-grid .sustainability-focus {
  background-color: transparent !important;
  border: 1px dotted #ffffff !important;
}

#branchen .focus-grid .sustainability-focus h2,
#branchen .focus-grid .sustainability-focus p {
  color: #ffffff !important;
}

#branchen .focus-grid .sustainability-focus img {
  filter: brightness(0) invert(1) !important;
}







/* Spezifische Override-Regeln für Nachhaltigkeit (überschreibt die vorhandenen Hover-Regeln) */

/* 1) Für die Schwerpunkte-Grid (das Kästchen mit class='column-item focus-item sustainability-focus') */
#branchen .focus-grid .column-item.sustainability-focus:hover h2,
#branchen .focus-grid .column-item.sustainability-focus:hover h3,
#branchen .focus-grid .column-item.sustainability-focus:hover p {
  color: #ffffff !important;
}

/* Icons (sicherstellen, dass das Blatt/Icon invertiert bleibt) */
#branchen .focus-grid .column-item.sustainability-focus:hover img {
  filter: brightness(0) invert(1) !important;
}

/* 2) Für die drei Vorteile-Karten (class='column-item sustainability-item') */
.column-item.sustainability-item:hover h2,
.column-item.sustainability-item:hover h3,
.column-item.sustainability-item:hover p {
  color: #ffffff !important;
}

.column-item.sustainability-item:hover img {
  filter: brightness(0) invert(1) !important;
}









/* Nachhaltigkeitskarten Hover-Effekt wie Schwerpunkte, aber grün behalten */
.column-item.sustainability-item {
  transition: all 0.4s ease-in-out;
}

/*
.column-item.sustainability-item:hover {
  background-color: #ffffff !important;
  border-color: var(--sustainability-green) !important;
  transform: translateY(-0px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

*/
.column-item.sustainability-item:hover h2,
.column-item.sustainability-item:hover h3,
.column-item.sustainability-item:hover p {
  color: #ffffff !important;
}

.column-item.sustainability-item:hover img {
  filter: brightness(0) invert(1) !important;
}



/* Fix für hero-banner-sub mobil */
.hero-banner-sub {
    height: auto !important;
    min-height: 30vh;
    padding: 30px 0;
}

.hero-banner-sub h1 {
    font-size: 1.6em;
    line-height: 1.3em;
    word-break: break-word;
    white-space: normal;
    padding: 0 10px;
}

.hero-banner-sub p {
    font-size: 1em;
    padding: 0 15px;
}


/* Fix: Bild in Finanzbereich wieder sichtbar machen */
#branchen .focus-grid .column-item.sustainability-focus .image-column img {
  filter: none !important;
  opacity: 1 !important;
}


.hr-dotted{
  border: 0;
  border-top: 2px dotted #333; /* Breite, Stil, Farbe */
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  .two-columns h2 {
    font-size: 1.4em !important;
    line-height: 1.3em !important;
    word-break: break-word !important;
    white-space: normal !important;
    text-align: center !important;
    padding: 0 10px !important;
  }

  .two-columns h3 {
    font-size: 1em !important;
    line-height: 1.5em !important;
    padding: 0 15px !important;
    text-align: center !important;
  }
}


html, body {
  overflow-x: hidden !important;
}

@media (max-width: 768px) {
  .two-columns {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 0 10px !important;
    margin: 0 !important;
  }

  .two-columns > * {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  section, div {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}

/* lustig */

@media (max-width: 768px) {
  .two-columns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 30px !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .two-columns > div,
  .two-columns > .column {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .two-columns img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }

  .two-columns h2,
  .two-columns h3,
  .two-columns p {
    text-align: center !important;
    padding: 0 15px !important;
  }

  /* Verhindert horizontales Scrollen */
  html, body {
    overflow-x: hidden !important;
  }
}

/* --- FIX: Zwei-Spalten-Bereich auf Mobil korrigieren --- */
@media (max-width: 768px) {

  /* Container-Ausrichtung korrigieren */
  .two-columns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* Beide Spalten gleich breit und untereinander */
  .two-columns > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  /* Bilder skalieren und mittig platzieren */
  .two-columns img {
    width: 100% !important;
    height: auto !important;
    max-width: 380px !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* Text optisch mittig und lesbar */
  .two-columns h2,
  .two-columns h3,
  .two-columns p {
    text-align: center !important;
    padding: 0 10px !important;
    line-height: 1.5em !important;
    word-break: break-word !important;
  }

  /* Scrollprobleme verhindern */
  html, body {
    overflow-x: hidden !important;
  }
}


/* --- Fix: Zwei-Spalten-Bereich mit Text + Bild --- */
@media (max-width: 768px) {
  /* Der gesamte Block soll vertikal statt horizontal anordnen */
  .two-columns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
  }

  /* Beide Spalten sollen volle Breite bekommen */
  .two-columns > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  /* Bild auf Mobil schön groß darstellen */
  .two-columns img {
    width: 100% !important;
    height: auto !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Text sauber einrücken */
  .two-columns h2,
  .two-columns h3,
  .two-columns p {
    text-align: center !important;
    line-height: 1.5em !important;
    padding: 0 10px !important;
  }

  html, body {
    overflow-x: hidden !important;
  }
}

/* -----------------------
   FINALER MOBILE-FIX für den 'Wir begleiten Banken...'-Block
   Zuerst: überschreibt Inline-Flex auf Mobil und stapelt Text+Bild
   ----------------------- */
@media (max-width: 768px) {

  /* Falls Inline-Styles (display:flex; gap:40px) noch vorhanden sind:
     Zielselector trifft genau das problematische Element */
  div.column-item.focus-item.sustainability-focus[style*='display:flex'] ,
  .column-item.focus-item.sustainability-focus {
    display: flex !important;            /* sicherstellen, dass es ein Flex-Container bleibt */
    flex-direction: column !important;   /* WICHTIG: -> stapeln (Text über Bild) */
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    padding: 1.25rem !important;         /* verkleinertes Padding für mobile */
    margin: 0 auto !important;
    text-align: left !important;         /* linksbündig lesbar (oder center, wenn gewünscht) */
  }

  /* Erzwinge, dass die beiden inneren Spalten 100% Breite bekommen */
  .column-item.focus-item.sustainability-focus .text-column,
  .column-item.focus-item.sustainability-focus .image-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  /* Bild groß und zentriert anzeigen */
  .column-item.focus-item.sustainability-focus .image-column {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .column-item.focus-item.sustainability-focus .image-column img {
    width: 100% !important;
    max-width: 480px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* Text lesbar machen, Abstand reduzieren */
  #branchen .focus-grid .column-item { padding: 1.25rem !important; } /* überschreibt 2.5em */
  .column-item.focus-item.sustainability-focus .text-column p {
    text-align: left !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    word-break: break-word !important;
  }

  /* zusätzliche Absicherung ge*/


/* --- Fix: Hero-Banner 'Werde Teil der RS GROUP' mobil sichtbar machen --- */
@media (max-width: 768px) {
  .hero-banner-sub {
    height: auto !important;           /* feste Höhe aufheben */
    min-height: 50vh !important;       /* Mindesthöhe für Lesbarkeit */
    padding: 60px 20px !important;     /* zusätzlicher Abstand oben/unten */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    overflow: visible !important;      /* Text darf herausragen, kein Clipping */
  }

  .hero-banner-sub-content {
    padding: 20px !important;
    text-align: center !important;
  }

  .hero-banner-sub h1 {
    font-size: 1.8em !important;
    line-height: 1.3em !important;
    margin-bottom: 10px !important;
    padding: 0 10px !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  .hero-banner-sub p {
    font-size: 1em !important;
    line-height: 1.5em !important;
    padding: 0 15px !important;
    margin-bottom: 15px !important;
  }

  html, body {
    overflow-x: hidden !important;
  }
}

/* ---- HERO: Karriere ('Werde Teil der RS GROUP') ---- */
.hero-banner-sub#karriere {
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 70vh;           /* genug Platz für Inhalt */
  padding: 120px 20px 80px;   /* extra Platz oben für fixen Header */
  box-sizing: border-box;
  overflow: hidden;
}

.hero-banner-sub#karriere .hero-banner-sub-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-banner-sub#karriere h1 {
  font-size: 2.4em;
  font-weight: 800;
  line-height: 1.3em;
  margin-bottom: 15px;
  word-break: break-word;
}

.hero-banner-sub#karriere p {
  font-size: 1.2em;
  line-height: 1.6em;
}

/* Mobile-Optimierung */
@media (max-width: 768px) {
  .hero-banner-sub#karriere {
    min-height: auto;
    padding: 140px 15px 100px; /* mehr Platz nach oben */
  }

  .hero-banner-sub#karriere h1 {
    font-size: 1.8em;
  }

  .hero-banner-sub#karriere p {
    font-size: 1em;
  }
}


.career-level h2 {
  color: var(--primary-color);
  font-size: 1.6em;
  margin-bottom: 0.6em;
}

.career-level h3 {
  color: #333;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.career-level ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.2em 0;
}

.career-level ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}

.career-level ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

/* ---- Mobile Fix für Projektübersicht (z.B. 'Entwicklung Plattform zur Erfüllung...') ---- */
@media (max-width: 768px) {
  .four-col-grid,
  .three-col-grid,
  .content-grid.focus-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 25px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .four-col-grid .column-item,
  .three-col-grid .column-item,
  .content-grid.focus-grid .column-item {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  .four-col-grid .column-item h3,
  .three-col-grid .column-item h3 {
    font-size: 1.1em !important;
    line-height: 1.4em !important;
  }

  .four-col-grid .column-item p,
  .three-col-grid .column-item p {
    font-size: 1.05em !important;
    line-height: 1.6em !important;
  }

  html, body {
    overflow-x: hidden !important;
  }
}

/* --- FIX: Icons (z. B. Checkmarks) in Nachhaltigkeits-Boxen zentrieren --- */
@media (max-width: 768px) {
  .three-col-grid .column-item img,
  .four-col-grid .column-item img {
    display: block !important;
    margin: 0 auto 15px auto !important;  /* zentriert horizontal */
  }

  .three-col-grid .column-item,
  .four-col-grid .column-item {
    text-align: center !important;        /* zentriert auch Text */
  }
}

/* --- MOBILE FIX: Icons + Texte zentrieren --- */
@media (max-width: 768px) {
  /* Container-Ausrichtung */
  .three-col-grid .column-item,
  .four-col-grid .column-item,
  .content-grid.focus-grid .column-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
  }

  /* Icon-Position */
  .three-col-grid .column-item img,
  .four-col-grid .column-item img,
  .content-grid.focus-grid .column-item img {
    display: block !important;
    margin: 0 auto 15px auto !important;
  }

  /* Text-Abstände optimieren */
  .three-col-grid .column-item h3,
  .four-col-grid .column-item h3,
  .content-grid.focus-grid .column-item h3 {
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    text-align: center !important;
  }

  .three-col-grid .column-item p,
  .four-col-grid .column-item p,
  .content-grid.focus-grid .column-item p {
    text-align: center !important;
    margin: 0 auto !important;
    line-height: 1.5em !important;
    padding: 0 10px !important;
  }
}


<!-- ========================= -->
<!-- STYLES (dezent & scoped) -->
<!-- ========================= -->

  /* schlank, an eure Typo/Farben angepasst */
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
  }
  .form-field { display: flex; flex-direction: column; }
  .form-field-full { grid-column: 1 / -1; }
  .form-field label { font-weight: 600; margin-bottom: 6px; }
  .form-field input, .form-field select, .form-field textarea {
    border: 1px solid var(--background-light);
    padding: 10px 12px;
    border-radius: 6px;
    font: inherit;
  }
  .form-field input:focus, .form-field select:focus, .form-field textarea:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 1px;
  }
  .checkbox { display: inline-flex; gap: 8px; align-items: flex-start; }
  .checkbox a { color: var(--primary-color); text-decoration: underline; }
  .error { color: #b00020; min-height: 1em; }
  .form-status { margin-top: 12px; }
  @media (max-width: 768px) {
    .form-grid { grid-template-columns: 1fr; }
  }
  
  
  /* Visitenkarte */
.contact-card {
  background: #fff;
  color: var(--text-dark);
  width: 60%;
  margin: 2rem auto;
  padding: 1.75rem 2rem;
  border-radius: 8px;
  /* kräftiger schwarzer Schatten */
  box-shadow: 0 14px 28px rgba(0,0,0,0.28), 0 8px 10px rgba(0,0,0,0.24);
  text-align: left;
}

.contact-card a {
  color: var(--text-dark);
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.25);
}
.contact-card a:hover { border-bottom-color: transparent; }

/* Mobil vollbreit */
@media (max-width: 768px) {
  .contact-card { width: 92%; padding: 1.25rem 1.5rem; }
}


/* Kontaktkarte: Desktop wie gewünscht 60%, mobil schön breit */
@media (max-width: 992px){
  .contact-card { width: 80%; }
}
@media (max-width: 768px){
  .contact-card { width: 96% !important; padding: 1.25rem 1.5rem; }
  .card-logo { text-align: right; }
  .card-logo img { width: clamp(160px, 52vw, 260px); height: auto; }
}
@media (max-width: 420px){
  .card-logo { text-align: center; }
  .card-logo img { margin: 0 auto; }
}

@media (max-width: 768px){
  .header .logo img { height: 48px; }
}


/* Kontaktkarten-Logo: Desktop rechtsbündig + gedeckelte Größe */
.card-logo { 
  text-align: right;              /* rechtsbündig auf Desktop */
  margin-bottom: .5rem;
  aling:right;
}
.card-logo img {
  width: clamp(140px, 14vw, 200px);  /* nie zu groß: min 140px, max 200px */
  height: auto;
  align:right;
}

/* Optional: sehr kleine Geräte zentrieren (du hast das bereits für 420px) */
@media (max-width: 420px){
  .card-logo { text-align: center; }
}

/* Desktop-Default: rechtsbündig, 15% VW */
.card-logo { 
  text-align: right;
  margin-bottom: .5rem;
}
.card-logo img {
  width: 15vw;   /* exakt 15% der Viewport-Breite */
  height: auto;
}

/* Tablets/Mobil: größer und zentrierbar */
@media (max-width: 768px){
  .card-logo { text-align: right; }         /* oder center, wenn gewünscht */
  .card-logo img { padding-bottom:20px; width: clamp(160px, 52vw, 260px) 
  }
}
@media (max-width: 420px){
  .card-logo { text-align: center; }
}


    
/* === OVERRIDE: Contact-card logo alignment & size (desktop) === */
.contact-card .card-logo{ 
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  text-align: right !important;
  margin-bottom: .25rem !important;
 

}
.contact-card .card-logo img{
  width: 15vw !important;      /* 15% of viewport width */
  max-width: 220px !important; /* cap on large desktops/4K */
  min-width: 140px !important; /* keep readable */
  height: auto !important;
  
 
}

/* Mobile/tablet: center logo + scale reasonably */
@media (max-width: 768px){
  .contact-card .card-logo{ justify-content: center !important; }
  .contact-card .card-logo img{ width: 52vw !important; max-width: 260px !important; }

}

