@charset "UTF-8";

/*!
* Start Bootstrap - Agency v7.0.4 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #1d4426;
  --bs-green: #1d4426;
  --bs-teal: #1d4426;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #1d4426;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #1d4426;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;

  /* ✅ HussarBold als Bootstrap-Standardschrift */
  --bs-font-sans-serif: "HussarBold", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "HussarBold", "Roboto Slab", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;

  /* HussarBold als primäre Schrift für alle Überschriften */
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-weight: 700;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  padding-left: 2rem;
}

dl,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

b,
strong {
  font-weight: bolder;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #ffffff;
}

a {
  color: #1d4426;
  text-decoration: underline;
}

a:hover {
  color: #1d4426;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  vertical-align: top;
  border-color: #ffffff;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #000000;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffe480;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #000000;
  background-color: #ffffff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #ffe480;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.25);
}

.form-check-input:checked {
  background-color: #1d4426;
  border-color: #1d4426;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #1d4426;
  border-color: #1d4426;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}

.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.form-check-input.is-valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.form-check-input.is-invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #1d4426;
  border-color: #1d4426;
}

.btn-primary:hover {
  color: #fff;
  background-color: #287233;
  border-color: #287246;
}

.btn-primary:focus {
  color: #fff;
  background-color: #287233;
  border-color: #287246;
  box-shadow: 0 0 0 0.25rem rgba(255, 208, 38, 0.5);
}

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #287246;
  border-color: #bf9600;
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 208, 38, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #1d4426;
  border-color: #1d4426;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-divider {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1d4426;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1d4426;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #287246;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #ffffff !important;
  backdrop-filter: none !important; /* falls du vorher blur hattest */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* optional für dezente Trennung */
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(29, 68, 38, 1);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler .menu-text {
  display: inline-block;
}

.navbar-toggler .menu-icon {
  display: inline-block;
}

.navbar-toggler .close-icon {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .menu-text {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .menu-icon {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .close-icon {
  display: inline-block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.btn-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 1.5rem;
  height: 180px;
  width: 100%;
  font-weight: 600;
  color: #212529;
  background: #f8f9fa;
  border: 2px solid #000;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2),
    -6px -6px 12px rgba(255, 255, 255, 0.9);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-card:hover {
  box-shadow: inset 6px 6px 10px rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px rgba(255, 255, 255, 0.9);
  transform: scale(0.98);
}

.btn-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-style {
  margin-bottom: 0.5rem;
  color: #212529;
}

.btn-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.btn-text {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .btn-card {
    height: 160px;
    padding: 1.2rem;
  }

  .row.g-4 .col-md-6 {
    width: 100%;
  }
}

.icon-style {
  margin-bottom: 0.5rem;
}

.btn-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.btn-text {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .btn-card {
    min-height: 120px;
    padding: 1rem;
  }
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body h2 {
  font-size: 28px;
  text-align: center;
}

@media (max-width: 820px) {
  .modal-body h2 {
    font-size: 20px !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.link-dark {
  color: #212529;
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.h-100 {
  height: 100% !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-primary {
  color: #1d4426 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #343435 !important;
}

.text-muted2 {
  color: #ffffff !important;
}

.text-muted3 {
  color: #8c8a8a !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }
}

html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

.page-section {
  padding: 4rem 0rem 4rem 0rem;
}

.page-section .section-heading.h2,
.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-section .section-subheading.h3,
.page-section h3.section-subheading {
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "HussarBold", "Roboto Slab", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 700;
}

#mainNav .navbar-brand {
  color: #1d4426;
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  color: #1d4426;
  letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #1d4426;
  text-decoration: underline;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }

  #mainNav .navbar-brand img {
    height: 2rem;
    transition: height 0.3s ease-in-out;
  }

  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }

  #mainNav.navbar-shrink .navbar-brand img,
  #mainNav.navbar-shrink .navbar-brand svg {
    height: 1.5rem;
  }

  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }

  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

/* =============================
   HEADER STYLING
   ============================= */
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../assets/img/header-bg.webp") !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "HussarBold", "Roboto Slab", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* =============================
   HEADER MEDIA QUERIES
   ============================= */
@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }

  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 6rem;
  }

  header.masthead .masthead-heading {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  header.masthead {
    background-image: url("../assets/img/header-bg-mobile.webp") !important;
    background-size: cover;
    background-position: center center;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  header.masthead .masthead-heading {
    font-size: 1.8rem;
  }

  header.masthead .masthead-subheading {
    font-size: 1rem;
  }

  header.masthead .btn.btn-primary.btn-xl {
    font-size: 1.2rem;
    padding: 0.65rem 1.2rem;
  }
}

/* =============================
   SECTION HEADERS
   ============================= */
.section-header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #1d4426;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-header-border,
.section-header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  gap: 10px;
}

.section-header-border {
  background-color: #f1f3f5;
  border-left: 14px solid #1d4426;
  color: #212529;
}

.section-header-main {
  background: #e9ecef;
  border-left: 14px solid #212529;
  color: #212529;
  font-size: 2rem;
  padding: 14px 22px;
}

.section-header-main i {
  color: #212529;
  font-size: 1.8rem;
}

/* =============================
   SECTION HEADERS MEDIA QUERIES
   ============================= */
@media (max-width: 375px) {
  .section-header-main {
    font-size: 1.6rem;
    padding: 12px 20px;
  }

  .section-header-main i {
    font-size: 1.5rem;
  }
}

#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(40, 114, 51, 0.7);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content {
  font-size: 1.25rem;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1rem;
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "HussarBold", "Roboto Slab", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.portfolio-modal .modal-content .h2,
.portfolio-modal .modal-content h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "HussarBold", "Roboto Slab", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

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

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #1d4426;
}

.timeline > li .timeline-image .h4,
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading .h4,
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading .subheading.h4,
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline > li .timeline-image .h4,
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline > li .timeline-image .h4,
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline > li .timeline-image .h4,
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/* 🟢 Basis-Team-Karte */
.team-member {
  width: 360px; /* Immer exakt 360px breit */
  max-width: 360px;
  text-align: center;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.8s ease-out;

  /* 🔥 Scroll-Animation Standard-Zustand */
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

/* 🔹 Fix für den Bereich zwischen 992px - 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .team-member {
    width: 360px !important; /* Exakte Breite */
    max-width: 360px !important;
  }

  /* Falls Bootstrap noch Platz verschiebt */
  .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* 🔹 Fix für kleinere Geräte */
@media (max-width: 991px) {
  .team-member {
    width: 100%; /* Falls der Bildschirm kleiner ist */
    max-width: 360px;
    margin: 0 auto;
  }
}

/* 🔹 Sichtbarkeit mit Animation */
.team-member.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 🔹 Hover-Effekt */
.team-member:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* 🟢 Bild bleibt im Kreis */
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

/* LinkedIn-Button rund und mit Icon */
.linkedin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0077b5;
  text-decoration: none;
}

