/* =========================================================
   GRAFIK WAGNER – USER.CSS
   =========================================================
   01  Schriften & Grundtypografie
   02  Startseite: Hero, Leistungen, Über mich, Referenzen, CTA
   03  Unterseiten: Hero, Inhaltsabschnitte, Leistungsdetails, CTA
   04  Referenzen auf Leistungsseiten
   05  Über uns
   06  Kontakt
   07  Footer
   08  Rechtliche Seiten / Datenschutz
   09  Header / Sticky Navigation
   10  Referenzübersicht
   11  Über uns / Bei der Arbeit
   12  Globale Extras
   ========================================================= */

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/* Grafik Wagner – Grundtypografie */
:root {
  --gw-font-sans: "Jost", Arial, Helvetica, sans-serif;
}

body {
  font-family: var(--gw-font-sans);
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--gw-font-sans);
  font-weight: 600;
}

.navbar-nav,
.metismenu.mod-menu,
.btn,
button,
input,
select,
textarea {
  font-family: var(--gw-font-sans);
}

.navbar-nav,
.metismenu.mod-menu,
.btn,
button {
  font-weight: 500;
}

/* Etwas ruhigere Lesbarkeit im Fließtext */
h1,
h2,
h3 {
  line-height: 1.15;
}

/* =========================================
   Grafik Wagner – Hero
   ========================================= */

