.elementor-2268 .elementor-element.elementor-element-3057426{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2268 .elementor-element.elementor-element-8177cb3 > .elementor-widget-container{margin:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2268 .elementor-element.elementor-element-3057426{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2268 .elementor-element.elementor-element-8177cb3 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-8177cb3 *//* =====================================================
   ÜBER UNS - UNIQUE COMPANY PROFILE PAGE
===================================================== */

.er-profile-page {
  --dark: #111111;
  --soft: #f7f5f0;
  --border: #e7e2d8;
  --text: #333333;
  --muted: #666666;
  --gold: #b8aa94;
  font-family: inherit;
  color: var(--dark);
  overflow: hidden;
}

.er-profile-page * {
  box-sizing: border-box;
}

.er-profile-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO */

.er-profile-hero {
  background: #111111;
  color: #ffffff;
  padding: 92px 0;
}

.er-profile-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.er-profile-label {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.er-profile-label.dark {
  color: #8d7f69;
}

.er-profile-hero h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  margin: 0 0 22px;
  font-weight: 850;
}

.er-profile-hero p {
  color: rgba(255,255,255,0.84);
  font-size: 18px;
  line-height: 1.72;
  max-width: 700px;
  margin: 0 0 32px;
}

.er-profile-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.er-profile-hero-meta div {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 18px;
}

.er-profile-hero-meta strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 6px;
}

.er-profile-hero-meta span {
  color: rgba(255,255,255,0.72);
  font-size: 13.5px;
}

.er-profile-hero-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.4);
}

.er-profile-hero-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

/* GENERAL */

.er-profile-section {
  padding: 86px 0;
}

.er-profile-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.er-profile-heading h2,
.er-profile-claim-box h2,
.er-profile-work-text h2,
.er-profile-clients-box h2 {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 850;
  color: #111111;
}

.er-profile-claim {
  background: #ffffff;
}

.er-profile-claim-box {
  max-width: 930px;
}

.er-profile-claim-box p,
.er-profile-work-text p,
.er-profile-clients-box p {
  font-size: 16.5px;
  line-height: 1.72;
  color: #444444;
  margin: 0;
}

/* PRINCIPLES */

.er-profile-principles {
  background: var(--soft);
}

.er-profile-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.er-profile-principle {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.er-profile-principle.dark-card {
  background: #111111;
  color: #ffffff;
}

.er-profile-principle span {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  margin-bottom: 22px;
}

.er-profile-principle.dark-card span {
  background: #ffffff;
  color: #111111;
}

.er-profile-principle h3 {
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: 850;
  color: inherit;
}

.er-profile-principle p {
  color: inherit;
  opacity: 0.78;
  font-size: 15.5px;
  line-height: 1.68;
  margin: 0;
}

/* WORK */

.er-profile-work {
  background: #ffffff;
}

.er-profile-work-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.er-profile-work-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(0,0,0,0.14);
}

.er-profile-work-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.er-profile-steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.er-profile-steps div {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
}

.er-profile-steps strong {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.er-profile-steps span {
  display: block;
  font-size: 14px;
  color: #444444;
  font-weight: 750;
}

/* CLIENTS */

.er-profile-clients {
  background: #111111;
  color: #ffffff;
}

.er-profile-clients-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.er-profile-clients-box h2 {
  color: #ffffff;
}

.er-profile-client-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.er-profile-client-grid div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  padding: 24px;
}

.er-profile-client-grid h3 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 10px;
}

.er-profile-client-grid p {
  color: rgba(255,255,255,0.76);
}

/* CTA */

.er-profile-cta {
  background: var(--soft);
  padding: 82px 0;
  text-align: center;
}

.er-profile-cta h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  margin: 0 0 16px;
  font-weight: 850;
}

.er-profile-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.65;
  color: #444444;
}

.er-profile-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.er-profile-btn {
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 850;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.er-profile-btn-dark {
  background: #111111;
  color: #ffffff !important;
}

.er-profile-btn-light {
  background: transparent;
  color: #111111 !important;
  border: 1px solid #111111;
}

/* MOBILE */

@media (max-width: 1024px) {
  .er-profile-hero-grid,
  .er-profile-work-grid,
  .er-profile-clients-box {
    grid-template-columns: 1fr;
  }

  .er-profile-principles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .er-profile-container {
    width: 91% !important;
  }

  .er-profile-hero {
    padding: 58px 0 46px !important;
  }

  .er-profile-hero-grid {
    gap: 26px !important;
  }

  .er-profile-hero h1 {
    font-size: 35px !important;
    line-height: 1.08 !important;
    margin-bottom: 15px !important;
  }

  .er-profile-hero p {
    font-size: 15px !important;
    line-height: 1.62 !important;
    margin-bottom: 22px !important;
  }

  .er-profile-label {
    font-size: 11px !important;
    letter-spacing: 1.1px !important;
    margin-bottom: 9px !important;
  }

  .er-profile-hero-meta {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .er-profile-hero-meta div {
    padding: 14px !important;
    border-radius: 15px !important;
  }

  .er-profile-hero-image {
    border-radius: 22px !important;
  }

  .er-profile-hero-image img {
    height: 330px !important;
  }

  .er-profile-section {
    padding: 54px 0 !important;
  }

  .er-profile-heading {
    text-align: left !important;
    margin-bottom: 25px !important;
  }

  .er-profile-heading h2,
  .er-profile-claim-box h2,
  .er-profile-work-text h2,
  .er-profile-clients-box h2 {
    font-size: 27px !important;
    line-height: 1.15 !important;
    margin-bottom: 12px !important;
  }

  .er-profile-claim-box p,
  .er-profile-work-text p,
  .er-profile-clients-box p {
    font-size: 14.8px !important;
    line-height: 1.62 !important;
  }

  .er-profile-principles-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  .er-profile-principle {
    padding: 14px !important;
    border-radius: 17px !important;
  }

  .er-profile-principle span {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }

  .er-profile-principle h3 {
    font-size: 14.5px !important;
    line-height: 1.2 !important;
    margin-bottom: 7px !important;
  }

  .er-profile-principle p {
    font-size: 12px !important;
    line-height: 1.38 !important;
  }

  .er-profile-work-grid {
    gap: 24px !important;
  }

  .er-profile-work-image {
    border-radius: 22px !important;
  }

  .er-profile-work-image img {
    height: 320px !important;
  }

  .er-profile-steps {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 9px !important;
    margin-top: 22px !important;
  }

  .er-profile-steps div {
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .er-profile-steps strong,
  .er-profile-steps span {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .er-profile-client-grid {
    grid-template-columns: 1fr !important;
  }

  .er-profile-cta {
    padding: 54px 0 !important;
  }

  .er-profile-cta h2 {
    font-size: 29px !important;
  }

  .er-profile-cta p {
    font-size: 14.8px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
  }

  .er-profile-buttons {
    flex-direction: column !important;
  }

  .er-profile-btn {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 13.5px !important;
  }
}

@media (max-width: 390px) {
  .er-profile-principles-grid,
  .er-profile-steps {
    grid-template-columns: 1fr !important;
  }

  .er-profile-principle p {
    font-size: 13px !important;
  }
}/* End custom CSS */