/* =========================================================
   Jennys IdeenReich – Farb- und Designgrundlagen
   ========================================================= */

:root {
  --je-petrol: #528999;
  --je-petrol-dunkel: #376a72;

  --je-header-hell: #fbf1ec;
  --je-creme: #f8f3ec;
  --je-beige: #eee1d4;

  --je-braun: #805737;

  --je-text: #4f4a46;
  --je-text-hell: #7f7770;

  --je-linie: #dccbbc;
  --je-weiss: #ffffff;

  --je-inhaltsbreite: 1200px;
}


/* =========================================================
   Grunddarstellung
   ========================================================= */

body {
  color: var(--je-text);
  background-color: var(--je-creme);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}


/* =========================================================
   Überschriften
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--je-text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 21px;
}


/* =========================================================
   Links
   ========================================================= */

a {
  color: var(--je-petrol);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: var(--je-petrol-dunkel);
}


/* =========================================================
   Oberer Petrolbalken – Text und Social Media
   ========================================================= */

#sp-top-bar {
  position: relative;
  min-height: 38px;
  background-color: var(--je-petrol);
  color: var(--je-weiss);
}

#sp-top-bar .container,
#sp-top-bar .container-inner,
#sp-top-bar .row {
  min-height: 38px;
}

#sp-top-bar .container {
  width: 100%;
  max-width: var(--je-inhaltsbreite);
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

#sp-top-bar .row {
  position: relative;
  display: flex;
  align-items: center;
}

/* Text mittig im gesamten Balken */

#sp-top1 {
  position: static;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

#sp-top1 .sp-column,
#sp-top1 .sp-module,
#sp-top1 .sp-module-content,
#sp-top1 .custom {
  width: 100%;
}

#sp-top1 .sp-column {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
}

#sp-top-bar .topbar-text {
  width: 100%;
  margin: 0;
  padding: 0 100px;
  color: var(--je-weiss);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  text-transform: none !important;
}

/* Social-Media-Links rechts */

#sp-top2 {
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 2;
  width: auto;
  height: 38px;
}

#sp-top2 .sp-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 38px;
}

#sp-top-bar .topbar-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

#sp-top-bar .topbar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  color: var(--je-weiss) !important;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

#sp-top-bar .topbar-social a:hover,
#sp-top-bar .topbar-social a:focus {
  color: var(--je-weiss) !important;
  text-decoration: none;
  opacity: 1;
}

#sp-top-bar .topbar-etsy {
  border: 0;
  border-radius: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 600;
}

/* Tablet und Smartphone */

@media (max-width: 1199px) {

  #sp-top-bar {
    display: none;
  }
}
/* =========================================================
   Heller Header- und Menübereich
   ========================================================= */

#sp-header {
  position: relative;
  z-index: 100;
  width: 100%;
  min-height: 70px;
  overflow: visible;
  border: 0;
  background-color: var(--je-header-hell);
  box-shadow: none;
}

#sp-header.header-sticky {
  background-color: rgba(251, 241, 236, 0.97);
  box-shadow: 0 2px 10px rgba(79, 74, 70, 0.08);
}

#sp-header .container,
#sp-header .container-inner,
#sp-header .row {
  position: static !important;
  min-height: 70px;
  overflow: visible;
}

#sp-header .row {
  align-items: flex-start;
}


/* =========================================================
   Logo – Desktop-Grundlage
   ========================================================= */

#sp-logo {
  position: absolute;
  top: 10px;
  left: 42px;
  z-index: 130;
  width: auto;
  height: auto;
  min-height: 0;
  overflow: visible;
}

#sp-logo .sp-column,
#sp-logo .logo {
  width: auto;
  height: auto;
  min-height: 0;
  overflow: visible;
}

#sp-logo .logo {
  display: block;
  padding: 0;
}

#sp-logo .logo img,
#sp-logo img.logo-image {
  display: block;
  width: auto;
  height: 250px !important;
  max-height: none !important;
  margin: 0;
}


/* =========================================================
   Menü – gemeinsame Gestaltung
   ========================================================= */

#sp-menu,
#sp-menu .sp-column,
#sp-header .sp-megamenu-wrapper,
#sp-header .header-modules,
#sp-header .offcanvas-toggler {
  z-index: 110;
}

#sp-header .sp-megamenu-parent {
  margin: 0;
  padding: 0;
}

#sp-header .sp-megamenu-parent > li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
  background-color: transparent;
  color: var(--je-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
#sp-header .sp-megamenu-parent > li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
  color: var(--je-linie);
  font-size: 14px;
  line-height: 1;
}

/* =========================================================
   Aktive Menüseite
   ========================================================= */

#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li.active > span,
#sp-header .sp-megamenu-parent > li.current-item > a,
#sp-header .sp-megamenu-parent > li.current-item > span,
#sp-header .sp-megamenu-parent > li.current-menu-item > a,
#sp-header .sp-megamenu-parent > li.current-menu-item > span {
  background-color: transparent;
  color: var(--je-petrol) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}


/* =========================================================
   Menü – Petrolblock beim Hovern
   ========================================================= */

#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li:hover > span,
#sp-header .sp-megamenu-parent > li > a:hover,
#sp-header .sp-megamenu-parent > li > a:focus,
#sp-header .sp-megamenu-parent > li > span:hover,
#sp-header .sp-megamenu-parent > li > span:focus,
#sp-header .sp-megamenu-parent > li.active:hover > a,
#sp-header .sp-megamenu-parent > li.active:hover > span {
  background-color: var(--je-petrol);
  color: var(--je-weiss) !important;
  text-decoration: none;
}


/* =========================================================
   Suche – beiger Hintergrund auf allen Geräten
   ========================================================= */

#sp-header .header-modules form {
  margin: 0;
}

