/* ============================================================
   MASTERDRIVE — Stylesheet
   Basis: Webflow-Quellcode (masterdrive-ai.webflow.shared.220f2991c.min.css)
   ============================================================ */

/* ── Fonts ─────────────────────────────────────────────────── */

@font-face {
  font-family: 'Anek Malayalam';
  src: url('../fonts/anek-malayalam-v18-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('../fonts/anek-malayalam-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('../fonts/anek-malayalam-v18-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('../fonts/anek-malayalam-v18-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('../fonts/anek-malayalam-v18-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('../fonts/anek-malayalam-v18-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ── Reset ─────────────────────────────────────────────────── */

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

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: #fff;
  background-color: #000;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
  overflow-wrap: anywhere;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Anek Malayalam', sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

p {
  color: #e2e2e2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

button, input, select, textarea {
  font-family: inherit;
  color: inherit;
  margin: 0;
}

/* ── Page wrapper ───────────────────────────────────────────── */

.page-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
}

/* ── Section utilities ──────────────────────────────────────── */

.section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-container {
  flex: 1;
}

.section-container.service,
.section-container.faqs,
.section-container.process {
  padding-top: 125px;
}

.section-container.about-us {
  padding-top: 125px;
}

.section-container.contact {
  padding-top: 125px;
  padding-bottom: 20px;
}

.section-container.datenschutz-impressum {
  padding-top: 50px;
}

/* Section tag row (label + decorative line) */
.section-tag-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 11px;
  line-height: 1em;
}

.section-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.section-tag-line {
  flex: 1;
  height: 1px;
  margin-left: 20px;
  background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.8));
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title-container {
  display: flex;
  flex-direction: column;
  width: 46%;
  max-width: 450px;
  color: #fff;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  row-gap: 20px;
  column-gap: 20px;
}

.spacer-100px {
  width: 100%;
  height: 100px;
}

/* ── Navbar ─────────────────────────────────────────────────── */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.navigation-container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo img {
  display: block;
}

.nav-menu {
  display: flex;
  margin-right: -10px;
}

.nav-bar-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
}

.nav-bar-link:hover {
  opacity: 0.7;
}

/* Mobile hamburger */
.menu-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.menu-button.is-open {
  background-color: transparent;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: transform 0.3s, opacity 0.3s;
}

.burger-line.bl-mid {
  width: 15px;
}

/* Mobile nav overlay */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: #2c2d37;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 2.5vw;
  padding-top: 80px;
}

.nav-overlay.is-open {
  display: flex;
}

.nav-overlay .nav-bar-link {
  justify-content: flex-start;
  height: auto;
  margin-left: 0;
  padding: 20px 2.5vw;
  font-size: 18px;
  font-weight: 500;
}

/* ── Buttons ─────────────────────────────────────────────────── */

/* Gradient-border button (outer wrapper) */
.button-1 {
  display: inline-block;
  background-image: linear-gradient(113deg, #cfcfcf, #5a5a5a 74%, #8d8d8d);
  border-radius: 5px;
  padding: 2px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s;
}

.button-1:hover {
  transform: scale(1.05);
}

/* Inner button content */
.button-content {
  display: flex;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  color: #fff;
  background-image: linear-gradient(120deg, #3a3a3a, #222 75%, #1d1d1d);
  border-radius: 4px;
  padding: 15px 25px;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.button-content:hover {
  color: #fff;
}

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

.button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  position: relative;
}

/* Submit button (input type=submit) */
.submit-button-content {
  display: flex;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  color: #fff;
  background-image: linear-gradient(120deg, #3a3a3a, #222 75%, #1d1d1d);
  border-radius: 4px;
  padding: 15px 25px;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.submit-button-content:hover {
  color: #fff;
  opacity: 0.9;
}

.magnetic-element {
  display: inline-block;
}

/* ── Hero ────────────────────────────────────────────────────── */

.hero {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  padding-top: 150px;
}

.section-container.hero {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 0;
  flex: 1;
}

.hero-content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  row-gap: 30px;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 18px;
}

.webflow-partner-badge {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding: 35px;
  position: relative;
  mix-blend-mode: luminosity;
}

.ai-brain-board {
  width: 80%;
  aspect-ratio: 1;
  mix-blend-mode: luminosity;
}

/* ── About teaser ───────────────────────────────────────────── */

.plain-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 135px;
  padding-bottom: 70px;
  color: #fff;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6em;
  text-align: center;
  row-gap: 20px;
  column-gap: 20px;
}

.plain-text {
  width: 90%;
}

/* ── Service cards ──────────────────────────────────────────── */

.service-cards-wrapper {
  display: flex;
  gap: 20px;
}

.service-card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  row-gap: 25px;
  padding: 40px 35px;
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ffffff0d, #ffffff1c);
  transition: all .4s;
  position: relative;
}

.service-card:hover {
  background-color: #ffffff1a;
  background-image: linear-gradient(144deg, #ffffff0d, #ffffff1c);
}

.service-card-title {
  color: #fff;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0;
}

.service-card-paragraph {
  font-size: 17px;
  color: #e2e2e2;
}

.service-card-list {
  font-size: 17px;
  line-height: 1.7em;
  margin-bottom: 0;
  color: #e2e2e2;
}

/* ── FAQ ─────────────────────────────────────────────────────── */

.process-content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  row-gap: 5px;
}

.faq-container {
  display: flex;
  flex-direction: column;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  transition: height .4s ease;
}

.faq-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  padding-left: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  white-space: break-spaces;
  cursor: pointer;
  border: none;
  text-align: left;
  position: relative;
}