section#contact {
  background-color: #212529;
  background-image: url("../assets/img/contact.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}

section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.5rem;
  background-color: #ffffff; /* Hintergrund der Eingabefelder: weiß */
  color: #000000; /* Schriftfarbe: schwarz */
}

section#contact form#contactForm .form-group input.form-control {
  height: auto;
}

section#contact form#contactForm .form-group-textarea {
  height: 100%;
}

section#contact form#contactForm .form-group-textarea textarea {
  height: 94%;
  min-height: 10rem;
}

section#contact form#contactForm .form-control:focus {
  border-color: #1d4426;
  box-shadow: none;
}

/* Platzhaltertexte: jetzt ebenfalls schwarz */
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #000000;
}

section#contact form#contactForm :-moz-placeholder {
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #000000;
}

section#contact form#contactForm ::-moz-placeholder {
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #000000;
}

section#contact form#contactForm :-ms-input-placeholder {
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #000000;
}

#submitSuccessMessage,
#submitErrorMessage {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem; /* z. B. etwas größer als normal */
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "HussarBold", Montserrat, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 992px) {
  .intro-logo {
    max-width: 85%;
    max-height: 70vh;
  }
}

@media (max-width: 768px) {
  .intro-logo {
    max-width: 80%;
    max-height: 60vh;
  }
}

@media (max-width: 576px) {
  .intro-logo {
    max-width: 75%;
    max-height: 50vh;
  }
}

@media (max-width: 375px) {
  .intro-logo {
    max-width: 70%;
    max-height: 45vh;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.95);
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.cookie-banner button {
  margin: 5px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.btn-primary {
  background-color: #1d4426;
  color: #212529;
}

.btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.cookie-settings {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #212529;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  max-width: 300px;
  text-align: left;
}

.cookie-settings:not(.hidden) {
  display: block;
}

.hidden {
  display: none !important;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler.collapsed .fa-bars {
  display: inline-block;
}

.navbar-toggler.collapsed .fa-times {
  display: none;
}

.navbar-toggler:not(.collapsed) .fa-bars {
  display: none;
}

.navbar-toggler:not(.collapsed) .fa-times {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link,
  .navbar-nav .nav-link:active,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:link,
  .navbar-nav .nav-link:visited {
    color: #000000 !important;
    background-color: transparent !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    outline: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    display: block !important;
  }
}

.card {
  margin-bottom: 20px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card .text-muted {
  font-size: 1.1rem;
  color: #6c757d !important;
}

.btn-primary {
  color: #fff !important;
}

.fa-stack {
  transition: transform 0.3s ease;
}

.fa-circle {
  transition: color 0.3s ease;
}

.fa-stack:hover {
  transform: scale(1.2);
}

.fa-stack:hover .fa-circle {
  color: #287233 !important;
}

.card-it {
  background-color: #f9fafb;
  color: #212529;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.card-it:hover {
  transform: translateY(-3px);
  box-shadow: 16px 8px 16px rgba(0, 0, 0, 0.08);
}

.card-it i {
  color: #0d6efd;
}

.card-title {
  font-weight: 600;
  color: #212529;
}

.card-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .card-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 374px) {
  .timeline .timeline-heading h4 {
    font-size: 0.9rem;
  }

  .timeline .timeline-heading .subheading {
    font-size: 1rem;
  }

  .timeline .timeline-body p {
    font-size: 0.9rem;
  }

  .timeline-image {
    width: 70px;
    height: 70px;
  }

  .timeline-image img {
    width: 70px;
    height: 70px;
  }

  .timeline-panel {
    padding: 10px;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
}

@font-face {
  font-family: "HussarBold";
  src: url("assets/fonts/HussarBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/fonts/montserrat-v29-latin-regular.woff2") format("woff2"),
    url("/assets/fonts/montserrat-v29-latin-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/fonts/montserrat-v29-latin-700.woff2") format("woff2"),
    url("/assets/fonts/montserrat-v29-latin-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("/assets/fonts/roboto-slab-v34-latin-regular.woff2") format("woff2"),
    url("/assets/fonts/roboto-slab-v34-latin-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("/assets/fonts/roboto-slab-v34-latin-700.woff2") format("woff2"),
    url("/assets/fonts/roboto-slab-v34-latin-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat" !important;
  src: url("/assets/fonts/montserrat-v29-latin-regular.woff2") !important; /* Deine WOFF/WOFF2 URLs */
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: swap !important; /* <-- Hier der Trick */
}

.small-text {
  font-size: 0.6em;
}

/* Marquee Container */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  padding: 50px 0;
  display: flex;
  align-items: center;
  /* Fading-Effekt an den Rändern (Maskierung) */
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

/* Der Track – Doppelte Inhalte für echten Loop */
.marquee__inner {
  display: flex;
  width: max-content;
  animation: scroll var(--duration, 15s) linear infinite;
}

/* Einzelne Elemente */
.marquee__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 100px;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  padding: 0 30px;
}

/* Icons */
.marquee__item i {
  font-size: 4rem;
  color: var(--bs-primary);
  margin-bottom: 10px;
}

/* 🚀 Endlos-Animation: Verschiebt exakt um --cycle-width */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--cycle-width)));
  }
}

/* 📱 Mobile Geschwindigkeit anpassen */
@media (max-width: 768px) {
  .marquee__inner {
    animation-duration: 10s;
  }
}

@media (max-width: 480px) {
  .marquee__inner {
    animation-duration: 7s;
  }
}

/* Sichtbarer Container mit sanftem Rand-Fading */
.partner-container {
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 0;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  position: relative;
}

/* Scroll-Track */
.partner-scroll__wrapper {
  display: flex;
  align-items: center;
  gap: 80px; /* gleichmäßiger Abstand */
  animation: partnerScroll var(--duration, 30s) linear infinite;
}

/* Scroll-Animation */
@keyframes partnerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--cycle-width)));
  }
}

