@font-face {
  font-family: "Saira";
  src: url("../styles/fonts/Saira-Regular.eot");
  src: url("../styles/fonts/Saira-Regular.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/Saira-Regular.woff2") format("woff2"), url("../styles/fonts/Saira-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saira-SemiBold";
  src: url("../styles/fonts/Saira-SemiBold.eot");
  src: url("../styles/fonts/Saira-SemiBold.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/Saira-SemiBold.woff2") format("woff2"), url("../styles/fonts/Saira-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Press Start 2P";
  src: url("../styles/fonts/PressStart2P-Regular.eot");
  src: url("../styles/fonts/PressStart2P-Regular.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/PressStart2P-Regular.woff2") format("woff2"), url("../styles/fonts/PressStart2P-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Saira", sans-serif;
  font-size: clamp(16px, 1.05vw, 19px);
  color: #ffffff;
  background-color: #000d12;
}

a, a:active {
  color: rgb(214, 118, 15) !important;
}

a:hover, a:focus, a.active {
  color: inherit !important;
}

h2, h3 {
  color: #ffffff !important;
}

#person h2, #person h3 {
  color: #000d12 !important;
}

/** Navbar **/
@media all and (min-width: 992px) {
  #navbar-fixed {
    background-color: #000d12 !important;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    transition: all ease-in-out 0.5s;
  }
  #navbar-fixed.navbar-bg {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0rem 1rem;
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .nav-link::after {
    width: 0;
    content: "";
    height: 4px;
    background-color: rgb(214, 118, 15);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active::after {
    width: 100%;
  }
}
#navbar-fixed {
  background-color: #000d12 !important;
}
#navbar-fixed.navbar-bg {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
#navbar-fixed.fixed-top {
  z-index: 1030;
}

#navbar-logo {
  width: 20rem;
  transition: all ease-in-out 0.5s;
}
#navbar-logo.logo-width {
  width: 10rem;
}

.offcanvas.text-bg-dark.show {
  background-color: #000000 !important;
}

.nav-link {
  color: rgb(214, 118, 15);
}

@media all and (max-width: 419px) {
  #navbar-logo {
    width: 12rem;
  }
}
/** MAIN **/
#main {
  margin-top: 5rem;
}

section {
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

#start {
  min-height: auto;
  align-items: flex-start;
  padding-top: clamp(4.8rem, 7vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.card-body {
  color: #9DAAAF;
}

.box {
  width: 100%;
  margin: 48px auto;
  padding: 16px;
  position: relative;
}

.box > img {
  opacity: 0.5;
  object-fit: cover;
}

.box::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  left: 40px;
  bottom: 52px;
  border: solid 4px white;
  border-bottom: 0;
}

.text {
  color: white;
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 40px;
  right: 40px;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text > div {
  width: 2000px;
  margin-left: -820px;
}

.innertext::before,
.innertext::after {
  content: "";
  display: inline-block;
  width: 600px;
  height: 4px;
  background: white;
  vertical-align: middle;
}

.innertext::before {
  margin-right: 16px;
}

.innertext::after {
  margin-left: 16px;
}


#sys {
  animation: rolling 2s linear;
  max-width: 100px;
}
@-webkit-keyframes rolling {
  from {
    transform: rotate(360deg);
    left: 0;
  }
  to {
    transform: rotate(0deg);
    /*left: 80%;*/
  }
}
@-moz-keyframes rolling {
  from {
    transform: rotate(360deg);
    left: 0;
  }
  to {
    transform: rotate(0deg);
    /*left: 80%;*/
  }
}
@-o-keyframes rolling {
  from {
    transform: rotate(360deg);
    left: 0;
  }
  to {
    transform: rotate(0deg);
    /*left: 80%;*/
  }
}
@keyframes rolling {
  from {
    transform: rotate(360deg);
    left: 0;
  }
  to {
    transform: rotate(0deg);
    /*left: 80%;*/
  }
}
@media all and (max-width: 767px) {
  #sys {
    max-width: 80px;
  }
}
#person {
  background-color: #9DAAAF;
}
#person .card-body {
  color: #000d12;
}