#sp-header .header-modules .input-group,
#sp-header .header-modules .mod-finder,
#sp-header .header-modules .finder,
#sp-header .header-modules .awesomplete {
  background-color: var(--je-beige);
}

#sp-header .header-modules input[type="search"],
#sp-header .header-modules input[type="text"],
#sp-header .header-modules .form-control,
#sp-header .header-modules .awesomplete input {
  min-height: 40px;
  border: 1px solid var(--je-linie) !important;
  border-radius: 0;
  background-color: var(--je-beige) !important;
  color: var(--je-text) !important;
  box-shadow: none !important;
}

#sp-header .header-modules input::placeholder {
  color: var(--je-text-hell);
  opacity: 1;
}

#sp-header .header-modules button,
#sp-header .header-modules .btn,
#sp-header .header-modules .input-group-text {
  min-height: 40px;
  border: 1px solid var(--je-linie) !important;
  border-radius: 0;
  background-color: var(--je-beige) !important;
  color: var(--je-petrol-dunkel) !important;
  box-shadow: none !important;
}

#sp-header .header-modules input:focus {
  border-color: var(--je-petrol) !important;
  outline: none;
  box-shadow: none !important;
}


/* =========================================================
   Startseite – Standardabstände entfernen
   Voraussetzung: Seitenklasse je-startseite
   ========================================================= */

.je-startseite #sp-main-body {
  padding-top: 0;
  padding-bottom: 0;
}

.je-startseite #sp-main-body > .container {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.je-startseite #sp-component,
.je-startseite #sp-component .sp-column,
.je-startseite .article-details,
.je-startseite .com-content-article,
.je-startseite .article-full-image {
  margin-top: 0;
  padding-top: 0;
}

.je-startseite .article-details {
  margin-bottom: 0;
}

.je-startseite .article-header,
.je-startseite .article-info,
.je-startseite .icons,
.je-startseite .pager,
.je-startseite .breadcrumb {
  display: none;
}


/* =========================================================
   Startseite – Hero-Banner
   ========================================================= */

.je-hero {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.je-hero picture {
  display: block;
  width: 100%;
}

.je-hero__image {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================================================
   Buttons
   ========================================================= */

.je-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 12px 26px;
  border: 0;
  border-radius: 999px;
  background-color: var(--je-petrol);
  color: var(--je-weiss);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.je-button:hover,
.je-button:focus {
  background-color: var(--je-petrol-dunkel);
  color: var(--je-weiss);
  text-decoration: none;
}


/* =========================================================
   Startseite – Button im Banner
   ========================================================= */

.je-hero__button {
  position: absolute;
  left: 27%;
  bottom: 7%;
  transform: translateX(-50%);
}


/* =========================================================
   Footer und Bottom-Bereich
   ========================================================= */

.je-startseite #sp-bottom,
.je-startseite #sp-footer {
  background-color: var(--je-creme);
  color: var(--je-text);
}

.je-startseite #sp-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.je-startseite #sp-bottom > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.je-startseite #sp-bottom .container-inner {
  padding-top: 0;
  padding-bottom: 0;
}
/* =========================================================
   PC und Laptop ab 1200 px
   ========================================================= */

@media (min-width: 1200px) {

  #sp-menu {
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 315px;
    right: 55px;
    width: auto;
    max-width: none;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none;
  }

  #sp-menu > .sp-column {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 80px;
  }

  #sp-header .sp-megamenu-wrapper {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: auto;
    padding-top: 0;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #sp-header .sp-megamenu-parent {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #sp-header .header-modules {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    margin-left: auto;
    padding-top: 0;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #offcanvas-toggler,
  #sp-header #offcanvas-toggler,
  #sp-header .offcanvas-toggler,
  #sp-header .offcanvas-toggler-left,
  #sp-header .offcanvas-toggler-right {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}


/* =========================================================
   Großer PC ab 1600 px
   ========================================================= */

@media (min-width: 1600px) {

  #sp-logo {
    top: 10px;
    left: 42px;
    transform: none;
  }

  #sp-logo .logo img,
  #sp-logo img.logo-image {
    height: 250px !important;
  }

  #sp-header .sp-megamenu-parent > li > a,
  #sp-header .sp-megamenu-parent > li > span,
  #sp-header .sp-megamenu-parent > li.active > a,
  #sp-header .sp-megamenu-parent > li.active > span,
  #sp-header .sp-megamenu-parent > li.current-item > a,
  #sp-header .sp-megamenu-parent > li.current-item > span {
    min-height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px !important;
  }

  #sp-header .sp-megamenu-parent > li.active > a,
  #sp-header .sp-megamenu-parent > li.active > span,
  #sp-header .sp-megamenu-parent > li.current-item > a,
  #sp-header .sp-megamenu-parent > li.current-item > span {
    font-weight: 700 !important;
  }
}


/* =========================================================
   Laptop von 1200 bis 1599 px
   ========================================================= */

@media (min-width: 1200px) and (max-width: 1599px) {

  #sp-logo {
    top: 10px;
    left: 32px;
    transform: none;
  }

  #sp-logo .logo img,
  #sp-logo img.logo-image {
    height: 190px !important;
    max-height: none !important;
  }

  #sp-header .sp-megamenu-parent > li > a,
  #sp-header .sp-megamenu-parent > li > span,
  #sp-header .sp-megamenu-parent > li.active > a,
  #sp-header .sp-megamenu-parent > li.active > span,
  #sp-header .sp-megamenu-parent > li.current-item > a,
  #sp-header .sp-megamenu-parent > li.current-item > span {
    min-height: 40px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  #sp-header .sp-megamenu-parent > li.active > a,
  #sp-header .sp-megamenu-parent > li.active > span,
  #sp-header .sp-megamenu-parent > li.current-item > a,
  #sp-header .sp-megamenu-parent > li.current-item > span {
    font-weight: 700 !important;
  }

  /* Suche etwa einen halben Zentimeter höher. */
  #sp-header .header-modules {
    position: relative;
    top: -18px;
    margin-left: 6px;
  }

  #sp-header .header-modules .mod-finder,
  #sp-header .header-modules .finder,
  #sp-header .header-modules .awesomplete {
    width: 120px;
    max-width: 120px;
  }

  #sp-header .header-modules input {
    min-width: 0;
    max-width: 120px;
  }
}