.partner-container {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.partner-track {
  display: flex;
  width: fit-content;
  animation: scrollPartner 20s linear infinite;
}

.partner-item {
  flex: 0 0 auto;
  width: 180px;
  height: 100px;
  margin: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, filter 0.3s ease;
  animation: float 4s ease-in-out infinite;
}

.partner-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.partner-item:hover {
  transform: scale(1.2);
  filter: brightness(1.1);
  z-index: 2;
}

/* Float Animation */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0px);
  }
}

/* Endlos horizontal scrollen */
@keyframes scrollPartner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 🟢 Container für beide iPads */
.ipads-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px; /* Abstand zwischen den Karten */
  flex-wrap: wrap; /* Falls der Platz nicht reicht, umbrechen */
  max-width: 100%;
  margin: 0 auto;
}

/* 🟢 iPad-Karten */
.ipad-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border: 6px solid #aaa;
  border-radius: 40px;
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.9);
  max-width: 600px; /* 🔥 Maximale Größe bleibt */
  width: 100%;
  height: auto; /* 🔥 Dynamische Höhe, passt sich automatisch an */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.5s ease-in-out;
}

/* 🟢 Beim Hover: Animation pausieren */
.ipad-card:hover {
  animation-play-state: paused;
  transform: translateY(0);
}

/* Bildschirm */
.screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
  background-size: 250px 250px;
  display: flex;
  flex-direction: column;
}

/* Status-Bar */
.status-bar {
  height: 30px;
  margin: 10px 20px;
  color: #fefefe;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.status-left {
  min-width: 120px;
}

.status-right i {
  font-size: 1rem;
}

/* 🟢 Überschrift */
.ipad-heading {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  margin: 10px 0 20px;
  color: #ffffff;
}

/* 🟢 Apps-Container für 6 Apps → 3 Spalten */
.apps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 🔥 Immer 3 Spalten */
  grid-template-rows: repeat(2, auto);
  gap: 15px;
  place-items: center;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* 🟢 App-Design (180px) */
.app {
  width: 160px; /* 🔥 Vergrößert */
  height: 160px; /* 🔥 Vergrößert */
  background: linear-gradient(145deg, #ffffff, #e0e0e0);
  border-radius: 20px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3),
    3px 3px 6px rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* 🟢 Hover-Effekt: 3D-Lift mit Schatten unten rechts */
.app:hover {
  transform: translateY(-4px);
  background: linear-gradient(145deg, #3f874e, #2b5d34);
  color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.35),
    4px 4px 8px rgba(48, 107, 60, 0.9);
}

/* 🟢 Klick-Effekt */
.app:active {
  transform: translateY(2px);
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.4),
    inset 4px 4px 10px rgba(255, 255, 255, 0.4);
}

/* 🟢 Icon fixiert im oberen Bereich */
.app i {
  font-size: 2rem; /* 🔥 Größeres Icon für mehr Sichtbarkeit */
  color: #1d4426;
  transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
  margin-bottom: 8px;
}

.app-title {
  font-size: 1.05rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 10px;
  height: auto;
  min-height: unset;
  max-height: unset;
  word-break: normal;
  overflow-wrap: normal;
}

/* Hover-Farbe für Icon + Titel */
.app:hover .app-title {
  color: #fff;
  transform: scale(1.05);
}

/* 🟢 Hover-Effekt */
.app:hover i {
  color: #fff;
  transform: scale(1.05);
}

