:root {
    --blue: #1554c0;
    --blue-dark: #0d2f82;
    --blue-soft: #eaf3ff;
    --yellow: #f5c542;
    --ink: #14213d;
    --muted: #667085;
    --line: #e4ebf5;
    --soft: #f7faff;
    --white: #ffffff;
    --sans: "Inter", Arial, sans-serif;
    --serif: "Playfair Display", Georgia, serif;
    --content-width: 1440px;

}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: var(--sans);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
   /* padding: 10px 5vw;*/
    padding-left: max(6vw, calc((100vw - var(--content-width)) / 2));
    padding-right: max(6vw, calc((100vw - var(--content-width)) / 2));
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(228,235,245,.85);
}

/*.site-header {}*/

.brand img {
    height: 54px;
    width: auto;
    display: block;
}

nav {
    display: flex;
    gap: 25px;
    align-items: center;
    font-size: .88rem;
    font-weight: 500;
}

nav a {
    color: #344054;
}

nav a:hover {
    color: var(--blue);
}

.nav-cta {
    padding: 10px 18px;
    border-radius: 999px;
    color: white !important;
    background: var(--blue);
}

.hero {
    min-height: 700px; /*changes min-height of hero section*/
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 30px;
    /*padding: 72px 6vw 62px;*/
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fafdff 100%);

  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: max(6vw, calc((100vw - var(--content-width)) / 2));
  padding-right: max(6vw, calc((100vw - var(--content-width)) / 2));

}

.hero-copy {
    max-width: 650px;
    padding-left: 2vw;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
}

h1, h2, h3 {
    line-height: 1.08;
}

h1 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3rem, 5.8vw, 5.7rem);
    letter-spacing: -.045em;
    color: var(--blue-dark);
}

h1 span {
    color: var(--blue);
}

h2 {
    margin: 0 0 20px;
    font-family: var(--serif);
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    letter-spacing: -.03em;
    color: var(--blue-dark);
}

h3 {
    margin: 15px 0 8px;
    font-family: var(--serif);
    font-size: 1.8rem;
    color: var(--blue-dark);
}

.hero-text,
.section-heading > p,
.approach-copy > p,
.about-copy > p,
.future p,
.consultation p,
.contact p {
    color: var(--muted);
    font-size: 1.04rem;
    /*max-width: 650px;*/
}

.hero-text {
    max-width: 560px;
    margin: 24px 0 0;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 10px;
    font-weight: 600;
    transition: transform .2s, box-shadow .2s, background .2s;
}

.button:hover {
    transform: translateY(-2px);
}

.primary {
    color: white;
    background: var(--blue);
    box-shadow: 0 12px 28px rgba(21,84,192,.18);
}

.primary:hover {
    background: var(--blue-dark);
}

.secondary {
    color: var(--blue);
    border: 1px solid #bcd0f3;
    background: white;
}

.secondary:hover {
    border-color: var(--blue);
}

.large {
    padding: 15px 28px;
}

.hero-feature svg,
.benefit svg {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    fill: none;
    stroke: var(--blue);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-feature strong,
.benefit strong {
    display: block;
    color: var(--ink);
    font-size: .82rem;
    line-height: 1.25;
}

.hero-feature span,
.benefit span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.35;
}

.hero-visual {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 85px;
}

.hero-visual img {
   /* width: 90%;*/
    max-width: 650px;
    height: auto;
    display: block;
   /* margin: 0px 0px 0px 20px; */
}

.hero-heading {display: block;}

.section {
    padding: 80px 6vw;
}

.centered {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 42px;
}

.centered > p:last-child {
    margin: 0 auto;
}

.audiences {
    background: var(--soft);
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1220px;
    margin: auto;
}

.card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 8px 30px rgba(20,33,61,.045);
}

.card-business {
    border-color: rgba(21,84,192,.35);
    box-shadow: 0 18px 45px rgba(21,84,192,.10);
}