#knowhow {
  background-color: #000d12;
  color: #9DAAAF;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#knowhow .container-lg {
  position: relative;
  z-index: 2;
}
#knowhow h2 {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(3px);
  display: inline-block;
  padding: 0.5rem;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.8);
}

#bgImg-knowhow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  /*background-image: url("../img/bg_sterne2.jpg");
  background-size: cover;
  background-position: center;*/
}
#bgImg-knowhow .simpleParallax {
  width: 100%;
  height: 100vh;
}
#bgImg-knowhow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@-webkit-keyframes bgZertificate {
  0% {
    background-position: 0% 2%;
  }
  50% {
    background-position: 100% 99%;
  }
  100% {
    background-position: 0% 2%;
  }
}
@-moz-keyframes bgZertificate {
  0% {
    background-position: 0% 2%;
  }
  50% {
    background-position: 100% 99%;
  }
  100% {
    background-position: 0% 2%;
  }
}
@-o-keyframes bgZertificate {
  0% {
    background-position: 0% 2%;
  }
  50% {
    background-position: 100% 99%;
  }
  100% {
    background-position: 0% 2%;
  }
}
@keyframes bgZertificate {
  0% {
    background-position: 0% 2%;
  }
  50% {
    background-position: 100% 99%;
  }
  100% {
    background-position: 0% 2%;
  }
}

/* Know-how competence panels */
.knowhow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.knowhow-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 1.35rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 13, 18, 0.78), rgba(0, 0, 0, 0.62));
  border: 1px solid rgba(157, 170, 175, 0.18);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(5px);
}

.knowhow-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #d6760f, rgba(214, 118, 15, 0));
}

.knowhow-panel--automation {
  transform: translateY(-0.75rem);
  border-color: rgba(214, 118, 15, 0.42);
}

.knowhow-kicker {
  margin: 0 0 0.85rem;
  color: #d6760f;
  font-family: "Saira-SemiBold", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.knowhow-panel h3 {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  line-height: 1.2;
}

.knowhow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}

.knowhow-tags li {
  max-width: 100%;
  padding: 0.48rem 0.7rem;
  color: #dce6ea;
  font-family: "Saira", sans-serif;
  font-size: 0.98rem;
  line-height: 1.15;
  border: 1px solid rgba(157, 170, 175, 0.22);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.32);
}


@media all and (max-width: 991px) {
  .knowhow-grid {
    grid-template-columns: 1fr;
  }

  .knowhow-panel,
  .knowhow-panel--automation {
    min-height: auto;
    transform: none;
  }
}

@media all and (max-width: 590px) {
  .knowhow-grid {
    gap: 0.85rem;
  }

  .knowhow-panel {
    padding: 1rem;
  }

  .knowhow-tags li {
    width: 100%;
  }
}