/* 🟢 CTA-Button */
.cta-wrap {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.cta-button {
  background-color: #1d4426;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(48, 107, 60, 0.9);
  color: #fff;
  background-color: #3f874e;
}

/* 🔥 Responsive Anpassung auf zwei Spalten für mobile Geräte */
@media (max-width: 768px) {
  .ipad-card {
    max-width: 550px;
    height: auto; /* 🔥 Automatische Anpassung */
  }
  .apps-container {
    grid-template-columns: repeat(2, 1fr); /* 🔥 2 Spalten auf Tablets */
  }
  .app {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 392px) {
  .ipad-card {
    max-width: 380px; /* 🔥 Etwas kleiner für bessere Proportionen */
    height: auto;
  }
  .apps-container {
    grid-template-columns: repeat(2, 1fr); /* 🔥 2 Spalten für Handys */
  }
  .app {
    width: 130px; /* 🔥 Etwas kleiner, um mehr Platz zu schaffen */
    height: 130px;
  }
  /* 🔥 Kleinere Schriftgröße für besseren Fit */
  .app-title {
    font-size: 0.68rem;
    line-height: 1.2;
    padding: 0 4px;
  }
  /* 🔥 Icons nicht zu groß */
  .app i {
    font-size: 2.2rem; /* 🔥 Kleinere Icons */
    margin-bottom: 6px;
  }
  /* 🔥 Überschrift (IT / ELEKTROTECHNIK) verkleinern */
  .ipad-heading {
    font-size: 1.6rem; /* 🔥 Reduzierte Schriftgröße */
    margin-bottom: 15px; /* 🔥 Weniger Abstand nach unten */
  }
}

/* Standard-Zustand: Versteckt mit leichter Verschiebung */
.timeline li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Sobald sichtbar, erscheinen sie mit Fade-In und Slide-Up */
.timeline li.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Startzustand: Unsichtbar, leicht skaliert (95%) */
.portfolio-item {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Sichtbar: Volle Deckkraft & normale Größe */
.portfolio-item.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Leichte Verzögerung für abwechselnde Animation */
.portfolio-item:nth-child(odd) {
  transition-delay: 0.1s;
}

.portfolio-item:nth-child(even) {
  transition-delay: 0.2s;
}

/* 🟢 Über uns - Card Styling */
.about-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.8s ease-out;

  /* 🔥 Scroll-Animation Standard-Zustand */
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

/* 🔹 Sobald sichtbar, erscheint die Karte mit Fade-In & Hochfahren */
.about-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 🔹 Hover-Effekt (Gleich wie bei Teammitglied-Karte) */
.about-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* 🟢 Responsive Anpassung für kleinere Bildschirme */
@media (max-width: 768px) {
  .about-card {
    padding: 2rem;
  }
}

.scroll-top-btn {
  position: fixed;
  left: 20px; /* ← neu */
  right: auto; /* ← optional, um rechte Pos zu deaktivieren */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1d4426;
  color: white;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    background-color 0.3s, bottom 0.4s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Button sichtbar machen */
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/* Hover-Effekt */
.scroll-top-btn:hover {
  transform: scale(1.1);
  background-color: #287246;
}

/* Mobile: Button kleiner */
@media (max-width: 768px) {
  .scroll-top-btn {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    bottom: 15px;
    left: 15px; /* ← neu */
    right: auto; /* ← optional */
  }

  .scroll-top-btn i {
    font-size: 1rem;
  }
}

/* Überarbeiteter Button-Stil für KUBARO */
.new-btn {
  --black-700: hsla(0, 0%, 12%, 1);
  --bs-primary: #1d4426;
  --hover-green: #287233;
  --border_radius: 30px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;

  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  padding: 1rem 2rem;
  background-color: var(--bs-primary);
  border: none;
  border-radius: var(--border_radius);
  transform-origin: center;
  transform: scale(1);
  transition: transform var(--transition), background-color var(--transition),
    color var(--transition);
  font-size: 1rem;
  font-weight: bold;
  font-family: "HussarBold", "Montserrat", sans-serif;
  text-align: center;
  color: white;
  text-decoration: none;
  max-width: 300px;
  width: auto;
  min-width: 150px;
  z-index: 10;
}

.new-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: var(--border_radius);
  box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%),
    0px 4px 10px -4px hsla(0, 0%, 0%, 0.8);
  transition: all var(--transition);
  z-index: 0;
}

.new-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--hover-green);
  opacity: 0;
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: -1;
  pointer-events: none;
}

.new-btn:hover::after {
  opacity: 1;
}

.new-btn:hover {
  transform: scale(1.1);
  background-color: var(--hover-green);
  color: white;
}

.new-btn span {
  position: relative;
  color: white;
  transition: color var(--transition);
  font-family: "HussarBold", "Montserrat", sans-serif;
}

.new-btn:hover span {
  color: white;
}

.new-btn:active {
  transform: scale(0.95);
}

.home-header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2rem;
  margin-top: 0;
  transition: background-image 0.5s ease-in-out;
  z-index: 0;
}

/* Überarbeitetes Overlay: Weißlich + ggf. Blur */
.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(66, 66, 66, 0.3); /* Helles Weiß-Overlay */
  backdrop-filter: blur(0px); /* Optional: leicht weichzeichnen */
  z-index: 1;
}

/* Text-Inhalte über Overlay */
.header-content {
  position: relative;
  z-index: 2;
  color: #1d4426;
  margin-left: 100px;
  max-width: 40rem;

  background-color: rgba(255, 255, 255, 0.7); /* leicht transparentes Weiß */
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* leichter Schatten */
}

/* Titel */
#header-title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

/* Untertitel */
#header-subtitle {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* (Optional) Wenn du zukünftig wieder Bildwechsel über .bg-img nutzen möchtest */
.header-bg-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.bg-img.active {
  opacity: 1;
  z-index: 1;
}

/* ============================================= */
/* 5) BUTTON-BEREICH (.button-wrapper)           */
/* ============================================= */
.button-wrapper {
  position: absolute;
  bottom: 100px; /* Abstand vom unteren Rand */
  left: 50%; /* Horizontal in der Mitte */
  transform: translateX(-50%);
  z-index: 1; /* Über Overlay/Video */
  display: flex; /* Falls mehrere Buttons */
  justify-content: center;
  width: auto;
  font-family: "HussarBold", "Montserrat", sans-serif;
}

/* ============================================= */
/* 6) BUTTON-STIL (.new-btn) – dein erweiterter Code */
/* ============================================= */
.new-btn {
  /* ---- Variablen ---- */
  --black-700: hsla(0, 0%, 12%, 1);
  --bs-primary: #1d4426;
  --hover-green: #287233;
  --border_radius: 30px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;

  /* ---- Layout & Flex ---- */
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "HussarBold", "Montserrat", sans-serif;

  /* ---- Maße & Farben ---- */
  padding: 1rem 2rem;
  background-color: var(--bs-primary);
  border: none;
  border-radius: var(--border_radius);
  transform-origin: center;
  transform: scale(1);

  /* ---- Übergänge & Schrift ---- */
  transition: transform var(--transition), background-color var(--transition),
    color var(--transition);
  font-size: 1rem;
  font-weight: bold;
  font-family: "HussarBold", "Montserrat", sans-serif;
  text-align: center;
  color: white;
  text-decoration: none;

  /* ---- Dimensionierung ---- */
  max-width: 300px;
  width: auto;
  min-width: 150px;
  z-index: 10;
}

/* Pseudo-Element für Rahmen-/Schatten-Effekt */
.new-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: var(--border_radius);
  box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%),
    0 4px 10px -4px hsla(0, 0%, 0%, 0.8);
  transition: all var(--transition);
  z-index: 0;
}

/* Pseudo-Element (grünes Overlay bei Hover) */
.new-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--hover-green);
  opacity: 0;
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: -1;
  pointer-events: none;
}

/* Hover-Effekte */
.new-btn:hover {
  transform: scale(1.1);
  background-color: var(--hover-green);
  color: white;
}
.new-btn:hover::after {
  opacity: 1;
}

/* Klick-Effekt */
.new-btn:active {
  transform: scale(0.95);
}

