/* EasyMedia homepage — Figma 1:1 (1440px artboard) */

:root {
  --em-teal: #77c9ba;
  --em-cyan: #55e9e7;
  --em-petrol: #004c56;
  --em-green: #b0f29e;
  --em-pink: #e19dc1;
  --em-red: #ae0000;
  --em-black: #000000;
  --em-white: #ffffff;
  --em-page-width: 1440px;
  --em-font-overpass: "Overpass", sans-serif;
  --em-font-funnel: "Funnel Display", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.em-body {
  margin: 0;
  position: relative;
  font-family: var(--em-font-overpass);
  color: var(--em-black);
  background: var(--em-white);
  overflow-x: hidden;
}

.em-main {
  width: 100%;
  position: relative;
}

/* ── Header overlay ─────────────────────────────────── */

.em-header {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--em-page-width);
  height: 71px;
  z-index: 100;
}

.em-header__overlay {
  position: absolute;
  inset: 0;
  background: var(--em-black);
  opacity: 0.45;
}

.em-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 18px 0 18px;
}

.em-header__logo {
  display: block;
  flex-shrink: 0;
  opacity: 0.45;
  line-height: 0;
}

.em-header__logo img {
  display: block;
  height: 45px;
  width: auto;
}

.em-header__nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.em-header__nav-list li {
  margin: 0;
}