/** Footer **/
footer {
  min-height: 350px;
  max-height: 100vh;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer .footer__inner {
  padding: 40px 0px;
  width: 100%;
}
footer .footer__inner * {
  color: #9DAAAF;
}
footer .logo {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
}
footer .logo .mw-25 {
  max-width: 25%;
}
footer .btn-dark {
  background-color: #000d12;
  border-color: #000d12;
  color: rgb(214, 118, 15);
}
footer .btn-dark:hover, footer .btn-dark:focus {
  border-color: rgb(214, 118, 15);
  background-color: #000000;
}


@media all and (max-width: 575px) {
  .kontakt {
    text-align: center;
  }
}

/*# sourceMappingURL=mcsysops.css.map */

/* Modernized landing page additions */
.hero-title {
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: clamp(2.25rem, 5.2vw, 5.1rem);
  line-height: 0.98;
  max-width: 13ch;
  color: #ffffff !important;
}

.hero-title small {
  margin-top: 1.25rem;
  max-width: 680px;
  font-family: "Saira", sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.5;
  color: #9DAAAF;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border-radius: 6px;
  border: 1px solid rgba(157, 170, 175, 0.28);
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.hero-btn:hover,
.hero-btn:focus {
  transform: translateY(-2px);
}

.hero-btn--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgb(214, 118, 15), #f08a18);
  border-color: rgb(214, 118, 15);
  box-shadow: 0 18px 40px rgba(214, 118, 15, 0.2);
}

.hero-btn--secondary {
  color: #ffffff !important;
  background: rgba(157, 170, 175, 0.06);
}

.hero-btn--secondary:hover,
.hero-btn--secondary:focus {
  border-color: rgba(214, 118, 15, 0.8);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.5rem;
  color: #9DAAAF;
  font-size: 0.92rem;
}

.hero-proof span {
  border-left: 2px solid rgb(214, 118, 15);
  padding-left: 0.75rem;
}

#leistungen {
  background: radial-gradient(circle at 20% 15%, rgba(214, 118, 15, 0.08), transparent 28%), #000d12;
  border-top: 1px solid rgba(157, 170, 175, 0.12);
  border-bottom: 1px solid rgba(157, 170, 175, 0.12);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.section-heading p {
  color: #9DAAAF;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  position: relative;
  min-height: 100%;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(157, 170, 175, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(157, 170, 175, 0.08), rgba(0, 0, 0, 0.16));
  color: #9DAAAF;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.service-card::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(214, 118, 15, 0.9), transparent);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.service-card:hover::after,
.service-card:focus-within::after,
.service-card--accent::after {
  opacity: 1;
}

.service-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: rgb(214, 118, 15);
  border: 1px solid rgba(214, 118, 15, 0.5);
  border-radius: 6px;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: 1.35rem;
}

.service-card h3 {
  margin-bottom: 0.75rem;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  color: #ffffff !important;
}

.service-card p,
.service-card li {
  line-height: 1.55;
}

.service-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

@media all and (max-width: 991px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  #main {
    margin-top: 4.5rem;
  }

  #start {
    padding-top: 3rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-btn {
    width: 100%;
  }

  .text > div {
    width: auto;
    margin-left: 0;
  }

  .innertext::before,
  .innertext::after {
    width: 2rem;
  }
}