/* Optionaler Text-Wrapper im Button */
.new-btn span {
  position: relative;
  color: white;
  transition: color var(--transition);
  font-family: "HussarBold", "Montserrat", sans-serif;
}
.new-btn:hover span {
  color: white;
}

/* ============================================= */
/* 7) RESPONSIVE-ANPASSUNGEN (MEDIA QUERIES)     */
/* ============================================= */

/* ---- Desktop: ab 1025px ---- */
@media (min-width: 1025px) {
  .home-header {
    /* Header wird nur 75vh hoch, damit er nicht die ganze Seite einnimmt */
    height: 75vh;
    margin-top: 0; /* Auf Desktop kein Extra-Abstand */
  }
}

/* ---- Tablets: 768px bis 1024px ---- */
@media (min-width: 768px) and (max-width: 1024px) {
  .home-header {
    height: 90vh; /* Beispiel: 90vh auf Tablets */
    margin-top: 0; /* Nur falls keine fixierte Nav */
  }
  #header-title {
    font-size: 2.2rem;
  }
  #header-subtitle {
    font-size: 1.2rem;
  }

  .header-content {
    margin-left: 0px;
  }
}

/* ---- Mobile: bis 767px ---- */
@media (max-width: 767px) {
  .home-header {
    /* Auf kleinen Geräten vollflächig */
    height: 100vh;
    margin-top: 20px; /* Falls fixierte Nav-Leiste ~60px hoch ist */
  }
  #header-title {
    font-size: 1.8rem; /* Kleinere Schrift für enge Displays */
  }
  #header-subtitle {
    font-size: 1rem;
  }

  .header-content {
    margin-left: 0px;
  }
}

/* ======================================= */
/* 8) SPEZIELLER FALL: KLEINE HÖHE         */
/*    z. B. wenn ein Smartphone quer ist   */
/* ======================================= */
@media (max-height: 667px) {
  .home-header {
    /* Eventuell mehr Abstand von oben, 
           falls die Navbar fix ist und 60px hoch ist */
    padding-top: 60px;
    /* oder margin-top: 60px; je nach Vorliebe */

    /* Falls du nicht willst, dass der Header *strikt* 75vh oder 100vh hat, 
           könntest du hier stattdessen ein "auto" oder "min-height" einstellen.
           Damit kann der Hero-Bereich mitwachsen. Beispiel:
        */
    height: auto; /* oder min-height: 100vh; wenn du willst */
    min-height: 110vh; /* Falls du immer noch vollen Bildschirm willst,
                                 kann in der Queransicht allerdings zu Scrollen führen. */
  }

  /* Titel & Untertitel verkleinern */
  #header-title {
    font-size: 1.6rem; /* Weniger Platz beanspruchen */
  }
  #header-subtitle {
    font-size: 0.8rem;
    margin-bottom: 1rem; /* Weniger Abstand zum Button */
  }

  /* Button etwas weniger Abstand vom unteren Rand */
  .button-wrapper {
    bottom: 20px; /* Anstatt 40px */
  }

  .header-content {
    margin-left: 0px;
  }
}

@media (max-width: 376px) {
  .button-wrapper {
    position: static; /* Keine absolute Position */
    margin-top: 1rem; /* Abstand nach oben */
    transform: none; /* Keine Verschiebung */
    width: 100%; /* Volle Breite */
    justify-content: center;
  }

  .header-content {
    margin-left: 0;
    max-width: 100%;
    padding: 1rem;
    text-align: center;
  }
}

.about-content ul {
  list-style: none; /* Entfernt die Standard-Punkte */
  padding-left: 0; /* Entfernt die Einrückung */
  margin-left: 0; /* Falls noch ein Abstand da ist */
}

/* 📌 Grid für die Karten (Maximal 3 pro Zeile) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Immer maximal 3 Karten pro Zeile */
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

/* 📌 Karten-Container */
.service-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px; /* Einheitliche Höhe für alle Karten */
  padding: 20px;
  color: white;
}

/* 📌 Hintergrundvideo */
.service-card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none; /* Verhindert, dass Nutzer auf das Video klicken können */
}

/* 📌 Overlay für bessere Lesbarkeit */
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* 📌 Textbereich */
.service-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Sorgt dafür, dass der Text von unten aufbaut */
  text-align: left;
  height: 100%;
}

/* 📌 Einheitliche Höhe für die Überschriften */
.service-info h1 {
  min-height: 140px; /* Platz für bis zu 2 Zeilen */
  max-height: 90px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: auto; /* Sorgt dafür, dass `p` nicht von `h1` abhängt */
}

/* 📌 Einheitliche Höhe für Beschreibungstext */
.service-info p {
  font-size: 1.2rem;
  color: white;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  min-height: 120px; /* Mindesthöhe für Gleichmäßigkeit */
  margin-top: auto; /* Schiebt den `p`-Text weiter nach unten */
  padding-top: 20px; /* Falls nötig, noch weiter nach unten setzen */
}

/* 📌 Button bleibt immer unten */
.service-info .cta-button {
  margin-top: 20px; /* Fügt etwas Abstand zwischen `p` und Button hinzu */
  align-self: flex-start;
}

/* 📌 Responsive Anpassungen */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-info h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 540px; /* Etwas mehr Platz für lange Texte */
  }

  .service-info h1 {
    font-size: 1.5rem;
  }

  .service-info p {
    font-size: 1.3rem;
  }

  .cta-button {
    align-self: center;
  }
}

@media (max-width: 480px) {
  h2.section-heading {
    font-size: 2.2rem !important; /* Erzwingt kleinere Größe */
  }
}

/* 📌 Hero-Bereich */
.hero-section {
  position: relative;
  width: 100%;
  height: 400px;
  background: linear-gradient(120deg, #1d4426, #2c4164, #1a1a1a);
  background-size: 200% 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  animation: auroraMove 10s infinite linear alternate;
}

/* 📌 Dynamische Aurora-Animation */
@keyframes auroraMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* 📌 Sanfte Lichtstrahlen-Effekte */
.hero-section::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: movingGlow 8s infinite linear alternate;
}

@keyframes movingGlow {
  0% {
    transform: rotate(0deg) translateY(0px);
    opacity: 0.3;
  }
  100% {
    transform: rotate(30deg) translateY(-20px);
    opacity: 0.5;
  }
}

