:root {
  --header-height: 0px;
  --header-height-mobile: 0px;
  --header-gap: 0px;
}

/* =========================================================
   GLOBAL BACKGROUND
========================================================= */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #F5EFE4;
  z-index: -1;
  pointer-events: none;
}

em {
color: inherit;
}


/* =========================================================
   CONTENT BLOCK
========================================================= */

.mkk-page__content {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 60px) 0;
}

.mkk-page,
.mkk-feature {
  overflow-x: visible;
}

/* =========================================================
   BASE TYPOGRAPHY SCOPE
========================================================= */

.mkk-feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 23px;
  padding-left: clamp(16px, 6vw, 80px);
  padding-right: clamp(16px, 6vw, 80px);
  padding-bottom: clamp(16px, 6vw, 80px);

  background: #F5EFE4;
  color: #000;
}

/* =========================================================
   BAND
========================================================= */

.mkk-feature__band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

 /*margin-top: 23px;*/

  display: block;
  position: relative;
  z-index: 2;

  background-repeat: repeat-x;
  background-position: 0 50%;

/*
  background-repeat: repeat-x;
  background-position: left center;
*/
}

/* Variantes directamente en la banda */

.mkk-feature__band--rot {
  background-image: url('/fileadmin/Bilder/Streifen_IH_Oben.svg');
}

.mkk-feature__band--schwarz {
  background-image: url('/fileadmin/Bilder/Streifen_CP_Oben.svg');
}

.mkk-feature__band--beige {
  background-image: url('/fileadmin/Bilder/Streifen_Mkk_Oben.svg');
}

.mkk-feature__band--about {
  background-image: url('/fileadmin/Bilder/Streifen_About_Oben.svg');
}

/* Responsive */

@media (max-width: 991px) {
  .mkk-feature__band {
    height: clamp(50px, 10vw, 90px);
    background-size: auto 100%;
/*
    aspect-ratio: 7242 / 632;
    background-size: cover;
*/
  }
}

@media (min-width: 992px) {
  .mkk-feature__band {
    /*margin-top: 60px;*/
    height: 80px;
    background-size: auto 100%;
  }
}
/* =========================================================
   FULL WIDTH BAND


.mkk-feature__band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background-repeat: repeat-x;
  background-position: left center;

  display: block;
position: relative;
  z-index: 2;
}

/* Rot */
.mkk-feature--category-rot .mkk-feature__band {
  background-image: url('/fileadmin/Bilder/Streifen_IH_Oben.svg');
}

/* Schwarz */
.mkk-feature--category-schwarz .mkk-feature__band {
  background-image: url('/fileadmin/Bilder/Streifen_CP_Oben.svg');
}

/* Beige */
.mkk-feature--category-beige .mkk-feature__band {
  background-image: url('/fileadmin/Bilder/Streifen_Mkk_Oben.svg');
}

@media (max-width: 991px) {
  .mkk-feature__band {
    aspect-ratio: 7921 / 632;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .mkk-feature {
    padding-top: 60px;
  }
  .mkk-feature__band {
    height: 80px;
    background-size: auto 100%;
  }
}


========================================================= 
*/

/* =========================================================
   BLOCK / STAGE
========================================================= */

.mkk-feature__block {
  width: 100%;
  overflow: visible;
  margin-top: clamp(24px, 3vw, 64px);
}

.mkk-feature__stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mkk-feature__block,
.mkk-feature__content {
  position: relative;
  z-index: 1;
}

/* =========================================================
   MEDIA COMPONENT FIX (MKK SAFE VIDEO)
========================================================= */

.mkk-media {
  width: 100%;
  max-width: 820px;
  position: relative;
  z-index: 2;
}

/* IMPORTANTE: evita que el layout recorte controles */
.mkk-media--video {
  overflow: visible;
}

/* VIDEO BASE */
.mkk-media__asset {
  display: block;
  width: 100%;
  height: auto;

  /* CRÍTICO: evita bugs de controls invisibles */
  object-fit: contain !important;
  background: #000;

  /* fuerza capa interactiva correcta */
  position: relative;
  z-index: 3;
}

/* VIDEO TAG DIRECT FIX */
.mkk-media--video video {
  width: 100%;
  height: auto;

  object-fit: contain !important;

  /* CLAVE: restaura interacción del navegador */
  pointer-events: auto !important;

  /* evita overlays del theme */
  position: relative;
  z-index: 5;
}

/* =========================================================
   CONTENT AREA
========================================================= */

.mkk-feature__content {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(16px, 4vw, 48px) 0;
  box-sizing: border-box;
}

/* =========================================================
   TITLE
========================================================= */

.mkk-feature__title {
color: #000 !important;
  font-size: clamp(1.2rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-family: Inter, Arial, Helvetica, sans-serif;
  margin-bottom: clamp(12px, 2.5vw, 22px);
  word-break: break-word;
  hyphens: auto;
   padding-top: 2rem;
}

/* =========================================================
   TEXT
========================================================= */

.mkk-feature__text {
color: #000 !important;
  font-size: clamp(0.875rem, 2vw, 1.05rem);
  line-height: 1.75;
  font-family: Merriweather, Georgia, serif;
  max-width: 72ch;
  margin-bottom: 1.25em;
  word-break: break-word;
}

/* =========================================================
   CREDITS
========================================================= */

.mkk-feature__credits {
color: #820c0c !important;
padding-top: 1.25em;

  font-size: clamp(0.875rem, 2vw, 1.05rem);
  line-height: 1.75;
  font-family: Merriweather, Georgia, serif;
  max-width: 72ch;
  margin-bottom: 1.25em;
  word-break: break-word;
 }

/* =========================================================
   LINKS
========================================================= */

.mkk-feature__text a {
color: #000 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.mkk-feature__text a:hover {
  color: #BE5332 !important;
}

.mkk-feature__text a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {
  body > .container {
    padding-top: var(--header-height-mobile);
  }

  .mkk-feature {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mkk-feature__content {
    width: 100%;
    padding: 0;
  }

  .mkk-feature__stage {
    width: 100%;
    padding: 0;
  }

  .mkk-media {
    width: 100%;
    max-width: 100%;
  }

  .mkk-media__asset {
    width: 100%;
    height: auto;
    display: block;
  }

  .mkk-feature__title {
   padding-top: 2rem;
  }

}

@media (max-width: 991px) {
  body::before {
    top: var(--header-height-mobile);
  }
}