/* =========================================================
   Tablet und iPad von 768 bis 1199 px
   ========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

  #sp-top-bar {
    display: none;
  }

  #sp-header,
  #sp-header .container,
  #sp-header .container-inner,
  #sp-header .row {
    min-height: 92px;
  }

  #sp-logo {
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }

  #sp-logo .logo img,
  #sp-logo img.logo-image {
    height: 112px !important;
    max-height: none !important;
  }

  #sp-header .sp-megamenu-wrapper,
  #sp-header .sp-megamenu-parent {
    display: none !important;
  }

  #sp-header .header-modules,
  #offcanvas-toggler,
  #sp-header #offcanvas-toggler,
  #sp-header .offcanvas-toggler,
  #sp-header .offcanvas-toggler-left,
  #sp-header .offcanvas-toggler-right {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #sp-header .header-modules,
  #sp-header .offcanvas-toggler {
    padding-top: 22px;
  }

  .je-hero {
    overflow: visible;
  }

  .je-hero__button {
    position: static;
    display: flex;
    width: max-content;
    margin: 18px auto 0;
    transform: none;
  }
}


/* =========================================================
   Mobil bis 767 px
   ========================================================= */

@media (max-width: 767px) {

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 19px;
  }

  #sp-top-bar {
    display: none;
  }

  #sp-header,
  #sp-header .container,
  #sp-header .container-inner,
  #sp-header .row {
    min-height: 74px;
  }

  #sp-logo {
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }

  #sp-logo .logo img,
  #sp-logo img.logo-image {
    height: 92px !important;
    max-height: none !important;
  }

  #sp-header .sp-megamenu-wrapper,
  #sp-header .sp-megamenu-parent {
    display: none !important;
  }

  #sp-header .header-modules,
  #offcanvas-toggler,
  #sp-header #offcanvas-toggler,
  #sp-header .offcanvas-toggler,
  #sp-header .offcanvas-toggler-left,
  #sp-header .offcanvas-toggler-right {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #sp-header .header-modules,
  #sp-header .offcanvas-toggler {
    padding-top: 15px;
  }

  .je-button {
    min-width: 155px;
    padding: 11px 22px;
    font-size: 14px;
  }

  .je-hero {
    overflow: visible;
  }

  .je-hero__button {
    position: static;
    display: flex;
    width: max-content;
    margin: 18px auto 0;
    transform: none;
  }
}
/* =========================================================
   Vorübergehender Umbauhinweis auf der Startseite
   ========================================================= */

.je-umbauhinweis {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 42px auto;
  padding: 30px 34px;
  border-top: 4px solid var(--je-petrol);
  background-color: var(--je-beige);
  text-align: center;
}

.je-umbauhinweis h2 {
  margin: 0 0 16px;
  color: var(--je-petrol-dunkel);
  font-size: 30px;
}

.je-umbauhinweis p {
  max-width: 760px;
  margin: 0 auto 10px;
}

.je-umbauhinweis p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .je-umbauhinweis {
    width: calc(100% - 28px);
    margin: 28px auto;
    padding: 24px 20px;
  }

  .je-umbauhinweis h2 {
    font-size: 25px;
  }
}

/* =========================================================
   Startseite – Vier Startkacheln
   ========================================================= */

.start-kachel {
  height: 100%;
  margin: 0;
}

.start-kachel .start-kachel-inhalt {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: var(--je-header-hell);
  box-shadow: none;
  transition: box-shadow 0.25s ease;
}

.start-kachel .start-kachel-inhalt:hover,
.start-kachel .start-kachel-inhalt:focus-within {
  box-shadow: 0 8px 18px rgba(79, 74, 70, 0.10);
}

.start-kachel .start-kachel-inhalt img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.start-kachel .start-kachel-text {
  flex: 1;
  min-height: 110px;
  padding: 14px 14px 16px;
  border-top: 3px solid var(--je-petrol);
  background-color: var(--je-header-hell);
  text-align: center;
}