/* 📌 Zusätzliche subtile Wellenbewegung */
.hero-section::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 150%;
  bottom: -100%;
  left: -100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0) 80%
  );
  animation: waveAnimation 12s infinite linear alternate;
}

@keyframes waveAnimation {
  0% {
    transform: translateY(0px) scale(1.2);
  }
  100% {
    transform: translateY(-30px) scale(1.3);
  }
}

/* 📌 Texte im Hero */
.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.hero-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* 📌 Responsive Anpassungen */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}

/* 📌 Allgemeine Sektion */
.content-section {
  padding: 80px 20px;
  background: #f8f9fa;
  text-align: center;
}

/* 📌 Sektion Header */
.section-header {
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1a1a1a;
}

.section-header p {
  font-size: 1.2rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

/* 📌 Grid für Herausforderungen */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.grid-item {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.grid-item:hover {
  transform: scale(1.05);
}

.grid-item i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 15px;
}

.grid-item h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

/* 📌 Lösungen */
.solution-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.solution-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.solution-item:hover {
  transform: scale(1.05);
}

.solution-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.solution-info {
  padding: 20px;
}

.solution-info h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

/* 📌 Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.testimonial-item {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-item p {
  font-size: 1.2rem;
  font-style: italic;
}

/* 📌 Call-to-Action */
.cta-container {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.cta-container h2 {
  font-size: 2rem;
  font-weight: bold;
}

.cta-container p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* 📌 Responsive Anpassungen */
@media (max-width: 1024px) {
  .grid,
  .solution-container,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid,
  .solution-container,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .section-header p {
    font-size: 1.1rem;
  }
}

.leistungen-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .leistungen-wrapper {
    flex-direction: row;
    height: 400px;
    gap: 2rem;
    padding: 0 2rem;
  }
}

.leistungen-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
  .leistungen-wrapper {
    flex-direction: row;
    gap: 2rem;
  }
}

.leistung-box {
  flex: 1;
  position: relative;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  aspect-ratio: 3 / 2;
  transition: border-color 0.3s ease;
}

.leistung-box:hover {
  border-color: currentColor;
}

.leistung-privat {
  border-color: #1d4426;
}

.leistung-gewerbe {
  border-color: #2c4370;
}

.leistung-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform 0.4s ease;
}

.leistung-box:hover img {
  transform: scale(1.03);
}

.leistung-label {
  z-index: 2;
  font-weight: bold;
  color: white;
  font-size: 1.7rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 1.2rem;
  border-radius: 0.3rem;
}

.leistung-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* leichte Abdunklung */
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.leistung-box:hover::after {
  opacity: 1;
}

/* Mission-Bereich */
#mission {
  padding: 5rem 0;
  background: linear-gradient(to bottom, #ffffff, #f2f4f5);
  position: relative;
  overflow: hidden;
}

/* Schwebende Punkte im Hintergrund (optional, subtil) */
#mission::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(29, 68, 38, 0.05) 20%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

#mission::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    rgba(29, 68, 38, 0.07) 20%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.mission-icons {
  z-index: 2;
  position: relative;
}

.mission-icons .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  color: #1d4426;
  transition: transform 0.3s ease;
  padding: 1rem;
}

.mission-icons .icon-box i {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  background-color: #e9f3eb;
  padding: 1rem;
  border-radius: 50%;
  color: #1d4426;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.mission-icons .icon-box:hover {
  transform: translateY(-5px);
}

.mission-icons .icon-box:hover i {
  transform: rotate(5deg) scale(1.1);
}

.mission-icons span {
  text-align: center;
  max-width: 160px;
  margin-top: 0.5rem;
  font-weight: 500;
  color: #2f2f2f;
}

/* USP-Abschnitt */
.USP-section {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

.usp-box {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-align: center;
}

.usp-box:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.usp-box h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d4426;
  margin-bottom: 1rem;
}

.usp-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.btn-outline-primary {
  border: 2px solid #1d4426;
  color: #1d4426;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem;
}

.btn-outline-primary:hover {
  background-color: #1d4426;
  color: #fff;
  box-shadow: 0 0 10px rgba(29, 68, 38, 0.3);
}

.about-text {
  font-size: 1.1rem;
  color: #333;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3); /* optional für Bildhintergrund */
}

.about-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 300px; /* kleiner machen */
  margin: 0 auto;
  border-radius: 0.5rem;
}

@media (max-width: 991.98px) {
  .about-image-wrapper img {
    max-width: 100%; /* auf kleinen Screens vollbreit */
  }
}

.karriere-teaser {
  background-color: #111; /* Dunkler Hintergrund */
  color: #fff;
  padding: 4rem 0;
}

.karriere-teaser .section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.karriere-teaser .section-subheading {
  font-size: 1.1rem;
  font-weight: 300;
  color: #ccc;
}

.karriere-teaser ul li {
  font-size: 1.05rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

.karriere-teaser ul li i {
  min-width: 24px;
  font-size: 1.2rem;
  color: #1d4426;
}

/* CTA-Button */
.karriere-teaser .btn-cta {
  background-color: #1d4426;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.4rem;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 5px 15px rgba(29, 68, 38, 0.3);
}

.karriere-teaser .btn-cta:hover {
  background-color: #16381f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 68, 38, 0.45);
  text-decoration: none;
}

.karriere-teaser .btn-cta:focus,
.karriere-teaser .btn-cta:active {
  outline: none;
  box-shadow: 0 0 0 3px rgba(29, 68, 38, 0.5);
}

/* Bild mit Hover-Zoom */
.karriere-teaser .position-relative img {
  transition: transform 0.3s ease;
}

.karriere-teaser .position-relative:hover img {
  transform: scale(1.02);
}

/* ========== Scroll-Fade-In Effekt für ALLE relevanten Sektionen ========== */

/* Unsichtbarer Startzustand */
.usp-box,
.referenz-card,
.news-card,
.team-member,
.about-card,
.portfolio-item,
.leistung-box,
.karriere-teaser .col-lg-6,
#contact .section-subheading {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Sichtbar nach Scroll */
.usp-box.visible,
.referenz-card.visible,
.news-card.visible,
.team-member.visible,
.about-card.visible,
.portfolio-item.visible,
.leistung-box.visible,
.karriere-teaser .col-lg-6.visible,
#contact .section-subheading.visible {
  opacity: 1;
  transform: translateY(0);
}

