
/* ============================================================
   NAV – KNOPFHART
   Desktop Dropdown + Mobile Offcanvas
   ============================================================ */

/* -------------------------
   DESKTOP NAV
------------------------- */
.uk-navbar-nav > li > a {
  position: relative;
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: color 0.2s ease;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li.uk-parent > a:hover {
  color: #fff;
}

.uk-navbar-nav > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 66%;
  width: 0;
  height: 2px;
  background: #F5C800;
  transform: translateY(6px);
  transition: width 0.22s ease;
}

.uk-navbar-nav > li > a:hover::before,
.uk-navbar-nav > li.uk-active > a::before,
.uk-navbar-nav > li.uk-parent > a:hover::before {
  width: 22px;
}


/* -------------------------
   DESKTOP DROPDOWN
------------------------- */
.uk-navbar-dropdown {
  background: #fff;
  min-width: 220px;
  margin-top: 10px;
  padding: 20px 24px;
  border-radius: 0;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.uk-navbar-dropdown-nav > li > a {
  color: #7d7d7d;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #111;
}

/* -------------------------
   MOBILE / OFFCANVAS
------------------------- */
.tm-header-mobile .uk-navbar-toggle {
  color: #fff !important;
}

.tm-header-mobile .uk-navbar-toggle:hover {
  color: rgba(255,255,255,0.8) !important;
}

.uk-offcanvas-bar {
  background: #1f2027;
}

.uk-offcanvas-bar .uk-nav-default > li {
  margin-bottom: 8px;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px 0;
  transition: color 0.2s ease;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff;
}

/* Untermenü-Toggle */
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after,
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > span::after {
  color: rgba(255,255,255,0.6);
}

/* Subnav */
.uk-offcanvas-bar .uk-nav-sub {
  margin-top: 10px;
  padding-left: 16px;
}

.uk-offcanvas-bar .uk-nav-sub a {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 0;
}

.uk-offcanvas-bar .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-sub li.uk-active > a {
  color: #fff;
}

/* ============================================================
   HEADER
   Logo + Sticky Shrink
   ============================================================ */

/* -------------------------
   DESKTOP
------------------------- */

/* Default */
.tm-header .uk-logo img {
  width: 350px;
  height: auto;
  transition: width 0.3s ease-in-out;
}

.tm-header .uk-navbar-item,
.tm-header .uk-navbar-nav > li > a,
.tm-header .uk-navbar-toggle {
  min-height: 90px;
  transition: min-height 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

/* Scroll */
.tm-header.is-scrolled .uk-logo img {
  width: 250px;
}

.tm-header.is-scrolled .uk-navbar-item,
.tm-header.is-scrolled .uk-navbar-nav > li > a,
.tm-header.is-scrolled .uk-navbar-toggle {
  min-height: 60px;
}

/* ============================================================
   MOBILE PORTRAIT
   sticky + shrink on scroll
   ============================================================ */

@media (max-width: 959px) and (orientation: portrait) {

  .tm-header-mobile {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
  }
	
  .tm-header-mobile .uk-navbar-container {
    min-height: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: min-height 0.3s ease-in-out;
  }

  .tm-header-mobile .uk-navbar-container {
    min-height: 56px;
    transition: min-height 0.3s ease-in-out;
  }

  .tm-header-mobile .uk-navbar,
  .tm-header-mobile .uk-logo {
    min-height: 56px;
    display: flex;
    align-items: center;
  }

  .tm-header-mobile .uk-logo img {
    width: 280px;
    height: auto;
    transition: width 0.3s ease-in-out;
  }

  .tm-header-mobile .uk-navbar-toggle {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tm-header-mobile.is-scrolled .uk-navbar-container,
  .tm-header-mobile.is-scrolled .uk-navbar,
  .tm-header-mobile.is-scrolled .uk-logo {
    min-height: 44px;
  }

  .tm-header-mobile.is-scrolled .uk-logo img {
    width: 200px;
  }

  .tm-header-mobile.is-scrolled .uk-navbar-toggle {
    min-width: 44px;
    min-height: 44px;
  }
}


/* ============================================================
   MOBILE LANDSCAPE
   kompakt
   ============================================================ */

@media (max-width: 768px) and (orientation: landscape) {

  .tm-header-mobile {
    position: relative;
  }

  .tm-header-mobile .uk-navbar-container,
  .tm-header-mobile .uk-navbar,
  .tm-header-mobile .uk-logo {
    min-height: 44px;
  }

  .tm-header-mobile .uk-navbar,
  .tm-header-mobile .uk-logo {
    display: flex;
    align-items: center;
  }

  .tm-header-mobile .uk-logo img {
    width: 250px;
    height: auto;
  }

  .tm-header-mobile .uk-navbar-toggle {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


/* ============================================================
   HERO / DARK SECTIONS
   ============================================================ */

.section-dark {
  color: #fff;
}

.section-dark h1,
.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-dark p {
  color: rgba(255,255,255,0.72);
}

.section-dark .uk-text-muted {
  color: rgba(255,255,255,0.65) !important;
}

.section-dark .headline-highlight {
  color: #f4c400;
}


/* ============================================================
   EYEBROW WITH LINE
   ============================================================ */

.eyebrow-line {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f4c400;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
}

.eyebrow-line::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
  display: inline-block;
}


/* ============================================================
   FACT BOX
   ============================================================ */

/* Spalte 2: positioniert die Box */
.hero-fact-column {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-fact-column .factbox-outline {
  margin-left: auto;
  margin-right: 0;
}

/* Sublayout: ist die eigentliche Box */
.factbox-outline {
  max-width: 18rem; /* statt 340px */
  border: 1px solid rgba(255,255,255,0.18);
  border-top: 5px solid #f4c400;
  padding: 60px 34px;
  color: #fff;
}

/* Linien */
.factbox-outline hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.16);
  margin: 22px 0;
}

/* Zahl */
.fact-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.fact-number .headline-highlight {
  color: #f4c400;
}

/* Jahre Erfahrung */
.fact-small {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ababab;
}

/* Zitat */
.fact-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.9rem;
  line-height: 1.05;
  font-weight: 700;
  color: #ababab;
}

.fact-quote .headline-highlight {
  color: #f4c400;
}

/* Bottom Text */
.fact-note {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #f4c400;
}

/* NUR Tablet (zwischen Mobile und Desktop) */
@media (min-width: 640px) and (max-width: 1024px) {
  .factbox-outline {
    max-width: 12rem;
    padding: 50px 28px;
  }
}

/* ============================================================
   INFO BOX – exakt wie Factbox aufgebaut
   ============================================================ */

.info-column {
  display: flex;
  align-items: flex-end;   /* DAS ist der entscheidende Punkt */
}

/* eigentliche Box */
.info-list-box {
  max-width: 22rem;                 /* FIX statt max-width */
  border: 1px solid #F5F5F5;
  border-left: 3px solid #f4c400;
  padding: 10px 20px;
}

/* YOOtheme Reset */
.info-list-box > .uk-width-1-1 {
  padding-left: 0 !important;
}

/* Label */
.info-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}

/* Value */
.info-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

/* Tablet */
@media (min-width: 640px) and (max-width: 1024px) {
  .info-list-box {
    max-width: 22rem;
    padding-left: 16px;
  }
}

/* Smartphone */
@media (max-width: 639px) {
  .info-column {
    display: block;
  }

  .info-list-box {
    max-width: none;
    margin-left:0px;
  }
	
}

/* ============================================================
   CTA BOX (nur Box)
   ============================================================ */

/* Desktop */
.cta-box {
  max-width: 32rem;
  background: #f4c400;
  padding: 40px 40px 40px 0;
  transform: translateY(80px);
  box-sizing: border-box;
}

.cta-column {
  display: flex;
  justify-content: flex-end;
}

.cta-column .cta-box {
  margin-left: auto;
}

/* iPhone quer + Tablet hoch */
@media (min-width: 640px) and (max-width: 1024px) {
  .cta-column {
    display: block;
  }

  .cta-column .cta-box {
    width: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
    box-sizing: border-box;
  }
}

/* Handy hoch bleibt kompakter */
@media (max-width: 639px) {
  .cta-column {
    display: block;
  }

  .cta-column .cta-box {
    width: auto;
    max-width: none;
    margin-left: 0;
    transform: none;
  }

  .cta-box {
    padding: 30px 20px 30px 0;
  }
}


/* ============================================================
   HIGHLIGHT
   ============================================================ */

.headline-highlight {
 color: #f4c400 !important;
}

/* ============================================================
   HEADLINE
   ============================================================ */

.headline-underline {
  position: relative;
  display: inline-block;
}

.headline-underline::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 15px;
  background: #f4c400;
}