.start-kachel .start-kachel-text h3 {
  margin: 0 0 6px;
  padding: 0;
  color: var(--je-petrol-dunkel) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.start-kachel .start-kachel-text p {
  margin: 0;
  padding: 0;
  color: var(--je-text) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.start-kachel .start-kachel-gesamtlink {
  position: absolute !important;
  inset: 0 !important;
  z-index: 20 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.start-kachel .start-kachel-gesamtlink .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.start-kachel .start-kachel-gesamtlink:focus-visible {
  outline: 3px solid var(--je-petrol);
  outline-offset: -3px;
}

@media (max-width: 991px) {

  .start-kachel .start-kachel-text {
    min-height: 105px;
    padding: 13px 12px 15px;
  }

  .start-kachel .start-kachel-text h3 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {

  .start-kachel .start-kachel-inhalt {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .start-kachel .start-kachel-text {
    min-height: 0;
    padding: 14px 14px 16px;
  }

  .start-kachel .start-kachel-text h3 {
    font-size: 20px;
  }

  .start-kachel .start-kachel-text p {
    font-size: 15px;
  }
}
/* =========================================================
   Startseite – Beliebte & neue Häkelanleitungen
   ========================================================= */

.start-anleitungen {
  height: 100%;
  margin: 15px 0 0;
}

.start-anleitungen-inhalt {
  width: 100%;
}

/* Überschrift wie in der Vorlage */
.start-anleitungen-ueberschrift {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin: 0 0 24px;
}

.start-anleitungen-ueberschrift::before,
.start-anleitungen-ueberschrift::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  max-width: 90px;
  height: 1px;
  background-color: var(--je-linie);
}

.start-anleitungen-ueberschrift > span {
  display: none;
}

.start-anleitungen-ueberschrift h2 {
  margin: 0;
  color: var(--je-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.start-anleitungen-ueberschrift h2::after {
  content: "♡";
  display: inline-block;
  margin-left: 12px;
  color: var(--je-linie);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  vertical-align: -2px;
}

/* Vier Anleitungskarten */
.start-anleitungen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.start-anleitung-karte {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: var(--je-header-hell);
}

.start-anleitung-karte > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--je-text);
  text-decoration: none !important;
  box-shadow: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.start-anleitung-karte > a:link,
.start-anleitung-karte > a:visited,
.start-anleitung-karte > a:hover,
.start-anleitung-karte > a:focus {
  color: var(--je-text);
  text-decoration: none !important;
}

.start-anleitung-karte > a:hover,
.start-anleitung-karte > a:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(79, 74, 70, 0.12);
}

/* Quadratische Grafiken */
.start-anleitung-karte img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0;
}

/* Textbereich */
.start-anleitung-text {
  flex: 1;
  padding: 13px 10px 15px;
  border-top: 3px solid var(--je-petrol);
  background-color: var(--je-header-hell);
  text-align: center;
}

.start-anleitung-text h3 {
  margin: 0 0 5px;
  color: var(--je-petrol-dunkel) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.start-anleitung-text p {
  margin: 0;
  color: var(--je-text-hell) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.start-anleitung-karte > a:focus-visible {
  outline: 3px solid var(--je-petrol);
  outline-offset: 3px;
}

/* Tablet */
@media (max-width: 991px) {

  .start-anleitungen-ueberschrift {
    gap: 14px;
    margin-bottom: 20px;
  }

  .start-anleitungen-ueberschrift::before,
  .start-anleitungen-ueberschrift::after {
    max-width: 65px;
  }

  .start-anleitungen-ueberschrift h2 {
    font-size: 25px;
    white-space: normal;
  }

  .start-anleitungen-ueberschrift h2::after {
    font-size: 25px;
  }

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

/* Smartphone */
@media (max-width: 767px) {

  .start-anleitungen-ueberschrift {
    gap: 9px;
    margin-bottom: 18px;
  }

  .start-anleitungen-ueberschrift::before,
  .start-anleitungen-ueberschrift::after {
    max-width: 35px;
  }

  .start-anleitungen-ueberschrift h2 {
    font-size: 23px;
  }

  .start-anleitungen-ueberschrift h2::after {
    margin-left: 7px;
    font-size: 23px;
  }

  .start-anleitungen-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .start-anleitung-karte {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .start-anleitung-text h3 {
    font-size: 20px;
  }

  .start-anleitung-text p {
    font-size: 14px;
  }
}
/* =========================================================
   Startseite – Über-mich-Banner
   ========================================================= */

.start-ueber-mich {
  width: 100%;
  margin: 0;
}

.start-ueber-mich-banner {
  width: 100%;
  margin: 42px 0 0;
  overflow: hidden;
}

.start-ueber-mich-banner picture {
  display: block;
  width: 100%;
}

.start-ueber-mich-banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {

  .start-ueber-mich-banner {
    margin-top: 34px;
  }
}

/* Smartphone */
@media (max-width: 767px) {

  .start-ueber-mich-banner {
    width: calc(100% - 28px);
    margin: 28px auto 0;
  }

  .start-ueber-mich-banner img {
    width: 100%;
  }
}
/* =========================================================
   Hauptmenü – Untermenü

   Hinterlegte Menübilder im Desktop-Dropdown ausblenden.
   Menütitel ausdrücklich als normalen Text anzeigen.
   Auf der Landingpage bleiben Bild und Titel erhalten.
   ========================================================= */

#sp-header .sp-megamenu-parent .sp-dropdown {
  padding-top: 0;
}

#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  min-width: 220px;
  padding: 8px;
  border: 1px solid var(--je-linie);
  border-top: 3px solid var(--je-petrol);
  border-radius: 0;
  background-color: var(--je-header-hell);
  box-shadow: 0 8px 18px rgba(79, 74, 70, 0.12);
}


/* Liste zurücksetzen */

#sp-header .sp-megamenu-parent .sp-dropdown ul,
#sp-header .sp-megamenu-parent .sp-dropdown li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Untermenü-Link */

#sp-header .sp-megamenu-parent .sp-dropdown li > a,
#sp-header .sp-megamenu-parent .sp-dropdown li > span {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 11px 14px !important;
  overflow: visible !important;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--je-text) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  white-space: normal;
  visibility: visible !important;
  opacity: 1 !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}


/* Nur das hinterlegte Bild ausblenden */

#sp-header .sp-megamenu-parent .sp-dropdown li > a img,
#sp-header .sp-megamenu-parent .sp-dropdown li > span img,
#sp-header .sp-megamenu-parent .sp-dropdown .menu-image {
  display: none !important;
}


/* Von Joomla erzeugten Bildtitel wieder als normalen Text anzeigen */

#sp-header .sp-megamenu-parent .sp-dropdown .image-title,
#sp-header .sp-megamenu-parent .sp-dropdown .menu-image-title,
#sp-header .sp-megamenu-parent .sp-dropdown [class*="image-title"] {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  color: inherit !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-indent: 0 !important;
  white-space: normal !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* Hover und aktive Unterseite */

#sp-header .sp-megamenu-parent .sp-dropdown li > a:hover,
#sp-header .sp-megamenu-parent .sp-dropdown li > a:focus,
#sp-header .sp-megamenu-parent .sp-dropdown li.active > a,
#sp-header .sp-megamenu-parent .sp-dropdown li.current-item > a {
  background-color: var(--je-petrol);
  color: var(--je-weiss) !important;
  text-decoration: none !important;
}

#sp-header .sp-megamenu-parent .sp-dropdown li > a:hover .image-title,
#sp-header .sp-megamenu-parent .sp-dropdown li > a:focus .image-title,
#sp-header .sp-megamenu-parent .sp-dropdown li.active > a .image-title,
#sp-header .sp-megamenu-parent .sp-dropdown li.current-item > a .image-title {
  color: var(--je-weiss) !important;
}
/* =========================================================
   Footer-Menü
   ========================================================= */