.map-box {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  padding: 1rem;
  margin: 2rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 700px;
}

.maps-button-wrapper {
  text-align: right;
  margin-top: 1rem;
}

.maps-button {
  display: inline-block;
  background-color: #1d4426;
  color: white;
  padding: 0.6rem 1.4rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.maps-button:hover {
  background-color: #287246;
  transform: scale(1.05);
  color: white;
}

#aboutLogoRotator {
  transition: opacity 0.6s ease-in-out;
}

/* ===================================== */
/* Header für Unterseiten                */
/* ===================================== */

.subpage-header {
  background-color: #f8f9fa; /* helles Grau */
  padding-top: 180px; /* Platz für fixed Navbar */
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #dee2e6; /* feine Trennlinie */
}

.subpage-heading {
  font-size: 2.25rem; /* ~36px */
  font-weight: 700;
  color: #1e6f5c; /* dein Corporate-Grün (anpassbar) */
  margin-bottom: 0.25rem;
}

.subpage-subheading {
  font-size: 1.125rem; /* ~18px */
  color: #6c757d; /* Bootstrap Grau */
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .subpage-heading {
    font-size: 1.5rem; /* ~24px */
  }

  .subpage-subheading {
    font-size: 1rem; /* ~16px */
  }
}

/* Subpage Header: Klein & stilvoll */
.subpage-header {
  position: relative;
  background-image: url("/assets/img/header-subpage.jpg"); /* <-- Ersetze durch dein Bild */
  background-size: cover;
  background-position: center;
  height: 300px; /* Weniger hoch als auf der Startseite */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.subpage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 37, 41, 0.65); /* dunkler Overlay für Lesbarkeit */
  z-index: 1;
}

.subpage-header-content {
  position: relative;
  z-index: 2;
}

.subpage-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
}

.subpage-subtitle {
  font-size: 1.2rem;
  color: #dddddd;
  margin-top: 0.5rem;
}

/* === KARIERRE: Accordion Styling (Final + Smooth + Scroll-kompatibel) === */
section.job-listing {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.job-listing .accordion {
  border: none;
  position: relative;
}

/* Accordion-Karte */
.job-listing .accordion-item {
  border: none;
  border-radius: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-listing .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Accordion Header */
.job-listing .accordion-button {
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  background: linear-gradient(90deg, #f6f9f7 0%, #e9f5ed 100%);
  color: #1d4426;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: none;
  border-radius: 0;
  width: 100%;
  transition: background 0.3s ease;
}

.job-listing .accordion-button:hover {
  background: linear-gradient(90deg, #dff1e7 0%, #cfe8db 100%);
}

.job-listing .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #e0ede5 0%, #d3ebdc 100%);
}

.job-listing .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.job-listing .accordion-button::after {
  margin-left: auto;
  filter: brightness(0.7);
}

.job-listing .accordion-button i {
  color: #1d4426;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.job-listing .accordion-button strong {
  font-weight: 700;
  font-size: 1.15rem;
  color: #133d24;
}

/* Smooth Collapse (bootstrap-intern kompatibel) */
.job-listing .accordion-collapse {
  transition: height 0.4s ease;
  overflow: hidden;
}

/* Accordion Body */
.job-listing .accordion-body {
  padding: 2.25rem 2rem;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  border-top: 1px solid #eaeaea;
}

/* Textabsätze */
.job-listing .accordion-body p {
  margin-bottom: 1.25rem;
}

/* Abschnittstitel */
.job-listing .accordion-body h5 {
  font-size: 1.05rem;
  color: #1d4426;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-left: 3px solid #1d4426;
  padding-left: 0.6rem;
  font-weight: 600;
}

/* Listen */
.job-listing .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.job-listing .accordion-body ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}

.job-listing .accordion-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #1d4426;
  font-size: 1.2rem;
  line-height: 1;
}

/* CTA Button */
.job-listing .accordion-body a.btn {
  background-color: #1d4426;
  color: #fff;
  border: none;
  transition: background-color 0.2s ease;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
}

.job-listing .accordion-body a.btn:hover {
  background-color: #145d35;
}

/* Hashtag Badges */
.job-listing .accordion-body .text-muted {
  font-size: 0.85rem;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.job-listing .accordion-body .text-muted::before {
  content: "Tags:";
  margin-right: 0.5rem;
  color: #999;
  font-weight: 500;
}

.job-listing .accordion-body .text-muted span {
  background-color: #edf8f2;
  padding: 0.25rem 0.6rem;
  border-radius: 0.3rem;
  color: #1d4426;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* Abstand zwischen Cards */
.job-listing .accordion-item + .accordion-item {
  margin-top: 1.5rem;
}

/* Responsive Optimierung */
@media (max-width: 576px) {
  .job-listing .accordion-button {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    padding: 1.25rem;
  }

  .job-listing .accordion-body {
    padding: 1.5rem;
  }

  .job-listing .accordion-body h5 {
    font-size: 1.05rem;
  }
}

.news-overview .card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-overview .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.news-overview .card img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #f8f8f8;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.news-overview .card-body {
  padding: 1.25rem;
  text-align: center;
  width: 100%;
}

.news-overview .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.news-overview .card-text {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0;
}

/* Responsive Anpassung */
@media (max-width: 576px) {
  .news-overview .card img {
    max-height: 180px;
  }
}

.artikelbild {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Optional: Für sehr kleine Bildschirme (unter 576px) */
@media (max-width: 575.98px) {
  .artikelbild {
    margin-bottom: 1.5rem;
    border-radius: 0.25rem;
  }
}

/* Container-Absatz zentrieren und Abstand geben */
.text-center.mt-4 {
  margin-top: 1.5rem;
  text-align: center;
}

/* Button Styling */
.text-center.mt-4 .btn-outline-success {
  border-color: #28a745;
  color: #28a745;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.text-center.mt-4 .btn-outline-success:hover,
.text-center.mt-4 .btn-outline-success:focus {
  background-color: #28a745;
  color: white;
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.6);
}

/* Icon im Button etwas Abstand */
.text-center.mt-4 .btn-outline-success i {
  margin-right: 0.5rem;
}

/* ===============================
   Statische Referenzkarten (z. B. referenzen.html)
   =============================== */

.referenz-static-card {
  height: 300px;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: transform 0.3s ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

/* Hover-Zoom-Effekt */
.referenz-static-card:hover {
  transform: scale(1.01);
}

/* Abdunkelung über Hintergrundbild */
.referenz-static-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Standarddunkelung */
  z-index: 1;
  transition: background 0.3s ease;
}

/* Intensivere Abdunkelung beim Hover */
.referenz-static-card:hover .overlay {
  background: rgba(0, 0, 0, 0.65);
}

/* Textinhalt über dem Overlay */
.referenz-static-content {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  color: white;
}

/* Titel */
.referenz-static-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* Untertitel */
.referenz-static-sub {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}

/* Aufzählung der Features */
.referenz-static-content ul {
  padding-left: 1.25rem;
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* Listenpunkte */
.referenz-static-content li {
  margin-bottom: 0.25rem;
  list-style: disc;
}

/* ===============================
   Responsive Verhalten
   =============================== */

@media (max-width: 576px) {
  .referenz-static-title {
    font-size: 1.1rem;
  }

  .referenz-static-sub {
    font-size: 0.85rem;
  }

  .referenz-static-content li {
    font-size: 0.8rem;
  }
}

.referenz-static-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.referenz-static-card.visible {
  opacity: 1;
  transform: none;
}

/* ================================================
   ÜBER UNS SECTION – Design & Typografie
   ================================================ */

#ueber-uns {
  scroll-margin-top: 100px;
}

#ueber-uns h3,
#ueber-uns h5 {
  font-weight: 600;
}

#ueber-uns p,
#ueber-uns ul li {
  font-size: 1.05rem;
  line-height: 1.7;
}

#ueber-uns ul {
  padding-left: 1.2rem;
}

