/* =========================================================
   WAFFELKATZE – STATIC PAGES / SHORTCODES
   Kooperationen / Über mich
   ========================================================= */

/* =========================================================
   1. Base
   ========================================================= */

.wk-page{
  background: #fcfaf7;
  color: #2f2a28;
}

.wk-page *,
.wk-page *::before,
.wk-page *::after{
  box-sizing: border-box;
}

.wk-page img{
  display: block;
  max-width: 100%;
  height: auto;
}

.wk-page a{
  color: #fff;
}

.wk-pageContainer{
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.wk-pageContainer--narrow{
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
}

/* =========================================================
   2. Hero
   ========================================================= */

.wk-pageHero{
  position: relative;
  min-height: 520px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wk-pageHero__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wk-pageHero__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wk-pageHero__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
}

.wk-pageHero__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 22px;
}

.wk-pageHero__heroContent{
  position: relative;
  width: min(860px, 100%);
  margin: 0 auto;
}

.wk-pageHero__band{
  max-width: 760px;
  margin: 0 auto;
  padding: 38px 34px 38px 34px;
  border-radius: 28px;
  background: rgba(255, 248, 244, 0.18);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 14px 34px rgba(0,0,0,0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}

.wk-pageHero__sticker{
      position: absolute;
    top: 63px;
    left: -29px;
    z-index: 3;
    pointer-events: none;
}

.wk-pageHero__sticker img{
  display: block;
  width: 273px;
  max-width: 100%;
  height: auto;
}

.wk-pageHero__eyebrow{
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}

.wk-pageHero__title{
  margin: 0;
  line-height: 1.08;
  color: #fff;
  font-weight: 500;
}

.wk-pageHero__subtitle{
  max-width: 620px;
  margin: 14px auto 0;
  font-size: 1.05rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.94);
  font-weight: 400;
}

@media (max-width: 900px){
  .wk-pageHero{
    min-height: 460px;
  }

  .wk-pageHero__band{
    padding: 30px 24px;
    border-radius: 24px;
  }

  .wk-pageHero__sticker{
    top:  114px;
    left: 196px;
  }

  .wk-pageHero__sticker img{
    width: 239px;
  }
}

@media (max-width: 640px){
  .wk-pageHero{
    min-height: 420px;
  }

  .wk-pageHero__inner{
    padding: 28px 14px;
  }

  .wk-pageHero__band{
    padding: 24px 18px;
  }

  .wk-pageHero__sticker{
    top: 108px;
        left: 116px;
  }

  .wk-pageHero__sticker img{
    width: 196px;
  }

  .wk-pageHero__subtitle{
    font-size: 0.98rem;
    line-height: 1.7;
  }
}


@media (max-width: 450px) {
    .wk-pageHero__sticker {
     top: 187px;
        left: 78px;
        width: 169px;
    }
}
/* =========================================================
   3. Intro / generic sections
   ========================================================= */

.wk-pageIntro{
  padding: 64px 0 20px;
}

.wk-pageSection{
  padding: 22px 0;
}

.wk-sectionEyebrow,
.wk-cardEyebrow{
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8c7868;
  text-align: center
}

.wk-cardEyebrow--center{
  text-align: center;
}

.wk-cardEyebrow--light{
  color: rgba(255,255,255,0.86);
}

.wk-sectionTitle{
  margin: 0 0 14px;
  line-height: 1.15;
  color: #2f2a28;
  text-align: center;
}

.wk-sectionLead{
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #5f5651;
  text-align: center;
}

.wk-subTitle{
  margin: 0 0 14px;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #2f2a28;
  text-align: center
}

.wk-cardTitle{
  margin: 0 0 16px;
  line-height: 1.2;
  color: #2f2a28;
  text-align: center
}

.wk-cardTitle--center{
  text-align: center;
}

.wk-cardTitle--light{
  color: #fff;
}

/* =========================================================
   4. Coop shell + panel
   ========================================================= */

.wk-coopShell{
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  background: linear-gradient(180deg, #f6eee7 0%, #f2e8e0 100%);
}

.wk-coopShell__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.wk-coopShell__bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://waffelkatze.de/wp-content/uploads/2026/03/ChatGPT-Image-18.-Maerz-2026-17_49_28-1024x683.png");
  background-size: cover;
  background-position: center;
    filter: blur(2px);
    transform: scale(1.08);
}

.wk-coopShell__bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(252, 248, 244, 0.77);
}