/* ============================================================
   EYEBROW
   ============================================================ */
.eyebrow {
    display: flex;
    align-items: center;
    color: #111;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
}

/* ============================================================
   BUTTONS (underline)
   ============================================================ */

.btn-line a,
a.btn-line,
.btn-line .uk-button {
  display: inline-block;
  position: relative;
  padding: 0 0 12px 0;
  background: none;
  border: 0;
  color: #1F1F1F;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 21px;
}

.btn-line a::after,
a.btn-line::after,
.btn-line .uk-button::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 5px;
  background: #F5C800;
  transition: width 0.25s ease;
}

.btn-line a:hover::after,
a.btn-line:hover::after,
.btn-line .uk-button:hover::after {
  width: 84px;
}

/* ============================================================
   OUTLINE BUTTON (Header / Hero)
   ============================================================ */

.btn-outline-custom {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

/* Hover */
.btn-outline-custom:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.uk-light .btn-outline-custom {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  color: #fff !important;
}

.uk-light .btn-outline-custom:hover {
  background: #fff !important;
  color: #111 !important;
  border-color: #fff !important;
}



/* ============================================================
   AUSSENABSTAND MOBIL
   ============================================================ */
@media (max-width: 1024px) {
  .uk-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}


/* ============================================================
   Akkordeon
   ============================================================ */

/* Original SVG ausblenden */
.uk-accordion-title .uk-accordion-icon svg {
  display: none;
}

/* Custom Pfeil */
.uk-accordion-title .uk-accordion-icon::before {
  content: "›";
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  transform: rotate(90deg);
  color: #999; /* Default grau */
  transition: all 0.2s ease;
}

/* Hover + aktiv = gelb */
.uk-accordion-title:hover .uk-accordion-icon::before,
.uk-open .uk-accordion-title .uk-accordion-icon::before {
  color: #f4c400;
}

/* Rotation bei offenem Zustand */
.uk-open .uk-accordion-title .uk-accordion-icon::before {
  transform: rotate(-90deg);
}

/* ============================================================
   CONTENT JCH – Kontakt
   ============================================================ */

.contact-box hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin: 20px 0;
}