#ueber-uns ul li::marker {
  color: var(--bs-primary);
}

#ueber-uns .lead {
  font-size: 1.15rem;
}

#ueber-uns .bi {
  vertical-align: -0.2rem;
}

/* Standortboxen */
#ueber-uns .bg-white {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#ueber-uns .bg-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

/* Bilder (keine Vergrößerung!) */
#ueber-uns img.shadow-sm {
  object-fit: cover;
  height: auto;
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #ueber-uns h3 {
    font-size: 1.5rem;
  }

  #ueber-uns .lead {
    font-size: 1rem;
  }

  #ueber-uns p {
    font-size: 1rem;
  }
}

#ueber-uns .about-map {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg-logo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%; /* passt sich der Breite des Containers an */
  opacity: 0.08;
  filter: grayscale(0.3) brightness(0.6);
  z-index: 0;
  pointer-events: none;
}

.bg-logo > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .bg-logo::before {
    background-size: 80%;
    opacity: 0.06;
  }
}

@media (max-width: 480px) {
  .bg-logo::before {
    background-size: 100%;
    opacity: 0.05;
  }
}

.full-width-divider {
  border: none;
  height: 1px;
  background-color: #1d4426; /* oder z. B. #1d4426 für Markenfarbe */
  margin: 2rem 0;
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.text-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.text-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ================================
   Accordion-Karten-Layout (Desktop & Mobile)
   ================================ */

.leistung-karte {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.leistung-karte:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.leistung-header {
  width: 100%;
  background-color: #f8f9fa;
  border: none;
  padding: 1.2rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toggle-icon {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.leistung-header[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}

.leistung-body {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.leistung-body.open {
  max-height: 1000px;
  padding: 1.5rem;
}

/* Bild-Text-Spaltenlayout */
.leistung-inhalt {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: stretch;
}

.leistung-inhalt.reverse {
  flex-direction: row-reverse;
}

.leistung-bild,
.leistung-text {
  flex: 1;
  min-width: 0;
}

.leistung-text {
  display: flex;
  align-items: center;
}

.leistung-text p {
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.leistung-title i {
  margin-right: 0.5rem;
}

/* Einheitliche Bilddarstellung */
.leistung-bild img {
  width: 100%;
  max-height: 250px;
  height: auto;
  object-fit: contain; /* <–– statt cover! */
  border-radius: 0.5rem;
  display: block;
  background-color: #f8f9fa; /* Optional, für leere Ränder */
}

.leistung-bild {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================
   Responsive Layout
   ================================ */
@media (max-width: 768px) {
  .leistung-inhalt,
  .leistung-inhalt.reverse {
    flex-direction: column;
  }

  .leistung-bild,
  .leistung-text {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .leistung-text {
    padding-top: 1rem;
  }

  @media (max-width: 767.98px) {
    .leistung-bild img {
      max-height: 200px;
    }
  }
}

/* Hauptfarbe ENERAVO */
.eneravo-green {
  background-color: #1d4426;
  color: #ffffff;
}

/* Icon-Kreis */
.section-header .icon-circle {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.section-header:hover .icon-circle {
  transform: scale(1.1);
}

/* Überschrift */
.section-header h2.section-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: 0.5px;
  color: #1d4426;
}

/* Untertitel */
.section-header p.section-subheading {
  font-size: 1rem;
  max-width: 720px;
  margin: 0 auto;
  color: #444;
  line-height: 1.6;
}

/* Globale Schriftfarbe in ENERAVO-Grün */
.leistung-container,
.leistung-container p,
.leistung-title,
.leistung-text,
.leistung-header,
.leistung-body {
  color: #1d4426;
}

/* Optional: Icons einfärben */
.leistung-title i,
.toggle-icon {
  color: #1d4426;
}

/* Optional: Hover-Effekte für Header-Buttons */
.leistung-header:hover {
  background-color: rgba(29, 68, 38, 0.05);
}

/* Optional: Rahmen einfärben */
.leistung-karte {
  border-left: 4px solid #1d4426;
  border-radius: 0.5rem;
}
