/*
Theme Name: Design
Theme URI:
Author: marketing teamwork
Author URI: https://www.marketing-teamwork.de
Description: WordPress-Theme
Version: 1.0
License: GNU General Public License

Bereinigt, einsortiert und responsiv abgestuft am 31.07.2026 fuer die aktuell veroeffentlichte Elementor-Startseite.
*/

/* ========================================================================
   1. SCHRIFTEN
   ======================================================================== */

@font-face {
  font-family: "Sora";
  font-weight: 400;
  font-display: swap;
  src: url("fonts/sora-v17-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-weight: 600;
  font-display: swap;
  src: url("fonts/sora-v17-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-weight: 700;
  font-display: swap;
  src: url("fonts/sora-v17-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-weight: 800;
  font-display: swap;
  src: url("fonts/sora-v17-latin-800.woff2") format("woff2");
}

@font-face {
  font-family: "Spline Sans Mono";
  font-weight: 400;
  font-display: swap;
  src: url("fonts/spline-sans-mono-v13-latin-regular.woff2") format("woff2");
}


/* ========================================================================
   2. DESIGN-VARIABLEN
   ======================================================================== */

:root {
  --ice-50: #f0fbff;
  --ice-100: #dcf4ff;
  --cyan: #009fbc;
  --cyan-deep: #007e96;
  --navy: #062a3a;
  --navy-2: #0a3a50;
  --ink: #0c2733;
  --frost-line: rgba(0, 159, 188, 0.14);
  --shadow: 0 30px 60px -20px rgba(6, 42, 58, 0.35);
  --gutter: 10%;
}


/* ========================================================================
   3. RESET UND GLOBALE GRUNDLAGEN
   ======================================================================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  line-height: 1.6;
}

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

/* Globale Link-Basis */
a {
  color: inherit;
}

/* Normale Links in Textbereichen */
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a {
  color: var(--cyan-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

/* Besuchte Links */
.elementor-widget-text-editor a:visited,
.elementor-widget-theme-post-content a:visited {
  color: var(--navy-2);
}

/* Hover */
.elementor-widget-text-editor a:hover,
.elementor-widget-theme-post-content a:hover {
  color: var(--cyan);
  text-decoration-color: transparent;
}

/* Tastatur-Fokus */
.elementor-widget-text-editor a:focus-visible,
.elementor-widget-theme-post-content a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Beim Anklicken */
.elementor-widget-text-editor a:active,
.elementor-widget-theme-post-content a:active {
  color: var(--navy);
}

/* ========================================================================
   4. TYPOGRAFIE
   ======================================================================== */

p {
  margin-bottom: 15px;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.jobs h2 {
  font-size: 20px !important;
}

.tag,
.contact-tag {
  color: var(--cyan-deep);
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tag p,
.joblink p {
  margin: 0;
}

.card .tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}


/* ========================================================================
   5. HEADER UND NAVIGATION
   ======================================================================== */

header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: var(--ice-50);
  border-bottom: 1px solid var(--frost-line);
}

.nav {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px var(--gutter) !important;
  gap: 24px;
}

.brand-name {
  color: var(--navy);
  font-size: clamp(0.8rem, 1.1vw, 1.02rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.brand-name small {
  display: block;
  color: var(--cyan-deep);
  font-size: 0.7em;
  font-weight: 600;
}

#logo img {
  display: block;
  width: auto;
  height: 36px;
}


/* ========================================================================
   6. BUTTONS
   ======================================================================== */

.btn-submit {
  width: 100%;
  padding: 16px 30px;
  color: #fff;
  background: var(--cyan);
  border: 0;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s;
}

.btn-submit:hover {
  background: var(--cyan-deep);
  box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}


/* ========================================================================
   7. SECTIONS UND SEITENABSTAENDE
   ======================================================================== */

.section,
.hero {
  width: 100%;
  padding: 8% var(--gutter) !important;
}

.section-zero {
  width: 100%;
  padding: 0 var(--gutter) !important;
}

.section.section-top {
  padding-top: 0 !important;
}

.section-dark {
  background:
    radial-gradient(
      900px 500px at 85% -20%,
      rgba(0, 159, 188, 0.35),
      transparent
    ),
    linear-gradient(
      160deg,
      var(--navy) 0%,
      var(--navy-2) 55%,
      #0d4a63 100%
    );
}


/* ========================================================================
   8. HERO-BEREICH
   ======================================================================== */

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      1100px 560px at 85% -10%,
      rgba(0, 159, 188, 0.45),
      transparent
    ),
    linear-gradient(
      160deg,
      var(--navy) 0%,
      var(--navy-2) 55%,
      #0d4a63 100%
    );
}

.hero::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--cyan);
  content: "";
}

.hero-sm {
  position: relative;
  overflow: hidden;
  padding: 64px var(--gutter) 70px !important;
  color: #fff;
  background:
    radial-gradient(
      1100px 560px at 85% -10%,
      rgba(0, 159, 188, 0.45),
      transparent
    ),
    linear-gradient(
      160deg,
      var(--navy) 0%,
      var(--navy-2) 55%,
      #0d4a63 100%
    );
}

.hero-sm::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--cyan);
  content: "";
}