.em-header__nav-list a {
  display: block;
  padding: 0 24px;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 20px;
  line-height: 34px;
  color: var(--em-white);
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.45;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.em-header__nav-list a:hover,
.em-header__nav-list a.is-active {
  opacity: 1;
}

.em-header__nav-list a.is-active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.em-homepage {
  width: 100%;
  max-width: var(--em-page-width);
  margin: 0 auto;
  background: var(--em-white);
}

/* ── Hero ───────────────────────────────────────────── */

.em-hero {
  position: relative;
  width: 100%;
  height: 810px;
  overflow: hidden;
}

.em-hero__image,
.em-hero__video {
  display: block;
  width: 100%;
  height: 810px;
  object-fit: cover;
  object-position: center top;
}

.em-level {
  padding: 27px 84px 0;
}

.em-level__title {
  margin: 0;
  max-width: 1221px;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 65px;
  line-height: 85px;
  color: var(--em-black);
}

/* ── Marquee ────────────────────────────────────────── */

.em-marquee-section {
  margin-top: 34px;
  padding-left: 129px;
  width: 100%;
  overflow: hidden;
}

.em-marquee {
  width: calc(100% - 129px);
  max-width: 1221px;
  height: 269px;
  overflow: hidden;
  position: relative;
}

.em-marquee__track {
  display: flex;
  width: max-content;
  animation: em-marquee-scroll 28s linear infinite;
}

.em-marquee__text {
  flex-shrink: 0;
  margin: 0;
  padding-right: 80px;
  font-family: var(--em-font-overpass);
  font-weight: 900;
  font-size: 250px;
  line-height: normal;
  white-space: nowrap;
}

.em-marquee__teal {
  color: var(--em-teal);
}

.em-marquee__red {
  color: var(--em-red);
}

@keyframes em-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ── Arrow ──────────────────────────────────────────── */

.em-arrow {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 50px;
}

.em-arrow svg {
  display: block;
  width: 200px;
  height: 8px;
  color: var(--em-black);
}

/* ── Mission ────────────────────────────────────────── */

.em-mission {
  padding: 0 129px;
}

.em-mission__text {
  margin: 0 auto;
  max-width: 1221px;
  font-family: var(--em-font-overpass);
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  color: var(--em-black);
}

/* ── TV illustration ────────────────────────────────── */

.em-tv {
  display: flex;
  justify-content: center;
  margin-top: 110px;
  padding: 0 20px;
}

.em-tv__frame {
  position: relative;
  width: 956px;
  max-width: 100%;
  height: 726px;
  overflow: hidden;
}

.em-tv__screen {
  position: absolute;
  top: 7.02%;
  right: 13.6%;
  bottom: 18.18%;
  left: 5.44%;
  background: #1e1e1e;
  z-index: 0;
}

.em-tv__image {
  position: absolute;
  z-index: 1;
  width: 142.89%;
  height: 105.79%;
  left: -21.13%;
  top: -3.17%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

/* ── Coming soon ────────────────────────────────────── */

.em-coming-soon {
  display: flex;
  justify-content: center;
  margin-top: 58px;
  padding: 0 20px;
}

.em-coming-soon__text {
  margin: 0;
  width: 100%;
  max-width: 760px;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 100px;
  line-height: 95px;
  text-align: center;
  color: var(--em-teal);
}

/* ── Values / CTA section ───────────────────────────── */

.em-values {
  margin-top: 58px;
  background: var(--em-teal);
  min-height: 786px;
  padding: 92px 90px 60px;
  position: relative;
}

.em-values__title {
  margin: 0 0 0 0;
  max-width: 1131px;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 95px;
  line-height: 100px;
  color: var(--em-black);
}

.em-values__numbers {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 753px;
  max-width: calc(100% - 45px);
  margin: 81px 0 0 45px;
}

.em-values__number {
  display: block;
  color: var(--em-white);
  user-select: none;
  font-family: var(--em-font-overpass);
  font-weight: 900;
  font-size: 150px;
  line-height: 1;
}

.em-values__number--three {
  font-family: var(--em-font-funnel);
  font-weight: 800;
}

/* ── CTA row ────────────────────────────────────────── */

.em-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  margin-top: 152px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1316px;
}

.em-cta__question {
  margin: 0;
  flex: 0 1 705px;
  min-width: 0;
  font-family: var(--em-font-overpass);
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #fffefe;
}

.em-cta__arrow {
  flex: 0 0 120px;
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: #fffefe;
}

.em-cta__arrow svg {
  display: block;
  width: 120px;
  height: 45px;
}

.em-cta--dark .em-cta__arrow {
  color: var(--em-black);
}

.em-cta--home {
  margin-top: 152px;
  margin-left: -9px;
}

.em-cta--home .em-cta__button {
  text-align: center;
}

.em-cta__button {
  flex: 0 0 445px;
  max-width: 445px;
  font-family: var(--em-font-overpass);
  font-weight: 900;
  font-size: 55px;
  line-height: 55px;
  color: var(--em-white);
  text-decoration: none;
  text-align: left;
  white-space: normal;
  transition: opacity 0.2s ease;
}

.em-cta__button:hover {
  opacity: 0.85;
}

/* ── Über uns page ──────────────────────────────────── */

.em-about {
  width: 100%;
  max-width: var(--em-page-width);
  margin: 0 auto;
  background: var(--em-white);
}

.em-about-intro {
  padding: 109px 109px 0 109px;
}

.em-about-intro__title {
  margin: 0;
  max-width: 971px;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 100px;
  line-height: 85px;
  color: var(--em-petrol);
}

.em-about-intro__text {
  margin: 31px 0 0 26px;
  max-width: 1009px;
  font-family: var(--em-font-overpass);
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  color: var(--em-black);
}

.em-about-core {
  margin-top: 85px;
  background: var(--em-teal);
  padding: 43px 0 128px;
  overflow: hidden;
}

.em-about-core__title {
  margin: 0 0 84px 136px;
  max-width: 1008px;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 75px;
  line-height: 65px;
  color: var(--em-black);
}

.em-about-row {
  display: flex;
  align-items: flex-start;
  gap: 46px;
  margin-bottom: 96px;
  padding-right: 135px;
}

.em-about-row--first {
  margin-left: -99px;
  margin-bottom: 104px;
}

.em-about-row--offset {
  padding-left: 59px;
}

.em-about-row:last-of-type {
  margin-bottom: 0;
}

.em-about-card {
  position: relative;
  width: 480px;
  height: 313px;
  flex-shrink: 0;
  overflow: hidden;
}

.em-about-card--wide {
  width: 639px;
  height: 417px;
}

.em-about-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.em-about-card--wide .em-about-card__image {
  position: absolute;
  width: 75.12%;
  height: 100%;
  right: 0;
  top: 0;
  left: auto;
}

.em-about-card__label {
  position: absolute;
  margin: 0;
  font-family: var(--em-font-overpass);
  font-weight: 900;
  font-size: 45px;
  line-height: 35px;
  color: var(--em-white);
  text-align: right;
}

.em-about-card__label--akquisition {
  top: 13.43%;
  right: 8.29%;
  left: 44.91%;
}

.em-about-card__label--synergien {
  top: 20.13%;
  right: 3.96%;
  left: 1.25%;
}

.em-about-card__label--wachstum {
  top: 16.29%;
  right: 10.83%;
  left: 18.75%;
}

.em-about-row__text {
  margin: 3px 0 0;
  flex: 1;
  max-width: 720px;
  font-family: var(--em-font-overpass);
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  color: var(--em-black);
}

.em-about-row--offset .em-about-row__text {
  max-width: 521px;
  margin-top: -8px;
}

.em-about-row--offset + .em-about-row--offset .em-about-row__text {
  max-width: 581px;
  margin-top: 19px;
}

.em-about-cta {
  padding: 128px 59px 100px;
  background: var(--em-white);
}

.em-cta--dark .em-cta__question {
  color: var(--em-black);
}

.em-cta--dark .em-cta__button {
  color: var(--em-black);
}

.em-cta--dark {
  margin-top: 0;
}

.em-about-cta .em-cta {
  margin-top: 0;
}

/* ── Kontakt page ───────────────────────────────────── */

.em-contact {
  width: 100%;
  max-width: var(--em-page-width);
  margin: 0 auto;
  min-height: 914px;
  background: var(--em-black);
  color: var(--em-white);
}

.em-contact-hero {
  padding: 137px 123px 80px 123px;
}

.em-contact-hero__title {
  margin: 0;
  max-width: 971px;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 100px;
  line-height: 85px;
  color: var(--em-green);
}

.em-contact-intro {
  margin-top: 134px;
  max-width: 1098px;
}

.em-contact-intro__lead {
  margin: 0 0 0 5px;
  font-family: var(--em-font-overpass);
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
  color: var(--em-white);
}

.em-contact-intro__highlight {
  margin: 0;
  font-family: var(--em-font-overpass);
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  color: var(--em-pink);
}

.em-contact-details {
  margin: 51px 0 0 12px;
  max-width: 775px;
  font-style: normal;
}

.em-contact-details__line {
  margin: 0;
  font-family: var(--em-font-overpass);
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}

.em-contact-details__label {
  color: var(--em-white);
}

.em-contact-details__line:nth-child(2) .em-contact-details__label {
  color: #fcfcfc;
}

.em-contact-details__value {
  color: var(--em-green);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.em-contact-details__value:hover {
  opacity: 0.85;
}

/* ── Anmeldung page ─────────────────────────────────── */

.em-login {
  width: 100%;
  max-width: var(--em-page-width);
  margin: 0 auto;
  min-height: 914px;
  background: var(--em-black);
  color: var(--em-white);
}

.em-login-hero {
  padding: 313px 149px 80px 100px;
}

.em-login-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 551px) minmax(0, 519px);
  justify-content: space-between;
  align-items: start;
  gap: 48px;
}