.faq-toggle.is-open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: absolute;
  inset: 0% 0% 0% auto;
  width: 24px;
  z-index: 2;
  margin-right: 16px;
  display: flex;
  align-items: center;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-body {
  display: none;
  background-color: transparent;
  width: 100%;
  position: relative;
}

.faq-body.is-open {
  display: block;
}

.faq-answer-container {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  font-size: 14px;
  color: #e2e2e2;
  margin-bottom: 0;
}

/* ── Contact form ────────────────────────────────────────────── */

.contact-content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.contact-form-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  row-gap: 5px;
}

.form-block {
  flex: 1;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.field-label {
  display: block;
  color: #c2c2c2;
  margin-bottom: 10px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 300;
  line-height: 1em;
  font-size: 14px;
}

.text-field {
  display: block;
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 8px;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.textarea {
  display: block;
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  min-height: 100px;
  padding: 0;
  padding-bottom: 8px;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  outline: none;
  resize: vertical;
  -webkit-appearance: none;
  appearance: none;
}

.textarea:focus {
  border-bottom-color: #fff;
}

.success-message {
  display: none;
  color: #fff;
  background-color: transparent;
  height: 100%;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 20px;
}

.success-message.is-visible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-message {
  display: none;
  color: #9e5847;
  background-color: transparent;
  margin-top: 20px;
  padding: 0;
  font-family: 'Anek Malayalam', sans-serif;
  line-height: 1.3em;
}

.error-message.is-visible {
  display: block;
}

/* ── Footer ──────────────────────────────────────────────────── */

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.footer-container {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  color: #fff;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 12px;
}

.footer-logo-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 8px;
}

.footer-logo-block a {
  display: block;
}

.footer-copyright {
  color: #888;
  font-size: 12px;
}

.footer-center {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}

.footer-center a,
.footer-right a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: opacity .2s;
}

.footer-center a:hover,
.footer-right a:hover {
  opacity: 0.7;
}

.footer-right {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  row-gap: 6px;
}

/* ── Cookie Banner ───────────────────────────────────────────── */

#cookie-banner {
  position: fixed;
  inset: auto 1vw 1vw;
  z-index: 9999;
  background-color: #000;
  border: 1px solid #303030;
  border-radius: 1px;
  padding: 2rem;
  font-size: 16px;
}

.cookie-banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cookie-banner__text {
  margin: 0;
  color: #e2e2e2;
  line-height: 1.5;
}

.cookie-banner__link {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.cookie-banner__accept {
  border: none;
  cursor: pointer;
  font-family: 'Anek Malayalam', sans-serif;
}

.cookie-banner__decline {
  color: #adadad;
  background-color: #0f0f0f;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  padding: .5rem 1rem;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.cookie-banner__decline:hover {
  color: #fff;
  border-color: #888;
}

#cookie-prefs-btn {
  position: fixed;
  inset: auto auto .75rem .75rem;
  z-index: 9998;
  background-color: #000;
  border: 1px solid #303030;
  border-radius: 3px;
  color: #e2e2e2;
  padding: .4rem .75rem;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 13px;
  cursor: pointer;
}