.contact-box a {
    color: inherit;
    text-decoration: none;
}

.contact-box a:hover {
    color: #d4aa00;
}

/* ============================================================
   IMPRESSUM
   ============================================================ */

.legal-table {
  max-width: 980px;
}

.legal-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.legal-row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.legal-label {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}

.legal-value {
  font-size: 1rem;
  line-height: 1.55;
  color: #222;
}

.legal-value a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.legal-value a:hover {
  color: #f4c400;
  border-bottom-color: #f4c400;
}

@media (max-width: 900px) {
  .legal-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0 16px;
  }

  .legal-label {
    font-size: 0.95rem;
  }
}

/* ============================================================
   Formular
   ============================================================ */
#userForm #Antispam {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;

  background: transparent !important;
  border: 0 !important;

  padding: 0 !important;
  min-height: auto !important;

  font-size: 13px !important;
  line-height: 1.2 !important;

  box-shadow: none !important;
}

#userForm #Antispam svg {
  width: 18px !important;
  height: 18px !important;
}

#userForm #senden {
  background: transparent !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,0.35) !important;

  padding: 12px 26px !important;
  min-height: auto !important;
  line-height: 1.2 !important;

  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;

  cursor: pointer !important;
  box-shadow: none !important;
}

#userForm #senden:hover {
  border-color: #f4c400 !important;
  color: #111 !important;
}

#userForm .rsform-block-hinweis-dsgvo p{
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 520px;
  color: rgba(0,0,0,0.72);
}

#userForm #Antispam,
#userForm #Antispam *{
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

/* ============================================================
   FIXED CONTACT BUTTON
   ============================================================ */