#sp-footer {
  background-color: var(--je-creme);
  color: var(--je-text);
}

#sp-footer #sp-footer1,
#sp-footer #sp-footer1 .sp-column,
#sp-footer #sp-footer1 .sp-module,
#sp-footer #sp-footer1 .sp-module-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sp-footer #sp-footer1 ul.mod-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 22px 15px 18px;
  border-top: 1px solid var(--je-linie);
  list-style: none;
  text-align: center;
}

#sp-footer #sp-footer1 ul.mod-menu > li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#sp-footer #sp-footer1 ul.mod-menu > li:not(:last-child)::after {
  content: "•";
  display: inline-block;
  margin: 0 18px;
  color: var(--je-linie);
  font-size: 13px;
  line-height: 1;
}

#sp-footer #sp-footer1 ul.mod-menu > li > a {
  display: inline-block;
  margin: 0;
  padding: 4px 0;
  background-color: transparent;
  color: var(--je-text) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}

#sp-footer #sp-footer1 ul.mod-menu > li > a:hover,
#sp-footer #sp-footer1 ul.mod-menu > li > a:focus,
#sp-footer #sp-footer1 ul.mod-menu > li.active > a,
#sp-footer #sp-footer1 ul.mod-menu > li.current > a {
  background-color: transparent;
  color: var(--je-petrol-dunkel) !important;
  text-decoration: none;
}

/* Smartphone */
@media (max-width: 767px) {

  #sp-footer #sp-footer1 ul.mod-menu {
    padding: 18px 12px 15px;
  }

  #sp-footer #sp-footer1 ul.mod-menu > li:not(:last-child)::after {
    margin: 0 11px;
  }

  #sp-footer #sp-footer1 ul.mod-menu > li > a {
    font-size: 13px;
  }
}
/* =========================================================
   EINZELNE HÄKELANLEITUNG – GEMEINSAME KOPIERVORLAGE
   ========================================================= */

.anleitung-seite {
  width: 100%;
  margin: 0;
  padding: 0 0 58px;
  color: var(--je-text);
}


/* =========================================================
   Banner
   ========================================================= */

.anleitung-banner {
  width: 100%;
  margin: 0 0 46px;
  overflow: hidden;
}

.anleitung-banner picture {
  display: block;
  width: 100%;
}

.anleitung-banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


/* =========================================================
   Dreispaltiger Hauptbereich
   ========================================================= */

.anleitung-hauptbereich {
  display: grid;
  grid-template-columns:
    minmax(220px, 0.72fr)
    minmax(390px, 1.5fr)
    minmax(280px, 1fr);
  gap: 34px;
  align-items: start;
  width: calc(100% - 48px);
  max-width: var(--je-inhaltsbreite);
  margin: 0 auto 42px;
}


/* =========================================================
   Linke Infobox
   ========================================================= */

.anleitung-infobox {
  padding: 28px 25px;
  border-top: 4px solid var(--je-petrol);
  background-color: var(--je-beige);
}

.anleitung-infobox h2 {
  margin: 0 0 24px;
  color: var(--je-petrol-dunkel);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.anleitung-fakten {
  margin: 0;
}

.anleitung-fakt {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--je-linie);
}

.anleitung-fakt:first-child {
  padding-top: 0;
}

.anleitung-fakt:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.anleitung-fakt-titel,
.anleitung-fakt-wert {
  display: block;
}

.anleitung-fakt-titel {
  margin: 0 0 3px;
  color: var(--je-text-hell);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.anleitung-fakt-wert {
  color: var(--je-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}


/* =========================================================
   Mittlere Beschreibung
   ========================================================= */

.anleitung-beschreibung {
  min-width: 0;
}

.anleitung-kategorie {
  margin: 0 0 7px;
  color: var(--je-petrol);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.anleitung-beschreibung h1 {
  margin: 0 0 18px;
  color: var(--je-braun);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
}

.anleitung-einleitung {
  margin: 0 0 30px;
  color: var(--je-text);
  font-size: 17px;
  line-height: 1.7;
}

.anleitung-textbereich {
  margin: 0;
}

.anleitung-textbereich h2 {
  margin: 0 0 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--je-linie);
  color: var(--je-braun);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.anleitung-textbereich p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}

.anleitung-textbereich p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   Rechtes Detailbild
   ========================================================= */

.anleitung-detailbild {
  width: 100%;
  overflow: hidden;
  background-color: var(--je-header-hell);
}

.anleitung-detailbild img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


/* =========================================================
   Zweierblock
   ========================================================= */

.anleitung-zusatzbereich {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: calc(100% - 48px);
  max-width: var(--je-inhaltsbreite);
  margin: 0 auto 34px;
}

.anleitung-zusatzbox {
  height: 100%;
  padding: 28px 30px;
  border-top: 3px solid var(--je-petrol);
  background-color: #e7f0f2;
}

.anleitung-zusatzbox h2 {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(82, 137, 153, 0.28);
  color: var(--je-petrol-dunkel);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.anleitung-zusatzbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anleitung-zusatzbox li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 28px;
  color: var(--je-text);
  font-size: 15px;
  line-height: 1.55;
}

.anleitung-zusatzbox li::before {
  content: "♡";
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--je-petrol);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}


/* =========================================================
   Etsy-Zeile
   ========================================================= */

.anleitung-etsy-zeile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: calc(100% - 48px);
  max-width: var(--je-inhaltsbreite);
  margin: 0 auto 58px;
  padding: 28px 34px;
  border-left: 4px solid var(--je-petrol);
  background-color: #e7f0f2;
}