.em-login-hero__title {
  margin: 0;
  max-width: 551px;
  font-family: var(--em-font-funnel);
  font-weight: 800;
  font-size: 65px;
  line-height: 85px;
  color: var(--em-teal);
}

.em-login-form {
  width: 100%;
  max-width: 519px;
  margin: 0;
}

.em-login-field {
  display: block;
  position: relative;
  width: 100%;
  height: 103px;
  background: var(--em-cyan);
}

.em-login-field + .em-login-field {
  margin-top: 62px;
}

.em-login-field__input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 69%;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 14px 14px 0;
  font-family: var(--em-font-overpass);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: var(--em-black);
}

.em-login-field__input:focus {
  outline: 2px solid var(--em-black);
  outline-offset: -2px;
}

.em-login-field__label {
  position: absolute;
  left: 2.59%;
  right: 19.94%;
  bottom: 8.74%;
  font-family: var(--em-font-overpass);
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: var(--em-black);
  pointer-events: none;
}

.em-login-form__submit {
  display: block;
  margin: 71px auto 0;
  width: 239px;
  height: 34px;
  border: 0;
  border-radius: 5px;
  background: var(--em-cyan);
  font-family: var(--em-font-overpass);
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: var(--em-black);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.em-login-form__submit:hover {
  opacity: 0.9;
}

.em-login-form__register {
  margin: 89px 0 0;
  text-align: center;
  font-family: var(--em-font-overpass);
  font-weight: 500;
  font-size: 20px;
  line-height: 12px;
  color: var(--em-white);
}

.em-login-form__register a {
  color: var(--em-cyan);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.em-login-form__register a:hover {
  opacity: 0.85;
}

/* ── Contact page (legacy) ──────────────────────────── */

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.page-content {
  padding: 28px 0 48px;
}

.contact-form {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(17, 24, 39, 0.08);
  padding: 18px;
  display: grid;
  gap: 10px;
}

input,
textarea,
button {
  font: inherit;
}

input,
textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
}

.btn {
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: #2563eb;
  color: #ffffff;
  cursor: pointer;
}

/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 1200px) {
  .em-level__title {
    font-size: clamp(36px, 5vw, 65px);
    line-height: 1.2;
  }

  .em-marquee__text {
    font-size: clamp(80px, 18vw, 250px);
  }

  .em-marquee {
    height: auto;
    min-height: 120px;
  }

  .em-mission__text {
    font-size: clamp(28px, 4.5vw, 55px);
    line-height: 1.1;
  }

  .em-coming-soon__text {
    font-size: clamp(40px, 8vw, 100px);
    line-height: 1.05;
  }

  .em-values__title {
    font-size: clamp(48px, 7vw, 95px);
    line-height: 1.1;
  }

  .em-values__number {
    font-size: clamp(80px, 12vw, 150px);
  }

  .em-cta__question {
    font-size: clamp(24px, 3.5vw, 45px);
    line-height: 1.2;
  }

  .em-cta__arrow {
    font-size: clamp(60px, 10vw, 150px);
  }

  .em-cta__button {
    font-size: clamp(28px, 4vw, 55px);
  }

  .em-tv__frame {
    height: auto;
    aspect-ratio: 956 / 726;
  }

  .em-tv__image {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
  }

  .em-about-intro__title {
    font-size: clamp(56px, 7vw, 100px);
    line-height: 1.05;
  }

  .em-about-core__title {
    font-size: clamp(40px, 5.5vw, 75px);
    line-height: 1.1;
  }

  .em-about-intro__text,
  .em-about-row__text {
    font-size: clamp(22px, 2.8vw, 35px);
    line-height: 1.25;
  }

  .em-about-card__label {
    font-size: clamp(28px, 3.5vw, 45px);
  }

  .em-contact-hero__title {
    font-size: clamp(48px, 7vw, 100px);
    line-height: 1.05;
  }

  .em-contact-intro__lead {
    font-size: clamp(20px, 3vw, 35px);
    line-height: 1.25;
  }

  .em-contact-intro__highlight {
    font-size: clamp(24px, 3.5vw, 45px);
    line-height: 1.2;
  }

  .em-contact-details__line {
    font-size: clamp(22px, 3vw, 40px);
    line-height: 1.3;
  }

  .em-login-hero__title {
    font-size: clamp(40px, 5vw, 65px);
    line-height: 1.2;
  }

  .em-login-field__input,
  .em-login-field__label {
    font-size: clamp(18px, 2.2vw, 25px);
  }
}