.wk-coopShell .wk-pageContainer{
  position: relative;
  z-index: 1;
}

.wk-coopPanel{
  padding: 34px 24px;
  border-radius: 34px;
  border: 1px solid rgba(120,96,78,0.10);
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* =========================================================
   5. Cards / boxes
   ========================================================= */

.wk-infoCard,
.wk-noteBox,
.wk-sideImageCard{
  border-radius: 28px;
  background: #ffffff5e;
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
}

.wk-infoCard{
  padding: 29px 67px 48px;
}


.wk-infoCard p:last-child,
.wk-noteBox p:last-child,
.wk-stepCard p:last-child{
  margin-bottom: 0;
}

.wk-noteBox{
  padding: 32px;
  background: #f3e9e1;
  box-shadow: none;
}

.wk-noteBox p{
  color: #564e49;
  line-height: 1.8;
}

.wk-cardGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.wk-infoCard--full{
  grid-column: 1 / -1;
  margin-top: 16px;
}

.wk-cardText{
  display: grid;
  gap: 14px;
}

.wk-cardText p{
  margin: 0;
  line-height: 1.7;
}

.wk-nice{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #fff;
}

/* =========================================================
   6. Profile split
   ========================================================= */

.wk-profileSplit{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.wk-profileSplit__text,
.wk-profileSplit__media{
  min-width: 0;
}

.wk-profileSplit__text{
  display: flex;
}

.wk-profileSplit__text .wk-infoCard{
  width: 100%;
  padding: 42px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wk-profileSplit__text p{
  max-width: 560px;
  color: #564e49;
  line-height: 1.85;
}

.wk-profileSplit__media{
  min-width: 0;
}

.wk-sideImageCover{
  height: 100%;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
}

.wk-profileSplit{
  grid-auto-rows: 1fr;
}

.wk-profileSplit__text,
.wk-profileSplit__media{
  display: flex;
}

.wk-profileSplit__text .wk-infoCard{
  width: 100%;
  height: 100%;
}

.wk-profileSplit__media{
  display: flex;
}

.wk-sideImageCover{
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 28px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================================================
   7. Two-card grid
   ========================================================= */

.wk-cardGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.wk-cardGrid .wk-infoCard{
  height: 100%;
}

.wk-cardGrid .wk-infoCard:last-child{
  background: ffffff5e;
}

/* =========================================================
   8. Lists
   ========================================================= */

.wk-checkList{
  margin: 0;
  padding-left: 1.15rem;
}

.wk-checkList li{
  margin-bottom: 10px;
  color: #564e49;
  line-height: 1.50;
}

.wk-checkList li:last-child{
  margin-bottom: 0;
}

/* =========================================================
   9. Process band / steps
   ========================================================= */

.wk-processBand{
  margin-top: 16px;
  padding: 30px 26px;
  border-radius: 28px;
  background: #f7efe9;
}

.wk-stepGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.wk-stepCard{
  height: 100%;
  padding: 28px 22px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,0.05);
}

.wk-stepNumber{
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #215c45;
  text-align: center
}

.wk-stepTitle{
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.25;
  color: #2f2a28;
  text-align: center
}

.wk-stepCard p{
  color: #5d5550;
  line-height: 1.75;
  text-align: center
}


   
/* =========================================================
   10. CTA cover
   ========================================================= */

.wk-coopCtaCover{
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wk-coopCtaCover__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wk-coopCtaCover__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wk-coopCtaCover__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(0 0 0 / 16%);
}

.wk-coopCtaCover .wk-pageContainer,
.wk-coopCtaCover .wk-pageContainer--narrow{
  position: relative;
  z-index: 2;
}

.wk-ctaGlass{
  padding: 36px 32px;
  margin: 32px;
  border-radius: 32px;
  text-align: center;
  background: rgba(255,248,244,0.22);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 14px 34px rgba(0,0,0,0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wk-ctaText{
  margin: 0;
  color: #fff;
  line-height: 1.8;
}

.wk-ctaMail{
  margin: 10px 0 8px;
  color: #fff;
  line-height: 1.8;
}

.wk-ctaMail a{
  color: #fff;
  text-decoration: none;
}

.wk-ctaMail a:hover{
  text-decoration: underline;
}

.wk-ctaHint{
  margin: 0 0 20px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
}

.wk-ctaActions{
  display: flex;
  justify-content: center;
}

.wk-button-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px 20px;
  border-radius: 999px;
  background: #215c45;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(33,92,69,0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.wk-button-primary:hover{
  transform: translateY(-1px);
  background: #1c4f3b;
  color: #fff;
}

/* =========================================================
   11. About page simple base
   ========================================================= */

.wk-page-about .wk-pageSection{
  padding-top: 44px;
  padding-bottom: 60px;
}

/* =========================================================
   12. Typography spacing
   ========================================================= */

.wk-page p{
  margin-top: 5px;
  margin-bottom: 1em;
  text-align: center
}

.wk-page ul,
.wk-page ol{
  margin-top: 0;
  margin-bottom: 0;
}

.wk-page h1,
.wk-page h2,
.wk-page h3,
.wk-page h4{
  font-weight: 500;
}

.wk-subTitle{
  font-weight: 500;
}

.wk-cardTitle{
  font-weight: 500;
}

/* =========================================================
   13. Responsive
   ========================================================= */

@media (max-width: 1024px){
  .wk-profileSplit{
    grid-template-columns: 1fr;
  }

  .wk-cardGrid{
    grid-template-columns: 1fr;
  }

  .wk-stepGrid{
    grid-template-columns: 1fr;
  }

  .wk-sideImageCover{
    min-height: 340px;
  }
}

@media (max-width: 900px){
  .wk-pageHero{
    min-height: 460px;
  }

  .wk-pageHero__band{
    padding: 30px 24px;
    border-radius: 24px;
  }

  .wk-coopPanel{
    padding: 24px 18px;
    border-radius: 26px;
  }

  .wk-profileSplit__text .wk-infoCard{
    padding: 32px 26px;
  }

.wk-cardGrid{
    grid-template-columns: 1fr;
  }

  .wk-infoCard--full{
    grid-column: auto;
  }

  .wk-processBand{
    padding: 24px 20px;
  }

  .wk-noteBox{
    padding: 28px 24px;
  }

  .wk-ctaGlass{
    padding: 30px 24px;
    border-radius: 24px;
  }
}

@media (max-width: 640px){
  .wk-pageContainer,
  .wk-pageContainer--narrow{
    width: min(100%, calc(100% - 28px));
  }

  .wk-pageHero{
    min-height: 420px;
  }

  .wk-pageHero__inner{
    padding: 28px 14px;
  }

  .wk-pageHero__band{
    padding: 24px 18px;
  }

  .wk-pageHero__subtitle,
  .wk-sectionLead,
  .wk-profileSplit__text p,
  .wk-noteBox p,
  .wk-stepCard p,
  .wk-ctaText,
  .wk-ctaHint,
  .wk-checkList li{
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .wk-infoCard,
  .wk-noteBox,
  .wk-sideImageCard,
  .wk-processBand,
  .wk-stepCard,
  .wk-ctaGlass{
    border-radius: 22px;
  }

  .wk-sideImageCover{
    min-height: 280px;
    border-radius: 18px;
  }

  .wk-coopShell{
    padding: 34px 0;
  }

  .wk-pageIntro{
    padding-top: 48px;
  }
}

/* =========================================================
   14. Search Page
   ========================================================= */

   /* =========================================================
   WAFFELKATZE – SUCHSEITE
   ========================================================= */

.wk-search-page {
  overflow-x: hidden;
}

/* =========================
   HERO (oben & unten)
   ========================= */

.wk-search-page .wk-search-hero,
.wk-search-page .wk-search-footercover {
  position: relative;
}

.wk-search-page .wp-block-cover__inner-container {
  padding-left: 1.0rem;
    padding-right: 1.0rem;
}

/* Glass Panel (zentraler Look deiner Marke) */
.wk-search-page .wk-glass-panel {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-radius: 32px;

  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.28);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

/* Weißer Text im Cover */
.wk-search-page .wk-search-hero h1,
.wk-search-page .wk-search-hero p,
.wk-search-page .wk-search-footercover h2,
.wk-search-page .wk-search-footercover p {
  color: #fff;
}

/* =========================
   TYPO / SECTION INTRO
   ========================= */

.wk-search-page .wk-section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

.wk-search-page .wk-section-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* =========================
   BUTTONS (Pills)
   ========================= */

.wk-search-page .wk-pill-btn .wp-element-button {
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 500;

  background: #0b684d;
  color: #fff;
  border: 1px solid #0b684d;

  transition: all 0.2s ease;
}

.wk-search-page .wk-pill-btn .wp-element-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Outline Variante */
.wk-search-page .wk-pill-btn.is-style-outline .wp-element-button {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
}

/* =========================
   SUCH-CARDS (Finder + Suche)
   ========================= */

.wk-search-page .wk-search-card {
  height: 100%;
  padding: clamp(1.5rem, 2vw, 2.2rem);

  border-radius: 28px;
  background: #fff;

  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.wk-search-page .wk-search-card:hover {
  transform: translateY(-4px);
}

/* =========================
   SEARCH INPUT
   ========================= */

.wk-search-page .wk-search-form {
  margin-top: 1rem;
}

.wk-search-page .wk-search-form .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;

  border-radius: 999px;
  overflow: hidden;

  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;

  padding: 0.25rem;
}

.wk-search-page .wk-search-form .wp-block-search__input {
  border: none !important;
  box-shadow: none !important;
  padding-left: 1rem;
  font-size: 0.95rem;
}

.wk-search-page .wk-search-form .wp-block-search__button {
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 0.75rem 1.2rem;
}

/* =========================
   CHIP BUTTONS (Suchideen)
   ========================= */

.wk-search-page .wk-chip-section .wp-block-buttons {
  gap: 0.6rem;
}

.wk-search-page .wk-filterBtn .wp-element-button {
  border-radius: 999px;
  padding: 0.65rem 1rem;

  background: #0b684d;
  color: #fff;
  border: none;

  font-size: 0.9rem;
}

.wk-search-page .wk-filterBtn .wp-element-button:hover {
  opacity: 0.9;
}

/* =========================
   REZEPT GRID
   ========================= */

.wk-search-page .wk-recipe-card {
  background: transparent;
}

.wk-search-page .wk-recipe-card .wp-block-post-featured-image {
  margin-bottom: 1rem;
}

.wk-search-page .wk-recipe-card .wp-block-post-featured-image img {
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wk-search-page .wk-recipe-card .wp-block-post-title {
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

/* =========================
   PAGINATION
   ========================= */

.wk-search-page .wp-block-query-pagination {
  gap: 0.75rem;
}

.wk-search-page .wp-block-query-pagination a,
.wk-search-page .wp-block-query-pagination span {
  border-radius: 999px;
  padding: 0.7rem 1rem;

  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);

  text-decoration: none;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .wk-search-page .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width: 767px) {

  .wk-search-page .wk-glass-panel {
    border-radius: 24px;
  }

  .wk-search-page .wk-search-card {
    border-radius: 22px;
  }

  .wk-search-page .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }

  .wk-search-page .wk-search-hero {
    min-height: 460px !important;
  }

  .wk-search-page .wk-search-footercover {
    min-height: 300px !important;
  }
}

/* =========================================================
   15. Sticker
   ========================================================= */

   /* =========================================================
   WAFFELKATZE – STICKER SYSTEM
   ========================================================= */

.wk-sticker {
  display: block;
  max-width: 100%;
  height: auto;
}

.wk-sticker-link {
  display: inline-block;
  line-height: 0;
}

.wk-search-page .wk-search-hero {
  position: relative;
  overflow: visible !important;
}

.wk-search-page .wk-search-hero .wp-block-cover__inner-container {
  position: static;
}

.wk-search-page .wk-search-sticker {
  position: absolute;
    left: -10px;
    bottom: -149px;
    width: 330px;
    z-index: 7;
    pointer-events: none;
}

.wk-search-page .wk-search-sticker-2 {
       position: absolute;
    left: 1061px;
    bottom: -199px;
    width: 330px;
    z-index: 7;
    pointer-events: none;
}

.wk-popular-midcover {
  overflow: visible !important;
}

.wk-carouselIntro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.wk-carouselIntro__eyebrow {
  margin-bottom: 0.5rem;
  opacity: 0.7;
}

.wk-carouselIntro__title {
  margin-bottom: 0.75rem;
}

.wk-carouselIntro__text {
  margin-bottom: 1.25rem;
}

.wk-carouselIntro__icon {
  font-size: 1.8rem;
  line-height: 1;
}


@media (max-width: 1240px) {
.wk-search-page .wk-search-sticker-2 {
           position: absolute;
        left: 441px;
        bottom: -205px;
        width: 330px;
        z-index: 7;
        pointer-events: none;
}
}


@media (max-width: 1100px) {
  .wk-search-page .wk-search-sticker {
   top: -3rem;
        right: 5rem;
        width: 302px;
  }

    .wk-search-page .wk-search-sticker-2 {
               top: -5rem;
        left: 430px;
        width: 302px;
    }
}


@media (max-width: 767px) {
  .wk-search-page .wk-search-sticker {
    top: -2rem;
        right: 1rem;
        width: 231px;
  }

    .wk-search-page .wk-search-sticker-2 {
        top: -4rem;
        left: 166px;
        width: 239px;
    }

     .wk-search-page .wk-rf__row {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .wk-search-page .wk-rf__btn {
    width: 100%;
    max-width: 220px;
    text-align: center;
  }

  /* Karten selbst */
  .wk-search-page .wk-search-card {
    margin-left: 9px !important;
    margin-right: 9px !important;
    border-radius: 22px;
  }

}


/* Suchseite: Cover darf Sticker nicht abschneiden */
.wk-search-page .wk-search-hero.wp-block-cover,
.wk-search-page .wk-search-footercover.wp-block-cover {
  overflow: visible !important;
}

/* Sicherheit: auch der innere Container darf nichts clippen */
.wk-search-page .wk-search-hero .wp-block-cover__inner-container,
.wk-search-page .wk-search-footercover .wp-block-cover__inner-container {
  overflow: visible !important;
}

/* =========================================================
   WAFFELKATZE – BELIEBTESTE REZEPTE
   ========================================================= */

/* =========================================================
   WAFFELKATZE – REZEPT-SEITEN (SHARED)
   ========================================================= */

.wk-popular-page .wk-popular-hero.wp-block-cover,
.wk-popular-page .wk-popular-footercover.wp-block-cover {
  overflow: visible !important;
}

/* Inner Container darf nichts clippen */
.wk-popular-page .wp-block-cover__inner-container {
  overflow: visible !important;
}

.wk-latest-page .wk-latest-hero.wp-block-cover,
.wk-latest-page .wk-latest-intro-cover.wp-block-cover,
.wk-latest-page .wk-latest-footercover.wp-block-cover {
  overflow: visible !important;
}

.wk-latest-page .wk-latest-hero .wp-block-cover__inner-container,
.wk-latest-page .wk-latest-intro-cover .wp-block-cover__inner-container,
.wk-latest-page .wk-latest-footercover .wp-block-cover__inner-container {
  overflow: visible !important;
}

/* Cards */
.wk-popular-cards,
.wk-latest-cards {
  align-items: stretch;
}

.wk-popular-cards > .wp-block-column,
.wk-latest-cards > .wp-block-column {
  display: flex;
  flex-direction: column;
}


.wk-popular-page .wk-popular-sticker {
  position: absolute;
    left: -10px;
    bottom: -149px;
    width: 330px;
    z-index: 7;
    pointer-events: none;
}

.wk-popular-page .wk-popular-sticker-2 {
    position: absolute;
    left: 976px;
    bottom: -273px;
    width: 330px;
    z-index: 7;
    pointer-events: none;
}

/* =========================================================
   WAFFELKATZE – NEUESTE REZEPTE (STICKER)
   ========================================================= */

.wk-latest-page .wk-latest-sticker {
  position: absolute;
  left: -10px;
  bottom: -149px;
  width: 330px;
  z-index: 7;
  pointer-events: none;
}

.wk-latest-page .wk-latest-sticker-2 {
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 320px;
   z-index: 7;
}   
   


@media (max-width: 1240px) {
  .wk-popular-page .wk-popular-sticker-2 {
   position: absolute;
        left: 807px;
        bottom: -240px;
        width: 286px;
        z-index: 7;
        pointer-events: none;
}

.wk-latest-page .wk-latest-sticker-2 {
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 320px;
}
}

@media (max-width: 1100px) {
  .wk-popular-page .wk-popular-sticker {
   top: -3rem;
        right: 5rem;
        width: 302px;
  }

    .wk-popular-page .wk-popular-sticker-2 {
               top: -3rem;
        left: 430px;
        width: 271px;
    }

    .wk-latest-page .wk-latest-sticker {
    top: -3rem;
    right: 5rem;
    width: 302px;
  }

.wk-latest-page .wk-latest-sticker-2 {
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 320px;
}
}

/* =========================================================
   WAFFELKATZE – CONTACT FORM
   ========================================================= */

.wk-impressum-hero .wp-block-cover__inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wk-impressum-hero__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
}

.wk-impressum-hero__panel {
  width: min(100%, 980px);
  margin: 0 auto !important;
  text-align: center;
}

.wk-impressum-hero__panel > * {
  text-align: center;
}

.wk-cookie-page .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}