.anleitung-etsy-text h2 {
  margin: 0 0 7px;
  color: var(--je-petrol-dunkel);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.anleitung-etsy-text p {
  margin: 0;
  color: var(--je-text);
  font-size: 15px;
  line-height: 1.5;
}

.anleitung-etsy-button {
  flex: 0 0 auto;
  min-width: 230px;
  text-align: center;
}


/* =========================================================
   Smartphone
   ========================================================= */

@media (max-width: 767px) {

  .anleitung-zusatzbereich {
    grid-template-columns: 1fr;
    gap: 18px;
    width: calc(100% - 28px);
    margin-bottom: 26px;
  }

  .anleitung-zusatzbox {
    padding: 24px 21px;
  }

  .anleitung-zusatzbox h2 {
    font-size: 25px;
  }

  .anleitung-etsy-zeile {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    width: calc(100% - 28px);
    margin-bottom: 44px;
    padding: 24px 21px;
    text-align: center;
  }

  .anleitung-etsy-text h2 {
    font-size: 25px;
  }

  .anleitung-etsy-button {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   Empfehlungen
   ========================================================= */

.anleitung-empfehlungen {
  width: calc(100% - 48px);
  max-width: var(--je-inhaltsbreite);
  margin: 0 auto;
}

.anleitung-empfehlungen-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 28px;
}

.anleitung-empfehlungen-titel::before,
.anleitung-empfehlungen-titel::after {
  content: "";
  flex: 1 1 auto;
  max-width: 90px;
  height: 1px;
  background-color: var(--je-linie);
}

.anleitung-empfehlungen-titel h2 {
  margin: 0;
  color: var(--je-text);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.anleitung-empfehlungen-titel h2::after {
  content: "♡";
  display: inline-block;
  margin-left: 10px;
  color: var(--je-linie);
}

.anleitung-empfehlungen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.anleitung-empfehlung {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: var(--je-beige);
}

.anleitung-empfehlung > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--je-text);
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.anleitung-empfehlung > a:link,
.anleitung-empfehlung > a:visited,
.anleitung-empfehlung > a:hover,
.anleitung-empfehlung > a:focus {
  color: var(--je-text);
  text-decoration: none !important;
}

.anleitung-empfehlung > a:hover,
.anleitung-empfehlung > a:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(79, 74, 70, 0.12);
}

.anleitung-empfehlung img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  object-fit: cover;
}

.anleitung-empfehlung > a > div {
  flex: 1;
  padding: 15px 14px 17px;
  border-top: 3px solid var(--je-linie);
  background-color: var(--je-beige);
  text-align: center;
}