.gw-hero {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.gw-hero__content {
  max-width: 950px;
}

.gw-eyebrow {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gw-eyebrow span {
  color: rgb(220, 20, 30);
  padding: 0 0.35em;
}

.gw-hero h1 {
  max-width: 850px;
  margin: 0 0 1.75rem;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.gw-hero__intro {
  max-width: 720px;
  margin: 0 0 2.25rem;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  line-height: 1.55;
}

.gw-hero__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.gw-button {
  padding: 0.85rem 1.4rem;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

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

/* Smartphone */
@media (max-width: 767.98px) {
  .gw-hero {
    padding: 4rem 0 5rem;
  }

  .gw-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .gw-hero__intro {
    font-size: 1.1rem;
  }
}

/* =========================================
   Grafik Wagner – Leistungen
   ========================================= */

.gw-services {
  padding: clamp(6rem, 10vw, 10rem) 0;
  border-top: 1px solid rgba(23, 23, 23, 0.12);
}

.gw-services__header {
  max-width: 760px;
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.gw-services__header h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.gw-services__intro {
  max-width: 650px;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.55;
}

.gw-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 23, 23, 0.18);
}

.gw-service {
  min-height: 300px;
  margin: 0;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
}

.gw-service:nth-child(odd) {
  padding-right: 4rem;
  border-right: 1px solid rgba(23, 23, 23, 0.18);
}

.gw-service:nth-child(even) {
  padding-left: 4rem;
}

.gw-service__number {
  display: block;
  margin-bottom: 2.5rem;
  color: rgb(220, 20, 30);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.gw-service h3 {
  margin: 0 0 1.25rem;
  color: rgb(35, 35, 35);
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  line-height: 1.05;
}

.gw-service p {
  max-width: 480px;
  margin: 0 0 2rem;
  color: rgba(35, 35, 35, 0.78);
  line-height: 1.6;
}

.gw-service__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgb(220, 20, 30);
  font-weight: 500;
  text-decoration: none;
}

.gw-service__link span {
  transition: transform 0.2s ease;
}

.gw-service__link:hover span {
  transform: translateX(0.3rem);
}

@media (max-width: 767.98px) {
  .gw-services {
    padding: 5rem 0;
  }

  .gw-services__grid {
    grid-template-columns: 1fr;
  }

  .gw-service,
  .gw-service:nth-child(odd),
  .gw-service:nth-child(even) {
    min-height: auto;
    padding: 2.25rem 0;
    border-right: 0;
  }
}

/* =========================================
   Grafik Wagner – Über mich
   ========================================= */

.gw-about {
  margin-top: clamp(3rem, 6vw, 6rem);
  padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 5vw, 5rem);
  background: rgb(245, 245, 245);
}

.gw-about__label {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.gw-about__content {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(400px, 1.1fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.gw-about h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.gw-about__text {
  max-width: 650px;
}

.gw-about__text p {
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

.gw-about__lead {
  margin-bottom: 2rem !important;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.4 !important;
}

.gw-textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  color: rgb(220, 20, 30);
  font-weight: 500;
  text-decoration: none;
}

.gw-textlink span {
  transition: transform 0.2s ease;
}

.gw-textlink:hover span {
  transform: translateX(0.3rem);
}

@media (max-width: 767.98px) {

  .gw-about {
    margin-top: 2rem;
    padding: 5rem 1.5rem;
  }

  .gw-about__content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gw-about h2 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }
}

/* =========================================
   Grafik Wagner – Referenzen
   ========================================= */

.gw-work {
  margin-top: 0;
  padding:
    clamp(6rem, 10vw, 10rem)
    clamp(2rem, 5vw, 5rem);
  background: rgb(23, 23, 23);
  color: rgb(245, 245, 245);
}

.gw-work__header {
  max-width: 760px;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.gw-work .gw-eyebrow {
  color: rgb(245, 245, 245);
}

.gw-work__header h2 {
  margin: 0 0 1.5rem;
  color: rgb(245, 245, 245);
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.gw-work__header > p:last-child {
  max-width: 600px;
  margin: 0;
  color: rgba(245, 245, 245, 0.72);
  font-size: 1.2rem;
  line-height: 1.6;
}


/* Referenzraster */

.gw-work__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}

.gw-project {
  display: block;
  overflow: hidden;
  background: white;
  text-decoration: none;
}

.gw-project img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.gw-project:hover img {
  transform: scale(1.015);
  opacity: 0.94;
}


/* Footer-Link */

.gw-work__footer {
  margin-top: clamp(3rem, 5vw, 5rem);
}

.gw-textlink--light {
  color: rgb(245, 245, 245);
}

.gw-textlink--light:hover {
  color: rgb(220, 20, 30);
}


/* Tablet */

@media (max-width: 991.98px) {

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

}


/* Smartphone */

@media (max-width: 575.98px) {

  .gw-work {
    padding: 5rem 1.5rem;
  }

  .gw-work__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

}

/* =========================================
   Grafik Wagner – Kontakt CTA
   ========================================= */

.gw-contact-cta {
  padding:
    clamp(7rem, 12vw, 12rem)
    clamp(2rem, 5vw, 5rem);
}

.gw-contact-cta > .gw-eyebrow {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.gw-contact-cta__grid {
  display: grid;
  grid-template-columns: minmax(400px, 1.2fr) minmax(350px, 0.8fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.gw-contact-cta h2 {
  margin: 0;
  font-size: clamp(3.5rem, 6.5vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.gw-contact-cta__content {
  max-width: 600px;
}

.gw-contact-cta__lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.4;
}

.gw-contact-cta__content > p:not(.gw-contact-cta__lead):not(.gw-contact-cta__location) {
  margin: 0 0 2.5rem;
  line-height: 1.7;
}

.gw-contact-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;

  padding: 1rem 1.4rem;

  background: rgb(220, 20, 30);
  color: #fff;

  font-weight: 600;
  text-decoration: none;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.gw-contact-cta__button:hover {
  background: rgb(175, 15, 24);
  color: #fff;
  transform: translateY(-2px);
}

.gw-contact-cta__button span {
  transition: transform 0.2s ease;
}

.gw-contact-cta__button:hover span {
  transform: translateX(0.3rem);
}

.gw-contact-cta__location {
  margin: 2.5rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
}

@media (max-width: 767.98px) {

  .gw-contact-cta {
    padding: 5rem 1.5rem;
  }

  .gw-contact-cta__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gw-contact-cta h2 {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

}

/* =========================================
   Grafik Wagner – Unterseiten Hero
   ========================================= */

.gw-subhero {
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.gw-subhero__content {
  max-width: 1050px;
}

.gw-subhero .gw-eyebrow {
  margin-bottom: 2rem;
}

.gw-subhero h1 {
  max-width: 1000px;
  margin: 0 0 2rem;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.gw-subhero__intro {
  max-width: 760px;
  margin: 0 0 2.5rem;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}

@media (max-width: 767.98px) {

  .gw-subhero {
    padding: 4.5rem 0 5.5rem;
  }

  .gw-subhero h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .gw-subhero__intro {
    font-size: 1.1rem;
  }
}

/* =========================================
   Grafik Wagner – Inhaltsabschnitte
   ========================================= */

.gw-section {
  padding:
    clamp(6rem, 10vw, 10rem)
    clamp(2rem, 5vw, 5rem);
}

.gw-section--soft {
  background: rgb(245, 245, 245);
}

.gw-section__eyebrow {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.gw-section__grid {
  display: grid;
  grid-template-columns: minmax(350px, 1fr) minmax(400px, 1fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
}

.gw-section h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.gw-section__text {
  max-width: 650px;
}

.gw-section__text p {
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

.gw-section__lead {
  margin-bottom: 2rem !important;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.4 !important;
}

@media (max-width: 767.98px) {

  .gw-section {
    padding: 5rem 1.5rem;
  }

  .gw-section__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gw-section h2 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }
}

/* =========================================
   Grafik Wagner – Leistungsdetails
   ========================================= */

.gw-offer {
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.gw-offer__header {
  max-width: 850px;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.gw-offer__header .gw-eyebrow {
  margin-bottom: 2rem;
}

.gw-offer__header h2 {
  max-width: 800px;
  margin: 0 0 1.75rem;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.gw-offer__header > p:last-child {
  max-width: 700px;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.65;
}

.gw-offer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #dedede;
}

.gw-offer__item {
  min-height: 250px;
  padding: 3.5rem 3.5rem 3.5rem 0;
  border-bottom: 1px solid #dedede;
}

.gw-offer__item:nth-child(even) {
  padding-left: 3.5rem;
  padding-right: 0;
  border-left: 1px solid #dedede;
}

.gw-offer__item h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1.1;
}

.gw-offer__item p {
  max-width: 500px;
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 767.98px) {

  .gw-offer {
    padding: 5rem 0;
  }

  .gw-offer__grid {
    grid-template-columns: 1fr;
  }

  .gw-offer__item,
  .gw-offer__item:nth-child(even) {
    min-height: auto;
    padding: 2.5rem 0;
    border-left: 0;
  }

}

/* =========================================
   Grafik Wagner – Gestaltung mit Augenmaß
   ========================================= */

.gw-mindset {
  padding: clamp(7rem, 12vw, 12rem) 0;
  border-top: 1px solid #dedede;
}

.gw-mindset__label {
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.gw-mindset__label .gw-eyebrow {
  margin-bottom: 1.5rem;
}

.gw-mindset__accent {
  display: block;
  width: 48px;
  height: 4px;
  background: #e30613;
}

.gw-mindset__content {
  display: grid;
  grid-template-columns: minmax(350px, 1fr) minmax(400px, 1fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
}

.gw-mindset h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.gw-mindset__text {
  max-width: 650px;
}

.gw-mindset__text p {
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

.gw-mindset__lead {
  margin-bottom: 2rem !important;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.4 !important;
}

@media (max-width: 767.98px) {

  .gw-mindset {
    padding: 5rem 0;
  }

  .gw-mindset__label {
    margin-bottom: 3rem;
  }

  .gw-mindset__content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gw-mindset h2 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }
}

/* =========================================
   Grafik Wagner – Seiten CTA
   ========================================= */

.gw-page-cta {
  margin-top: clamp(4rem, 8vw, 8rem);
  padding:
    clamp(6rem, 10vw, 10rem)
    clamp(2rem, 5vw, 5rem);

  background: rgb(23, 23, 23);
  color: rgb(245, 245, 245);
}

.gw-page-cta .gw-eyebrow {
  margin-bottom: clamp(3rem, 5vw, 5rem);
  color: rgb(245, 245, 245);
}

.gw-page-cta__grid {
  display: grid;
  grid-template-columns: minmax(400px, 1.2fr) minmax(350px, 0.8fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.gw-page-cta h2 {
  margin: 0;
  color: rgb(245, 245, 245);
  font-size: clamp(3.2rem, 5.8vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.gw-page-cta__content {
  max-width: 600px;
}

.gw-page-cta__lead {
  margin: 0 0 2.5rem;
  color: rgba(245, 245, 245, 0.8);
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.55;
}

@media (max-width: 767.98px) {

  .gw-page-cta {
    margin-top: 3rem;
    padding: 5rem 1.5rem;
  }

  .gw-page-cta__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gw-page-cta h2 {
    font-size: clamp(3rem, 12vw, 4.5rem);
  }
}

.gw-work__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .gw-work__grid--two {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   Referenzen – Leistungsseiten
   ========================================= */

.gw-references {
  padding: 120px 0;
  background: #181818;
  color: #fff;
}

.gw-references__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* Überschrift */

.gw-references__header {
  max-width: 720px;
  margin-bottom: 72px;
}

.gw-references .gw-eyebrow {
  display: block;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.gw-references__header h2 {
  margin: 0 0 24px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #fff;
}

.gw-references__header p {
  max-width: 560px;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}


/* Raster */

.gw-references__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 72px 36px;
}

.gw-reference {
  margin: 0;
}

.gw-reference:nth-child(3) {
  grid-column: 1;
}

.gw-reference:nth-child(4) {
  grid-column: 2;
}


/* Bilder */

.gw-reference__image {
  overflow: hidden;
  background: #222;
}

.gw-reference__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.gw-reference:hover .gw-reference__image img {
  transform: scale(1.015);
}


/* Bildbeschriftung */

.gw-reference figcaption {
  padding-top: 18px;
}

.gw-reference figcaption span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.52);
}

.gw-reference figcaption strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}


/* Link unterhalb */

.gw-references__footer {
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.gw-references__footer a {
  color: #ef1515;
  font-weight: 600;
  text-decoration: none;
}

.gw-references__footer a:hover {
  text-decoration: underline;
}


/* Mobile */

@media (max-width: 767px) {

  .gw-references {
    padding: 80px 0;
  }

  .gw-references__inner {
    width: min(100% - 32px, 1180px);
  }

  .gw-references__header {
    margin-bottom: 48px;
  }

  .gw-references__header h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .gw-references__header p {
    font-size: 16px;
  }

  .gw-references__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .gw-reference:nth-child(3),
  .gw-reference:nth-child(4) {
    grid-column: auto;
  }

  .gw-references__footer {
    margin-top: 56px;
  }

}

/* =========================================
   Grafik Wagner – Über uns
   ========================================= */

.gw-history {
  padding:
    clamp(6rem, 10vw, 10rem)
    clamp(2rem, 5vw, 5rem);
}

.gw-history__eyebrow {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.gw-history__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(450px, 1.2fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
}

.gw-history__image img {
  display: block;
  width: 100%;
  height: auto;
}

.gw-history__year {
  display: block;
  margin-bottom: 1.5rem;
  color: rgb(220, 20, 30);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 1;
}

.gw-history__content h2 {
  margin: 0 0 2rem;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.gw-history__content p {
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

.gw-history__lead {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.4 !important;
}

.gw-history__statement {
  margin-top: 2rem !important;
  font-size: 1.2rem;
  font-weight: 500;
}

.gw-history__statement--strong {
  max-width: 680px;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.45 !important;
}


/* Michael Wagner */

.gw-about-person {
  padding: clamp(7rem, 12vw, 12rem) 0;
}

.gw-about-person__label {
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.gw-about-person__grid {
  display: grid;
  grid-template-columns: minmax(450px, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: center;
}

.gw-about-person__content {
  max-width: 700px;
}

.gw-about-person__content h2 {
  margin: 0 0 2rem;
  font-size: clamp(3.2rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.gw-about-person__content p {
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

.gw-about-person__lead {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.4 !important;
}

.gw-about-person__statement {
  font-size: 1.2rem;
  font-weight: 600;
}

.gw-about-person__image img {
  display: block;
  width: 100%;
  height: auto;
}


/* Smartphone */

@media (max-width: 767.98px) {

  .gw-history {
    padding: 5rem 1.5rem;
  }

  .gw-history__grid,
  .gw-about-person__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gw-about-person {
    padding: 5rem 0;
  }

  .gw-about-person__image {
    max-width: 420px;
  }

}

/* =========================================
   Grafik Wagner – Kontakt
   ========================================= */

.gw-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dedede;
}

.gw-contact-card {
  min-height: 320px;
  padding: 3.5rem 3.5rem 3.5rem 0;
  border-bottom: 1px solid #dedede;
}

.gw-contact-card:nth-child(even) {
  padding-left: 3.5rem;
  padding-right: 0;
  border-left: 1px solid #dedede;
}

.gw-contact-card__label {
  display: block;
  margin-bottom: 2rem;
  color: rgb(220, 20, 30);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gw-contact-card h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.gw-contact-card p {
  max-width: 520px;
  margin: 0 0 1.75rem;
  line-height: 1.65;
}

@media (max-width: 767.98px) {

  .gw-contact-grid {
    grid-template-columns: 1fr;
  }

  .gw-contact-card,
  .gw-contact-card:nth-child(even) {
    min-height: auto;
    padding: 2.5rem 0;
    border-left: 0;
  }

}

/* =========================================
   Grafik Wagner – Footer
   ========================================= */

.container-footer,
footer {
  background: rgb(23, 23, 23);
  color: rgb(245, 245, 245);
}

.container-footer {
  padding: clamp(4rem, 7vw, 7rem) 0 2rem;
}

.gw-footer-brand {
  max-width: 700px;
  margin-bottom: 3rem;
}

.gw-footer-brand .gw-eyebrow {
  color: rgb(245, 245, 245);
}

.gw-footer-brand h2 {
  margin: 0 0 1rem;
  color: rgb(245, 245, 245);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.gw-footer-brand p {
  margin: 0;
  max-width: 650px;
  color: rgba(245, 245, 245, 0.72);
  line-height: 1.65;
}

/* Footer-Menü */

.container-footer .mod-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.container-footer .mod-menu a {
  color: rgb(245, 245, 245);
  text-decoration: none;
  font-weight: 500;
}

.container-footer .mod-menu a:hover {
  color: rgb(220, 20, 30);
}

@media (max-width: 767.98px) {
  .container-footer {
    padding: 4rem 1.5rem 1.5rem;
  }

  .container-footer .mod-menu {
    gap: 1rem;
  }
}

.gw-footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.gw-footer-copy {
  margin: 3rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(245, 245, 245, 0.16);
  color: rgba(245, 245, 245, 0.55);
  font-size: 0.85rem;
}

@media (max-width: 767.98px) {
  .gw-footer-inner {
    width: min(100% - 32px, 1180px);
  }
}

/* =========================================
   Grafik Wagner – Rechtliche Seiten
   ========================================= */

.gw-legal {
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.gw-legal__header {
  max-width: 850px;
  margin-bottom: clamp(4rem, 7vw, 6rem);
}

.gw-legal__header .gw-eyebrow {
  margin-bottom: 2rem;
}

.gw-legal__header h1 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.gw-legal__content {
  max-width: 820px;
}

.gw-legal__section {
  padding: 2.5rem 0;
  border-top: 1px solid #dedede;
}

.gw-legal__section:last-child {
  border-bottom: 1px solid #dedede;
}

.gw-legal__section h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.gw-legal__section p {
  margin: 0 0 1.25rem;
  line-height: 1.7;
}

.gw-legal__section p:last-child {
  margin-bottom: 0;
}

.gw-legal__section a {
  color: rgb(220, 20, 30);
  text-decoration: none;
}

.gw-legal__section a:hover {
  text-decoration: underline;
}

/* =========================================
   Grafik Wagner – Header FINAL
   ========================================= */

.container-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;

  width: 100% !important;
  max-width: none !important;

  display: grid !important;

  /* Außenraum | Website-Inhalt | Außenraum */
  grid-template-columns:
    minmax(24px, 1fr)
    minmax(0, 1180px)
    minmax(24px, 1fr);

  grid-template-rows: auto;

  align-items: center;

  background: rgba(255, 255, 255, 0.96) !important;

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  box-shadow: none !important;

  padding: 0 !important;
}


/* =========================================
   Beide Joomla-Blöcke in dieselbe Mittelspalte
   und dieselbe Zeile
   ========================================= */

.container-header > .grid-child {
  grid-column: 2 !important;
  grid-row: 1 !important;

  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}


/* Logo links */

.container-header > .grid-child:first-child {
  justify-self: start;
}


/* Navigation rechts */

.container-header > .container-nav {
  justify-self: end;

  display: flex !important;
  align-items: center !important;

  padding: 0 !important;
}


/* =========================================
   Logo
   ========================================= */

.container-header .navbar-brand {
  margin: 0 !important;
  padding: 1.25rem 0 !important;
}

.container-header .brand-logo {
  display: block;
}

.container-header .brand-logo img {
  display: block;
  width: 240px !important;
  height: auto !important;
}


/* =========================================
   Navigation
   ========================================= */

.container-header .container-nav .mod-menu {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;

  gap: 2rem;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767.98px) {

  .container-header {
    grid-template-columns: 16px 1fr 16px;
  }

  .container-header .brand-logo img {
    width: 160px !important;
  }

}

/* =========================================
   Grafik Wagner – Referenzübersicht
   ========================================= */

.gw-portfolio-section {
  padding:
    clamp(6rem, 10vw, 10rem)
    clamp(2rem, 5vw, 5rem);
}

.gw-portfolio-section__header {
  max-width: 760px;
  margin-bottom: clamp(4rem, 7vw, 6rem);
}

.gw-portfolio-section__header .gw-eyebrow {
  margin-bottom: 2rem;
}

.gw-portfolio-section__header h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.gw-portfolio-section__header > p:last-child {
  max-width: 620px;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.65;
}


/* Raster */

.gw-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem);
}

.gw-portfolio-item {
  margin: 0;
}

.gw-portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.gw-portfolio-item:hover img {
  transform: translateY(-0.3rem);
  opacity: 0.96;
}

.gw-portfolio-item figcaption {
  padding-top: 1.25rem;
}

.gw-portfolio-item figcaption span {
  display: block;
  margin-bottom: 0.4rem;
  color: rgb(220, 20, 30);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gw-portfolio-item figcaption strong {
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 500;
}


/* Dunkle Abschnitte */

.gw-portfolio-section--dark {
  background: rgb(23, 23, 23);
  color: rgb(245, 245, 245);
}

.gw-portfolio-section--dark .gw-portfolio-section__header h2,
.gw-portfolio-section--dark .gw-eyebrow {
  color: rgb(245, 245, 245);
}

.gw-portfolio-section--dark .gw-portfolio-section__header > p:last-child {
  color: rgba(245, 245, 245, 0.72);
}

.gw-portfolio-section--dark .gw-portfolio-item figcaption strong {
  color: rgb(245, 245, 245);
}


/* Mobil */

@media (max-width: 767.98px) {

  .gw-portfolio-section {
    padding: 5rem 1.5rem;
  }

  .gw-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

}

/* Referenzseite: 3 Spalten auf großen Bildschirmen */

@media (min-width: 1100px) {
  .gw-portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 2rem;
  }
}

/* =========================================
   Grafik Wagner – Globale Extras
   ========================================= */

html {
  scroll-behavior: smooth;
}

.gw-legal__section h2 {
  overflow-wrap: anywhere;
}

/* =========================================
   Grafik Wagner – Datenschutzerklärung
   ========================================= */

.gw-legal--privacy .gw-legal__content {
  max-width: 920px;
}

.gw-legal__section h3 {
  margin: 2.75rem 0 1rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.gw-legal__section h4 {
  margin: 2rem 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.gw-legal__section ul {
  margin: 1.5rem 0;
  padding-left: 1.4rem;
}

.gw-legal__section li {
  margin-bottom: 0.9rem;
  line-height: 1.7;
}

.gw-legal__section a {
  overflow-wrap: anywhere;
}

.gw-legal--privacy .gw-legal__section > h2:first-child {
  margin-bottom: 2rem;
}

/* =========================================
   Grafik Wagner – Über uns / bei der Arbeit
   ========================================= */


/* -----------------------------------------
   Gesamter Bereich
   ----------------------------------------- */

.gw-about-work {
  width: 100vw;
  max-width: none;

  /* Aus dem Joomla-Inhaltscontainer ausbrechen */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  /* Inhalt auf die gewohnten 1280 px begrenzen */
  padding:
    clamp(6rem, 10vw, 10rem)
    max(24px, calc((100vw - 1280px) / 2));

  box-sizing: border-box;

  background: #fff;
  color: #171717;
}


/* -----------------------------------------
   Einleitung
   ----------------------------------------- */

.gw-about-work__header {
  width: 100%;
  max-width: 780px;

  margin: 0 0 clamp(4rem, 7vw, 6rem);
}

.gw-about-work__header .gw-eyebrow {
  margin: 0 0 1.5rem;
}

.gw-about-work__header h2 {
  margin: 0 0 1.5rem;

  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;

  color: #171717;
}

.gw-about-work__intro {
  width: 100%;
  max-width: 680px;

  margin: 0;

  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}


/* -----------------------------------------
   Damals / Heute – Zweispaltiger Aufbau
   ----------------------------------------- */

.gw-about-work__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: clamp(2rem, 4vw, 4rem);

  width: 100%;
}

.gw-about-work__column {
  display: flex;
  flex-direction: column;

  min-width: 0;
}


/* -----------------------------------------
   Spaltenüberschrift
   ----------------------------------------- */

.gw-about-work__column-head {
  margin: 0 0 1.5rem;
}

.gw-about-work__column-head span {
  display: block;

  margin: 0 0 0.55rem;

  color: #e3151b;

  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;

  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gw-about-work__column-head h3 {
  margin: 0;

  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.15;

  color: #171717;
}


/* -----------------------------------------
   Arbeitsfotos
   ----------------------------------------- */

.gw-about-work__photo {
  width: 100%;

  margin: 0 0 1.75rem;

  overflow: hidden;
}

.gw-about-work__photo:last-child {
  margin-bottom: 0;
}

.gw-about-work__photo img {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 4 / 3;
  object-fit: cover;
}


/* -----------------------------------------
   Abschlusssatz
   ----------------------------------------- */

.gw-about-work__statement {
  width: 100%;
  max-width: 880px;

  margin:
    clamp(4rem, 7vw, 6rem)
    0
    0;

  padding-top: 2rem;

  border-top: 1px solid #dedede;

  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.4;

  color: #171717;
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 991.98px) {

  .gw-about-work {
    padding-left: 32px;
    padding-right: 32px;
  }

  .gw-about-work__columns {
    gap: 2rem;
  }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767.98px) {

  .gw-about-work {
    width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 5rem 16px;
  }


  /* Damals und Heute untereinander */

  .gw-about-work__columns {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }


  /* Bilder auf Mobil nicht beschneiden */

  .gw-about-work__photo img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
  }


  .gw-about-work__statement {
    margin-top: 4rem;
  }

}

/* =========================================
   HEADER – Aktiver Menüpunkt
   ========================================= */

.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li.current > a {
    color: #e30613;
    font-weight: 600;
}

/* =========================================
   HEADER – Leistungen Dropdown bei Hover
   ========================================= */

@media (min-width: 992px) {

    .container-header .mod-menu > li.deeper {
        position: relative;
    }

    /* Untermenü grundsätzlich vorbereiten */
    .container-header .mod-menu > li.deeper > .mod-menu__sub {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin: 0;
        padding: 12px 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(8px);
        transition:
            opacity 0.2s ease,
            transform 0.2s ease,
            visibility 0.2s ease;
        z-index: 1000;
    }

    /* Öffnen bei Maus oder Tastatur */
    .container-header .mod-menu > li.deeper:hover > .mod-menu__sub,
    .container-header .mod-menu > li.deeper:focus-within > .mod-menu__sub {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    /* Einträge im Dropdown */
    .container-header .mod-menu__sub > li > a {
        display: block;
        padding: 9px 18px;
        white-space: nowrap;
    }
}

/* =========================================
   HEADER – Dropdown Gestaltung
   ========================================= */

@media (min-width: 992px) {

    .container-header .mod-menu > li.deeper > .mod-menu__sub {
        min-width: 210px;
        padding: 10px 0;
        background: #fff;
        border: 1px solid #eeeeee;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    }

    .container-header .mod-menu__sub > li > a {
        display: block;
        padding: 8px 16px;
        color: #222;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.35;
        text-decoration: none;
        transition: color 0.15s ease,
                    background-color 0.15s ease;
    }

    .container-header .mod-menu__sub > li > a:hover,
    .container-header .mod-menu__sub > li > a:focus {
        color: #e30613;
        background: #fafafa;
    }

    /* Aktive Unterseite */
    .container-header .mod-menu__sub > li.active > a,
    .container-header .mod-menu__sub > li.current > a {
        color: #e30613;
        font-weight: 600;
    }
}

/* =========================================
   HEADER – Hauptnavigation Hover
   ========================================= */

.container-header .mod-menu > li > a {
    transition: color 0.15s ease;
}

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus {
    color: #e30613;
}

@media (min-width: 992px) {

    .container-header .mod-menu > li.deeper:hover > a,
    .container-header .mod-menu > li.deeper:focus-within > a {
        color: #e30613;
    }

}

/* =========================================
   MOBILE NAVIGATION – komplett
   ========================================= */

@media (max-width: 991.98px) {

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

    .container-header {
        position: relative;
    }

    .container-header .navbar-brand img {
        width: 190px;
        height: auto;
    }

    .container-header .container-nav {
        position: static;
        width: auto;
        margin: 0;
    }

    .container-header .navbar {
        position: static;
        width: auto;
        padding: 0;
    }


    /* -----------------------------------------
       Hamburger
       ----------------------------------------- */

    .container-header .navbar-toggler {
        display: flex !important;
        position: absolute;
        top: 50%;
        right: 32px;
        transform: translateY(-50%);

        align-items: center;
        justify-content: center;

        width: 48px;
        height: 48px;

        padding: 0;
        margin: 0;

        color: #222;
        background: transparent;
        border: 0;
        box-shadow: none;
        z-index: 1002;
    }

    .container-header .navbar-toggler .icon-menu {
        font-size: 28px;
        color: #222;
    }

    .container-header .navbar-toggler:hover,
    .container-header .navbar-toggler:focus {
        color: #e30613;
        background: transparent;
        box-shadow: none;
    }


    /* -----------------------------------------
       Aufgeklapptes Hauptmenü
       ----------------------------------------- */

    .container-header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;

        width: 100%;
        margin: 0;
        padding: 12px 32px 22px;

        background: #fff;
        border-top: 1px solid #eee;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);

        z-index: 1000;
    }

    .container-header .navbar-collapse:not(.show) {
        display: none !important;
    }

    .container-header .navbar-collapse.show {
        display: block !important;
    }


    /* -----------------------------------------
       Hauptpunkte zwingend untereinander
       ----------------------------------------- */

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;

        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

        gap: 0 !important;
    }

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    > .metismenu-item {
        display: block !important;
        position: relative !important;

        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

        border-bottom: 1px solid #eee;
    }

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    > .metismenu-item:last-child {
        border-bottom: 0;
    }

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    > .metismenu-item
    > a {
        display: block !important;
        width: 100% !important;

        padding: 15px 48px 15px 0 !important;

        color: #222;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.3;

        text-decoration: none;
    }


    /* -----------------------------------------
       Aktiver Menüpunkt
       ----------------------------------------- */

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    > .active
    > a,

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    > .current
    > a {
        color: #e30613 !important;
        font-weight: 600;
    }


    /* -----------------------------------------
       Leistungen – Aufklappbutton
       ----------------------------------------- */

    .container-header
    .navbar-collapse
    .metismenu-item.deeper
    > .mm-toggler {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;

        width: 48px !important;
        height: 50px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }


    /* -----------------------------------------
       Leistungen – Untermenü
       ----------------------------------------- */

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    .mm-collapse {
        position: static !important;

        width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 0 12px 18px !important;

        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;

        transform: none !important;
    }

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    .mm-collapse
    > .metismenu-item {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    .mm-collapse
    > .metismenu-item
    > a {
        display: block !important;

        padding: 9px 0 !important;

        color: #555;
        font-size: 0.92rem;
        font-weight: 400;
        line-height: 1.35;

        text-decoration: none;
    }

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    .mm-collapse
    > .active
    > a,

    .container-header
    .navbar-collapse
    .mod-menu_dropdown-metismenu
    .mm-collapse
    > .current
    > a {
        color: #e30613 !important;
        font-weight: 600;
    }
}

/* =========================================
   MOBILE FOOTER – rechtliche Navigation
   ========================================= */

@media (max-width: 991.98px) {

    .container-footer .grid-child:has(#mod-menu179) {
        justify-content: flex-start;
        text-align: left;
    }

    #mod-menu179 {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start;

        width: 100%;
        gap: 32px;

        margin: 0 0 28px;
        padding: 0;
    }

    #mod-menu179 > li {
        width: auto;
        margin: 0;
        padding: 0;
    }

    #mod-menu179 > li > a {
        display: inline-block;
        padding: 0;

        color: #fff;
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1.4;

        text-decoration: none;
    }

    #mod-menu179 > li > a:hover,
    #mod-menu179 > li > a:focus {
        color: #e30613;
    }
}