.hero-sm h1.elementor-heading-title {
  margin-top: 10px;
  color: #fff !important;
  font-size: clamp(1.8rem, 4.2vw, 2.9rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero-sm .elementor-widget-container p {
  color: #fff !important;
}

.hero-sm .tag p {
  color: #bdeeff !important;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  gap: 8px;
  line-height: 1.05;
}

.ben-ic {
  font-size: 2.2rem;
}

.ben p {
  margin: 0;
}


/* ========================================================================
   9. ALLGEMEINE KARTEN UND MERKMALLISTEN
   ======================================================================== */

.card {
  position: relative;
  overflow: hidden !important;
  padding: 20px 20px 20px 26px !important;
  background: #fff;
  border: 1px solid var(--frost-line);
  border-radius: 22px !important;
  box-shadow: 0 20px 40px -28px rgba(6, 42, 58, 0.4);
  opacity: 1;
  transition: 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card::before {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 5px !important;
  height: 100% !important;
  background: linear-gradient(var(--cyan), var(--cyan-deep));
  content: "" !important;
}

.card-hl {
  background:
    radial-gradient(
      900px 500px at 85% -20%,
      var(--cyan),
      transparent
    ),
    var(--cyan-deep);
  border-color: transparent;
}

.card-hl::before {
  background: #fff;
}

ul.feat {
  display: grid;
  list-style: none;
  gap: 14px;
}

ul.feat li {
  display: flex;
  align-items: flex-start;
  font-size: 0.97rem;
  gap: 14px;
}

ul.feat li::before {
  flex: 0 0 22px;
  height: 22px;
  margin-top: 2px;
  background:
    var(--ice-100)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%230089b8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    no-repeat center;
  border-radius: 7px;
  content: "";
}

.tilt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transform: rotate(-2deg);
  transform-origin: left top;
  margin-bottom: 8px;
}

.kicker {
  display: block;
  font-weight: 800;
  font-size: clamp(1rem, 1.9vw, 1.4rem);
  color: #fff;
  background: var(--cyan);
  padding: 9px 18px;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .5);
  animation: rise .85s .05s ease both;
}

.hero h1 .slab:nth-child(1) {
  animation-delay: .12s;
}

.hero h1 .slab {
  display: inline-block;
  font-weight: 800;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 5vw, 4rem);
  line-height: 1;
  background: var(--cyan);
  color: #fff;
  padding: .16em .3em .1em;
  box-shadow: 0 14px 30px -14px rgba(0, 0, 0, .5);
  hyphens: auto;
  -webkit-hyphens: auto;
  animation: slabIn .7s cubic-bezier(.2, .85, .25, 1) both;
  animation-delay: 0s;
}


/* ========================================================================
   10. LEISTUNGSKARTEN
   ======================================================================== */

.svc-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--frost-line);
  border-radius: 22px;
  box-shadow: 0 20px 40px -28px rgba(6, 42, 58, 0.4);
  text-decoration: none;
  transform: translateY(2px);
  transition: 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.svc-card .elementor-image-box-content {
  padding: 20px;
}

.svc-card .svc-more {
  color: var(--cyan-deep);
  font-weight: 700;
}

.svc-card:hover {
  box-shadow: 0 22px 42px -26px rgba(6, 42, 58, 0.5);
  transform: translateY(-4px);
}


/* ========================================================================
   11. BILDER UND BILDUNTERSCHRIFTEN
   ======================================================================== */

.bilder .elementor-widget-image {
  padding: 20px 20px 13px;
  background: #fff;
  border-radius: 16px;
}

.bilder .elementor-widget-image img {
  border-radius: 8px;
}

.bilder .elementor-widget-image figcaption {
  margin-top: 10px;
  color: var(--cyan-deep);
  font-size: 85%;
  font-style: italic;
  text-align: left;
}

.intro-img img {
  border-radius: 22px !important;
  box-shadow: var(--shadow) !important;
}

.duo-person {
  flex: 1;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  padding: 22px 16px 20px;
  border: 1px solid var(--frost-line);
  box-shadow: var(--shadow);
}

.duo-person img {
  width: 125px !important;
  height: 125px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block;
  margin: 0 auto;
  border: 3px solid var(--ice-100) !important;
}


/* ========================================================================
   12. BANNER UND HERVORHEBUNGEN
   ======================================================================== */

