.wf-active pre{font-family:"Lato",sans-serif}.wf-active #infinite-handle span, .wf-active body, .wf-active button, .wf-active input, .wf-active select, .wf-active textarea{font-family:"Lato",sans-serif}.wf-active pre{font-family:"Lato",sans-serif}.wf-active #infinite-handle span, .wf-active .button, .wf-active button, .wf-active input[type="button"], .wf-active input[type="reset"], .wf-active input[type="submit"]{font-family:"Lato",sans-serif}.wf-active .entry-meta{font-family:"Lato",sans-serif}.wf-active .panel-navigation a .hidden, .wf-active .panel-navigation a:visited .hidden{font-family:"Lato",sans-serif}.wf-active .site-info{font-family:"Lato",sans-serif}.wf-active .main-navigation{font-family:"Lato",sans-serif}.wf-active .post-navigation .title{font-family:"Lato",sans-serif}.wf-active .comment-author .fn{font-family:"Lato",sans-serif}.wf-active .comment-metadata{font-family:"Lato",sans-serif}.wf-active .comment-form-author label, .wf-active .comment-form-comment label, .wf-active .comment-form-email label, .wf-active .comment-form-url label{font-family:"Lato",sans-serif}@media screen and (min-width: 46em){.wf-active .affinity-front-page .edit-link a, .wf-active .affinity-front-page .edit-link a:visited{font-family:"Lato",sans-serif}}@media screen and (min-width: 46em){.wf-active .affinity-front-page .hentry:first-of-type .edit-link a, .wf-active .affinity-front-page .hentry:first-of-type .edit-link a:visited{font-family:"Lato",sans-serif}}@media screen and (min-width: 46em){.wf-active .affinity-front-page .no-featured-image .edit-link a, .wf-active .affinity-front-page .no-featured-image .edit-link a:visited{font-family:"Lato",sans-serif}}.wf-active .main-navigation ul ul{font-family:"Lato",sans-serif}.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Lato",sans-serif;font-style:normal;font-weight:700}.wf-active h1{font-size:44.2px;font-style:normal;font-weight:700}.wf-active h2{font-size:37.96px;font-style:normal;font-weight:700}.wf-active h3{font-size:33.8px;font-style:normal;font-weight:700}.wf-active h4{font-size:23.4px;font-style:normal;font-weight:700}.wf-active h5{font-size:20.8px;font-style:normal;font-weight:700}.wf-active h6{font-size:18.2px;font-style:normal;font-weight:700}.wf-active .site-header .entry-title{font-weight:700;font-style:normal}.wf-active .site-description{font-family:"Lato",sans-serif;font-weight:700;font-size:23.4px;font-style:normal}.wf-active .site-title{font-family:"Lato",sans-serif;font-style:normal;font-weight:700;font-size:17.16px}.wf-active .comment-reply-title, .wf-active .comments-title{font-size:33.8px;font-style:normal;font-weight:700}.wf-active .widget-title{font-size:20.8px;font-family:"Lato",sans-serif;font-style:normal;font-weight:700}.wf-active .affinity-customizer.affinity-front-page .affinity-panel .affinity-panel-title{font-family:"Lato",sans-serif;font-size:18.2px;font-weight:700;font-style:normal}@media screen and (min-width: 46em){.wf-active h1{font-size:61.256px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active h2{font-size:54.6px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active h3{font-size:37.96px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active h4{font-size:33.8px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active h5{font-size:23.4px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active h6{font-size:20.8px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active .entry-title{font-size:61.256px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active .site-description{font-size:61.256px;font-style:normal;font-weight:700}}@media screen and (min-width: 46em){.wf-active .page-title{font-size:37.96px;font-style:normal;font-weight:700}}
.expo-wrap {
  position: relative !important;
  display: inline-block;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.expo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  transition: filter 0.3s ease;
}

.expo-text {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 10px;

  color: #fff;
  font-size: 14px;
  font-weight: 600;

  background: rgba(0,0,0,0);
  opacity: 0;

  transition: opacity 0.3s ease, background 0.3s ease;

  pointer-events: none;
}

.expo-tile:active img {
  filter: grayscale(100%) brightness(60%);
}

.expo-tile:active .expo-text {
  opacity: 1;
  background: rgba(0,0,0,0.45);
}

/* =========================
   SYSTEM BAR (FULL WIDTH)
========================= */
.kr53-systembar{
    width:100vw;
    margin-left:calc(50% - 50vw);

    overflow:hidden;

    background:#00eaff;

    /* statt Glow → ruhiger Schatten */
    box-shadow:0 6px 18px rgba(0,0,0,0.18);

    border-bottom:1px solid rgba(0,0,0,0.08);

    transition:background 0.4s ease, box-shadow 0.4s ease;
}