/* Footer refinement */
footer {
  min-height: auto;
  max-height: none;
  background: linear-gradient(180deg, #02070a 0%, #000000 100%);
  border-top: 1px solid rgba(157, 170, 175, 0.12);
}

footer .footer__inner {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.footer-logo img {
  width: min(250px, 64vw);
  height: auto;
}

.footer-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.footer-panel {
    display: block;
min-height: 170px;
  padding: clamp(1.2rem, 2vw, 1.75rem);
  border: 1px solid rgba(157, 170, 175, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(157, 170, 175, 0.055), rgba(0, 13, 18, 0.22));
}

.footer-panel--legal {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.footer-kicker {
  margin: 0 0 0.75rem;
  color: rgb(214, 118, 15) !important;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-panel h2 {
  margin: 0 0 0.75rem;
  color: #ffffff !important;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.1;
}

.footer-panel p {
  margin-bottom: 0;
  line-height: 1.65;
}

.footer-link {
  text-decoration: none;
}

.footer-panel .btn-dark {
  margin-top: 1.25rem;
  border-color: rgba(214, 118, 15, 0.7);
  border-radius: 6px;
  padding: 0.7rem 1.1rem;
  color: rgb(214, 118, 15) !important;
}

@media all and (max-width: 991px) {
  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }

  .footer-panel--legal {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media all and (max-width: 575px) {
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .footer-panel {
      display: block;
min-height: auto;
    text-align: center;
  }

  .footer-link {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-panel--legal {
    flex-direction: column;
    justify-content: center;
  }
}



/* Shared contact buttons */
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border-radius: 6px;
  border: 1px solid rgba(157, 170, 175, 0.28);
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-btn:hover,
.contact-btn:focus {
  transform: translateY(-2px);
}

.contact-btn--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgb(214, 118, 15), #f08a18);
  border-color: rgb(214, 118, 15);
  box-shadow: 0 18px 40px rgba(214, 118, 15, 0.2);
}

.contact-btn--secondary {
  color: #ffffff !important;
  background: rgba(157, 170, 175, 0.06);
}

.contact-btn--secondary:hover,
.contact-btn--secondary:focus {
  border-color: rgba(214, 118, 15, 0.8);
}

.section-contact-actions {
  margin-top: 1.5rem;
}

.footer-panel--direct .contact-btn {
  width: fit-content;
  margin-top: 0.6rem;
}

@media all and (max-width: 575px) {
  .contact-actions {
    display: grid;
  }

  .contact-btn {
    width: 100%;
  }

  .footer-panel--direct .contact-btn {
    width: 100%;
  }
}

/* Unified visual system refinement */
:root {
  --mc-bg: #000d12;
  --mc-bg-deep: #02070a;
  --mc-text: #ffffff;
  --mc-muted: #9DAAAF;
  --mc-accent: #d6760f;
  --mc-accent-soft: rgba(214, 118, 15, 0.16);
  --mc-line: rgba(157, 170, 175, 0.18);
  --mc-panel: linear-gradient(180deg, rgba(157, 170, 175, 0.07), rgba(0, 13, 18, 0.34));
  --mc-panel-strong: linear-gradient(180deg, rgba(0, 13, 18, 0.82), rgba(0, 0, 0, 0.62));
  --mc-radius: 8px;
}

#leistungen,
#person,
#hilfe,
#knowhow,

#person,
#hilfe {
  background: radial-gradient(circle at 82% 12%, rgba(214, 118, 15, 0.07), transparent 30%), var(--mc-bg);
  color: var(--mc-muted);
}

#person h2,
#person h3,
#hilfe h2,
#hilfe h3,
#knowhow h2 {
  color: var(--mc-text) !important;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
}

#person h2,
#hilfe h2,
#knowhow h2 {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

#person h2::after,
#hilfe h2::after,
#knowhow h2::after,
.section-heading h2::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 2px;
  margin-top: 0.75rem;
  background: linear-gradient(90deg, var(--mc-accent), rgba(214, 118, 15, 0));
}

#person .card-group {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 1.5rem;
}

#person .card,
#hilfe .card,
#knowhow .card {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--mc-line) !important;
  border-radius: var(--mc-radius);
  background: var(--mc-panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

#person .card-body,
#hilfe .card-body,
#knowhow .card-body {
  padding: clamp(1.25rem, 2.5vw, 2rem) !important;
  color: var(--mc-muted);
}

#person .card-text,
#hilfe .card-text,
#knowhow .card-text {
  max-width: 980px;
  color: var(--mc-muted);
  line-height: 1.65;
}

#hilfe ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

#hilfe ul li,
.knowhow-tags li {
  border: 1px solid rgba(157, 170, 175, 0.22);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  color: #dce6ea !important;
  font-family: "Saira", sans-serif;
  line-height: 1.25;
}

#hilfe ul li {
  padding: 0.7rem 0.85rem;
}





.service-card,
.knowhow-panel,
.footer-panel,
#person .card,
#hilfe .card,
#knowhow .card {
  position: relative;
  overflow: hidden;
}

.service-card::before,
.knowhow-panel::before,
.footer-panel::before,
#person .card::before,
#hilfe .card::before,
#knowhow .card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--mc-accent), rgba(214, 118, 15, 0));
  opacity: 0.85;
}

.footer-panel {
  position: relative;
}

.knowhow-panel--automation {
  transform: none;
}

.knowhow-grid,
.service-grid,
.footer-layout {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.footer-panel .btn-dark,
.modal-footer .btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.75rem 1.15rem;
  border-radius: 6px;
  border: 1px solid rgba(214, 118, 15, 0.7);
  background: rgba(157, 170, 175, 0.06);
  color: var(--mc-accent) !important;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
}