.kicker-sm {
  display: inline-block;
  padding: 6px 14px;
  color: #fff !important;
  background: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.kicker-sm p {
  margin: 0;
}

.banner-h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 14px 0 0;
  gap: 6px;
}

.banner-slab {
  display: inline-block;
  width: fit-content;
  margin: 5px 0;
  padding: 0.16em 0.32em 0.1em;
  color: #fff;
  background: var(--cyan);
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}


/* ========================================================================
   13. TESTIMONIAL- UND LEADER-KARTE
   ======================================================================== */

.leader-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 28px 28px;
  background: #fff;
  border: 1px solid var(--frost-line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  gap: 22px;
}

.leader-card img {
  flex: 0 0 auto;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border: 3px solid var(--ice-100) !important;
  border-radius: 50%;
}

.leader-card .elementor-testimonial-content {
  position: relative;
  z-index: 1;
  margin: 30px 0 18px;
  color: var(--navy);
  font-size: 24px !important;
  font-style: italic;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.01em;
}

.leader-card .elementor-testimonial-content::before {
  position: absolute;
  top: -40px;
  left: -4px;
  color: var(--cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 125px;
  font-weight: 800;
  line-height: 1;
  content: "“";
  opacity: 0.16;
  pointer-events: none;
}

.leader-card .elementor-testimonial-content::after {
  content: none;
}

.leader-card .elementor-testimonial-name {
  display: block;
  color: var(--cyan-deep);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.leader-card .elementor-testimonial-job {
  font-size: 0.78rem;
  opacity: 0.55;
}


/* ========================================================================
   14. KONTAKTBEREICH UND ICONS
   ======================================================================== */

.contact {
  background: linear-gradient(160deg, var(--ice-100), var(--ice-50));
  border-top: 1px solid var(--frost-line);
}

.cline-ic {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background-color: var(--ink);
  opacity: 0.8;
  mask: center / contain no-repeat;
}

.ic-phone {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.ic-mail {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 5L2 7'/%3E%3C/svg%3E");
}


/* ========================================================================
   15. FORMULARE
   ======================================================================== */

form {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--frost-line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

form label {
  display: block;
  margin-bottom: 6px;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 0.02em;
}

form :is(
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
  textarea,
  select
) {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--ice-50) !important;
  border: 1.5px solid #e1eef4;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.95rem;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}

form input::placeholder,
form textarea::placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  opacity: 1;
}

form :is(
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
  textarea,
  select
):focus,
form :is(
  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
  textarea,
  select
):focus-visible {
  color: var(--ink) !important;
  background: #fff !important;
  border-color: var(--cyan) !important;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 159, 188, 0.12) !important;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form select:-webkit-autofill,
form select:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--ink) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--ice-50) inset !important;
  box-shadow: 0 0 0 1000px var(--ice-50) inset !important;
  transition: background-color 9999s ease-out 0s;
}

form input:-webkit-autofill:focus,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink) !important;
  -webkit-box-shadow:
    0 0 0 1000px #fff inset,
    0 0 0 4px rgba(0, 159, 188, 0.12) !important;
  box-shadow:
    0 0 0 1000px #fff inset,
    0 0 0 4px rgba(0, 159, 188, 0.12) !important;
}

.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.is-hidden {
  display: none;
}

.form-msg-error {
  color: #c0392b;
  font-size: 0.85rem;
}

#kontaktformular .form-msg-error {
  margin-top: 12px;
}


/* ========================================================================
   16. AGB UND RECHTSTEXTE
   ======================================================================== */

.agb ol {
  padding-left: 28px;
}

.agb li {
  margin-bottom: 8px;
}


.rechtliches ul,
.rechtliches ol {
  margin: 12px 0 18px;
  padding-left: 24px;
}

.rechtliches li {
  margin-bottom: 6px;
  padding-left: 4px;
}

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

.rechtliches ul ul,
.rechtliches ol ol,
.rechtliches ul ol,
.rechtliches ol ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 24px;
}

/* ========================================================================
   17. FOOTER UND SPRUNGMARKEN
   ======================================================================== */

.section-footer {
  width: 100%;
  padding: 54px var(--gutter) 30px !important;
  color: rgba(255, 255, 255, 0.85);
  background: var(--cyan);
}

#kontakt {
  scroll-margin-top: 80px;
}


/* ========================================================================
   18. RESPONSIVE ANPASSUNGEN
   ======================================================================== */

@media (min-width: 2100px) {

  h1 {
    font-size: 85px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 24px;
  }

  .jobs h2 {
    font-size: 22px;
  }
}


@media (max-width: 1550px) {

  :root {
    --gutter: 5%;
  }

  h1 {
    font-size: 50px;
  }
}