.card-number {
    color: var(--blue);
    font-weight: 700;
    letter-spacing: .12em;
    font-size: .78rem;
}

.card-lead {
    color: var(--blue-dark) !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.card p {
    color: var(--muted);
}

.card ul {
    padding: 0;
    margin: 22px 0;
    list-style: none;
}

.card li {
    padding: 9px 0;
    border-top: 1px solid var(--line);
    color: #344054;
    font-size: .92rem;
}

.card li::before {
    content: "→";
    color: var(--blue);
    margin-right: 9px;
}

.text-link {
    color: var(--blue);
    font-weight: 600;
    font-size: .9rem;
}

.text-link:hover {
    color: var(--blue-dark);
}

.banner-icon {

    background: #edf5ff;

}

.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 32px 200px;
    max-width: 2000px;
    width:100%;
    margin:auto;
    gap: 0;
    background: #edf5ff;
    border-top: 1px solid #dce9fa;
    border-bottom: 1px solid #dce9fa;
}

.benefit {
    display: flex;
    gap: 12px;
    padding: 8px 28px;
    border-right: 1px solid #cdddf2;
}

.benefit:first-child {
    padding-left: 0;
}

.benefit:last-child {
    border-right: 0;
}

.approach {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 80px;
    align-items: center;
    max-width: 1220px;
    margin: auto;
}

.approach-visual {
    display: grid;
    place-items: center;
    min-height: 320px;
}

.approach-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #f9fcff, #e8f2ff);
    border: 1px solid #cfe0f7;
    box-shadow: 0 25px 55px rgba(21,84,192,.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 2000px;
    width:100%;
    margin: auto;
    gap: 35px;
    align-items: center;
    background: white;
    
}