.footer-panel .btn-dark:hover,
.footer-panel .btn-dark:focus,
.modal-footer .btn-dark:hover,
.modal-footer .btn-dark:focus {
  border-color: rgba(214, 118, 15, 0.95);
  background: rgba(214, 118, 15, 0.14);
  color: #ffffff !important;
}

@media all and (max-width: 991px) {
  #person .card-group,
  #hilfe ul {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 575px) {
  #person .card-body,
  #hilfe .card-body,
  #knowhow .card-body {
    padding: 1rem !important;
  }
}

/* Requested cleanup: no orbit graphic, no jumpy contact hover */
.contact-btn,
.hero-btn,
.footer-panel .btn-dark,
.modal-footer .btn-dark {
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-btn:hover,
.contact-btn:focus,
.hero-btn:hover,
.hero-btn:focus {
  transform: none;
}

.contact-btn--primary:hover,
.contact-btn--primary:focus,
.hero-btn--primary:hover,
.hero-btn--primary:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #f08a18, rgb(214, 118, 15));
  border-color: #f08a18;
  box-shadow: 0 0 0 3px rgba(214, 118, 15, 0.18), 0 14px 34px rgba(214, 118, 15, 0.24);
}

.contact-btn--secondary:hover,
.contact-btn--secondary:focus,
.hero-btn--secondary:hover,
.hero-btn--secondary:focus {
  color: #ffffff !important;
  background: rgba(157, 170, 175, 0.08);
  border-color: rgba(214, 118, 15, 0.75);
}

/* Footer contact buttons: stacked and stable */
.footer-panel--direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-panel--direct .contact-btn {
  width: 100%;
  margin-top: 0.6rem;
}

/* Project showcase on homepage */
.project-showcase {
  background: radial-gradient(circle at 78% 18%, rgba(214, 118, 15, 0.08), transparent 32%), #000d12;
  border-top: 1px solid rgba(157, 170, 175, 0.12);
}

.project-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.project-feature {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(157, 170, 175, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(157, 170, 175, 0.07), rgba(0, 13, 18, 0.34));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.project-feature::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #d6760f, rgba(214, 118, 15, 0));
  z-index: 1;
}

.project-feature--wide {
  grid-row: span 2;
}

.project-feature a {
  display: grid;
  height: 100%;
  color: inherit !important;
  text-decoration: none;
}

.project-feature img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid rgba(157, 170, 175, 0.14);
}

.project-feature--wide img {
  aspect-ratio: 16 / 10;
}

.project-feature__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: clamp(1rem, 2vw, 1.45rem);
}

.project-feature__kicker {
  margin: 0;
  color: #d6760f;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-feature h3 {
  margin: 0;
  color: #ffffff !important;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.project-feature p:last-child {
  margin: 0;
  color: #9DAAAF;
  line-height: 1.55;
}

.project-feature:hover,
.project-feature:focus-within {
  border-color: rgba(214, 118, 15, 0.55);
}

.project-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.project-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(157, 170, 175, 0.22);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  color: #dce6ea !important;
  text-decoration: none;
}

.project-strip a:hover,
.project-strip a:focus {
  border-color: rgba(214, 118, 15, 0.7);
  color: #ffffff !important;
}

@media all and (max-width: 991px) {
  .project-feature-grid {
    grid-template-columns: 1fr;
  }

  .project-feature--wide {
    grid-row: auto;
  }
}

@media all and (max-width: 575px) {
  .project-strip {
    display: grid;
  }

  .project-strip a {
    justify-content: center;
  }
}
/* Unified slim action buttons */
.contact-btn,
.hero-btn,
.footer-panel .btn-dark,
.modal-footer .btn-dark,
.project-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.62rem 1.05rem;
  border-radius: 6px;
  border: 1px solid rgba(157, 170, 175, 0.16);
  background: rgba(157, 170, 175, 0.055);
  color: #ffffff !important;
  font-family: "Saira-SemiBold", "Saira", sans-serif;
  font-size: 0.98rem;
  line-height: 1.12;
  text-decoration: none;
  box-shadow: none;
  transform: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.contact-btn--primary,