#cookie-prefs-btn:hover {
  border-color: #888;
  color: #fff;
}

/* ── Subpages: Hero Unterseite ───────────────────────────────── */

.hero-unterseite {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
  padding-top: 70px;
}

.section-container.hero.unterseite {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* ── Plain text (for subpages) ───────────────────────────────── */

.plain-text-wrapper.smaller-text-left-align {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.plain-text-wrapper.smaller-text-right-align {
  text-align: right;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.heading-plain-text {
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-plain-text.left-align  { text-align: left;  }
.heading-plain-text.right-align { text-align: right; }

/* ── Warum-wir / Aufzählung ────────────────────────────────── */

.container-2-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

.container-heading-left {
  flex: 1;
}

.div-block-3 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-aufz-hlung {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 30px;
  font-size: 17px;
  font-weight: 500;
}

.container-aufz-hlungspunkt {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  column-gap: 30px;
}

.circle-container-icon {
  border: 1.7px solid #fff;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 8px;
  flex-shrink: 0;
}

.container-icon-2 {
  color: #6bc996;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Anek Malayalam', sans-serif;
  color: #fff;
}

.project-description {
  margin-bottom: 30px;
  font-weight: 300;
  color: #e2e2e2;
}

/* ── Karriere — Werte & Vorteile ─────────────────────────────── */

/* Großes Wasserzeichen-Icon im Hintergrund einer service-card */
.container-icon {
  opacity: 0.05;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  inset: 0%;
  pointer-events: none;
}

.container-icon svg,
.container-icon .icons-height-100 {
  height: 80%;
  width: auto;
}

/* service-card braucht position: relative für den absoluten Icon-Container */
.service-card {
  position: relative;
}

/* Offene Stellen */
.service-card-copy {
  display: flex;
  width: 100%;
  padding: 40px 35px;
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ffffff0d, #ffffff1c);
  transition: all .4s;
}

.service-card-copy:hover {
  background-color: #ffffff1a;
  background-image: linear-gradient(144deg, #ffffff0d, #ffffff1c);
}

.dark-card-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
}

/* Spacer */
.spacer-20px { width: 100%; height: 20px; }

/* ── Karriere — Bewerbungsprozess ────────────────────────────── */

.container-bewerbungsablauf {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 60px;
  column-gap: 60px;
}

.container-bewerbungsschritte {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  row-gap: 30px;
  column-gap: 30px;
}

.circle-container-bewerbungsschritt-nummer {
  border-style: solid;
  border-width: 1.7px;
  border-color: currentColor;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 8px;
  font-size: 27px;
  font-weight: 300;
  flex-shrink: 0;
}

.container-text-bewerbungsschritt {
  display: flex;
  flex-flow: column;
}

.container-heading-branchen {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

.container-button-branchen {
  display: flex;
  flex-flow: column;
  column-gap: 10px;
  row-gap: 10px;
}

.card-heading {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}

.card-heading.left-align         { text-align: left; }
.card-heading.left-align.smaller { font-size: 18px; }

.card-paragraph {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: 'Anek Malayalam', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #e2e2e2;
}

.card-paragraph.left-align {
  text-align: left;
  margin-top: 0;
}

/* ── Über uns — Team cards ───────────────────────────────────── */

.team-cards-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.team-card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  row-gap: 25px;
  column-gap: 25px;
  padding: 40px 35px;
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ffffff0d, #ffffff1c);
  transition: all .4s;
}

.team-card:hover {
  background-color: #ffffff1a;
  background-image: linear-gradient(144deg, #ffffff0d, #ffffff1c);
}

.team-images {
  background-color: rgba(145, 145, 145, 0.05);
  border: 1px solid #303030;
  border-radius: 120px;
  overflow: clip;
  width: 100%;
  aspect-ratio: 1;
}

.team-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Über uns — Gründer ─────────────────────────────────────── */

.container-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  column-gap: 20px;
  row-gap: 20px;
}

.width-60 {
  display: flex;
  flex-flow: column;
  width: 60%;
  column-gap: 20px;
  row-gap: 20px;
}

.image-text-gruender {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}

.container-width-30 {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  flex-shrink: 0;
}

.container-width-70 {
  width: 70%;
}

/* ── Legal pages ─────────────────────────────────────────────── */

.datenschutz-impressum .plain-text-wrapper {
  padding: 40px 0;
  text-align: left;
  align-items: flex-start;
}

.datenschutz-impressum h1 {
  font-size: 38px;
  font-weight: 400;
  margin: 0 0 40px;
}

.legal-content {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.legal-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
}

.legal-content h3 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 8px;
}

.legal-content p {
  margin-bottom: 12px;
}

.legal-content a {
  color: #fff;
  text-decoration: underline;
}

/* ── 404 page ────────────────────────────────────────────────── */

.utility-page-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.utility-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 320px;
  row-gap: 20px;
}

.utility-page-content h1 {
  font-size: 28px;
  margin: 0;
}

/* ── Responsive ──────────────────────────────────────────────── */

@media screen and (min-width: 1280px) {
  .service-card {
    padding: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .section-container.hero {
    padding-top: 110px;
    padding-bottom: 150px;
  }
  .hero-content-container {
    max-width: 620px;
  }
  .hero-title {
    font-size: 42px;
  }
  .button-content {
    font-size: 17px;
  }
  .service-card-title {
    font-size: 26px;
  }
  .service-card-paragraph,
  .service-card-list {
    font-size: 15px;
  }
  .navbar {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .submit-button-content {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .container-bewerbungsablauf {
    row-gap: 20px;
    column-gap: 20px;
  }

  .container-bewerbungsschritte {
    column-gap: 15px;
    row-gap: 15px;
  }

  .circle-container-bewerbungsschritt-nummer {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .team-cards-wrapper {
    row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .team-card {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding: 20px 30px;
  }

  .image-text-gruender {
    flex-flow: column;
  }

  .container-width-70 {
    text-align: center;
    width: 100%;
  }

  .width-60 {
    width: 100%;
  }

  .menu-button {
    display: flex;
  }

  .nav-bar-link {
    background-color: transparent;
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-menu {
    display: none;
  }

  .section-container.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-container.service {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-container.faqs,
  .section-container.contact {
    padding-top: 100px;
  }

  .section-container.about-us {
    padding-top: 0;
  }

  .hero-content-container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-title {
    text-align: center;
    font-size: 40px;
  }

  .hero-paragraph {
    text-align: center;
    font-size: 16px;
  }

  .button-1:hover {
    transform: none;
  }

  .button-content {
    padding: 12px 20px;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
    display: none;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-paragraph {
    font-size: 13px;
    margin-bottom: 0;
  }

  .service-card-list {
    font-size: 12px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .process-content-container {
    flex-flow: column;
    row-gap: 20px;
    column-gap: 20px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-container {
    width: 100%;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .contact-content-container {
    flex-direction: column;
    row-gap: 40px;
  }

  .contact-form-container {
    width: 100%;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .plain-text-wrapper {
    padding-top: 70px;
    font-size: 19px;
  }

  .plain-text {
    font-size: 19px;
    line-height: 1.4em;
  }

  .spacer-100px {
    height: 50px;
  }

  .hero {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-container.faqs,
  .section-container.contact {
    padding-top: 75px;
  }

  .hero-content-container {
    row-gap: 16px;
    max-width: 470px;
  }

  .hero-title {
    font-size: 25px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 14px 18px;
    font-size: 16px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .webflow-partner-badge {
    display: none;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    flex-direction: column;
    row-gap: 40px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero {
    padding-top: 70px;
  }

  .submit-button-content {
    padding: 16px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .page-wrapper {
    width: 100%;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-container.hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-container.faqs,
  .section-container.contact {
    padding-top: 60px;
  }

  .hero-title {
    font-size: 25px;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .service-card-list {
    font-size: 13px;
  }

  .faq-toggle {
    height: 90px;
  }

  .toggle-text {
    font-size: 13px;
  }

  .faq-answer-container {
    padding: 20px;
  }

  .footer-wrapper {
    height: auto;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-container {
    flex-flow: column;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
    font-size: 10px;
  }

  .footer-right {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
  }

  .hero {
    padding-top: 50px;
  }

  .spacer-100px {
    height: 30px;
  }

  #cookie-banner {
    inset: auto 0 0;
    border-radius: 0;
    padding: 1.5rem;
  }

  .cookie-banner__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__buttons .button-1 {
    display: block;
    text-align: center;
  }

  .cookie-banner__decline {
    text-align: center;
    width: 100%;
  }
}