/* moving text container */
.kr53-track{
    display:flex;
    width:max-content;
    animation:move 50s linear infinite;
}

/* TEXT = BLACK (IMPORTANT FOR READABILITY) */
.kr53-track span{
    white-space:nowrap;

    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;

    padding:14px 160px 14px 0;

    color:#111; /* 👈 LESBAR STATT WEISS */

    /* kein Glow mehr */
    text-shadow:none;
}

@keyframes move{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
}
/* =========================
   MAIN SECTION
========================= */
.kr53-section{
    display:flex;

    gap:120px;

    padding:110px 10vw;

    background:#fff;

    width:100vw;
    margin-left:calc(50% - 50vw);

    /* 🔑 KEY FIX: same top alignment */
    align-items:flex-start;
}

/* =========================
   LEFT TEXT
========================= */
.kr53-left{
    flex:1.6;

    font-size:22px;
    line-height:1.9;

    max-width:950px;

    margin-top:0; /* FIX ALIGNMENT */
}

/* =========================
   RIGHT PROGRAM
========================= */
.kr53-right{
    flex:1;

    font-size:16px;

    margin-top:0; /* FIX ALIGNMENT */
}

/* TITLE */
.kr53-title{
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;

    margin-top:0;
    margin-bottom:40px;

    opacity:0.55;
}

/* EVENT BLOCK */
.kr53-event{
    margin-bottom:28px;
    padding-bottom:18px;

    border-bottom:1px solid rgba(0,0,0,0.08);
}

.kr53-date{
    font-size:12px;
    opacity:0.6;
}

.kr53-name{
    font-size:20px;
    margin-top:6px;
}

.kr53-time{
    font-size:14px;
    opacity:0.6;
    margin-top:4px;
}

/* LINK */
.kr53-more{
    display:inline-block;
    margin-top:25px;

    font-size:14px;
    color:#111;

    text-decoration:none;
    border-bottom:1px solid #111;
}

.kr53-more:hover{
    opacity:0.6;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:900px){
    .kr53-section{
        flex-direction:column;
        gap:60px;
        padding:80px 6vw;
    }

    .kr53-left{
        font-size:18px;
    }
}
/* Zentrierung der Button-Gruppe */
.wp-block-buttons {
  justify-content: center !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}/* =========================================================
   KUNSTRAUM53 BUTTON STYLE (Heute-Button inspiriert)
   Cyan, soft shadow, rounded, modern UI feel
========================================================= */

/* Button-Container zentrieren */
.wp-block-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  text-align: center;
}

/* Grundstil aller Buttons */
.wp-block-button__link {
  background: #00eaff !important;
  color: #000 !important;

  /* Typografie */
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 16px;

  /* Shape */
  border-radius: 999px; /* pill-style wie “Heute Button” */
  padding: 12px 22px;

  /* UI Look */
  border: 1px solid rgba(0, 0, 0, 0.08);

  /* Shadow (soft, floating) */
  box-shadow: 
    0 8px 18px rgba(0, 0, 0, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.08);

  /* Smooth interaction */
  transition: all 0.25s ease;
  transform: translateY(0);
}

/* Hover State (leicht „floating lift“) */
.wp-block-button__link:hover {
  background: #00d6e8 !important;
  transform: translateY(-2px);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.16),
    0 4px 10px rgba(0, 0, 0, 0.10);
}

/* Active / Click */
.wp-block-button__link:active {
  transform: translateY(0px);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Fokus (Accessibility, clean kuratorisch) */
.wp-block-button__link:focus {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(0, 234, 255, 0.35),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Optional: bessere mobile Anpassung */
@media (max-width: 600px) {
  .wp-block-buttons {
    gap: 10px;
  }

  .wp-block-button__link {
    font-size: 15px;
    padding: 11px 18px;
  }
}/* =========================================
   EXHIBITION META / LAUFZEIT BLOCK
========================================= */

.exhibition-meta-block {
  margin: 40px 0 30px 0;
  padding: 18px 22px;
  border-left: 3px solid #00eaff;
  background: rgba(0, 234, 255, 0.06);
  max-width: 320px;
}

/* Label (klein, editorial) */
.exhibition-meta-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
  margin-bottom: 6px;
}

/* Value (Laufzeit) */
.exhibition-meta-value {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
}