.hero-btn--primary {
  background: rgba(157, 170, 175, 0.055);
  border-color: rgba(157, 170, 175, 0.16);
  box-shadow: none;
}

.contact-btn--secondary,
.hero-btn--secondary {
  background: rgba(157, 170, 175, 0.045);
  border-color: rgba(157, 170, 175, 0.14);
}

.contact-btn:hover,
.contact-btn:focus,
.hero-btn:hover,
.hero-btn:focus,
.footer-panel .btn-dark:hover,
.footer-panel .btn-dark:focus,
.modal-footer .btn-dark:hover,
.modal-footer .btn-dark:focus,
.project-strip a:hover,
.project-strip a:focus {
  color: #ffffff !important;
  border-color: rgba(214, 118, 15, 0.78);
  background: rgba(214, 118, 15, 0.14);
  box-shadow: 0 0 0 3px rgba(214, 118, 15, 0.16), 0 14px 34px rgba(214, 118, 15, 0.18);
  transform: none;
}

.contact-btn:focus-visible,
.hero-btn:focus-visible,
.footer-panel .btn-dark:focus-visible,
.modal-footer .btn-dark:focus-visible,
.project-strip a:focus-visible {
  outline: 2px solid rgba(240, 138, 24, 0.82);
  outline-offset: 3px;
}
/* Clean readable Bootstrap modal */
.modal {
  z-index: 2050 !important;
  --bs-modal-bg: #001219;
  --bs-modal-color: #eef8fb;
  --bs-modal-border-color: rgba(240, 138, 24, 0.3);
}

.modal-backdrop {
  z-index: 2040 !important;
  background-color: #000000 !important;
  opacity: 0.58 !important;
}

.modal-dialog {
  margin-top: clamp(6rem, 10vh, 8rem);
  margin-bottom: 2rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72);
}

.modal-dialog-scrollable {
  max-height: calc(100vh - clamp(8rem, 13vh, 10rem));
}

.modal-content {
  background: #001219 !important;
  color: #eef8fb !important;
  border: 1px solid rgba(240, 138, 24, 0.3) !important;
}

.modal-header,
.modal-footer {
  background: #001219 !important;
  border-color: rgba(157, 170, 175, 0.18) !important;
}

.modal-title,
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body strong {
  color: #ffffff !important;
}

.modal-body {
  color: #eef8fb !important;
  font-size: 1.05rem;
  line-height: 1.72;
  padding: clamp(1.35rem, 2.5vw, 2.15rem);
}

.modal-body p,
.modal-body li,
.modal-body address {
  color: #eef8fb !important;
  font-size: 1.05rem;
  line-height: 1.72;
}

.modal-body a {
  color: #ff9b24 !important;
  text-decoration-color: rgba(255, 155, 36, 0.75) !important;
}

.modal-dialog .btn-close {
  filter: invert(1) grayscale(1) brightness(1.7);
  opacity: 0.95;
}

.modal-dialog .btn-close:hover,
.modal-dialog .btn-close:focus {
  opacity: 1;
}

@media all and (max-width: 575px) {
  .modal-dialog {
    margin-top: 5rem;
  }

  .modal-dialog-scrollable {
    max-height: calc(100vh - 6rem);
  }
}
/* Legal footer actions and notes */
.legal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  align-items: stretch;
  width: 100%;
  margin-top: 1.2rem;
}

.legal-actions .btn-dark {
  width: 100%;
  margin-top: 0;
}

.legal-note {
  display: inline-block;
  margin: 0.35rem 0;
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
  background: rgba(240, 138, 24, 0.16);
  color: #ffffff;
}
/* Force legal footer buttons to match contact button width */
.footer-panel--legal .legal-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: none !important;
  gap: 0.6rem !important;
  margin-top: 1.2rem !important;
}

.footer-panel--legal .legal-actions .btn-dark {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  justify-self: stretch !important;
}


/* Legal footer buttons use the same action style as the contact buttons */
.legal-actions .contact-btn {
  width: 100%;
  margin-top: 0;
  justify-self: stretch;
}