.stn-fixed-contact-wrap {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.stn-fixed-contact {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4c400;
  color: #111;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.10);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

/* Hover */
.stn-fixed-contact:hover {
  transform: translateX(-2px);
  opacity: 0.96;
  color: #111;
}

/* Icon */
.stn-fixed-contact .uk-icon {
  width: 20px;
  height: 20px;

  position: relative;
  left: 1px;
  top: 1px;
}

.stn-fixed-contact-wrap.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}


/* Mobile */
@media (max-width: 639px) {

  .stn-fixed-contact {
    width: 46px;
    height: 46px;
  }

  .stn-fixed-contact .uk-icon {
    width: 18px;
    height: 18px;
  }

}

/* ============================================================
   FOOTER
   ============================================================ */
footer a {
  display: inline-block;
  padding: 2px 0;
}

/* ============================================================
   COOKIE SETTINGS ICON
   ============================================================ */

.cookie-settings-icon {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.cookie-settings-icon:hover {
  opacity: 1;
}

.cookie-settings-icon img {
  display: block;
  object-fit: contain;
}

/* ============================================================
   STN — FRONTEND EDITING SYSTEM
   ============================================================ */
/* ============================================================
   FRONTEND EDITOR — WIDTH
   ============================================================ */

.edit.item-page {
  max-width: 900px;
  margin: 0 auto;
}

/* ============================================================
   JCE / EDITOR CLEANUP
   ============================================================ */

#editor-xtd-buttons a[href*="customizer"] {
  display: none !important;
}

/* ============================================================
   FIXED EDIT BUTTON AUSBLENDEN (YOOtheme/Joomla)
   ============================================================ */

a[href*="task=article.edit"].uk-position-bottom-right {
  display: none !important;
}


a[href*="task=article.edit"].uk-position-bottom-right {
  display: none !important;
}
/* ============================================================
   JOOMLA FRONTEND EDITOR
   ============================================================ */

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */

.edit.item-page .btn,
.edit.item-page button.btn,
.edit.item-page a.btn {
  background: #fff !important;
  border: 1px solid #aaa !important;
  color: #111 !important;
  box-shadow: none !important;
}

.edit.item-page .btn:hover {
  filter: brightness(0.96);
}

/* Primary Actions */
.edit.item-page button[data-submit-task*="save"],
.edit.item-page button[data-submit-task*="apply"],
.edit.item-page button[data-submit-task*="save2copy"] {
  background: #f4c400 !important;
  border-color: #f4c400 !important;
  color: #111 !important;
}

/* Cancel */
.edit.item-page button[data-submit-task*="cancel"],
.edit.item-page .btn-danger {
  background: #d85b5b !important;
  border-color: #d85b5b !important;
  color: #fff !important;
}

/* Secondary */
.edit.item-page .btn-secondary {
  background: #fff !important;
  border-color: #aaa !important;
  color: #111 !important;
}


/* ============================================================
   FRONTEND EDITOR — FORM STRUCTURE
   ============================================================ */

/* Field Groups */
.edit.item-page .control-group {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Labels */
.edit.item-page .control-label {
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

/* Values / Controls */
.edit.item-page .controls {
  color: #333;
}

/* Inputs */
.edit.item-page input,
.edit.item-page textarea,
.edit.item-page select {
  border: 1px solid rgba(0,0,0,0.18);
  padding: 10px 12px;
}


/* ============================================================
   FRONTEND EDITOR — TABS
   ============================================================ */

.edit.item-page .nav-tabs {
  border-bottom: 1px solid rgba(0,0,0,0.12);
  margin-bottom: 28px;
}

.edit.item-page .nav-tabs .nav-link.active {
  background: #f4c400;
  color: #111;
}


/* ============================================================
   STN EDIT LINKS
   ============================================================ */

.stn-section {
  position: relative;
}

.stn-edit-link {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;

  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  text-decoration: none;
  transition: all 0.2s ease;
}


/* ------------------------------------------------------------
   Light Sections
   ------------------------------------------------------------ */

.uk-section-default .stn-edit-link,
.uk-section-muted .stn-edit-link {
  background: rgba(0,0,0,0.85);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

.uk-section-default .stn-edit-link:hover,
.uk-section-muted .stn-edit-link:hover {
  background: #f4c400;
  color: #111;
  border-color: #f4c400;
}


/* ------------------------------------------------------------
   Dark Sections
   ------------------------------------------------------------ */

.uk-light .stn-edit-link,
.uk-section-dark .stn-edit-link,
.uk-section-secondary .stn-edit-link {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
}

.uk-light .stn-edit-link:hover,
.uk-section-dark .stn-edit-link:hover,
.uk-section-secondary .stn-edit-link:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
  text-decoration: none;
}

/* ============================================================
   FRONTEND EDITOR — ICON FALLBACKS
   ============================================================ */

/* Upload-Icon im Media Field */
.edit.item-page .wf-media-upload-button .icon-upload::before {
  content: "↑";
  display: inline-block;
  font-family: Arial, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

/* Löschen-Button im Media Field */
.edit.item-page .button-clear::before {
  content: "×";
  display: inline-block;
  font-family: Arial, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

/* Kalender-Icon */
.edit.item-page .icon-calendar::before {
  content: "▦";
  display: inline-block;
  font-family: Arial, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 639px) {

  .stn-edit-link {
    font-size: 0.8rem;
    padding: 8px 12px;
  }

}