@media (max-width: 1280px) {

  :root {
    --gutter: 4%;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  .bilder .elementor-widget-image {
    padding: 10px 10px 9px;
  }

  .bilder .elementor-widget-image figcaption {
    margin-top: 8px;
  }
}


@media (min-width: 768px) {

  .hinweis {
    display: none !important;
  }
}


@media (max-width: 1024px) {

  :root {
    --gutter: 2%;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .jobs h2 {
    font-size: 18px;
  }
}


@media (max-width: 767px) {

  :root {
    --gutter: 20px;
  }

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .hero {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .hero-sm {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .section-footer {
    padding-top: 36px !important;
  }

  .section.section-top {
    padding-top: 8% !important;
  }

  .nav {
    gap: 10px;
  }

  .brand-name {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .brand-name small {
    display: none;
  }

  #logo img {
    height: 32px;
  }
}


@media (max-width: 520px) {

  .leader-card {
    flex-direction: column;
    align-items: center;
    padding: 24px 22px 22px;
    text-align: center;
  }

  .leader-card img {
    width: 100px;
    height: 100px;
  }

  .leader-card .elementor-testimonial-content {
    margin-bottom: 12px;
    font-size: 0.8rem !important;
  }

  .leader-card .elementor-testimonial-job {
    font-size: 0.74rem;
  }

  .banner-slab {
    font-size: 1.05rem;
  }

  .row2 {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    gap: 5px;
  }

  .brand-name {
    font-size: 0.62rem;
  }

  .nav {
    gap: 8px;
  }

  #logo img {
    height: 28px;
  }

  .hero {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .card {
    padding: 16px 16px 16px 22px;
  }

  form {
    padding: 16px;
  }

  h2 {
    font-size: 21px;
  }

  .btn-submit {
    padding: 10px 18px;
    font-size: 0.82rem;
    gap: 6px;
  }

  .ben-ic {
    font-size: 1.5rem;
  }

  .ben .elementor-widget-container {
    font-size: 85% !important;
  }

  .benefits .elementor-widget-container {
    hyphens: auto;
  }

  .kicker,
  .mwd {
    padding: 4px 8px;
    font-size: 12px !important;
  }
}


/* ========================================================================
   FAQ
   ======================================================================== */

.faq .elementor-accordion-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--frost-line);
  box-shadow: 0 14px 30px -24px rgba(6, 42, 58, .35);
  overflow: hidden;
  padding: 15px;
}

.faq .elementor-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq .elementor-tab-content ul {
  margin: 0 0 15px;
  padding-left: 20px;
}

.faq .elementor-tab-content li {
  margin-bottom: 4px;
}

.faq .elementor-tab-content h4 {
  margin: 15px 0 4px;
  font-size: inherit;
  line-height: inherit;
}


/* ========================================================================
   BENEFITS
   ======================================================================== */

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
  animation: rise 1.2s .7s ease both;
}

.ben .elementor-widget-container {
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.25;
  padding-right: 15px;
}

/*
Icon und Text liegen in Elementor innerhalb von
.elementor-heading-title. Deshalb muss HIER Flexbox sitzen.
*/
.ben .elementor-heading-title {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px;
}

/* Icon bleibt als eigener Block links */
.ben-ic {
  float: none !important;
  display: block !important;
  flex: 0 0 auto !important;
  font-size: 2.2rem;
  line-height: 1;
}

/* WordPress-Emoji sauber dimensionieren */
.ben-ic img.emoji {
  display: block !important;
  width: 1em !important;
  height: 1em !important;
  max-width: none !important;
  margin: 0 !important;
}

/*
Text ist EIN eigener Flex-Block.
Der <br> bricht dadurch nur innerhalb dieses Blocks um.
"Weihnachtsgeld" kann nicht mehr unter das Icon rutschen.
*/
.ben-text {
  display: block !important;
  flex: 0 0 auto !important;
  min-width: 0;
}


/* ========================================================================
   SONSTIGES
   ======================================================================== */

.mwd {
  display: inline-block;
  background: var(--cyan);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 5px 12px;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .5);
  animation: rise 1s .42s ease both;
}

.angebot-note,
.note {
  font-size: 70% !important;
}

.elementor-field-group-upload .elementor-upload-field {
  padding: 18px 20px !important;
  background: var(--ice-50) !important;
  border: 2px dashed #a9dff0 !important;
  border-radius: 14px !important;
  color: var(--ink) !important;
  cursor: pointer;
}

.elementor-field-group-upload .elementor-upload-field::file-selector-button {
  margin-right: 14px;
  padding: 10px 16px;
  color: #fff;
  background: var(--cyan);
  border: 0;
  border-radius: 9px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}

.elementor-field-group-upload .elementor-upload-field:hover {
  border-color: var(--cyan) !important;
}

.elementor-field-group-upload .elementor-upload-field:hover::file-selector-button {
  background: var(--cyan-deep);
}