.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --brand:#b63a2e;
  --brand-hover:#d74a3e;
  --ink:#111;
}

.mk-footer{
  background:#111;           /* mørk, men ren */
  color:#fff;
  padding: 48px 18px 18px;
}
.mk-footer a{ color:#fff; text-decoration:none; }
.mk-footer a:hover{ text-decoration:underline; }

.mk-footer__inner{
  width:min(1200px, 92vw);
  margin-inline:auto;
  display:grid;
  grid-template-columns: 1.15fr 1fr 1.2fr;
  gap: clamp(18px, 3vw, 36px);
  align-items:start;
}

.mk-footer__brand{ display:inline-flex; align-items:center; gap:10px; margin-bottom:8px; }
.mk-footer__logo{
  font-family:'Pacifico', cursive;
  font-size: clamp(28px, 4vw, 42px);
  line-height:1;
  white-space:nowrap;
}
.mk-footer__tagline{ opacity:.9; max-width: 48ch; }

.mk-footer__title{
  font-weight:800; letter-spacing:.02em; margin:0 0 10px 0;
  font-size: clamp(16px, 2.2vw, 18px);
}
.mk-footer__links{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.mk-footer__links a{
  opacity:.95; transition: opacity .15s ease, color .15s ease, transform .15s ease;
}
.mk-footer__links a:hover{ opacity:1; color:var(--brand-hover); transform: translateX(2px); }

.mk-footer__form{
  display:flex; gap:10px; margin: 6px 0 12px;
}
.mk-footer__form input{
  flex:1; border-radius:12px; border:1px solid rgba(255,255,255,.25);
  padding:12px 14px; background:#1c1c1c; color:#fff;
}
.mk-footer__form input::placeholder{ color:#bbb; }
.mk-footer__form button{
  border:0; border-radius:12px; padding:12px 16px; cursor:pointer;
  background:var(--brand); color:#fff; font-weight:800; letter-spacing:.02em;
  transition: transform .15s ease, background .15s ease;
}
.mk-footer__form button:hover{ background:var(--brand-hover); transform: translateY(-1px); }

.mk-footer__social{ display:flex; gap:12px; margin-top:4px; }
.mk-ico{
  display:inline-flex; width:40px; height:40px; border-radius:50%;
  align-items:center; justify-content:center; background:#1c1c1c; transition: transform .15s ease, background .15s ease;
}
.mk-ico:hover{ background:#2a2a2a; transform: translateY(-2px); }
.mk-ico svg{ width:20px; height:20px; fill:#fff; }

.mk-footer__bottom{
  margin-top: 24px; padding-top: 16px; border-top:1px solid rgba(255,255,255,.1);
  text-align:center; font-size:.95rem; color:#ddd;
}
.mk-footer__bottom a{ color:#fff; opacity:.95; }
.mk-footer__bottom a:hover{ opacity:1; color:var(--brand-hover); }

/* Mobil */
@media (max-width: 820px){
  .mk-footer__inner{ grid-template-columns: 1fr; }
  .mk-footer{ padding: 36px 16px 16px; }
  .mk-footer__form{ flex-direction:column; }
  .mk-footer__form button{ width:100%; }
}

/* Skjul temaets gamle credits hvis de stadig dukker op */
.site-footer, .footer-credits {
  display: none !important;
}

/* A11y: skjult label til skærmlæser */
.sr-only{
  position:absolute !important; width:1px; height:1px;
  padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}/* End custom CSS */