.anleitung-empfehlung h3 {
  margin: 0 0 5px;
  color: var(--je-braun) !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.anleitung-empfehlung p {
  margin: 0;
  color: var(--je-text-hell) !important;
  font-size: 13px;
  line-height: 1.4;
}


/* =========================================================
   Smartphone
   ========================================================= */

@media (max-width: 767px) {

  .anleitung-empfehlungen {
    width: calc(100% - 28px);
  }

  .anleitung-empfehlungen-titel {
    gap: 9px;
  }

  .anleitung-empfehlungen-titel::before,
  .anleitung-empfehlungen-titel::after {
    max-width: 35px;
  }

  .anleitung-empfehlungen-titel h2 {
    font-size: 24px;
  }

  .anleitung-empfehlungen-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .anleitung-empfehlung {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1199px) {

  .anleitung-hauptbereich {
    grid-template-columns:
      minmax(220px, 0.8fr)
      minmax(0, 1.4fr);
  }

  .anleitung-detailbild {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .anleitung-beschreibung h1 {
    font-size: 36px;
  }
}


/* =========================================================
   Smartphone
   ========================================================= */

@media (max-width: 767px) {

  .anleitung-seite {
    padding-bottom: 42px;
  }

  .anleitung-banner {
    margin-bottom: 30px;
  }

  .anleitung-hauptbereich {
    grid-template-columns: 1fr;
    gap: 26px;
    width: calc(100% - 28px);
    margin-bottom: 32px;
  }

  .anleitung-infobox {
    padding: 24px 21px;
  }

  .anleitung-beschreibung h1 {
    font-size: 32px;
  }

  .anleitung-einleitung {
    font-size: 16px;
  }

  .anleitung-detailbild {
    grid-column: auto;
    max-width: 520px;
  }

  .anleitung-zusatzbereich {
    grid-template-columns: 1fr;
    gap: 18px;
    width: calc(100% - 28px);
    margin-bottom: 26px;
  }

  .anleitung-zusatzbox {
    padding: 24px 21px;
  }

  .anleitung-zusatzbox h2 {
    font-size: 25px;
  }

  .anleitung-etsy-zeile {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    width: calc(100% - 28px);
    margin-bottom: 44px;
    padding: 24px 21px;
    text-align: center;
  }

  .anleitung-etsy-text h2 {
    font-size: 25px;
  }

  .anleitung-etsy-button {
    width: 100%;
    min-width: 0;
  }

  .anleitung-empfehlungen {
    width: calc(100% - 28px);
  }

  .anleitung-empfehlungen-titel {
    gap: 9px;
  }

  .anleitung-empfehlungen-titel::before,
  .anleitung-empfehlungen-titel::after {
    max-width: 35px;
  }

  .anleitung-empfehlungen-titel h2 {
    font-size: 24px;
  }

  .anleitung-empfehlungen-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .anleitung-empfehlung {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* =========================================================
   LANDINGPAGE – HÄKELANLEITUNGEN
   Banner, Einleitung und automatische Menükacheln
   ========================================================= */

.landingpage {
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
  color: var(--je-text);
}


/* =========================================================
   Banner
   ========================================================= */

.landingpage-banner {
  width: 100%;
  margin: -30px 0 42px;
  overflow: hidden;
}

.landingpage-banner picture {
  display: block;
  width: 100%;
}

.landingpage-banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


/* =========================================================
   Einleitung
   ========================================================= */

.landingpage-einleitung {
  width: calc(100% - 48px);
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.landingpage-kategorie {
  margin: 0 0 7px;
  color: var(--je-petrol);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.landingpage-einleitung h1 {
  margin: 0 0 18px;
  color: var(--je-braun);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.15;
}

.landingpage-einleitung > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: var(--je-text);
  font-size: 17px;
  line-height: 1.7;
}


/* =========================================================
   Geladenes Menümodul
   ========================================================= */

.landingpage-menue {
  width: calc(100% - 48px);
  max-width: var(--je-inhaltsbreite);
  margin: 0 auto;
}

.landingpage-menue .sp-module,
.landingpage-menue .sp-module-content,
.landingpage-menue .custom,
.landingpage-menue nav {
  width: 100%;
  margin: 0;
  padding: 0;
}


/* =========================================================
   Kachelraster
   Greift unabhängig von der Joomla-Modulausgabe
   ========================================================= */

.landingpage-menue ul,
.landingpage-menue ul.mod-menu,
.landingpage-menue ul.menu,
.landingpage-menue ul.mod-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.landingpage-menue ul > li {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background-color: var(--je-beige);
}


/* =========================================================
   Gesamte Kachel
   ========================================================= */

.landingpage-menue ul > li > a {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background-color: var(--je-beige);
  color: var(--je-braun) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.landingpage-menue ul > li > a:hover,
.landingpage-menue ul > li > a:focus {
  color: var(--je-braun) !important;
  text-decoration: none !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(79, 74, 70, 0.14);
}


/* =========================================================
   Menübilder
   ========================================================= */

.landingpage-menue ul > li > a img {
  display: block !important;
  order: 1;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 2;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover;
}


/* =========================================================
   Menütitel
   ========================================================= */

.landingpage-menue ul > li > a .image-title,
.landingpage-menue ul > li > a span {
  display: flex !important;
  order: 2;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 18px 15px 19px;
  border-top: 3px solid var(--je-linie);
  background-color: var(--je-beige);
  color: var(--je-braun) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}


/* =========================================================
   Aktive Kachel und Tastaturbedienung
   ========================================================= */

.landingpage-menue ul > li.active > a,
.landingpage-menue ul > li.current > a,
.landingpage-menue ul > li.current-item > a {
  background-color: var(--je-beige);
  color: var(--je-braun) !important;
}

.landingpage-menue ul > li > a:focus-visible {
  outline: 3px solid var(--je-petrol);
  outline-offset: 3px;
}


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

@media (max-width: 991px) {

  .landingpage-banner {
    margin: -18px 0 34px;
  }

  .landingpage-einleitung {
    margin-bottom: 36px;
  }

  .landingpage-einleitung h1 {
    font-size: 38px;
  }

  .landingpage-menue ul,
  .landingpage-menue ul.mod-menu,
  .landingpage-menue ul.menu,
  .landingpage-menue ul.mod-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .landingpage-menue ul > li > a,
  .landingpage-menue ul > li > a .image-title,
  .landingpage-menue ul > li > a span {
    font-size: 21px;
  }
}


/* =========================================================
   Smartphone
   ========================================================= */

@media (max-width: 767px) {

  .landingpage {
    padding-bottom: 42px;
  }

  .landingpage-banner {
    margin: 0 0 28px;
  }

  .landingpage-einleitung {
    width: calc(100% - 28px);
    margin-bottom: 30px;
  }

  .landingpage-einleitung h1 {
    font-size: 32px;
  }

  .landingpage-einleitung > p:last-child {
    font-size: 16px;
  }

  .landingpage-menue {
    width: calc(100% - 28px);
  }

  .landingpage-menue ul,
  .landingpage-menue ul.mod-menu,
  .landingpage-menue ul.menu,
  .landingpage-menue ul.mod-list {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .landingpage-menue ul > li {
    width: 100% !important;
    max-width: 520px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .landingpage-menue ul > li > a .image-title,
  .landingpage-menue ul > li > a span {
    min-height: 0;
    padding: 16px 14px 17px;
    font-size: 21px;
  }
}
/* =========================================================
   KATEGORIE-LANDINGPAGES – AUTOMATISCHE ANLEITUNGSKARTEN

   Gilt für die Ausgabe innerhalb von:
   .kategorie-anleitungen

   Desktop groß: 4 Karten
   kleiner Desktop/Laptop: 3 Karten
   Tablet: 2 Karten
   Smartphone: 1 Karte
   ========================================================= */


/* =========================================================
   Gesamtbereich
   ========================================================= */

.kategorie-anleitungen {
  width: calc(100% - 48px);
  max-width: var(--je-inhaltsbreite);
  margin: 42px auto 0;
}


/* =========================================================
   Modulrahmen zurücksetzen
   ========================================================= */

.kategorie-anleitungen .sp-module,
.kategorie-anleitungen .sp-module-content {
  width: 100%;
  margin: 0;
  padding: 0;
}


/* =========================================================
   Kartenraster – großer Desktop
   ========================================================= */

.kategorie-anleitungen > ul.mod-articles-items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}


/* =========================================================
   Listenpunkte
   ========================================================= */

.kategorie-anleitungen > ul.mod-articles-items > li {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kategorie-anleitungen li::marker {
  content: "";
}


/* =========================================================
   Einzelne Karte
   ========================================================= */

.kategorie-anleitungen .mod-articles-item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.kategorie-anleitungen .mod-articles-item-content {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--je-beige);
  box-shadow: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.kategorie-anleitungen .mod-articles-item-content:hover,
.kategorie-anleitungen .mod-articles-item-content:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(79, 74, 70, 0.13);
}


/* =========================================================
   Bildbereich
   ========================================================= */

.kategorie-anleitungen .mod-articles-image,
.kategorie-anleitungen .article-intro-image {
  order: 1;
  float: none !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kategorie-anleitungen .mod-articles-image > a,
.kategorie-anleitungen .article-intro-image > a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

.kategorie-anleitungen .mod-articles-image img,
.kategorie-anleitungen .article-intro-image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover;
}


/* =========================================================
   Titelbereich
   ========================================================= */

.kategorie-anleitungen .mod-articles-title {
  order: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  margin: 0 !important;
  padding: 15px 12px 16px !important;
  border-top: 3px solid var(--je-linie);
  background-color: var(--je-beige);
  color: var(--je-braun);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.kategorie-anleitungen .mod-articles-title a {
  display: block;
  width: 100%;
  color: var(--je-braun) !important;
  text-decoration: none !important;
}

.kategorie-anleitungen .mod-articles-title a:hover,
.kategorie-anleitungen .mod-articles-title a:focus {
  color: var(--je-petrol-dunkel) !important;
  text-decoration: none !important;
}


/* =========================================================
   Optionaler Einleitungstext
   ========================================================= */

.kategorie-anleitungen .mod-articles-item-content > p,
.kategorie-anleitungen .mod-articles-introtext {
  order: 3;
  flex: 1;
  margin: 0;
  padding: 0 14px 16px;
  background-color: var(--je-beige);
  color: var(--je-text-hell);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}


/* =========================================================
   Unerwünschte Metadaten ausblenden
   ========================================================= */

.kategorie-anleitungen .article-info,
.kategorie-anleitungen .article-info-term,
.kategorie-anleitungen .published,
.kategorie-anleitungen .createdby,
.kategorie-anleitungen .category-name,
.kategorie-anleitungen .hits,
.kategorie-anleitungen .tags,
.kategorie-anleitungen .readmore,
.kategorie-anleitungen .mod-articles-category-date,
.kategorie-anleitungen .mod-articles-category-writtenby,
.kategorie-anleitungen .mod-articles-category-category {
  display: none !important;
}


/* =========================================================
   Tastaturfokus
   ========================================================= */

.kategorie-anleitungen a:focus-visible {
  outline: 3px solid var(--je-petrol);
  outline-offset: -3px;
}


/* =========================================================
   Kleiner Desktop und Laptop
   ========================================================= */

@media (max-width: 1399px) {

  .kategorie-anleitungen > ul.mod-articles-items {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .kategorie-anleitungen .mod-articles-title {
    min-height: 72px;
    font-size: 20px;
  }
}


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

@media (max-width: 991px) {

  .kategorie-anleitungen {
    margin-top: 36px;
  }

  .kategorie-anleitungen > ul.mod-articles-items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .kategorie-anleitungen .mod-articles-title {
    min-height: 68px;
    font-size: 20px;
  }
}


/* =========================================================
   Smartphone
   ========================================================= */

@media (max-width: 767px) {

  .kategorie-anleitungen {
    width: calc(100% - 28px);
    margin-top: 30px;
  }

  .kategorie-anleitungen > ul.mod-articles-items {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .kategorie-anleitungen > ul.mod-articles-items > li {
    width: 100% !important;
    max-width: 420px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .kategorie-anleitungen .mod-articles-title {
    min-height: 0;
    padding: 16px 14px 17px !important;
    font-size: 21px;
  }

  .kategorie-anleitungen .mod-articles-item-content > p,
  .kategorie-anleitungen .mod-articles-introtext {
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
}
/* =========================================================
   KATEGORIE-LANDINGPAGES – EINLEITUNGSBEREICH
   Bannertext zwischen Banner und Anleitungskarten
   ========================================================= */

.kategorie-landingpage-einleitung {
  width: calc(100% - 48px);
  max-width: 880px;
  margin: 34px auto 0;
  padding: 0;
  text-align: center;
}

.kategorie-landingpage-label {
  margin: 0 0 8px;
  color: var(--je-petrol);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.kategorie-landingpage-einleitung h1 {
  margin: 0 0 16px;
  color: var(--je-braun);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
}

.kategorie-landingpage-einleitung > p:last-child {
  max-width: 780px;
  margin: 0 auto;
  color: var(--je-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}


/* =========================================================
   Abstand zu den automatischen Anleitungskarten
   ========================================================= */

.kategorie-landingpage-einleitung + .kategorie-anleitungen {
  margin-top: 38px;
}


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

@media (max-width: 991px) {

  .kategorie-landingpage-einleitung {
    margin-top: 30px;
  }

  .kategorie-landingpage-einleitung h1 {
    font-size: 36px;
  }

  .kategorie-landingpage-einleitung + .kategorie-anleitungen {
    margin-top: 32px;
  }
}


/* =========================================================
   Smartphone
   ========================================================= */

@media (max-width: 767px) {

  .kategorie-landingpage-einleitung {
    width: calc(100% - 28px);
    margin-top: 26px;
  }

  .kategorie-landingpage-label {
    font-size: 13px;
  }

  .kategorie-landingpage-einleitung h1 {
    margin-bottom: 13px;
    font-size: 31px;
  }

  .kategorie-landingpage-einleitung > p:last-child {
    font-size: 16px;
    line-height: 1.6;
  }

  .kategorie-landingpage-einleitung + .kategorie-anleitungen {
    margin-top: 28px;
  }
}