.about-image {
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
}
.about-image img {   
     width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.portrait-placeholder {
    aspect-ratio: 4 / 5;
    width: min(100%, 380px);
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: linear-gradient(145deg, #eef7ff, #ffffff);
    border: 1px solid #dce8f8;
    color: #91a4c4;
    font-weight: 700;
    letter-spacing: .18em;
    text-align: center;
}

.future {
    background: var(--soft);
    text-align: center;
}

.future > div {
    max-width: 800px;
    margin: auto;
}

.future p {
    margin: auto;
}

.contact {
    background: var(--white);
    text-align: center;
}

.contact .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.section-intro {
    max-width: 720px;
    margin: 0 auto;
}

.section-intro .eyebrow {
    margin-bottom: 14px;
}

.section-intro p {
    margin: 0 auto;
    color: var(--muted);
    font-size: 1.04rem;
    max-width: 620px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(240px, .75fr) minmax(420px, 1.25fr);
    gap: clamp(45px, 7vw, 90px);
    align-items: start;
    max-width: 1080px;
    margin: 58px auto 0;
    text-align: left;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 8px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue);
}

.contact-item a,
.contact-item p {
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.5;
}

.contact-item a {
    font-weight: 500;
    transition: color .2s ease;
}

.contact-item a:hover {
    color: var(--blue);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 34px;
    background: #f7faff;
    border: 1px solid #dfeaf8;
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(20, 33, 61, .07);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-group label {
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink);
}

.form-group label span {
    color: var(--muted);
    font-weight: 400;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #d5e0ef;
    border-radius: 11px;
    padding: 13px 15px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: .94rem;
    line-height: 1.5;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-group input {
    min-height: 49px;
}

.form-group textarea {
    min-height: 145px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #98a2b3;
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #b9cbe4;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(21, 84, 192, .10);
}

.contact-form button[type="submit"] {
    align-self: flex-start;
    margin-top: 4px;
    border: 0;
    cursor: pointer;
}

.contact-form button[type="submit"]:focus-visible {
    outline: 3px solid rgba(21, 84, 192, .22);
    outline-offset: 3px;
}

.contact-form::after {
    content: "Ich melde mich schnellstmöglich bei Ihnen zurück.";
    display: block;
    margin-top: -4px;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.5;
}

footer {
    padding: 22px 6vw;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #667085;
    font-size: .8rem;
}

.footer-brand {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.footer-brand strong {
    font-family: var(--serif);
    color: var(--blue);
    font-size: 1.4rem;
}

.footer-brand span {
    letter-spacing: .1em;
    font-size: .58rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a:hover {
    color: var(--blue);
}

.footer-logo {
    width: 90px;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    nav {
        gap: 14px;
    }

    nav a:not(.nav-cta) {
        display: none;
    }

    .hero {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        /*gap: 40px;*/
        align-items:center;
       /* padding-top: 55px;*/
    }

    .hero-copy {
        max-width: 760px;
        padding-left: 0;
    }

    .hero-visual {
        max-width: 760px;
        margin: auto;
        padding-top: 85px;
    }

    .cards {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 700px;
    }

    .benefits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit {
        padding: 16px 20px;
        border-right: 0;
        border-bottom: 1px solid #cdddf2;
    }

    .benefit:nth-child(odd) {
        border-right: 1px solid #cdddf2;
    }

    .benefit:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .benefit:first-child {
        padding-left: 20px;
    }

    .approach {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 700px) {
    .site-header {
        min-height: 70px;
        padding: 8px 5vw;
    }

    .brand img {
        height: 48px;
    }

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

    .hero {
        min-height: auto;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    h1 {
        font-size: clamp(2.7rem, 13vw, 4.5rem);
    }

    /*.hero-image img {
    width: 100%;
    }*/

    .benefits {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding-left: 6vw;
        padding-right: 6vw;

    }

    .benefit,
    .benefit:nth-child(odd) {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid #cdddf2;
    }

    .benefit:last-child {
        border-bottom: 0;
    }

    .about {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-image {
        width: 260px;
        height: 260px;
    }

    .about-image img {
        height: 260px;
    }

}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
        gap: 45px;
    }

    .contact-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 35px;
    }
}

@media (max-width: 700px) {
    .contact-form {
        padding: 24px;
        border-radius: 18px;
    }

    .contact-info {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-form button[type="submit"] {
        width: 100%;
    }
}

@media (max-width:584px){
  .hero {
  }  
  .hero-audience {}
}

.hero-audiences {
    display: flex;
    gap: 40px;
    margin-bottom: 55px;
}

.hero-audience {
    position: relative;
    color: #14213d;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.hero-audience:hover {
    color: #1546b8;
}

.hero-audience.active {
    color: #1546b8;
}

.hero-audience.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #1546b8;
    border-radius: 2px;
}
/* =========================
   NEWSLETTER
   ========================= */
.newsletter {
  background: var(--soft);
}

.newsletter-inner {
  max-width: 1400px;
  /*min-width: 1200px;*/
  margin: 0 auto;
  padding: 80px 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: stretch;
}

.newsletter-copy h2 {
  margin-bottom: 18px;
}

.newsletter-copy > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0;
}

.newsletter-form {
  background: #ffffff;
  padding: 44px 40px;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(20, 33, 61, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-fields {
  display: flex;
  gap: 10px;
}

.newsletter-fields input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.newsletter-fields input[type="email"]::placeholder {
  color: #98a2b3;
}

.newsletter-fields input[type="email"]:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(21, 70, 184, 0.10);
}

.newsletter-fields .button {
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: #667085;
  font-size: .78rem;
  line-height: 1.5;
  cursor: pointer;
}

.newsletter-consent input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--blue);
}

.newsletter-note {
  margin: 14px 0 0;
  color: #98a2b3;
  font-size: .75rem;
}

/* Overrides to beat Brevo's own remote stylesheet specificity */
.newsletter-form #sib-form-container .entry__field .input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  outline: none;
  box-shadow: none;
  transition: border-color .2s, box-shadow .2s;
}

.newsletter-form #sib-form-container .entry__field .input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(21, 70, 184, 0.10);
}

.newsletter-form #sib-form-container .sib-form-block__button.button.primary {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(21, 84, 192, .18);
  transition: transform .2s, background .2s;
}