@media (max-width: 1100px) {
  .em-cta {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .em-cta__question {
    flex: 1 1 100%;
  }

  .em-cta__arrow {
    flex: 0 0 120px;
    width: 120px;
    height: 45px;
  }

  .em-cta__arrow svg {
    width: clamp(90px, 12vw, 120px);
    height: auto;
  }

  .em-cta__button {
    flex: 0 1 auto;
    max-width: 445px;
  }
}

@media (max-width: 900px) {
  .em-header__inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px;
  }

  .em-header {
    height: auto;
    min-height: 71px;
  }

  .em-header__nav-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .em-header__nav-list a {
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
  }

  .em-level {
    padding: 24px 24px 0;
  }

  .em-marquee-section {
    padding-left: 24px;
  }

  .em-marquee {
    width: calc(100% - 24px);
  }

  .em-mission {
    padding: 0 24px;
  }

  .em-values {
    padding: 48px 24px 40px;
  }

  .em-values__numbers {
    margin-left: 0;
    max-width: 100%;
  }

  .em-cta {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    gap: 12px;
  }

  .em-cta__arrow {
    margin-top: 0;
  }

  .em-cta__button {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .em-about-intro {
    padding: 100px 24px 0;
  }

  .em-about-intro__title {
    font-size: clamp(48px, 8vw, 100px);
    line-height: 1.05;
  }

  .em-about-intro__text {
    margin-left: 0;
    font-size: clamp(20px, 3vw, 35px);
    line-height: 1.2;
  }

  .em-about-core__title {
    margin-left: 24px;
    margin-bottom: 48px;
    font-size: clamp(32px, 5.5vw, 75px);
    line-height: 1.1;
  }

  .em-about-row,
  .em-about-row--first,
  .em-about-row--offset {
    flex-direction: column;
    margin-left: 0;
    padding: 0 24px;
    gap: 24px;
  }

  .em-about-card,
  .em-about-card--wide {
    width: 100%;
    max-width: 639px;
    height: auto;
    aspect-ratio: 480 / 313;
  }

  .em-about-card--wide {
    aspect-ratio: 639 / 417;
  }

  .em-about-row__text {
    max-width: 100% !important;
    margin-top: 0 !important;
    font-size: clamp(20px, 3vw, 35px);
    line-height: 1.2;
  }

  .em-about-card__label {
    font-size: clamp(24px, 4vw, 45px);
    line-height: 1.2;
  }

  .em-about-cta {
    padding: 64px 24px 48px;
  }

  .em-contact-hero {
    padding: 100px 24px 48px;
  }

  .em-contact-intro {
    margin-top: 48px;
  }

  .em-contact-details {
    margin-top: 40px;
    margin-left: 0;
  }

  .em-login-hero {
    padding: 120px 24px 48px;
  }

  .em-login-hero__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .em-login-hero__title {
    max-width: 100%;
  }

  .em-login-form {
    max-width: 100%;
  }

  .em-login-form__register {
    margin-top: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-marquee__track {
    animation: none;
  }
}
/* ew-site-design */
:root {
  --ew-color-primary: #0d6efd;
  --ew-color-secondary: #6c757d;
  --ew-color-accent: #198754;
  --ew-nav-bg: #f8f9fa;
  --ew-nav-text: #212529;
  --ew-link-color: #0d6efd;
  --ew-link-hover: #0a58ca;
  --ew-heading-color: #212529;
  --ew-footer-bg: #212529;
  --ew-footer-text: #ffffff;
  --ew-footer-link: #ffffff;
}
.text-ew-primary{color:var(--ew-color-primary)!important}.bg-ew-primary{background-color:var(--ew-color-primary)!important}.border-ew-primary{border-color:var(--ew-color-primary)!important}.text-ew-secondary{color:var(--ew-color-secondary)!important}.bg-ew-secondary{background-color:var(--ew-color-secondary)!important}.border-ew-secondary{border-color:var(--ew-color-secondary)!important}.text-ew-accent{color:var(--ew-color-accent)!important}.bg-ew-accent{background-color:var(--ew-color-accent)!important}.border-ew-accent{border-color:var(--ew-color-accent)!important}hr{border-top:solid 0.25px #0d6efd;opacity:.25;}#ewSiteFooter{background-color:var(--ew-footer-bg);color:var(--ew-footer-text);}#ewSiteFooter a,#ewSiteFooter .nav-link{color:var(--ew-footer-link);}#ewSiteFooter .ew-footer-bottom{border-top:1px solid color-mix(in srgb, var(--ew-footer-text) 18%, transparent);}#ewSiteFooter .ew-footer-nav{gap:.25rem 1rem;flex-wrap:wrap;}
#ewMainNav { background-color: var(--ew-nav-bg) !important; }
#ewMainNav .navbar-brand,#ewMainNav .nav-link { color: var(--ew-nav-text) !important; }
#ewMainNav .navbar-toggler { border-color: color-mix(in srgb, var(--ew-nav-text) 35%, transparent); }
/* /ew-site-design */
/* ew-page-styles:kontakt */
/* /ew-page-styles:kontakt */
/* ew-page-styles:ueber-uns */
/* /ew-page-styles:ueber-uns */
/* ew-page-styles:home */
/* /ew-page-styles:home */
/* ew-page-styles:anmeldung */
/* /ew-page-styles:anmeldung */