/* Let's go */

@font-face {
  font-family: "LatoEmscher";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v16-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "LatoEmscher";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v16-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "LatoEmscher";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v16-latin-700.woff2") format("woff2");
}

:root {
  --ea-blue: #0061af;
  --ea-container-default: 1200px;
  --ea-dark-blue: #002691;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

body {
  color: #424750;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
}

body :where(h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-heading-small, .uk-heading-medium, .uk-heading-large),
body :where(.uk-navbar-nav > li > a, .uk-navbar-dropdown-nav > li > a, .uk-button, button, input, textarea, select, label) {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
}

body :where(h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-heading-small, .uk-heading-medium, .uk-heading-large) {
  font-weight: 700;
  letter-spacing: 0;
}

body :where(p, li, dd, dt, td, th, input, textarea, select, label) {
  letter-spacing: 0;
}

body .uk-text-lead {
  color: #4f555d;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

body .uk-button,
body button,
body input[type="button"],
body input[type="submit"],
body input[type="reset"] {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body .uk-button-large {
  font-size: 15px;
  line-height: 48px;
}

body input,
body textarea,
body select {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body label,
body .formControlLabel {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

body.startseite {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-kerning: normal;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.startseite *,
.tm-header *,
.tm-header-mobile * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tm-header,
.tm-header-mobile {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.tm-header {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tm-header .uk-navbar-item img {
  display: block;
  max-width: 250px;
  height: auto;
}

.tm-header .uk-navbar-container {
  background: #fff;
}

.tm-header .uk-navbar {
  min-height: 108px;
}

.tm-header .uk-navbar-item {
  min-height: 108px;
  padding-left: 0;
  padding-right: 0;
}

.tm-header .uk-navbar-right {
  min-height: 108px;
}

.tm-header .uk-navbar-nav {
  gap: 2px;
}

.tm-header .uk-navbar-nav > li > a {
  color: #6f737b;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 108px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.tm-header .uk-navbar-nav > li > a::after {
  content: "";
  display: none;
}

.tm-header .uk-navbar-nav > li:hover > a,
.tm-header .uk-navbar-nav > li.uk-active > a,
.tm-header .uk-navbar-nav > li > a:focus {
  background: rgba(0, 38, 145, 0.04);
  color: var(--ea-dark-blue);
}

.tm-header .uk-navbar-nav > li:hover > a::after,
.tm-header .uk-navbar-nav > li.uk-active > a::after,
.tm-header .uk-navbar-nav > li > a:focus::after {
  transform: scaleX(1);
}

.tm-header .uk-navbar-dropdown {
  background: var(--ea-dark-blue);
  border: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  min-width: 250px;
  padding: 16px 0;
}

.tm-header .uk-navbar-dropdown-nav > li > a {
  color: rgba(255, 255, 255, 0.86);
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  padding: 8px 24px;
  text-transform: uppercase;
  transition: background-color 140ms ease, color 140ms ease, padding-left 140ms ease;
}

.tm-header .uk-navbar-dropdown-nav > li > a:hover,
.tm-header .uk-navbar-dropdown-nav > li.uk-active > a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding-left: 30px;
}

.tm-header-mobile {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.tm-header-mobile .uk-navbar-container {
  background: #fff;
}

.tm-header-mobile .uk-navbar {
  min-height: 88px;
  position: relative;
}

.tm-header-mobile .uk-navbar::before {
  background: url("/images/logos/emscher-aufbereitung.png") left center / contain no-repeat;
  content: "";
  display: block;
  height: 44px;
  left: 0;
  max-width: 230px;
  position: absolute;
  top: 22px;
  width: calc(100vw - 112px);
}

.tm-header-mobile .uk-navbar-toggle {
  color: #222;
  min-height: 88px;
  padding-right: 0;
}

.tm-header-mobile .uk-navbar-toggle:hover,
.tm-header-mobile .uk-navbar-toggle:focus {
  color: var(--ea-dark-blue);
}

#tm-dialog-mobile .uk-offcanvas-bar {
  background: #1f2024;
  border-left: 4px solid var(--ea-blue);
  padding: 112px 28px 32px;
  width: min(390px, 100vw);
}

#tm-dialog-mobile .uk-offcanvas-bar::before {
  background: url("/images/emscher-aufbereitung_white.png") left center / contain no-repeat;
  content: "";
  display: block;
  height: 56px;
  left: 28px;
  position: absolute;
  top: 28px;
  width: 230px;
}

#tm-dialog-mobile .uk-offcanvas-close {
  color: rgba(255, 255, 255, 0.85);
  top: 30px;
}

#tm-dialog-mobile .uk-offcanvas-close:hover,
#tm-dialog-mobile .uk-offcanvas-close:focus {
  color: #fff;
}

#tm-dialog-mobile .uk-close line {
  stroke: currentColor;
}

#tm-dialog-mobile .uk-nav-default > li > a {
  color: #fff;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 0;
  position: relative;
  text-transform: uppercase;
}

#tm-dialog-mobile .uk-nav-default > li > a::after {
  background: var(--ea-blue);
  bottom: 4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 36px;
}

#tm-dialog-mobile .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.72);
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px 0;
  text-transform: uppercase;
}

#tm-dialog-mobile .uk-nav-default > li > a:hover,
#tm-dialog-mobile .uk-nav-default .uk-nav-sub a:hover {
  color: #fff;
}

#tm-dialog-mobile .uk-nav-default > li > a:hover::after,
#tm-dialog-mobile .uk-nav-default > li.uk-active > a::after {
  transform: scaleX(1);
}

@media (max-width: 420px) {
  .tm-header-mobile .uk-navbar::before {
    height: 40px;
    max-width: 205px;
    top: 24px;
    width: calc(100vw - 118px);
  }
}

.ea-home-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.ea-home-hero .uk-cover-container,
.ea-home-hero .uk-background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ea-home-hero .uk-slideshow-items > li::after {
  background:
    linear-gradient(90deg, rgba(5, 17, 34, 0.34), rgba(5, 17, 34, 0.08) 50%, rgba(5, 17, 34, 0.34)),
    linear-gradient(180deg, rgba(0, 20, 54, 0.2), rgba(0, 20, 54, 0.48));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ea-home-hero .uk-slideshow-items {
  min-height: 500px !important;
  max-height: calc(100vh - 108px);
}

.ea-home-hero .el-title {
  max-width: 100%;
  font-size: clamp(46px, 5.4vw, 88px);
  line-height: 1;
  letter-spacing: 0;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: none;
}

.ea-home-hero .el-overlay {
  position: relative;
  width: min(var(--ea-container-default), calc(100vw - 80px));
  z-index: 2;
  text-align: center;
}

.ea-home-hero .el-content {
  max-width: 920px;
  color: #fff;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 400;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
}

.ea-home-hero .el-meta {
  color: #fff;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  text-transform: none;
}

.ea-home-hero .el-content p {
  color: inherit;
}

.ea-hero-kicker {
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 auto 12px;
  max-width: 860px;
}

.ea-hero-copy {
  margin: 0 auto;
  max-width: 840px;
}

.ea-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.ea-home-hero .uk-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 50px;
  padding-left: 34px;
  padding-right: 34px;
  text-transform: none;
}

.ea-home-hero .uk-button-primary {
  background: var(--ea-blue);
  color: #fff;
}

.ea-home-hero .uk-button-primary:hover,
.ea-home-hero .uk-button-primary:focus {
  color: #fff;
}

.ea-home-hero .uk-button-default {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.94);
  color: #1f2024;
}

.ea-home-hero .uk-button-secondary {
  background: #1f2024;
  border-color: #1f2024;
  color: #fff;
}

.ea-home-hero .uk-button-secondary:hover,
.ea-home-hero .uk-button-secondary:focus {
  background: #111216;
  border-color: #111216;
  color: #fff;
}