.newsletter-form #sib-form-container .sib-form-block__button.button.primary:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}


/* =========================
   NEWSLETTER RESPONSIVE
   ========================= */

@media (max-width: 900px) {

  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

}

@media (max-width: 600px) {

  .newsletter-inner {
    padding: 60px 6vw;
  }

  .newsletter-form {
    padding: 24px;
  }

  .newsletter-fields {
    flex-direction: column;
    align-items: center;
  }

  .newsletter-fields .sib-input {
    width: 100%;
  }

  .newsletter-fields .button {
    align-self: center;
  }
}
  /* =========================
   KOSTENLOSES ERSTGESPRÄCH
   ========================= */

.consultation {
  background: #ffffff;
}

.consultation-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 6vw;
}


/* ---------- Header ---------- */

.consultation-header {
  max-width: 1000px;
  margin: 0 auto 65px;
  text-align: center;
}

.consultation-header .eyebrow {
  margin-bottom: 20px;
}

.consultation-header h2 {
  margin: 0 auto 24px;
  max-width: 950px;
}

.consultation-header > p:last-child {
  max-width: 900px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}


/* ---------- Main grid ---------- */

.consultation-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}


/* ---------- Left side ---------- */

.consultation-info {
  padding-top: 10px;
}

.consultation-benefit {
  display: flex;
  gap: 18px;
  margin-bottom: 34px;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: #eef5ff;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.consultation-benefit h3 {
  margin: 2px 0 7px;
  color: var(--ink);
  font-size: 1rem;
}

.consultation-benefit p {
  margin: 0;
  max-width: 330px;

  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}


/* ---------- Contact details ---------- */

.consultation-details {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.consultation-detail {
  margin-bottom: 24px;
}

.consultation-label {
  display: block;
  margin-bottom: 6px;

  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.consultation-detail a,
.consultation-detail p {
  margin: 0;

  color: var(--ink);
  font-size: 0.95rem;
  text-decoration: none;
}

.consultation-detail a:hover {
  color: var(--blue);
}


/* ---------- Form ---------- */

.consultation-form {
  padding: 34px;

  background: #f8fbff;
  border: 1px solid #dce8f8;
  border-radius: 22px;

  box-shadow: 0 14px 40px rgba(20, 33, 61, 0.07);
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  margin-bottom: 8px;

  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
}

.form-field label span {
  color: var(--muted);
  font-weight: 400;
}

.form-field input,
.form-field textarea {
  width: 100%;
  box-sizing: border-box;

  padding: 14px 15px;

  border: 1px solid #d8e0ec;
  border-radius: 10px;

  background: #ffffff;
  color: var(--ink);

  font-family: var(--sans);
  font-size: 0.95rem;

  outline: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form-field input {
  height: 44px;
}

.form-field textarea {
  min-height: 135px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #98a2b3;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(21, 70, 184, 0.10);
}


/* ---------- Button ---------- */

.consultation-submit {
  width: 100%;
  border: none;
  cursor: pointer;

  margin-top: 4px;
}

.consultation-form-note {
  margin: 14px 0 0;

  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}


/* ---------- Tablet ---------- */

@media (max-width: 900px) {

  .consultation-inner {
    padding: 80px 6vw;
  }

  .consultation-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .consultation-info {
    max-width: 650px;
    margin: 0 auto;
  }

  .consultation-benefit p {
    max-width: none;
  }

  .consultation-form {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}


/* ---------- Mobile ---------- */

@media (max-width: 600px) {

  .consultation-inner {
    padding: 65px 6vw;
  }

  .consultation-header {
    margin-bottom: 45px;
  }

  .consultation-header h2 {
    font-size: 2.2rem;
  }

  .consultation-header > p:last-child {
    font-size: 1rem;
  }

  .consultation-form {
    padding: 24px;
    border-radius: 18px;
  }

  .consultation-benefit {
    gap: 14px;
  }

  .benefit-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}