.ea-hero-actions .uk-button-text {
  background: rgba(17, 18, 22, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  gap: 8px;
  line-height: 1;
  min-height: 50px;
  text-decoration: none;
}

.ea-hero-actions .uk-button-text::before,
.ea-hero-actions .uk-button-text::after {
  display: none;
}

.ea-hero-actions .uk-button-text:hover,
.ea-hero-actions .uk-button-text:focus {
  background: #111216;
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.ea-hero-actions .uk-button-text .uk-icon svg * {
  stroke: currentColor;
}

.ea-intro-section {
  border-top: 5px solid var(--ea-dark-blue);
}

.startseite main > :not(.ea-home-hero-section) .uk-container-xlarge,
.startseite main > :not(.ea-home-hero-section) .uk-container-expand {
  box-sizing: content-box;
  max-width: 1200px;
}

.ea-kicker {
  color: var(--ea-blue);
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.ea-kicker p,
.ea-kicker .el-content {
  margin: 0;
}

.startseite main h2,
.startseite main .uk-h1,
.startseite main .uk-heading-large,
.startseite main .uk-heading-medium {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
}

.startseite main h2.uk-h1 {
  color: #3e4248;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.startseite main .uk-text-lead {
  color: #4f555d;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.startseite main .uk-button {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.ea-process-section {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ea-process-section .uk-card {
  border: 1px solid rgba(0, 38, 145, 0.1);
  border-top: 0;
  box-shadow: 0 18px 42px rgba(24, 35, 52, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ea-process-section .uk-card::before {
  background: linear-gradient(90deg, var(--ea-blue), #38a8df);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.ea-process-section .uk-card:hover {
  border-color: rgba(0, 38, 145, 0.24);
  box-shadow: 0 24px 54px rgba(0, 38, 145, 0.14);
  transform: translateY(-3px);
}

.ea-process-card {
  height: 100%;
  width: 100%;
}

.ea-process-card > picture {
  display: block;
  margin: -40px -40px 30px;
}

.ea-process-section .uk-card-media-top img,
.ea-process-section .el-image {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ea-process-section h2,
.ea-process-section h3 {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
}

.ea-process-section h2 {
  color: #30343a;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
}

.ea-process-section h3 {
  color: var(--ea-dark-blue);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
}

.ea-process-section .uk-card-body {
  min-height: 230px;
}

.ea-process-section .uk-card-body > div:last-child {
  margin-top: auto;
}

.ea-process-card .uk-margin-top {
  margin-top: auto !important;
  padding-top: 22px;
}

.ea-process-section .uk-card-body p {
  color: #4f555d;
  font-size: 15.5px;
  line-height: 1.6;
}

.ea-process-section .uk-card-body .uk-button-text,
.ea-process-section .uk-card-body a {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.ea-image-band {
  background: #202024;
}

.ea-band-tile {
  display: block;
  height: clamp(250px, 30vw, 440px);
  overflow: hidden;
  position: relative;
}

.ea-band-tile img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease, filter 400ms ease;
  width: 100%;
}

.ea-band-tile::after {
  background: linear-gradient(180deg, rgba(0, 38, 145, 0.08), rgba(0, 0, 0, 0.58));
  content: "";
  inset: 0;
  position: absolute;
}

.ea-band-tile span {
  bottom: 28px;
  color: #fff;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  left: 30px;
  letter-spacing: 0;
  position: absolute;
  text-transform: none;
  z-index: 1;
}

.ea-band-tile:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.ea-band-panel {
  display: block;
  height: clamp(250px, 30vw, 440px);
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}

.ea-band-panel picture,
.ea-band-panel .el-image {
  display: block;
  height: 100%;
  width: 100%;
}

.ea-band-panel .el-image {
  object-fit: cover;
  transition: transform 400ms ease, filter 400ms ease;
}

.ea-band-panel::after {
  background: linear-gradient(180deg, rgba(0, 38, 145, 0.08), rgba(0, 0, 0, 0.58));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ea-band-panel .el-title {
  bottom: 28px;
  color: #fff;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  left: 30px;
  letter-spacing: 0;
  position: absolute;
  text-transform: none;
  z-index: 2;
}

.ea-band-panel .uk-margin-top {
  inset: 0;
  margin: 0 !important;
  position: absolute;
  z-index: 3;
}

.ea-band-panel .el-link {
  background: transparent !important;
  border: 0;
  color: transparent !important;
  display: block;
  font-size: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
  text-indent: -9999px;
  width: 100%;
}

.ea-band-panel:hover .el-image {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.ea-cta-section h2,
.ea-cta-section .uk-text-lead,
.ea-cta-section .uk-button {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
}

.ea-cta-section {
  background:
    linear-gradient(135deg, rgba(0, 97, 175, 0.14), rgba(0, 97, 175, 0) 36%),
    linear-gradient(180deg, #242529, #1f2024);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.ea-cta-section::before {
  background: var(--ea-blue);
  content: "";
  height: 4px;
  left: max(80px, calc((100vw - 1200px) / 2));
  position: absolute;
  top: 0;
  width: 64px;
}

.ea-cta-section h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}

.ea-cta-section .uk-text-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.ea-cta-section .uk-button {
  border: 1px solid transparent;
  letter-spacing: 0;
  min-height: 44px;
  text-transform: none;
}

.ea-cta-section .uk-grid {
  align-items: center;
}

.ea-cta-section .uk-button {
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.ea-cta-section .uk-button-primary {
  background: #fff;
  color: #1f2024;
}

.ea-cta-section .uk-button-default {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.ea-cta-section .uk-button-primary:hover,
.ea-cta-section .uk-button-primary:focus {
  background: var(--ea-blue);
  color: #fff;
}

.ea-cta-section .uk-button-default:hover,
.ea-cta-section .uk-button-default:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ea-facts-column .uk-card {
  background:
    linear-gradient(135deg, rgba(0, 97, 175, 0.24), rgba(0, 97, 175, 0) 34%),
    linear-gradient(180deg, #303237 0%, #25262b 100%);
  border-left: 5px solid var(--ea-blue);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}

.ea-facts-column {
  max-width: 470px;
}

.ea-facts-column .uk-card-large.uk-card-body {
  padding: 58px 34px 52px;
}

.ea-facts-column .uk-card::after {
  background: rgba(255, 255, 255, 0.08);
  content: "";
  height: 1px;
  left: 34px;
  position: absolute;
  right: 34px;
  top: 34px;
}

.ea-facts {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  isolation: isolate;
}

.ea-facts-column .uk-card > .uk-panel {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  isolation: isolate;
}

.ea-fact-item {
  align-content: center;
  background: rgba(255, 255, 255, 0.035);
  display: grid;
  gap: 8px;
  margin: 0 !important;
  min-height: 126px;
  padding: 24px 20px;
  position: relative;
}

.ea-fact-item::before {
  background: var(--ea-blue);
  content: "";
  height: 2px;
  left: 20px;
  opacity: 0.85;
  position: absolute;
  top: 23px;
  width: 28px;
}

.ea-fact-item .el-title {
  color: #fff;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.ea-fact-item .el-content {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.ea-facts > div {
  align-content: center;
  background: rgba(255, 255, 255, 0.035);
  display: grid;
  gap: 8px;
  min-height: 126px;
  padding: 24px 20px;
  position: relative;
}

.ea-facts > div::before {
  background: var(--ea-blue);
  content: "";
  height: 2px;
  left: 20px;
  opacity: 0.85;
  position: absolute;
  top: 23px;
  width: 28px;
}

.ea-facts strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.ea-facts span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.ea-footer-logo {
  max-width: 280px;
  height: auto;
}

.ea-footer {
  background: #202125;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
}

.ea-footer-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.ea-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.ea-footer a:hover {
  color: #fff;
}

.ea-footer-menu {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.ea-footer-menu a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

@media (max-width: 959px) {
  .startseite main {
    overflow: hidden;
  }

  .tm-header-mobile .uk-container-expand {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ea-home-hero .uk-section-large {
    padding: 24px 16px;
  }

  .ea-home-hero .uk-slideshow-items {
    min-height: 520px !important;
    max-height: none;
  }

  .ea-home-hero .el-title {
    font-size: clamp(36px, 11vw, 54px);
    line-height: 1;
  }

  .ea-home-hero .el-content {
    font-size: 15px;
    line-height: 1.42;
    text-shadow: none;
  }

  .ea-home-hero .el-meta {
    font-size: 17px;
  }

  .ea-home-hero .uk-button-large {
    line-height: 48px;
    min-height: 48px;
    padding: 0 24px;
  }

  .ea-hero-actions .uk-button-text {
    min-height: 48px;
  }

  .ea-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
  }

  .ea-hero-actions .uk-button {
    width: 100%;
  }

  .startseite main h2.uk-h1,
  .ea-process-section h2 {
    font-size: 28px;
  }

  .ea-intro-section .uk-button {
    margin-right: 0;
    width: 100%;
  }

  .ea-intro-section .uk-child-width-auto > .el-item {
    width: 100%;
  }

  .ea-intro-section .uk-button + .uk-button,
  .ea-intro-section .uk-margin-small-left {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .ea-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-facts-column {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }

  .ea-facts-column .uk-card-large.uk-card-body {
    padding: 42px 24px 36px;
  }

  .ea-facts-column .uk-card::after {
    left: 24px;
    right: 24px;
    top: 24px;
  }

  .ea-facts > div {
    min-height: 104px;
    padding: 22px 16px 18px;
  }

  .ea-fact-item {
    min-height: 104px;
    padding: 22px 16px 18px;
  }

  .ea-facts > div::before {
    left: 16px;
    top: 18px;
    width: 24px;
  }

  .ea-fact-item::before {
    left: 16px;
    top: 18px;
    width: 24px;
  }

  .ea-facts span {
    font-size: 12.5px;
  }

  .ea-fact-item .el-content {
    font-size: 12.5px;
  }

  .ea-footer-menu {
    gap: 8px;
  }

  .ea-process-section .uk-card-body {
    min-height: 0;
  }

  .ea-process-card > picture {
    margin: -30px -30px 24px;
  }

  .ea-band-tile {
    height: 230px;
  }

  .ea-band-panel {
    height: 230px;
  }

  .ea-cta-section h2 {
    font-size: 26px;
  }

  .ea-cta-section {
    text-align: left;
  }

  .ea-cta-section h2::before {
    background: var(--ea-blue);
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 18px;
    width: 44px;
  }

  .ea-cta-section::before {
    display: none;
  }

  .ea-cta-section .uk-button {
    width: 100%;
  }

  .ea-footer .uk-grid {
    row-gap: 28px;
  }

  .ea-footer .uk-grid > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 28px;
  }

  .ea-footer-logo {
    max-width: 230px;
  }
}

@media (max-width: 420px) {
  .ea-home-hero .el-title {
    font-size: 36px;
  }

  .ea-hero-kicker {
    font-size: 17px;
  }

  .ea-hero-copy {
    font-size: 14px;
  }

  .ea-facts > div {
    padding: 21px 14px 17px;
  }

  .ea-fact-item {
    padding: 21px 14px 17px;
  }

  .ea-facts strong {
    font-size: 25px;
  }

  .ea-fact-item .el-title {
    font-size: 25px;
  }

  .ea-facts span {
    font-size: 12px;
  }

  .ea-fact-item .el-content {
    font-size: 12px;
  }
}



/**** GRid Overlay ****/
.itemContainer {
  position: relative;
}

.itemContainer:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.itemContainer:hover .itemOverlay {
  opacity: 1;
  transition: all 500ms;
}

.gridContent {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  /* Alles centered: */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.gridContent:hover .el-title, .gridContent:hover .el-meta, .gridContent:hover .el-content {
  text-shadow: 2px 2px 2px #000000;
}

.itemOverlay {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 500ms;
  z-index: 1;
}

/* Emscher subpages */
body:not(.startseite) {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
}

body:not(.startseite) .uk-article-title {
  display: none;
}

.ea-sub-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 340px;
  display: flex;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -110px;
  width: 100vw;
}

.ea-sub-hero-inner {
  width: min(var(--ea-container-default), calc(100% - 80px));
  margin: 0 auto;
  padding: 92px 0 86px;
  position: relative;
}

.ea-sub-hero-inner::before {
  background: var(--ea-blue);
  content: "";
  height: calc(100% - 168px);
  left: -28px;
  min-height: 118px;
  position: absolute;
  top: 84px;
  width: 5px;
}

.ea-sub-hero h1 {
  color: #fff;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 10px 0 20px;
  max-width: 820px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.ea-sub-hero p:not(.ea-kicker) {
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  max-width: 780px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

.ea-sub-hero .ea-kicker {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0;
}

.ea-subpage {
  color: #424750;
  font-size: 17px;
  line-height: 1.72;
}

.ea-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0;
}

.ea-section + .ea-section {
  border-top: 1px solid rgba(0, 38, 145, 0.1);
}

.ea-section h2,
.ea-section h3 {
  color: var(--ea-dark-blue);
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.ea-lead {
  color: #26313f;
  font-size: 22px;
  line-height: 1.55;
}

.ea-readable {
  max-width: 880px;
}

.ea-two-col,
.ea-image-text,
.ea-contact-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.8fr);
  align-items: start;
}

.ea-fact-panel {
  background: var(--ea-dark-blue);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ea-fact-panel div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
}

.ea-fact-panel strong {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1;
}

.ea-fact-panel span {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.ea-image-text {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  align-items: center;
}

.ea-image-text img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.ea-note {
  border-left: 4px solid var(--ea-blue);
  color: var(--ea-dark-blue);
  font-size: 22px;
  font-weight: 700;
  margin-top: 32px;
  padding-left: 18px;
}

.ea-principles {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-principles article,
.ea-audio-grid article,
.ea-contact-card,
.ea-form-card {
  background: #fff;
  border: 1px solid rgba(0, 38, 145, 0.12);
  border-top: 4px solid var(--ea-blue);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  padding: 28px;
}

.ea-principles h2,
.ea-audio-grid h3 {
  font-size: 20px;
  margin-top: 0;
}

.ea-timeline {
  max-width: 980px;
  position: relative;
}

.ea-timeline::before {
  background: rgba(0, 97, 175, 0.22);
  bottom: 60px;
  content: "";
  left: 118px;
  position: absolute;
  top: 60px;
  width: 2px;
}

.ea-timeline article {
  display: grid;
  gap: 34px;
  grid-template-columns: 170px minmax(0, 1fr);
  padding: 24px 0;
  position: relative;
}

.ea-timeline time {
  color: var(--ea-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.ea-timeline time::after {
  background: #fff;
  border: 4px solid var(--ea-blue);
  content: "";
  height: 14px;
  position: absolute;
  right: 43px;
  top: 5px;
  width: 14px;
}

.ea-timeline article > div {
  background: #f7f9fc;
  padding: 24px 28px;
}

.ea-timeline h2 {
  font-size: 22px;
  margin-top: 0;
}

.ea-download-list {
  display: grid;
  gap: 12px;
}

.ea-download-list a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 38, 145, 0.12);
  color: #30343a;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 18px 22px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ea-download-list a:hover {
  border-color: rgba(0, 97, 175, 0.45);
  box-shadow: 0 12px 28px rgba(0, 38, 145, 0.09);
  transform: translateY(-2px);
}

.ea-download-list span {
  background: var(--ea-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
}

.ea-download-list em {
  color: var(--ea-blue);
  font-style: normal;
  font-weight: 700;
}

.ea-audio-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ea-audio-grid audio {
  width: 100%;
}

.ea-video video {
  display: block;
  width: 100%;
  max-height: 640px;
  background: #111;
}

.ea-gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ea-gallery-grid a {
  background: #eef2f7;
  display: block;
  overflow: hidden;
}

.ea-gallery-grid img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
  width: 100%;
}

.ea-gallery-grid a:hover img {
  filter: saturate(1.08);
  transform: scale(1.04);
}

.ea-contact-grid {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
}

.ea-contact-card h2,
.ea-form-card h2 {
  margin-top: 0;
}

.ea-form-card input,
.ea-form-card select,
.ea-form-card textarea {
  max-width: 100%;
}

.ea-form-card .rsform-block {
  margin-bottom: 18px;
}

.ea-form-card .formControlLabel {
  color: #26313f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ea-form-card .formRequired {
  color: var(--ea-blue);
  margin-left: 3px;
}

.ea-form-card input[type="text"],
.ea-form-card input[type="email"],
.ea-form-card select,
.ea-form-card textarea {
  border: 1px solid rgba(0, 38, 145, 0.18);
  box-sizing: border-box;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.ea-form-card textarea {
  min-height: 150px;
}

.ea-form-card input:focus,
.ea-form-card select:focus,
.ea-form-card textarea:focus {
  border-color: var(--ea-blue);
  outline: 2px solid rgba(0, 97, 175, 0.14);
}

.ea-form-card .formValidation,
.ea-form-card .formDescription {
  display: none !important;
}

.ea-form-card button[type="submit"],
.ea-form-card input[type="submit"] {
  background: var(--ea-blue);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 44px;
  padding: 0 24px;
  text-transform: none;
}

@media (max-width: 959px) {
  .ea-sub-hero {
    min-height: 300px;
  }

  .ea-sub-hero-inner {
    padding: 54px 0;
  }

  .ea-sub-hero p:not(.ea-kicker) {
    font-size: 17px;
  }

  .ea-section {
    padding: 38px 0;
  }

  .ea-two-col,
  .ea-image-text,
  .ea-contact-grid,
  .ea-principles,
  .ea-audio-grid {
    grid-template-columns: 1fr;
  }

  .ea-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-timeline::before {
    left: 8px;
  }

  .ea-timeline article {
    gap: 14px;
    grid-template-columns: 1fr;
    padding-left: 34px;
  }

  .ea-timeline time::after {
    left: -34px;
    right: auto;
  }

  .ea-download-list a {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ea-download-list em {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .ea-gallery-grid {
    grid-template-columns: 1fr;
  }

  .ea-fact-panel {
    grid-template-columns: 1fr;
  }
}

/* EMSCHER builder typography polish */
body,
.uk-navbar-nav > li > a,
.uk-nav > li > a,
.uk-button,
.el-content,
.el-title,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
h1,
h2,
h3,
h4 {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif;
}

.startseite .uk-slideshow .uk-overlay .el-title,
.startseite .uk-slideshow .uk-overlay .uk-h1,
.startseite .uk-slideshow .uk-overlay .uk-h2,
.ea-home-hero-slim .el-title,
.ea-sub-hero-panel .el-title,
.ea-sub-hero-panel .uk-h1,
.ea-sub-hero-panel .uk-h2,
.startseite .ea-intro-section .uk-card .el-title {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.startseite .uk-slideshow .uk-overlay .el-title,
.ea-home-hero-slim .el-title {
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.12 !important;
}

.startseite .uk-slideshow .uk-overlay .el-content,
.ea-home-hero-slim .el-content {
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.uk-button {
  font-weight: 700;
  letter-spacing: 0 !important;
}

.startseite .ea-intro-section .uk-card .el-title {
  font-size: 22px !important;
  line-height: 1.25 !important;
}
/* /EMSCHER builder typography polish */

/* EMSCHER hero image tint */
.uk-background-cover.uk-section.uk-flex.uk-flex-middle.uk-padding-remove-vertical {
  position: relative;
  overflow: hidden;
}

.uk-background-cover.uk-section.uk-flex.uk-flex-middle.uk-padding-remove-vertical::before {
  background: rgba(0, 97, 175, 0.28);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.startseite .ea-home-hero-section > .uk-container,
.startseite .ea-home-hero-section > .uk-container > .uk-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.startseite .uk-slideshow .uk-slideshow-items {
  min-height: 420px !important;
  max-height: 430px !important;
}

.startseite .uk-slideshow .el-image {
  mix-blend-mode: normal;
  opacity: 1;
}

.startseite .uk-slideshow .uk-position-cover[style*="background-color"] {
  background-color: rgba(0, 97, 175, 0.32) !important;
  z-index: 1;
}

.startseite .uk-slideshow .uk-position-cover.uk-flex,
.uk-background-cover.uk-section.uk-flex.uk-flex-middle.uk-padding-remove-vertical > .uk-container {
  position: relative;
  z-index: 2;
}

.startseite .uk-slideshow .uk-overlay {
  background: rgba(255, 255, 255, 0.86) !important;
  color: rgb(66, 71, 80) !important;
  padding: 30px !important;
  width: min(500px, calc(100vw - 60px)) !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  font-size: clamp(30px, 2.65vw, 38px) !important;
  line-height: 1.1 !important;
  margin-bottom: 22px !important;
}

.startseite .uk-slideshow .uk-overlay .el-content {
  font-size: 13.5px !important;
  line-height: 1.48 !important;
}

.startseite .uk-slideshow .uk-overlay .uk-button {
  margin-top: 18px !important;
}

.ea-sub-hero-panel {
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none !important;
  color: rgb(66, 71, 80) !important;
}

.ea-sub-hero-panel .el-title,
.ea-sub-hero-panel .el-content {
  color: rgb(48, 49, 54) !important;
}

@media (max-width: 639px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    min-height: 500px !important;
    max-height: 520px !important;
  }

  .startseite .uk-slideshow .uk-position-cover.uk-flex {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .startseite .uk-slideshow .uk-overlay {
    padding: 24px !important;
    width: calc(100vw - 40px) !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    font-size: 29px !important;
    margin-bottom: 18px !important;
  }
}
/* /EMSCHER hero image tint */

/* EMSCHER home reset */
.startseite .uk-slideshow .uk-slideshow-items {
  min-height: 520px !important;
  max-height: 540px !important;
}

.startseite .uk-slideshow .uk-position-cover[style*="background-color"] {
  background: linear-gradient(90deg, rgba(0, 47, 96, 0.58), rgba(0, 97, 175, 0.26) 48%, rgba(0, 0, 0, 0.16)) !important;
}

.startseite .uk-slideshow .uk-overlay {
  background: transparent !important;
  border-left: 0;
  color: #fff !important;
  padding: 0 !important;
  text-align: center;
  width: min(680px, calc(100vw - 64px)) !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  color: #fff !important;
  font-size: clamp(38px, 4.2vw, 58px) !important;
  line-height: 1.02 !important;
  margin-bottom: 28px !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.startseite .uk-slideshow .uk-overlay .el-content {
  background: rgba(1, 1, 1, 0.5);
  color: #fff !important;
  display: block;
  font-size: 17px !important;
  line-height: 1.55 !important;
  margin: 0 auto;
  max-width: 680px;
  padding: 22px 28px;
}

.startseite .uk-slideshow .uk-overlay .uk-button {
  margin-top: 26px !important;
}

.startseite .uk-slideshow .uk-position-cover.uk-flex {
  justify-content: center !important;
  text-align: center;
}

.startseite .ea-intro-section {
  padding-bottom: 58px;
  padding-top: 64px;
}

.startseite .ea-intro-section .uk-grid-large {
  column-gap: 72px;
}

.startseite .ea-intro-section .uk-h1 {
  font-size: clamp(32px, 3vw, 42px) !important;
  line-height: 1.12 !important;
  margin-top: 14px;
}

.startseite .ea-intro-section .uk-text-lead,
.startseite .ea-intro-section p {
  max-width: 760px;
}

.startseite .ea-intro-section .uk-card-muted {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 20px;
  width: 100%;
}

.startseite .ea-intro-section .uk-card .el-title {
  color: #fff;
  font-size: 24px !important;
}

.startseite .ea-intro-section .uk-card .el-content {
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 960px) {
  .startseite .ea-intro-section .uk-grid-margin-large.uk-grid {
    align-items: end;
    display: grid !important;
    gap: 72px;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.75fr);
  }

  .startseite .ea-intro-section .uk-grid-margin-large.uk-grid > * {
    margin-top: 0 !important;
    width: auto !important;
  }

  .startseite .ea-intro-section .uk-grid-match {
    display: grid !important;
    gap: 20px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .startseite .ea-intro-section .uk-dark {
    background: #242427;
    box-sizing: border-box;
    padding: 34px 38px 30px;
  }

  .startseite .ea-intro-section .uk-card-muted {
    padding-bottom: 18px;
  }
}

.startseite .ea-process-section {
  padding-bottom: 68px;
  padding-top: 64px;
}

.startseite .ea-process-section .uk-text-lead {
  font-size: 16px;
  line-height: 1.55;
}

.startseite .ea-process-card {
  border-top: 4px solid #0061af;
  box-shadow: none;
  overflow: hidden;
  min-height: 0 !important;
  padding: 0 0 30px !important;
}

.startseite .ea-process-card img {
  height: 220px !important;
  object-fit: cover;
  width: 100% !important;
}

.startseite .ea-process-card .el-title {
  font-size: 20px !important;
  line-height: 1.2 !important;
  padding-left: 30px;
  padding-right: 30px;
}

.startseite .ea-process-card .uk-button {
  margin-left: 30px;
  margin-right: 30px;
}

.startseite .ea-image-band .uk-panel,
.startseite .ea-image-band .el-item {
  min-height: 360px;
}

@media (max-width: 959px) {
  .startseite .ea-intro-section,
  .startseite .ea-process-section {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .startseite .ea-intro-section .uk-width-2-3\\@m,
  .startseite .ea-intro-section .uk-width-1-3\\@m {
    width: 100%;
  }

  .startseite .ea-intro-section .uk-grid-match {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    min-height: 440px !important;
    max-height: 460px !important;
  }

  .startseite .uk-slideshow .uk-overlay {
    padding: 0 !important;
    width: calc(100vw - 40px) !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    font-size: 34px !important;
    margin-bottom: 18px !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-content {
    font-size: 13px !important;
    line-height: 1.45 !important;
    padding: 16px 18px;
  }

  .startseite .ea-intro-section .uk-grid-match {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .startseite .ea-intro-section .uk-dark {
    background: #242427;
    box-sizing: border-box;
    left: 40px;
    margin-left: 0;
    padding: 24px;
    position: relative;
    width: 100%;
    width: calc(100% - 40px) !important;
  }

  .startseite .ea-process-card {
    display: block !important;
    padding: 0 !important;
  }

  .startseite .ea-process-card picture {
    display: block;
    height: 138px;
    overflow: hidden;
  }

  .startseite .ea-process-card img {
    height: 138px !important;
  }

  .startseite .ea-process-card .el-title {
    font-size: 17px !important;
    margin-top: 20px !important;
    padding-left: 22px;
    padding-right: 22px;
  }

  .startseite .ea-process-card .uk-margin-top {
    margin-top: 10px !important;
  }

  .startseite .ea-process-card .uk-button {
    line-height: 1.3;
    margin-left: 22px;
    margin-right: 22px;
  }

  .startseite .ea-image-band .uk-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .startseite .ea-image-band .uk-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .startseite .ea-image-band .uk-grid > * {
    margin-top: 0 !important;
    width: auto !important;
  }

  .startseite .ea-image-band .uk-panel,
  .startseite .ea-image-band .uk-inline,
  .startseite .ea-image-band picture {
    min-height: 0 !important;
  }

  .startseite .ea-image-band img {
    height: 190px !important;
    object-fit: cover;
  }

  .startseite .ea-cta-section {
    padding-bottom: 42px;
    padding-top: 42px;
  }
}
/* /EMSCHER home reset */

/* EMSCHER homepage design pass */
.startseite .uk-slideshow .uk-slideshow-items {
  min-height: 600px !important;
  max-height: 620px !important;
}

.startseite .uk-slideshow .uk-position-cover[style*="background-color"] {
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 97, 175, 0.18), rgba(0, 24, 52, 0.45) 56%, rgba(0, 0, 0, 0.58)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 31, 68, 0.42)) !important;
}

.startseite .uk-slideshow .uk-overlay {
  width: min(760px, calc(100vw - 80px)) !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  font-size: clamp(44px, 5vw, 68px) !important;
  letter-spacing: 0 !important;
}

.startseite .uk-slideshow .uk-overlay .el-content {
  border-left: 4px solid #0061af;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
  max-width: 720px;
}

.startseite .uk-slideshow .uk-overlay .uk-button-primary {
  background: #242427;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 150px;
}

.startseite .ea-intro-section {
  background: linear-gradient(180deg, #fff 0%, #fff 70%, #f4f6f8 100%);
}

.startseite .ea-intro-section .uk-container {
  max-width: 1200px;
}

.startseite .ea-intro-section .uk-h1 {
  max-width: 780px;
}

.startseite .ea-intro-section .uk-text-lead,
.startseite .ea-intro-section p {
  color: #4f5661;
  font-size: 17px;
  line-height: 1.68;
}

.startseite .ea-intro-section .uk-dark {
  box-shadow: 0 24px 70px rgba(24, 27, 33, 0.18);
}

.startseite .ea-intro-section .uk-card .el-title {
  font-size: 26px !important;
  line-height: 1.08 !important;
}

.startseite .ea-process-section {
  background: #f3f5f7;
}

.startseite .ea-process-section > .uk-container {
  max-width: 1200px;
}

.startseite .ea-process-section .uk-h2 {
  font-size: 40px !important;
}

.startseite .ea-process-section .uk-text-lead {
  color: #6c7280;
}

.startseite .ea-process-card {
  border: 1px solid rgba(0, 38, 145, 0.1);
  border-top: 4px solid #0061af;
  box-shadow: 0 22px 48px rgba(31, 39, 50, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.startseite .ea-process-card:hover {
  box-shadow: 0 30px 70px rgba(31, 39, 50, 0.14);
  transform: translateY(-4px);
}

.startseite .ea-process-card picture {
  display: block;
  overflow: hidden;
}

.startseite .ea-process-card img {
  filter: saturate(0.94) contrast(1.03);
}

.startseite .ea-process-card .el-title {
  color: #002691;
  margin-top: 30px !important;
}

.startseite .ea-image-band {
  background: #202024 !important;
}

.startseite .ea-image-band img {
  filter: saturate(0.78) contrast(1.08) brightness(0.78);
}

.startseite .ea-cta-section {
  background: linear-gradient(135deg, #152433 0%, #202024 58%, #242427 100%) !important;
}

@media (max-width: 959px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    min-height: 560px !important;
    max-height: 580px !important;
  }
}

@media (max-width: 639px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    min-height: 430px !important;
    max-height: 450px !important;
  }

  .startseite .uk-slideshow .uk-overlay {
    width: calc(100vw - 32px) !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    font-size: 35px !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-content {
    display: none;
  }

  .startseite .ea-intro-section .uk-text-lead,
  .startseite .ea-intro-section p {
    font-size: 16px;
    line-height: 1.58;
  }

  .startseite .ea-intro-section .uk-dark {
    left: 40px;
    width: calc(100% - 40px) !important;
  }

  .startseite .ea-process-card {
    box-shadow: 0 14px 34px rgba(31, 39, 50, 0.08);
  }
}
/* /EMSCHER homepage design pass */

/* EMSCHER homepage hard redesign */
.startseite .ea-home-hero-section {
  background: #111820;
}

.startseite .uk-slideshow .uk-slideshow-items {
  min-height: 680px !important;
  max-height: 700px !important;
}

.startseite .uk-slideshow .uk-position-cover[style*="background-color"] {
  background:
    linear-gradient(90deg, rgba(4, 12, 20, 0.82) 0%, rgba(4, 18, 34, 0.64) 34%, rgba(0, 97, 175, 0.24) 64%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.54)) !important;
}

.startseite .uk-slideshow .uk-position-cover.uk-flex {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  padding-bottom: 120px;
  text-align: left;
}

.startseite .uk-slideshow .uk-overlay {
  margin-left: 0 !important;
  text-align: left;
  width: min(760px, calc(100vw - 120px)) !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  font-size: clamp(52px, 6.6vw, 88px) !important;
  line-height: 0.95 !important;
  margin-bottom: 30px !important;
  max-width: 680px;
  text-align: left;
}

.startseite .uk-slideshow .uk-overlay .el-content {
  background: rgba(8, 13, 18, 0.64);
  border-left: 5px solid #009fe3;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  margin: 0;
  max-width: 650px;
  padding: 24px 30px;
  text-align: left;
}

.startseite .uk-slideshow .uk-overlay .uk-button-primary {
  background: #0061af;
  border: 0;
  box-shadow: 0 12px 30px rgba(0, 97, 175, 0.28);
}

.startseite .ea-intro-section {
  background: #f4f6f8;
  padding-top: 0;
}

.startseite .ea-intro-section > .uk-container {
  background: #fff;
  box-shadow: 0 28px 90px rgba(20, 28, 40, 0.14);
  box-sizing: border-box;
  margin-top: -78px;
  max-width: 1220px;
  padding: 56px 58px;
  position: relative;
  z-index: 4;
}

.startseite .ea-intro-section .uk-grid-margin-large.uk-grid {
  align-items: center;
}

.startseite .ea-intro-section .uk-h1 {
  font-size: clamp(38px, 4.2vw, 56px) !important;
  line-height: 1.02 !important;
  max-width: 700px;
}

.startseite .ea-intro-section .uk-dark {
  background: #1f2024;
  box-shadow: none;
}

.startseite .ea-process-section {
  background: #eef1f4;
  padding-top: 86px;
}

.startseite .ea-process-section .uk-h2 {
  font-size: clamp(36px, 4vw, 54px) !important;
  line-height: 1.05 !important;
}

.startseite .ea-process-card {
  background: #fff;
  border: 0;
  border-top: 5px solid #0061af;
  box-shadow: 0 24px 80px rgba(24, 31, 42, 0.12);
}

.startseite .ea-process-card img {
  height: 245px !important;
}

.startseite .ea-process-card .el-title {
  font-size: 22px !important;
}

.startseite .ea-image-band {
  margin-top: -1px;
}

.startseite .ea-image-band img {
  filter: saturate(0.82) contrast(1.12) brightness(0.66);
}

@media (max-width: 959px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    min-height: 560px !important;
    max-height: 580px !important;
  }

  .startseite .uk-slideshow .uk-position-cover.uk-flex {
    padding-bottom: 88px;
  }

  .startseite .ea-intro-section > .uk-container {
    margin-top: -48px;
    padding: 42px 30px;
  }
}

@media (max-width: 639px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    min-height: 500px !important;
    max-height: 520px !important;
  }

  .startseite .uk-slideshow .uk-position-cover.uk-flex {
    align-items: flex-end !important;
    padding: 0 20px 72px !important;
  }

  .startseite .uk-slideshow .uk-overlay {
    width: 100% !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    font-size: 42px !important;
    line-height: 0.98 !important;
    margin-bottom: 24px !important;
  }

  .startseite .uk-slideshow .uk-overlay .uk-button-primary {
    min-width: 145px;
  }

  .startseite .ea-intro-section > .uk-container {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -42px;
    padding: 34px 24px;
  }

  .startseite .ea-intro-section .uk-h1 {
    font-size: 34px !important;
  }

  .startseite .ea-intro-section .uk-dark {
    left: 0;
    margin-top: 30px !important;
    width: 100% !important;
  }

  .startseite .ea-process-section {
    padding-top: 58px;
  }

  .startseite .ea-process-card img {
    height: 160px !important;
  }
}
/* /EMSCHER homepage hard redesign */

/* EMSCHER premium pass */
.startseite .uk-slideshow .uk-position-cover[style*="background-color"] {
  background:
    linear-gradient(105deg, rgba(3, 10, 18, 0.9) 0%, rgba(4, 18, 34, 0.7) 38%, rgba(0, 97, 175, 0.18) 68%, rgba(0, 0, 0, 0.22) 100%),
    radial-gradient(circle at 76% 28%, rgba(0, 159, 227, 0.2), rgba(0, 0, 0, 0) 42%) !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  max-width: 760px;
}

.startseite .uk-slideshow .uk-overlay .el-content {
  backdrop-filter: blur(4px);
  background: rgba(7, 12, 18, 0.58);
}

.startseite .ea-intro-section > .uk-container {
  border-top: 6px solid #0061af;
}

.startseite .ea-intro-section .uk-dark {
  background:
    linear-gradient(135deg, #202024 0%, #25272c 62%, #172536 100%);
}

.startseite .ea-intro-section .uk-card .el-title {
  color: #fff;
}

.startseite .ea-intro-section .uk-card .el-content {
  color: rgba(255, 255, 255, 0.76);
}

.startseite .ea-process-card {
  background: #10151b;
  border: 0;
  box-shadow: 0 28px 80px rgba(12, 18, 27, 0.18);
  min-height: 390px !important;
  padding: 0 !important;
  position: relative;
}

.startseite .ea-process-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 18%, rgba(0, 17, 38, 0.76) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.startseite .ea-process-card picture,
.startseite .ea-process-card img {
  height: 390px !important;
}

.startseite .ea-process-card img {
  filter: saturate(0.88) contrast(1.08) brightness(0.86);
  transition: transform 0.28s ease, filter 0.28s ease;
}

.startseite .ea-process-card:hover img {
  filter: saturate(0.98) contrast(1.12) brightness(0.92);
  transform: scale(1.035);
}

.startseite .ea-process-card .el-title {
  bottom: 72px;
  color: #fff !important;
  font-size: 24px !important;
  left: 30px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 30px;
  z-index: 2;
}

.startseite .ea-process-card .uk-margin-top {
  bottom: 34px;
  left: 30px;
  margin: 0 !important;
  position: absolute;
  right: 30px;
  z-index: 2;
}

.startseite .ea-process-card .uk-button-text {
  color: rgba(255, 255, 255, 0.88) !important;
  margin: 0 !important;
}

.startseite .ea-process-card .uk-button-text::before {
  border-color: #009fe3;
}

.startseite .ea-process-section .uk-grid-medium {
  gap: 30px;
}

.startseite .ea-process-section .uk-grid-medium > * {
  width: calc((100% - 60px) / 3) !important;
}

.startseite .ea-image-band {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.startseite .ea-cta-section .uk-button {
  border: 0;
  min-height: 46px;
}

.startseite .ea-cta-section .uk-button-default {
  background: #fff;
  color: #202024;
}

.startseite .ea-cta-section .uk-button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 959px) {
  .startseite .ea-process-section .uk-grid-medium {
    display: grid !important;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .startseite .ea-process-section .uk-grid-medium > * {
    width: auto !important;
  }
}

@media (max-width: 639px) {
  .startseite .ea-process-card {
    min-height: 260px !important;
  }

  .startseite .ea-process-card picture,
  .startseite .ea-process-card img {
    height: 260px !important;
  }

  .startseite .ea-process-card .el-title {
    bottom: 56px;
    font-size: 21px !important;
    left: 22px;
    right: 22px;
  }

  .startseite .ea-process-card .uk-margin-top {
    bottom: 24px;
    left: 22px;
    right: 22px;
  }
}
/* /EMSCHER premium pass */

/* EMSCHER hero spacing */
.startseite .uk-slideshow .uk-overlay {
  width: min(760px, calc(100vw - 120px)) !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  margin-bottom: 34px !important;
}

.startseite .uk-slideshow .uk-overlay .uk-button {
  margin-top: 0 !important;
}

@media (max-width: 639px) {
  .startseite .uk-slideshow .uk-overlay {
    width: calc(100vw - 40px) !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    margin-bottom: 24px !important;
  }
}
/* /EMSCHER hero spacing */

/* EMSCHER subpage polish */
body:not(.startseite) main {
  background: #fff;
}

body:not(.startseite) main .uk-section {
  overflow: hidden;
}

body:not(.startseite) main .uk-container,
body:not(.startseite) main .uk-container-default {
  max-width: var(--ea-container-default);
}

body:not(.startseite) main h1,
body:not(.startseite) main h2,
body:not(.startseite) main h3,
body:not(.startseite) main .uk-h1,
body:not(.startseite) main .uk-h2,
body:not(.startseite) main .uk-h3 {
  color: #2f353d;
  font-family: "LatoEmscher", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.18;
}

body:not(.startseite) main .uk-text-lead,
body:not(.startseite) main p,
body:not(.startseite) main li {
  color: #525963;
}

.ea-sub-hero-section {
  min-height: 280px;
}

.ea-sub-hero-section > .uk-container {
  padding-bottom: 48px;
  padding-top: 48px;
}

.ea-sub-hero-panel {
  background: rgba(229, 244, 255, 0.82) !important;
  border-left: 5px solid var(--ea-blue);
  box-shadow: none !important;
  max-width: 760px;
  padding: 34px 42px !important;
  position: relative;
}

.ea-sub-hero-panel::after {
  background: rgba(255, 255, 255, 0.28);
  content: "";
  inset: 0 0 0 auto;
  pointer-events: none;
  position: absolute;
  width: 36%;
}

.ea-sub-hero-panel .el-title {
  color: #26323f !important;
  font-size: clamp(31px, 2.5vw, 42px) !important;
  line-height: 1.12 !important;
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.ea-sub-hero-panel .el-meta {
  color: rgba(0, 97, 175, 0.72) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.ea-sub-hero-panel .el-content {
  color: #344150 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

body:not(.startseite) main .uk-section-default + .uk-section-default {
  border-top: 1px solid rgba(0, 38, 145, 0.08);
}

body:not(.startseite) main .uk-section-muted {
  background:
    linear-gradient(180deg, #f5f8fb 0%, #eef3f7 100%) !important;
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) {
  border: 1px solid rgba(0, 38, 145, 0.12);
  border-top: 4px solid var(--ea-blue);
  box-shadow: 0 16px 34px rgba(25, 36, 50, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel):hover {
  border-color: rgba(0, 97, 175, 0.32);
  box-shadow: 0 20px 44px rgba(25, 36, 50, 0.1);
  transform: translateY(-2px);
}

body:not(.startseite) main .uk-card-secondary {
  background:
    linear-gradient(135deg, rgba(0, 97, 175, 0.28), rgba(0, 97, 175, 0) 38%),
    linear-gradient(180deg, #282a2f 0%, #1f2126 100%) !important;
  border-top: 4px solid var(--ea-blue);
  box-shadow: none;
}

body:not(.startseite) main .uk-card-secondary .el-title,
body:not(.startseite) main .uk-card-secondary strong {
  color: #fff !important;
}

body:not(.startseite) main .uk-card-secondary .el-content,
body:not(.startseite) main .uk-card-secondary span {
  color: rgba(255, 255, 255, 0.76) !important;
}

body:not(.startseite) main .uk-button-secondary,
body:not(.startseite) main .uk-button-primary {
  background: #24262b;
  border: 1px solid #24262b;
  color: #fff;
  min-height: 38px;
}

body:not(.startseite) main .uk-button-secondary:hover,
body:not(.startseite) main .uk-button-secondary:focus,
body:not(.startseite) main .uk-button-primary:hover,
body:not(.startseite) main .uk-button-primary:focus {
  background: var(--ea-blue);
  border-color: var(--ea-blue);
  color: #fff;
}

.ea-history-intro {
  padding-bottom: 54px !important;
  padding-top: 62px !important;
}

.ea-history-intro-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ea-history-timeline-section {
  padding-bottom: 76px !important;
  padding-top: 56px !important;
}

.ea-history-timeline .hd-timeline-line {
  background-color: rgba(0, 97, 175, 0.2) !important;
  width: 2px !important;
}

.ea-history-timeline .el-timeline-icon {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.86);
}

.ea-history-timeline .hd-timeline-item-container {
  margin-bottom: 18px;
}

.ea-history-timeline .el-item {
  max-width: 440px !important;
  width: min(440px, calc(100vw - 92px)) !important;
}

.ea-history-timeline .el-item.uk-margin-large-top {
  margin-top: 46px !important;
}

.ea-history-timeline .uk-card-media-top img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.ea-history-timeline .uk-card-body {
  padding: 28px 30px 30px;
}

.ea-history-timeline .el-meta {
  color: rgba(0, 97, 175, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.ea-history-timeline .el-title {
  font-size: 23px !important;
  line-height: 1.22 !important;
  margin-top: 12px !important;
}

.ea-history-timeline .el-content {
  color: #525963;
  font-size: 14px;
  line-height: 1.62;
}

.ea-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.ea-video video {
  box-shadow: 0 22px 48px rgba(25, 36, 50, 0.12);
}

.ea-gallery-grid,
body.full main .uk-grid {
  align-items: stretch;
}

.ea-gallery-grid img,
body.full main .uk-grid img {
  background: #eef2f7;
}

body.full main h2.uk-h2 {
  font-size: clamp(29px, 2.4vw, 38px);
}

body.full main .uk-section:not(.ea-sub-hero-section) {
  padding-top: 64px;
  padding-bottom: 70px;
}

body:not(.startseite) main .uk-card-default .el-title {
  color: #4b525c;
  font-size: 18px;
  line-height: 1.45;
}

body:not(.startseite) main .uk-card-default .el-content {
  color: #6a7079;
  font-size: 16px;
}

body:not(.startseite) main .uk-card-default .uk-button-small {
  font-size: 13px;
  line-height: 36px;
  padding: 0 18px;
}

.ea-contact-card,
.ea-form-card,
.ea-contact-card.uk-card,
.ea-form-card.uk-card {
  border-top-color: var(--ea-blue) !important;
}

.ea-contact-card .el-title,
.ea-form-card .el-title,
.ea-contact-card h2,
.ea-form-card h2 {
  color: #4b525c !important;
  font-size: 20px !important;
}

.ea-form-card input[type="text"],
.ea-form-card input[type="email"],
.ea-form-card select,
.ea-form-card textarea,
body:not(.startseite) main input[type="text"],
body:not(.startseite) main input[type="email"],
body:not(.startseite) main select,
body:not(.startseite) main textarea {
  border: 1px solid rgba(0, 38, 145, 0.16) !important;
  box-shadow: none !important;
}

.ea-form-card button[type="submit"],
.ea-form-card input[type="submit"],
body:not(.startseite) main button[type="submit"],
body:not(.startseite) main input[type="submit"] {
  background: var(--ea-blue) !important;
  border: 1px solid var(--ea-blue) !important;
  color: #fff !important;
  min-height: 40px;
  padding: 0 22px;
}

@media (min-width: 960px) {
  .ea-history-timeline.hd-timeline-container {
    max-width: 1060px;
  }

  body:not(.startseite) main .uk-grid-match > * > .uk-card-default {
    height: 100%;
  }
}

@media (max-width: 959px) {
  .ea-sub-hero-section {
    min-height: 270px;
  }

  .ea-sub-hero-section > .uk-container {
    padding-bottom: 36px;
    padding-top: 36px;
  }

  .ea-sub-hero-panel {
    padding: 26px 28px !important;
  }

  .ea-sub-hero-panel .el-title {
    font-size: clamp(30px, 8vw, 36px) !important;
  }

  body.full main .uk-section:not(.ea-sub-hero-section) {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .ea-history-timeline .hd-timeline-item-container {
    margin-left: 64px !important;
    width: calc(100% - 64px) !important;
  }

  .ea-history-timeline .el-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .ea-history-timeline .uk-card-body {
    padding: 24px 24px 26px;
  }
}

@media (max-width: 520px) {
  .ea-sub-hero-panel {
    padding: 24px 22px !important;
  }

  .ea-sub-hero-panel .el-title {
    font-size: 30px !important;
  }

  body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) {
    box-shadow: none;
  }
}
/* /EMSCHER subpage polish */

/* EMSCHER footer grid and subpage hero refinement */
.ea-footer > .uk-container,
.ea-footer > .uk-container-xlarge,
.ea-footer .uk-container-xlarge {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--ea-container-default) !important;
}

.ea-footer {
  padding-bottom: 62px;
  padding-top: 62px;
}

.ea-footer .uk-grid {
  align-items: flex-start;
}

.ea-footer-logo {
  max-width: 260px;
}

.ea-footer-note {
  max-width: 330px;
}

.ea-footer-menu {
  justify-items: start;
}

.ea-sub-hero-section {
  background-color: #152233;
  min-height: 300px;
}

.ea-sub-hero-section > .uk-container {
  padding-bottom: 54px;
  padding-top: 54px;
}

.ea-sub-hero-panel {
  background:
    linear-gradient(135deg, rgba(13, 24, 36, 0.88) 0%, rgba(18, 42, 63, 0.78) 62%, rgba(0, 97, 175, 0.42) 100%) !important;
  border-left: 5px solid #009fe3;
  color: #fff !important;
  max-width: 700px;
  padding: 34px 40px !important;
}

.ea-sub-hero-panel::after {
  display: none;
}

.ea-sub-hero-panel .el-title {
  color: #fff !important;
  font-size: clamp(32px, 2.45vw, 42px) !important;
  text-shadow: none;
}

.ea-sub-hero-panel .el-meta {
  color: rgba(255, 255, 255, 0.66) !important;
  letter-spacing: 0.14em !important;
}

.ea-sub-hero-panel .el-content {
  color: rgba(255, 255, 255, 0.84) !important;
  max-width: 660px;
}

body:not(.startseite) main > .uk-section-default:not(.ea-sub-hero-section):first-of-type,
body:not(.startseite) main .ea-sub-hero-section + .uk-section-default {
  border-top: 4px solid var(--ea-blue);
}

body:not(.startseite) main .uk-section-default:not(.ea-sub-hero-section) > .uk-container,
body:not(.startseite) main .uk-section-muted > .uk-container {
  max-width: var(--ea-container-default);
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) {
  background: #fff;
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) .uk-button-small,
body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) .uk-button-secondary {
  background: #202125;
  border-color: #202125;
  color: #fff;
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) .uk-button-small:hover,
body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) .uk-button-secondary:hover {
  background: var(--ea-blue);
  border-color: var(--ea-blue);
}

@media (max-width: 959px) {
  .ea-footer {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .ea-footer > .uk-container,
  .ea-footer > .uk-container-xlarge,
  .ea-footer .uk-container-xlarge {
    box-sizing: border-box;
    max-width: none !important;
  }

  .ea-sub-hero-section {
    min-height: 280px;
  }

  .ea-sub-hero-section > .uk-container {
    padding-bottom: 38px;
    padding-top: 38px;
  }

  .ea-sub-hero-panel {
    padding: 25px 24px !important;
  }

  .ea-sub-hero-panel .el-title {
    font-size: clamp(29px, 8vw, 36px) !important;
  }
}
/* /EMSCHER footer grid and subpage hero refinement */

/* EMSCHER final high-class pass */
html {
  scroll-padding-top: 96px;
}

body {
  color: #3f4650;
}

body a {
  overflow-wrap: anywhere;
}

.tm-header {
  border-bottom: 0 !important;
  box-shadow: 0 10px 28px rgba(15, 28, 45, 0.055) !important;
}

.tm-header .uk-navbar,
.tm-header .uk-navbar-item,
.tm-header .uk-navbar-right,
.tm-header .uk-navbar-nav > li > a {
  min-height: 96px !important;
}

.tm-header .uk-navbar-item img {
  max-width: 226px !important;
}

.tm-header .uk-navbar-nav {
  gap: 0 !important;
}

.tm-header .uk-navbar-nav > li > a {
  background: transparent !important;
  color: #59616c !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  text-transform: uppercase;
}

.tm-header .uk-navbar-nav > li > a::after {
  background: var(--ea-blue);
  bottom: 24px;
  content: "";
  display: block !important;
  height: 2px;
  left: 18px;
  opacity: 0;
  position: absolute;
  right: 18px;
  transform: scaleX(0.3);
  transition: opacity 180ms ease, transform 180ms ease;
}

.tm-header .uk-navbar-nav > li:hover > a,
.tm-header .uk-navbar-nav > li.uk-active > a,
.tm-header .uk-navbar-nav > li > a:focus {
  background: transparent !important;
  color: var(--ea-dark-blue) !important;
}

.tm-header .uk-navbar-nav > li:hover > a::after,
.tm-header .uk-navbar-nav > li.uk-active > a::after,
.tm-header .uk-navbar-nav > li > a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.tm-header .uk-navbar-dropdown {
  background: #1d2633 !important;
  border-top: 3px solid var(--ea-blue);
  box-shadow: 0 18px 46px rgba(18, 26, 36, 0.22) !important;
}

.tm-header .uk-navbar-dropdown-nav > li > a {
  font-size: 12px !important;
  letter-spacing: 0 !important;
}

.tm-header-mobile {
  box-shadow: 0 8px 22px rgba(15, 28, 45, 0.06) !important;
}

.tm-header-mobile .uk-navbar {
  min-height: 78px !important;
}

.tm-header-mobile .uk-navbar::before {
  height: 38px !important;
  top: 20px !important;
  width: calc(100vw - 104px) !important;
}

.tm-header-mobile .uk-navbar-toggle {
  min-height: 78px !important;
}

.startseite .uk-slideshow .uk-slideshow-items {
  height: clamp(410px, 42vw, 470px) !important;
  max-height: 470px !important;
  min-height: 410px !important;
}

.startseite .uk-slideshow .uk-position-cover[style*="background-color"] {
  background: linear-gradient(90deg, rgba(0, 25, 80, 0.58), rgba(0, 97, 175, 0.2)) !important;
}

.startseite .uk-slideshow .uk-overlay {
  background: rgba(255, 255, 255, 0.92) !important;
  border-left: 4px solid var(--ea-blue);
  box-shadow: none !important;
  color: #222a33 !important;
  max-width: 610px !important;
  padding: 30px 34px !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  color: #1f2833 !important;
  font-size: clamp(32px, 3.1vw, 50px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  text-shadow: none !important;
}

.startseite .uk-slideshow .uk-overlay .el-content {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #3f4650 !important;
  display: -webkit-box !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  max-width: 56ch;
  overflow: hidden;
  text-shadow: none !important;
}

.startseite .uk-slideshow .uk-overlay .uk-button {
  box-shadow: none !important;
  color: #fff !important;
  letter-spacing: 0 !important;
}

.startseite .uk-slideshow .uk-overlay .uk-button-primary {
  background: var(--ea-blue) !important;
  border-color: var(--ea-blue) !important;
}

.startseite .ea-home-facts-section {
  border-bottom: 1px solid #e7ebef;
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}

.startseite .ea-home-facts-grid .uk-card,
.startseite .ea-home-facts-grid .el-item {
  border: 1px solid #e3e8ee;
  box-shadow: none !important;
}

.startseite .ea-home-facts-grid .el-title,
.startseite .ea-home-facts-grid .uk-card-title {
  color: var(--ea-dark-blue) !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.08 !important;
}

.startseite .ea-process-section {
  padding-bottom: 66px !important;
  padding-top: 62px !important;
}

.startseite .ea-process-section .uk-h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
}

@media (min-width: 1200px) {
  .startseite .ea-company-card-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .startseite .ea-company-card-grid > * {
    grid-column: span 2;
    max-width: none !important;
    width: auto !important;
  }

  .startseite .ea-company-card-grid > :nth-child(4) {
    grid-column: 2 / span 2;
  }

  .startseite .ea-company-card-grid > :nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .startseite .ea-company-card-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .startseite .ea-company-card-grid > * {
    max-width: none !important;
    width: auto !important;
  }
}

.startseite .ea-process-card {
  border: 1px solid #e3e8ee !important;
  box-shadow: none !important;
  min-height: 100%;
}

.startseite .ea-process-card picture,
.startseite .ea-process-card img {
  height: 235px !important;
}

.startseite .ea-process-card .el-title {
  color: #202833 !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  line-height: 1.22 !important;
  overflow-wrap: anywhere;
  text-transform: none !important;
}

.startseite .ea-process-card .uk-button-text {
  color: var(--ea-blue) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.startseite .ea-image-band {
  padding-bottom: 64px !important;
}

.startseite .ea-image-band .ea-band-panel {
  aspect-ratio: 16 / 10;
  min-height: 0 !important;
  overflow: hidden;
}

.startseite .ea-image-band .ea-band-panel picture,
.startseite .ea-image-band .ea-band-panel img {
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover;
}

.startseite .ea-image-band .ea-band-panel .el-title,
.startseite .ea-image-band .ea-band-panel .uk-button-text {
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.startseite .ea-cta-section {
  background: #202733 !important;
  padding-bottom: 42px !important;
  padding-top: 42px !important;
}

.ea-sub-hero-section {
  min-height: 260px !important;
}

.ea-sub-hero-section > .uk-container {
  padding-bottom: 38px !important;
  padding-top: 38px !important;
}

.ea-sub-hero-panel {
  background: linear-gradient(135deg, rgba(12, 24, 36, 0.9), rgba(18, 47, 74, 0.84) 65%, rgba(0, 97, 175, 0.5)) !important;
  border-left: 4px solid #009fe3 !important;
  box-shadow: none !important;
  max-width: 660px !important;
  padding: 28px 34px !important;
}

.ea-sub-hero-panel .el-title {
  font-size: clamp(30px, 2.3vw, 40px) !important;
  line-height: 1.12 !important;
}

.ea-sub-hero-panel .el-content {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.ea-company-subnav {
  border-bottom: 1px solid #e5e9ee;
  border-top: 1px solid #edf0f3;
}

.ea-company-subnav .uk-button {
  background: #fff !important;
  border: 1px solid #dce3ea !important;
  color: #47505b !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 36px !important;
  padding: 0 14px !important;
  text-transform: uppercase;
}

.ea-company-subnav .uk-button:hover,
.ea-company-subnav .uk-button:focus {
  background: var(--ea-blue) !important;
  border-color: var(--ea-blue) !important;
  color: #fff !important;
}

body:not(.startseite) main .uk-section {
  padding-bottom: 58px;
  padding-top: 58px;
}

body:not(.startseite) main p,
body:not(.startseite) main li {
  color: #46505a;
  font-size: 16px;
  line-height: 1.68;
}

body:not(.startseite) main .uk-text-lead,
body:not(.startseite) main .el-content.uk-text-lead {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel),
body:not(.startseite) main .uk-tile-muted,
body:not(.startseite) main .uk-card-muted {
  border: 1px solid #e4e9ef;
  box-shadow: none !important;
}

body:not(.startseite) main .uk-card-secondary {
  background: #222a35 !important;
  box-shadow: none !important;
}

body:not(.startseite) main .uk-card-secondary .el-title,
body:not(.startseite) main .uk-card-secondary .uk-h3,
body:not(.startseite) main .uk-card-secondary strong {
  color: #fff !important;
}

body:not(.startseite) main .uk-card-secondary .el-content,
body:not(.startseite) main .uk-card-secondary p,
body:not(.startseite) main .uk-card-secondary span {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ea-download-card,
.ea-signal-card,
.ea-principle-card {
  height: 100%;
}

.ea-download-card .el-title,
.ea-signal-card .el-title,
.ea-principle-card .el-title {
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}

@media (min-width: 1200px) {
  .ea-signals-section .uk-grid:has(.ea-signal-card) {
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ea-signals-section .uk-grid:has(.ea-signal-card) > * {
    max-width: none !important;
    width: auto !important;
  }
}

.ea-contact-card a,
.ea-contact-form-card a,
.ea-footer a,
.ea-footer p {
  overflow-wrap: anywhere;
}

.ea-history-timeline .uk-card,
.ea-history-timeline .uk-card-default {
  border: 1px solid #e1e7ed !important;
  box-shadow: none !important;
}

.ea-history-timeline img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 959px) {
  html {
    scroll-padding-top: 78px;
  }

  .startseite .uk-slideshow .uk-slideshow-items {
    height: 410px !important;
    max-height: 410px !important;
    min-height: 410px !important;
  }

  .startseite .uk-slideshow .uk-overlay {
    margin-left: 18px !important;
    margin-right: 18px !important;
    max-width: calc(100vw - 36px) !important;
    padding: 24px 25px !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    font-size: clamp(29px, 6vw, 38px) !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-content {
    -webkit-line-clamp: 3;
    font-size: 15px !important;
  }

  .startseite .ea-process-card picture,
  .startseite .ea-process-card img {
    height: 220px !important;
  }

  .ea-sub-hero-section {
    min-height: 236px !important;
  }

  .ea-sub-hero-section > .uk-container {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .ea-sub-hero-panel {
    padding: 24px 25px !important;
  }

  .ea-company-subnav .uk-button {
    line-height: 34px !important;
    margin-bottom: 6px;
  }

  body:not(.startseite) main .uk-section {
    padding-bottom: 46px;
    padding-top: 46px;
  }
}

@media (max-width: 639px) {
  .tm-header-mobile .uk-container-expand {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .startseite .uk-slideshow .uk-slideshow-items {
    height: 390px !important;
    max-height: 390px !important;
    min-height: 390px !important;
  }

  .startseite .uk-slideshow .uk-position-cover.uk-flex {
    align-items: flex-end !important;
    padding-bottom: 28px !important;
  }

  .startseite .uk-slideshow .uk-overlay {
    padding: 21px 22px !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    font-size: 30px !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-content {
    display: none !important;
  }

  .startseite .ea-home-facts-section {
    padding-bottom: 28px !important;
    padding-top: 28px !important;
  }

  .startseite .ea-process-section {
    padding-bottom: 46px !important;
    padding-top: 44px !important;
  }

  .startseite .ea-process-card picture,
  .startseite .ea-process-card img {
    height: 205px !important;
  }

  .startseite .ea-image-band {
    padding-bottom: 44px !important;
  }

  .ea-sub-hero-section {
    min-height: 215px !important;
  }

  .ea-sub-hero-panel {
    padding: 21px 22px !important;
  }

  .ea-sub-hero-panel .el-title {
    font-size: 28px !important;
  }

  .ea-sub-hero-panel .el-meta {
    font-size: 11px !important;
  }

  .ea-sub-hero-panel .el-content {
    display: none !important;
  }

  .ea-company-subnav .uk-button {
    display: block;
    width: 100%;
  }

  body:not(.startseite) main .uk-section {
    padding-bottom: 38px;
    padding-top: 38px;
  }

  body:not(.startseite) main p,
  body:not(.startseite) main li {
    font-size: 15px;
    line-height: 1.65;
  }

  .ea-history-timeline .hd-timeline-line,
  .ea-history-timeline .el-timeline-icon,
  .ea-history-timeline .hd-timeline-icon {
    display: none !important;
  }

  .ea-history-timeline .hd-timeline-item-container,
  .ea-history-timeline .el-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .ea-history-timeline .uk-card-body {
    padding: 22px !important;
  }

  .ea-footer {
    text-align: center;
  }

  .ea-footer .uk-grid {
    align-items: center;
  }

  .ea-footer .uk-grid > *,
  .ea-footer-menu,
  .ea-footer-note {
    justify-items: center !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .ea-footer-logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }
}
/* /EMSCHER final high-class pass */

/* EMSCHER final correction pass */
.startseite .uk-slideshow .uk-overlay {
  padding: 28px 34px !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  margin-bottom: 0 !important;
}

.startseite .uk-slideshow .uk-overlay .el-content {
  background: transparent !important;
  border-left: 0 !important;
  color: #3f4650 !important;
  display: block !important;
  line-height: 1.55 !important;
  margin-top: 18px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

.ea-company-content .ea-facts-grid > .uk-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-left: 0 !important;
}

.ea-company-content .ea-facts-grid > .uk-grid > * {
  max-width: none !important;
  padding-left: 0 !important;
  width: auto !important;
}

.ea-company-content .ea-facts-grid .el-title {
  font-size: clamp(22px, 1.7vw, 28px) !important;
  line-height: 1.12 !important;
  overflow-wrap: anywhere;
}

.ea-company-content .ea-facts-grid .uk-card-body {
  padding: 24px 22px !important;
}

.ea-download-card .uk-button,
.ea-download-card .uk-button-default,
.ea-signal-card .uk-button,
.ea-signal-card .uk-button-default {
  background: #202733 !important;
  border-color: #202733 !important;
  color: #fff !important;
}

@media (max-width: 639px) {
  .startseite .ea-image-band .uk-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin-left: 0 !important;
  }

  .startseite .ea-image-band .uk-grid > * {
    max-width: none !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .startseite .ea-image-band .ea-band-panel {
    aspect-ratio: 16 / 9;
  }

  .startseite .uk-slideshow .uk-overlay .el-content {
    display: none !important;
  }
}
/* /EMSCHER final correction pass */

/* EMSCHER company card grid repair */
.startseite .ea-process-section .ea-company-card-grid {
  margin-left: 0 !important;
}

.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > * {
  max-width: none !important;
  padding-left: 0 !important;
  width: auto !important;
}

@media (min-width: 1200px) {
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > * {
    grid-column: span 2 !important;
  }

  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > :nth-child(4) {
    grid-column: 2 / span 2 !important;
  }

  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > :nth-child(5) {
    grid-column: 4 / span 2 !important;
  }
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card {
  background: #fff !important;
  border: 1px solid #e3e8ee !important;
  box-shadow: none !important;
  color: #3f4650 !important;
  display: block !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 0 24px !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card::after {
  display: none !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card picture,
.startseite .ea-process-section .ea-company-card-grid .ea-process-card img {
  display: block !important;
  filter: none !important;
  height: 230px !important;
  max-width: none !important;
  min-height: 0 !important;
  object-fit: cover !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title {
  bottom: auto !important;
  color: #202833 !important;
  font-size: clamp(19px, 1.6vw, 24px) !important;
  left: auto !important;
  line-height: 1.22 !important;
  margin: 20px 24px 0 !important;
  position: static !important;
  right: auto !important;
  width: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .uk-margin-top {
  bottom: auto !important;
  left: auto !important;
  margin: 12px 24px 0 !important;
  position: static !important;
  right: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .uk-button-text {
  color: var(--ea-blue) !important;
}

@media (max-width: 1199px) {
  .startseite .ea-process-section .ea-company-card-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 639px) {
  .startseite .ea-process-section .ea-company-card-grid {
    grid-template-columns: 1fr !important;
  }

  .startseite .ea-process-section .ea-company-card-grid .ea-process-card picture,
  .startseite .ea-process-section .ea-company-card-grid .ea-process-card img {
    height: 210px !important;
  }
}
/* /EMSCHER company card grid repair */

/* EMSCHER cleanup visual reset */
.tm-header {
  box-shadow: 0 8px 22px rgba(15, 28, 45, 0.05) !important;
}

.startseite .uk-slideshow .uk-slideshow-items {
  height: clamp(390px, 39vw, 450px) !important;
  max-height: 450px !important;
  min-height: 390px !important;
}

.startseite .uk-slideshow .uk-position-cover[style*="background-color"] {
  background: linear-gradient(90deg, rgba(0, 25, 80, 0.62), rgba(0, 97, 175, 0.18)) !important;
}

.startseite .uk-slideshow .uk-overlay {
  background: rgba(9, 29, 48, 0.82) !important;
  border-left: 4px solid #009fe3 !important;
  box-shadow: none !important;
  color: #fff !important;
  max-width: 600px !important;
  padding: 30px 34px !important;
}

.startseite .uk-slideshow .uk-overlay .el-title {
  color: #fff !important;
  font-size: clamp(32px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  margin-bottom: 14px !important;
}

.startseite .uk-slideshow .uk-overlay .el-content {
  background: transparent !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  display: block !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

.startseite .uk-slideshow .uk-overlay .uk-button {
  background: var(--ea-blue) !important;
  border-color: var(--ea-blue) !important;
  box-shadow: none !important;
  color: #fff !important;
}

.startseite .ea-process-section {
  padding-bottom: 58px !important;
  padding-top: 56px !important;
}

.startseite .ea-process-section .uk-h2 {
  color: #2f3742 !important;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  margin-bottom: 22px !important;
}

.startseite .ea-process-section .ea-company-card-grid {
  gap: 24px !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card {
  background: #fff !important;
  border: 1px solid #dfe6ee !important;
  border-top: 4px solid var(--ea-blue) !important;
  box-shadow: none !important;
  padding-bottom: 22px !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card picture,
.startseite .ea-process-section .ea-company-card-grid .ea-process-card img {
  height: 220px !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title {
  color: #252d38 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  margin: 20px 24px 0 !important;
  text-transform: none !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .uk-button-text {
  color: var(--ea-blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.startseite .ea-image-band {
  padding-bottom: 42px !important;
}

.startseite .ea-image-band .ea-band-panel {
  aspect-ratio: 16 / 9 !important;
}

.startseite .ea-image-band .ea-band-panel .el-title,
.startseite .ea-image-band .ea-band-panel .uk-button-text {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.ea-sub-hero-section {
  min-height: 230px !important;
}

.ea-sub-hero-section > .uk-container {
  padding-bottom: 34px !important;
  padding-top: 34px !important;
}

.ea-sub-hero-panel {
  background: rgba(7, 34, 58, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-left: 4px solid #009fe3 !important;
  box-shadow: none !important;
  max-width: 620px !important;
  padding: 26px 34px !important;
}

.ea-sub-hero-panel .el-title {
  color: #fff !important;
  font-size: clamp(30px, 2.2vw, 38px) !important;
}

.ea-sub-hero-panel .el-meta {
  color: rgba(255, 255, 255, 0.74) !important;
  letter-spacing: 0.08em !important;
}

.ea-company-subnav {
  background: #fff !important;
  border-bottom: 1px solid #e6ebf0 !important;
  border-top: 0 !important;
}

.ea-company-subnav .uk-button {
  background: #fff !important;
  border: 1px solid #dbe3eb !important;
  color: #46515e !important;
  font-size: 12px !important;
  line-height: 34px !important;
  padding: 0 13px !important;
}

body:not(.startseite) main .uk-section {
  padding-bottom: 48px !important;
  padding-top: 48px !important;
}

body:not(.startseite) main .uk-text-lead,
body:not(.startseite) main .el-content.uk-text-lead,
body:not(.startseite) main p,
body:not(.startseite) main li {
  font-size: 16px !important;
  line-height: 1.66 !important;
}

body:not(.startseite) main .uk-card-default,
body:not(.startseite) main .uk-card-muted,
body:not(.startseite) main .uk-tile-muted,
.ea-download-card,
.ea-principle-card {
  border: 1px solid #dfe6ee !important;
  box-shadow: none !important;
}

.ea-download-card .el-title,
.ea-principle-card .el-title {
  color: #2f3742 !important;
  font-size: 20px !important;
  line-height: 1.28 !important;
  text-transform: none !important;
}

.ea-download-card .uk-button,
.ea-download-card .uk-button-default {
  background: #202733 !important;
  border-color: #202733 !important;
  color: #fff !important;
}

@media (max-width: 959px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    height: 370px !important;
    max-height: 370px !important;
    min-height: 370px !important;
  }

  .startseite .uk-slideshow .uk-overlay {
    max-width: calc(100vw - 44px) !important;
    padding: 24px 26px !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-title {
    font-size: clamp(28px, 7vw, 36px) !important;
  }

  .startseite .uk-slideshow .uk-overlay .el-content {
    display: none !important;
  }

  .ea-sub-hero-section {
    min-height: 210px !important;
  }

  .ea-sub-hero-panel {
    padding: 22px 24px !important;
  }
}

@media (max-width: 639px) {
  .startseite .ea-process-section {
    padding-bottom: 42px !important;
    padding-top: 40px !important;
  }

  .startseite .ea-process-section .ea-company-card-grid {
    grid-template-columns: 1fr !important;
  }

  .startseite .ea-process-section .ea-company-card-grid .ea-process-card picture,
  .startseite .ea-process-section .ea-company-card-grid .ea-process-card img {
    height: 200px !important;
  }

  .ea-sub-hero-panel .el-title {
    font-size: 28px !important;
  }
}
/* /EMSCHER cleanup visual reset */

/* EMSCHER remote repair 2026-06-30 */
.startseite .ea-image-band {
  display: none !important;
}

.ea-home-hero-section .uk-slideshow-items > li,
.ea-home-hero .uk-slideshow-items > li {
  position: relative;
}

.ea-home-hero-section .uk-slideshow-items > li::before,
.ea-home-hero .uk-slideshow-items > li::before {
  background:
    linear-gradient(90deg, rgba(0, 38, 145, 0.76) 0%, rgba(0, 97, 175, 0.46) 42%, rgba(0, 38, 145, 0.24) 100%),
    rgba(0, 38, 145, 0.18);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.startseite .ea-home-hero .el-overlay,
.startseite .uk-slideshow .el-overlay {
  background: rgba(7, 34, 58, 0.84) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-left: 4px solid #009fe3 !important;
  box-shadow: none !important;
  max-width: 620px !important;
  padding: 28px 34px !important;
  text-align: left !important;
  width: min(620px, calc(100vw - 48px)) !important;
  z-index: 2 !important;
}

.startseite .ea-home-hero .el-overlay .el-title,
.startseite .uk-slideshow .el-overlay .el-title {
  color: #fff !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  line-height: 1.08 !important;
  margin: 0 !important;
  max-width: 13ch !important;
  text-align: left !important;
  text-shadow: none !important;
}

.startseite .ea-home-hero .el-overlay .el-content,
.startseite .uk-slideshow .el-overlay .el-content {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(16px, 1.05vw, 18px) !important;
  line-height: 1.55 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 52ch !important;
  text-align: left !important;
  text-shadow: none !important;
}

.startseite .ea-home-hero .el-overlay .uk-margin-top,
.startseite .uk-slideshow .el-overlay .uk-margin-top {
  text-align: left !important;
}

.startseite .ea-home-hero .el-overlay .uk-button,
.startseite .uk-slideshow .el-overlay .uk-button {
  background: #0061af !important;
  border-color: #0061af !important;
  box-shadow: none !important;
  color: #fff !important;
}

.startseite .ea-home-hero .el-overlay .uk-button-default,
.startseite .uk-slideshow .el-overlay .uk-button-default {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: #fff !important;
}

.tm-header .uk-navbar-dropdown {
  background: var(--ea-dark-blue) !important;
  border-top: 3px solid #009fe3 !important;
}

.tm-header .uk-navbar-dropdown-nav > li > a:hover,
.tm-header .uk-navbar-dropdown-nav > li.uk-active > a {
  background: rgba(0, 159, 227, 0.2) !important;
  color: #fff !important;
}

.ea-company-subnav {
  border-bottom-color: rgba(0, 97, 175, 0.22) !important;
}

.ea-company-subnav .uk-button {
  background: rgba(0, 97, 175, 0.045) !important;
  border-color: rgba(0, 97, 175, 0.34) !important;
  color: var(--ea-blue) !important;
}

.ea-company-subnav .uk-button:hover,
.ea-company-subnav .uk-button:focus,
.ea-company-subnav .uk-button[aria-current="page"] {
  background: var(--ea-blue) !important;
  border-color: var(--ea-blue) !important;
  color: #fff !important;
}

@media (max-width: 959px) {
  .startseite .ea-home-hero .el-overlay,
  .startseite .uk-slideshow .el-overlay {
    padding: 23px 24px !important;
    width: min(520px, calc(100vw - 34px)) !important;
  }

  .startseite .ea-home-hero .el-overlay .el-title,
  .startseite .uk-slideshow .el-overlay .el-title {
    font-size: clamp(29px, 8vw, 38px) !important;
    max-width: 12ch !important;
  }

  .startseite .ea-home-hero .el-overlay .el-content,
  .startseite .uk-slideshow .el-overlay .el-content {
    display: none !important;
  }
}
/* /EMSCHER remote repair 2026-06-30 */

/* EMSCHER homepage card polish */
.startseite .ea-process-card {
  border: 1px solid #dce5ee !important;
  border-top: 4px solid #009fe3 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transition: border-color 160ms ease, transform 160ms ease !important;
}

.startseite .ea-process-card:hover {
  border-color: rgba(0, 97, 175, 0.42) !important;
  transform: translateY(-2px);
}

.startseite .ea-process-card picture,
.startseite .ea-process-card .el-image {
  display: block !important;
  width: 100% !important;
}

.startseite .ea-process-card .el-image {
  height: 220px !important;
  object-fit: cover !important;
}

.startseite .ea-process-card .el-title {
  color: #2f3742 !important;
  font-size: 22px !important;
  line-height: 1.28 !important;
  margin: 0 !important;
  min-height: 104px !important;
  padding: 25px 64px 28px 28px !important;
}

.startseite .ea-process-card .uk-margin-top {
  margin: 0 !important;
}

.startseite .ea-process-card .el-link {
  color: transparent !important;
  font-size: 0 !important;
  inset: 0;
  position: absolute;
  z-index: 3;
}

.startseite .ea-process-card .el-link::before,
.startseite .ea-process-card .el-link::after {
  content: "";
  position: absolute;
}

.startseite .ea-process-card .el-link::before {
  background: rgba(0, 97, 175, 0.08);
  border: 1px solid rgba(0, 97, 175, 0.28);
  bottom: 28px;
  height: 28px;
  right: 28px;
  width: 28px;
}

.startseite .ea-process-card .el-link::after {
  border-right: 2px solid #0061af;
  border-top: 2px solid #0061af;
  bottom: 39px;
  height: 7px;
  right: 40px;
  transform: rotate(45deg);
  width: 7px;
}

@media (max-width: 639px) {
  .startseite .ea-process-card .el-image {
    height: 205px !important;
  }

  .startseite .ea-process-card .el-title {
    font-size: 20px !important;
    min-height: 94px !important;
    padding: 22px 58px 24px 24px !important;
  }

  .startseite .ea-process-card .el-link::before {
    bottom: 24px;
    right: 24px;
  }

  .startseite .ea-process-card .el-link::after {
    bottom: 35px;
    right: 36px;
  }
}
/* /EMSCHER homepage card polish */

/* EMSCHER card link correction */
.startseite .ea-process-card::before,
.startseite .ea-process-card::after {
  content: "";
  position: absolute;
  z-index: 2;
}

.startseite .ea-process-card::before {
  background: rgba(0, 97, 175, 0.08);
  border: 1px solid rgba(0, 97, 175, 0.28);
  bottom: 28px;
  height: 28px;
  right: 28px;
  width: 28px;
}

.startseite .ea-process-card::after {
  border-right: 2px solid #0061af;
  border-top: 2px solid #0061af;
  bottom: 39px;
  height: 7px;
  right: 40px;
  transform: rotate(45deg);
  width: 7px;
}

.startseite .ea-process-card .el-link {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
}

.startseite .ea-process-card .el-link::before,
.startseite .ea-process-card .el-link::after {
  display: none !important;
}

@media (max-width: 639px) {
  .startseite .ea-process-card::before {
    bottom: 24px;
    right: 24px;
  }

  .startseite .ea-process-card::after {
    bottom: 35px;
    right: 36px;
  }
}
/* /EMSCHER card link correction */

/* EMSCHER card overflow final alignment */
.startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card {
  border: 1px solid #dce5ee !important;
  border-top: 4px solid #009fe3 !important;
  height: auto !important;
  padding: 0 !important;
}

.startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card > picture,
.startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card picture {
  height: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card .el-image {
  height: 214px !important;
  margin: 0 !important;
  max-width: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card .el-title {
  box-sizing: border-box !important;
  color: #2f3742 !important;
  font-size: 21px !important;
  line-height: 1.26 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 22px 58px 24px 24px !important;
  position: relative !important;
}

.startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card .el-title::after {
  border-right: 2px solid #0061af;
  border-top: 2px solid #0061af;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 14px;
  transform: rotate(45deg);
  vertical-align: 2px;
  width: 8px;
}

@media (max-width: 639px) {
  .startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card .el-image {
    height: 204px !important;
  }

  .startseite .ea-process-section .ea-company-card-grid > * > .ea-process-card .el-title {
    font-size: 20px !important;
    min-height: 0 !important;
    padding: 20px 52px 22px 22px !important;
  }
}
/* /EMSCHER card overflow final alignment */

/* EMSCHER final visual layer: content only, header untouched */
.startseite .ea-process-section {
  background:
    linear-gradient(180deg, #eef3f7 0%, #f7f9fb 54%, #eef3f7 100%) !important;
  padding-bottom: clamp(64px, 7vw, 104px) !important;
  padding-top: clamp(58px, 6vw, 92px) !important;
}

.startseite .ea-process-section h2 {
  color: #202833 !important;
  font-size: clamp(34px, 3.1vw, 46px) !important;
  line-height: 1.08 !important;
  margin-bottom: clamp(38px, 4vw, 56px) !important;
  position: relative !important;
}

.startseite .ea-process-section h2::after {
  background: #009fe3;
  content: "";
  display: block;
  height: 3px;
  margin: 18px auto 0;
  width: 56px;
}

.startseite .ea-process-section .ea-company-card-grid {
  display: grid !important;
  gap: 28px !important;
  grid-auto-rows: 268px !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  margin-left: 0 !important;
}

.startseite .ea-process-section .ea-company-card-grid > * {
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  width: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(1) {
  grid-column: 1 / span 6 !important;
  grid-row: span 2 !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(2) {
  grid-column: 7 / span 3 !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(3) {
  grid-column: 10 / span 3 !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(4) {
  grid-column: 7 / span 3 !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(5) {
  grid-column: 10 / span 3 !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card {
  background: #0a2238 !important;
  border: 0 !important;
  box-shadow: 0 22px 50px rgba(13, 26, 42, 0.18) !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card:hover {
  border-color: transparent !important;
  transform: translateY(-3px) !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card > picture,
.startseite .ea-process-section .ea-company-card-grid .ea-process-card picture {
  inset: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-image {
  filter: saturate(0.92) contrast(1.08) brightness(0.86) !important;
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  object-fit: cover !important;
  position: absolute !important;
  transition: transform 260ms ease, filter 260ms ease !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card:hover .el-image {
  filter: saturate(1) contrast(1.1) brightness(0.92) !important;
  transform: scale(1.035) !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card::before {
  background:
    linear-gradient(180deg, rgba(0, 38, 145, 0.08) 0%, rgba(4, 17, 31, 0.24) 35%, rgba(3, 15, 28, 0.86) 100%) !important;
  border: 0 !important;
  bottom: auto !important;
  content: "" !important;
  height: auto !important;
  inset: 0 !important;
  position: absolute !important;
  right: auto !important;
  width: auto !important;
  z-index: 1 !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card::after {
  background: #009fe3 !important;
  border: 0 !important;
  bottom: 25px !important;
  content: "" !important;
  height: 3px !important;
  left: 28px !important;
  position: absolute !important;
  right: auto !important;
  transform: none !important;
  width: 42px !important;
  z-index: 2 !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title {
  bottom: 44px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 700 !important;
  left: 28px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  max-width: calc(100% - 56px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 28px !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24) !important;
  z-index: 2 !important;
}

.startseite .ea-process-section .ea-company-card-grid > :not(:first-child) .ea-process-card .el-title {
  font-size: clamp(18px, 1.45vw, 22px) !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title::after {
  border-right: 2px solid #009fe3 !important;
  border-top: 2px solid #009fe3 !important;
  content: "" !important;
  display: inline-block !important;
  height: 8px !important;
  margin-left: 13px !important;
  transform: rotate(45deg) !important;
  vertical-align: 3px !important;
  width: 8px !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-link {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  inset: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  z-index: 4 !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-link::before,
.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-link::after {
  display: none !important;
}

body:not(.startseite) main > .uk-section-default:not(:first-child),
body:not(.startseite) main > .uk-section-muted {
  background: #f6f8fa !important;
}

body:not(.startseite) main > .uk-section-default:not(:first-child) > .uk-container,
body:not(.startseite) main > .uk-section-muted > .uk-container {
  max-width: var(--ea-container-default) !important;
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel),
.ea-download-card,
.ea-contact-card,
.ea-contact-form-card,
.ea-history-timeline-section .uk-card-default {
  background: #fff !important;
  border: 1px solid #dce5ee !important;
  border-top: 4px solid #009fe3 !important;
  box-shadow: 0 18px 44px rgba(13, 26, 42, 0.08) !important;
}

body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel) .el-title,
.ea-download-card .el-title,
.ea-contact-card .el-title,
.ea-contact-form-card .el-title,
.ea-history-timeline-section .uk-card-default .el-title {
  color: #27313d !important;
}

.ea-download-card .uk-button,
.ea-contact-card .uk-button,
.ea-contact-form-card .uk-button {
  background: #0061af !important;
  border-color: #0061af !important;
  box-shadow: none !important;
  color: #fff !important;
}

.ea-contact-form-card input,
.ea-contact-form-card textarea,
.ea-contact-form-card select {
  border-color: #cfd9e5 !important;
  min-height: 42px !important;
}

.ea-contact-form-card textarea {
  min-height: 126px !important;
}

.ea-history-timeline-section {
  background:
    linear-gradient(180deg, #eef3f7 0%, #f7f9fb 100%) !important;
}

.ea-history-timeline-section .uk-card-default img {
  display: block !important;
  filter: saturate(0.95) contrast(1.04) !important;
  margin-bottom: 22px !important;
  width: 100% !important;
}

.ea-sub-hero-panel {
  background: rgba(7, 34, 58, 0.78) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: none !important;
}

@media (max-width: 959px) {
  .startseite .ea-process-section .ea-company-card-grid {
    display: grid !important;
    gap: 22px !important;
    grid-auto-rows: 236px !important;
    grid-template-columns: 1fr !important;
  }

  .startseite .ea-process-section .ea-company-card-grid > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title,
  .startseite .ea-process-section .ea-company-card-grid > :not(:first-child) .ea-process-card .el-title {
    bottom: 39px !important;
    font-size: 22px !important;
    left: 24px !important;
    right: 24px !important;
  }

  .startseite .ea-process-section .ea-company-card-grid .ea-process-card::after {
    bottom: 22px !important;
    left: 24px !important;
  }

  body:not(.startseite) main .uk-card-default:not(.ea-sub-hero-panel),
  .ea-download-card,
  .ea-contact-card,
  .ea-contact-form-card,
  .ea-history-timeline-section .uk-card-default {
    box-shadow: 0 12px 28px rgba(13, 26, 42, 0.07) !important;
  }
}
/* /EMSCHER final visual layer: content only, header untouched */

/* EMSCHER final grid correction */
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(1) {
  grid-column: 1 / span 6 !important;
  grid-row: span 2 !important;
}

.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(2) {
  grid-column: 7 / span 3 !important;
  grid-row: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(3) {
  grid-column: 10 / span 3 !important;
  grid-row: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(4) {
  grid-column: 7 / span 3 !important;
  grid-row: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(5) {
  grid-column: 10 / span 3 !important;
  grid-row: auto !important;
}

@media (max-width: 959px) {
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium {
    display: grid !important;
    gap: 22px !important;
    grid-auto-rows: 236px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(1),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(2),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(3),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(4),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(5) {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: auto !important;
  }
}
/* /EMSCHER final grid correction */

/* EMSCHER final rhythm correction */
@media (min-width: 960px) {
  .startseite .ea-process-section {
    padding-top: 46px !important;
  }

  .startseite .ea-process-section h2 {
    margin-bottom: 36px !important;
  }

  .startseite .ea-process-section .ea-company-card-grid {
    gap: 26px !important;
    grid-auto-rows: 216px !important;
  }

  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(1),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(2),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(3),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(4),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(5) {
    min-width: 0 !important;
  }
}
/* /EMSCHER final rhythm correction */

/* EMSCHER homepage hero breathing room */
.startseite .ea-home-hero-section {
  background: #fff !important;
  padding-top: 18px !important;
}

.startseite .ea-home-hero,
.startseite .ea-home-hero .uk-position-relative,
.startseite .ea-home-hero .uk-slideshow-items {
  overflow: hidden !important;
}

.startseite .ea-home-hero .uk-position-cover.uk-flex.uk-container,
.startseite .uk-slideshow .uk-position-cover.uk-flex.uk-container {
  align-items: center !important;
  padding-bottom: 58px !important;
  padding-top: 58px !important;
}

.startseite .ea-home-hero .el-overlay,
.startseite .uk-slideshow .el-overlay {
  border-left-width: 5px !important;
  box-shadow: 0 24px 70px rgba(0, 21, 43, 0.22) !important;
}

@media (min-width: 960px) {
  .startseite .uk-slideshow .uk-slideshow-items {
    height: clamp(470px, 42vw, 530px) !important;
    max-height: 530px !important;
    min-height: 470px !important;
  }
}

@media (max-width: 959px) {
  .startseite .ea-home-hero-section {
    padding-top: 12px !important;
  }

  .startseite .ea-home-hero .uk-position-cover.uk-flex.uk-container,
  .startseite .uk-slideshow .uk-position-cover.uk-flex.uk-container {
    align-items: center !important;
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }
}
/* /EMSCHER homepage hero breathing room */

/* EMSCHER stabilization: homepage content grid, header untouched */
.startseite .ea-process-section {
  padding-top: 40px !important;
  padding-bottom: 76px !important;
}

.startseite .ea-process-section h2,
.startseite .ea-process-section .uk-h2 {
  font-size: clamp(32px, 2.8vw, 42px) !important;
  line-height: 1.12 !important;
  margin-bottom: 34px !important;
}

.startseite .ea-process-section .ea-company-card-grid,
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium {
  display: grid !important;
  gap: 24px !important;
  grid-auto-rows: 176px !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  margin-left: 0 !important;
}

.startseite .ea-process-section .ea-company-card-grid > *,
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > * {
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  width: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(1),
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(1) {
  grid-column: 1 / span 6 !important;
  grid-row: span 2 !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(2),
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(2) {
  grid-column: 7 / span 3 !important;
  grid-row: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(3),
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(3) {
  grid-column: 10 / span 3 !important;
  grid-row: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(4),
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(4) {
  grid-column: 7 / span 3 !important;
  grid-row: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid > :nth-child(5),
.startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(5) {
  grid-column: 10 / span 3 !important;
  grid-row: auto !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card {
  background: #0a2238 !important;
  border: 0 !important;
  box-shadow: 0 18px 38px rgba(13, 26, 42, 0.14) !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card > picture,
.startseite .ea-process-section .ea-company-card-grid .ea-process-card picture {
  height: 100% !important;
  inset: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-image {
  filter: saturate(0.94) contrast(1.06) brightness(0.88) !important;
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  object-fit: cover !important;
  position: absolute !important;
  transform: none !important;
  transition: transform 220ms ease, filter 220ms ease !important;
  width: 100% !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card:hover .el-image {
  filter: saturate(1) contrast(1.08) brightness(0.92) !important;
  transform: scale(1.025) !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card::before {
  background:
    linear-gradient(180deg, rgba(0, 38, 145, 0.05) 0%, rgba(5, 22, 38, 0.18) 40%, rgba(5, 18, 31, 0.9) 100%) !important;
  border: 0 !important;
  bottom: auto !important;
  content: "" !important;
  height: auto !important;
  inset: 0 !important;
  position: absolute !important;
  right: auto !important;
  width: auto !important;
  z-index: 1 !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card::after {
  background: #009fe3 !important;
  border: 0 !important;
  bottom: 22px !important;
  content: "" !important;
  height: 3px !important;
  left: 24px !important;
  position: absolute !important;
  right: auto !important;
  transform: none !important;
  width: 38px !important;
  z-index: 2 !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title {
  bottom: 39px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  font-size: clamp(22px, 1.8vw, 28px) !important;
  font-weight: 700 !important;
  hyphens: auto !important;
  left: 24px !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: calc(100% - 48px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 24px !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24) !important;
  z-index: 2 !important;
}

.startseite .ea-process-section .ea-company-card-grid > :not(:first-child) .ea-process-card .el-title {
  font-size: clamp(17px, 1.28vw, 20px) !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title::after {
  border-right: 2px solid #009fe3 !important;
  border-top: 2px solid #009fe3 !important;
  content: "" !important;
  display: inline-block !important;
  height: 8px !important;
  margin-left: 12px !important;
  transform: rotate(45deg) !important;
  vertical-align: 3px !important;
  width: 8px !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-link {
  background: transparent !important;
  border: 0 !important;
  color: transparent !important;
  display: block !important;
  font-size: 0 !important;
  inset: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  z-index: 4 !important;
}

.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-link::before,
.startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-link::after {
  display: none !important;
}

@media (max-width: 959px) {
  .startseite .ea-process-section {
    padding-top: 42px !important;
    padding-bottom: 58px !important;
  }

  .startseite .ea-process-section h2,
  .startseite .ea-process-section .uk-h2 {
    margin-bottom: 32px !important;
  }

  .startseite .ea-process-section .ea-company-card-grid,
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium {
    gap: 18px !important;
    grid-auto-rows: 210px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .startseite .ea-process-section .ea-company-card-grid > :nth-child(1),
  .startseite .ea-process-section .ea-company-card-grid > :nth-child(2),
  .startseite .ea-process-section .ea-company-card-grid > :nth-child(3),
  .startseite .ea-process-section .ea-company-card-grid > :nth-child(4),
  .startseite .ea-process-section .ea-company-card-grid > :nth-child(5),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(1),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(2),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(3),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(4),
  .startseite .ea-process-section .ea-company-card-grid.uk-grid-medium > div:nth-child(5) {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .startseite .ea-process-section .ea-company-card-grid .ea-process-card .el-title,
  .startseite .ea-process-section .ea-company-card-grid > :not(:first-child) .ea-process-card .el-title {
    bottom: 34px !important;
    font-size: 21px !important;
    left: 22px !important;
    right: 22px !important;
  }

  .startseite .ea-process-section .ea-company-card-grid .ea-process-card::after {
    bottom: 20px !important;
    left: 22px !important;
  }
}
/* /EMSCHER stabilization: homepage content grid, header untouched */

/* EMSCHER stabilization: subpage hero consistency */
body:not(.startseite) .ea-sub-hero-section {
  min-height: 240px !important;
}

body:not(.startseite) .ea-sub-hero-section > .uk-container {
  padding-bottom: 42px !important;
  padding-top: 42px !important;
}

@media (max-width: 959px) {
  body:not(.startseite) .ea-sub-hero-section {
    min-height: 240px !important;
  }

  body:not(.startseite) .ea-sub-hero-section > .uk-container {
    padding-bottom: 36px !important;
    padding-top: 36px !important;
  }
}
/* /EMSCHER stabilization: subpage hero consistency */

/* EMSCHER stabilization: inline hero height normalization */
body:not(.startseite) main > .uk-section:first-child[style*="min-height: 280px"] {
  min-height: 240px !important;
}

body:not(.startseite) main .uk-section[style*="min-height: 280px"] {
  min-height: 240px !important;
}
/* /EMSCHER stabilization: inline hero height normalization */

/* EMSCHER subpage hero premium pass 2026-07-01 */
body:not(.startseite) main .uk-section:first-child {
  box-shadow: inset 0 -3px 0 #009fe3 !important;
  overflow: hidden !important;
}

/*body:not(.startseite) main .uk-section:first-child > .uk-position-cover {
  background:
    linear-gradient(90deg, rgba(0, 31, 82, 0.68) 0%, rgba(0, 72, 132, 0.44) 44%, rgba(0, 25, 80, 0.18) 100%) !important;
}*/

body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel {
  background:
    linear-gradient(100deg, rgba(4, 27, 48, 0.9) 0%, rgba(6, 43, 72, 0.82) 62%, rgba(0, 97, 175, 0.5) 100%) !important;
  -webkit-backdrop-filter: saturate(112%) blur(1.5px) !important;
  backdrop-filter: saturate(112%) blur(1.5px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-left: 4px solid #009fe3 !important;
  box-shadow:
    0 18px 46px rgba(0, 21, 43, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  box-sizing: border-box !important;
  max-width: min(620px, calc(100vw - 40px)) !important;
  padding: 25px 34px 27px !important;
  position: relative !important;
}

body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel::before {
  display: none !important;
}

body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel::after {
  background: #009fe3 !important;
  bottom: auto !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  left: 34px !important;
  position: absolute !important;
  right: auto !important;
  top: 0 !important;
  transform: none !important;
  width: 42px !important;
}

body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .el-title,
body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .uk-h1,
body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .uk-h2,
body:not(.startseite) main .uk-section:first-child h1 {
  color: #fff !important;
  font-size: clamp(31px, 2.35vw, 38px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  margin: 0 !important;
  max-width: 540px !important;
  position: relative !important;
  text-shadow: none !important;
  z-index: 1 !important;
}

body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .el-meta {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.2 !important;
  margin-top: 8px !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (min-width: 960px) {
  body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel {
    transform: translateY(1px) !important;
  }
}

@media (max-width: 959px) {
  body:not(.startseite) main .uk-section:first-child {
    box-shadow: inset 0 -3px 0 #009fe3 !important;
  }

  body:not(.startseite) main .uk-section:first-child > .uk-position-cover {
    background:
      linear-gradient(90deg, rgba(0, 31, 82, 0.76) 0%, rgba(0, 72, 132, 0.48) 56%, rgba(0, 25, 80, 0.24) 100%) !important;
  }

  body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel {
    max-width: calc(100vw - 30px) !important;
    padding: 23px 24px 27px !important;
  }

  body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel::after {
    bottom: auto !important;
    left: 24px !important;
    top: 0 !important;
    width: 38px !important;
  }

  body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .el-title,
  body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .uk-h1,
  body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .uk-h2,
  body:not(.startseite) main .uk-section:first-child h1 {
    font-size: clamp(28px, 7.2vw, 34px) !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
  }

  body:not(.startseite) main .uk-section:first-child .ea-sub-hero-panel .el-meta {
    font-size: 12px !important;
    letter-spacing: 0.08em !important;
    margin-top: 8px !important;
  }
}
/* /EMSCHER subpage hero premium pass 2026-07-01 */
