/* ==========================================================
   GLADIATOR VERANSTALTUNGEN v1.0.5
   Frontend-Stile ohne Full-Width-Ausbruch in Shortcodes
   ========================================================== */

.gve-events-page,
.gve-events-page *,
.gve-home-cta,
.gve-home-cta *,
.gve-single,
.gve-single * {
  box-sizing: border-box;
}

.gve-events-page,
.gve-events-page__inner,
.gve-section,
.gve-event-list,
.gve-home-cta {
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gve-events-page {
  padding: 0;
  overflow: visible;
  background: transparent;
  color: #29292e;
  font-family: Arial, Helvetica, sans-serif;
}

.gve-events-page__inner {
  display: grid;
  gap: 58px;
  padding: 0;
}

.gve-section {
  min-width: 0;
}

.gve-section__heading {
  max-width: 840px;
  margin: 0 0 30px;
}

.gve-section__kicker,
.gve-home-cta__kicker,
.gve-single__kicker,
.gve-single__article-head > span {
  display: block;
  margin-bottom: 10px;
  color: #e30613;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.gve-section__heading h2,
.gve-home-cta__content h2,
.gve-single h1,
.gve-single h2 {
  margin: 0;
  color: #171719;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  line-height: .96;
  text-transform: uppercase;
}

.gve-section__heading h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4.5vw, 56px);
}

.gve-section__heading p {
  margin: 0;
  color: #6a6a72;
  font-size: 15px;
  line-height: 1.7;
}

.gve-event-list {
  display: grid;
  gap: 18px;
}

.gve-empty {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(23, 23, 25, .09);
  border-radius: 13px;
  background: #fff;
  color: #6a6a72;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.gve-empty--featured {
  min-height: 110px;
}

.gve-event-bar {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 25, .09);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(23, 23, 25, .07);
}

.gve-event-bar__link {
  display: grid;
  grid-template-columns: 190px 86px minmax(0, 1fr) 135px;
  width: 100%;
  min-width: 0;
  min-height: 190px;
  color: #29292e !important;
  text-decoration: none !important;
}

.gve-event-bar__media {
  min-height: 190px;
  background-color: #242428;
  background-position: center;
  background-size: cover;
}

.gve-event-bar__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border-right: 1px solid rgba(23, 23, 25, .08);
  background: #f5f5f7;
  text-align: center;
}

.gve-event-bar__date strong {
  color: #171719;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.gve-event-bar__date span {
  margin-top: 5px;
  color: #e30613;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.gve-event-bar__content {
  min-width: 0;
  padding: 25px 27px;
}

.gve-event-bar__status {
  display: block;
  margin-bottom: 8px;
  color: #e30613;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gve-event-bar__content h3 {
  margin: 0 0 9px;
  color: #171719;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
}

.gve-event-bar__content p {
  margin: 0 0 13px;
  color: #62626b;
  font-size: 13px;
  line-height: 1.55;
}

.gve-event-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 16px;
  color: #55555e;
  font-size: 12px;
  font-weight: 700;
}

.gve-event-bar__action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #29292e;
  color: #fff;
  text-align: center;
}

.gve-event-bar__action span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.gve-event-bar__link:hover .gve-event-bar__action {
  background: #e30613;
}

/* Nächstes Event */
.gve-home-cta {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  min-width: 0;
  overflow: hidden;
  border-radius: 17px;
  background: #171719;
  box-shadow: 0 18px 42px rgba(23, 23, 25, .14);
}

.gve-home-cta__media {
  min-height: 430px;
  background-color: #242428;
  background-position: center;
  background-size: cover;
}

.gve-home-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 44px;
  color: #fff;
}

.gve-home-cta__content h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
}

.gve-home-cta__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 700;
}

.gve-home-cta__content > p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}

.gve-home-cta__buttons,
.gve-single__bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gve-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.gve-button--dark {
  background: #171719;
  color: #fff !important;
}

.gve-home-cta .gve-button--dark {
  border: 1px solid rgba(255, 255, 255, .18);
}

.gve-button--red {
  background: #e30613;
  color: #fff !important;
}

.gve-button:hover {
  transform: translateY(-2px);
}

/* Einzelveranstaltung */
.gve-single {
  width: 100%;
  background: #f4f4f6;
  color: #29292e;
  font-family: Arial, Helvetica, sans-serif;
}

.gve-single__hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  background-color: #171719;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.gve-single__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.16));
}

.gve-single__hero-inner,
.gve-single__content-wrap {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gve-single__hero-inner {
  z-index: 2;
  padding: 90px 0 70px;
}

.gve-single__hero h1 {
  max-width: 1000px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(52px, 8vw, 98px);
}

.gve-single__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  font-weight: 700;
}

.gve-single__content-wrap {
  padding: 70px 0 90px;
}

.gve-single__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.gve-fact {
  padding: 22px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 27px rgba(23,23,25,.06);
}

.gve-fact span,
.gve-fact strong,
.gve-fact small {
  display: block;
}

.gve-fact span {
  margin-bottom: 8px;
  color: #e30613;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gve-fact strong {
  color: #171719;
  font-size: 17px;
  line-height: 1.35;
}

.gve-fact small {
  margin-top: 6px;
  color: #696971;
  line-height: 1.5;
}

.gve-single__article {
  padding: 44px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23,23,25,.07);
}

.gve-single__article-head h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4.5vw, 58px);
}

.gve-single__content {
  color: #505059;
  font-size: 16px;
  line-height: 1.8;
}

.gve-single__content img {
  max-width: 100%;
  height: auto;
}

.gve-single__bottom-cta {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
  border-radius: 16px;
  background: #171719;
  color: #fff;
}

.gve-single__bottom-cta span {
  display: block;
  margin-bottom: 7px;
  color: #e30613;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gve-single__bottom-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

@media (max-width: 900px) {
  .gve-event-bar__link {
    grid-template-columns: 150px 74px minmax(0, 1fr);
  }

  .gve-event-bar__action {
    grid-column: 1 / -1;
    min-height: 54px;
  }

  .gve-home-cta {
    grid-template-columns: 1fr;
  }

  .gve-home-cta__media {
    min-height: 360px;
  }

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

  .gve-single__bottom-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .gve-events-page__inner {
    gap: 44px;
  }

  .gve-section__heading h2 {
    font-size: 39px;
  }

  .gve-event-bar__link {
    grid-template-columns: 1fr;
  }

  .gve-event-bar__media {
    min-height: 230px;
  }

  .gve-event-bar__date {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(23,23,25,.08);
  }

  .gve-event-bar__date strong {
    font-size: 27px;
  }

  .gve-event-bar__content {
    padding: 21px;
  }

  .gve-event-bar__content h3 {
    font-size: 26px;
  }

  .gve-home-cta__media {
    min-height: 270px;
  }

  .gve-home-cta__content {
    padding: 28px 22px;
  }

  .gve-home-cta__buttons,
  .gve-home-cta__buttons .gve-button {
    width: 100%;
  }

  .gve-single__hero {
    min-height: 520px;
  }

  .gve-single__hero-inner,
  .gve-single__content-wrap {
    width: min(100% - 28px, 1180px);
  }

  .gve-single__facts {
    grid-template-columns: 1fr;
  }

  .gve-single__article {
    padding: 27px 21px;
  }

  .gve-single__bottom-cta {
    padding: 27px 21px;
  }

  .gve-single__bottom-actions,
  .gve-single__bottom-actions .gve-button {
    width: 100%;
  }
}


/* ==========================================================
   v1.0.2 – EINZELVERANSTALTUNG OPTISCH KORRIGIERT
   - Hero-Titel besser lesbar
   - Inhaltsbilder sauber eingebettet
   - untere CTA sichtbar und kräftig
   ========================================================== */

.gve-single__hero {
  min-height: 540px;
  background-position: center top;
}

.gve-single__overlay {
  background:
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.42) 38%, rgba(0,0,0,.80) 100%),
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.18) 52%, rgba(0,0,0,.52) 100%);
}

.gve-single__hero-inner {
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 34px 34px 30px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(10,10,12,.68), rgba(10,10,12,.46));
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  backdrop-filter: blur(3px);
}

.gve-single__hero h1 {
  color: #ffffff !important;
  text-shadow: 0 4px 16px rgba(0,0,0,.42);
}

.gve-single__kicker,
.gve-single__hero-meta {
  text-shadow: 0 2px 10px rgba(0,0,0,.32);
}

.gve-single__content {
  overflow-wrap: anywhere;
}

.gve-single__content > img,
.gve-single__content p > img,
.gve-single__content .wp-block-image img,
.gve-single__content figure img {
  display: block;
  width: min(100%, 900px);
  max-width: 100%;
  height: auto;
  margin: 0 auto 28px;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(23,23,25,.16);
}

.gve-single__content figure {
  margin: 0 0 28px;
}

.gve-single__content figure img {
  margin-bottom: 0;
}

.gve-single__bottom-cta {
  align-items: center;
  padding: 38px;
  background:
    radial-gradient(circle at 100% 0, rgba(227, 6, 19, .20), transparent 34%),
    linear-gradient(135deg, #0f0f12 0%, #1a1a1f 100%);
  box-shadow: 0 16px 38px rgba(23,23,25,.16);
}

.gve-single__bottom-cta > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.gve-single__bottom-cta span {
  color: #ff4b56;
}

.gve-single__bottom-cta h2 {
  max-width: 680px;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.gve-single__bottom-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.gve-single__bottom-cta .gve-button--dark {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
}

.gve-single__bottom-cta .gve-button--dark:hover {
  background: rgba(255,255,255,.12);
}

@media (max-width: 900px) {
  .gve-single__hero-inner {
    max-width: 100%;
  }

  .gve-single__bottom-cta {
    align-items: flex-start;
  }
}

@media (max-width: 650px) {
  .gve-single__hero {
    min-height: 420px;
  }

  .gve-single__hero-inner {
    margin-bottom: 18px;
    padding: 22px 18px 20px;
    border-radius: 14px;
  }

  .gve-single__content > img,
  .gve-single__content p > img,
  .gve-single__content .wp-block-image img,
  .gve-single__content figure img {
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .gve-single__bottom-cta {
    padding: 26px 20px;
  }
}


/* ==========================================================
   v1.0.3 – HARTE FINALE KORREKTUREN / CACHE-BUSTING
   ========================================================== */

body.single-gladiator_event .gve-single__hero .gve-single__hero-inner h1,
body.single-gladiator_event .gve-single__hero h1 {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: 0 4px 18px rgba(0,0,0,.72) !important;
}

body.single-gladiator_event .gve-single__hero .gve-single__kicker,
body.single-gladiator_event .gve-single__hero .gve-single__hero-meta,
body.single-gladiator_event .gve-single__hero .gve-single__hero-meta span {
  color: #ffffff !important;
  opacity: 1 !important;
}

body.single-gladiator_event .gve-single__hero .gve-single__kicker {
  color: #ff3c48 !important;
}

body.single-gladiator_event .gve-single__content img,
body.single-gladiator_event .gve-single__content .wp-block-image img,
body.single-gladiator_event .gve-single__content figure img {
  display: block !important;
  width: min(100%, 820px) !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto 30px !important;
  border: 0 !important;
  border-radius: 16px !important;
  object-fit: contain !important;
  box-shadow: 0 16px 38px rgba(23,23,25,.16) !important;
}

body.single-gladiator_event .gve-single__content figure,
body.single-gladiator_event .gve-single__content .wp-block-image {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 30px !important;
}

body.single-gladiator_event .gve-single__bottom-cta {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 38px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(227,6,19,.28), transparent 35%),
    linear-gradient(135deg, #0e0e10 0%, #1c1c20 100%) !important;
  color: #ffffff !important;
}

body.single-gladiator_event .gve-single__bottom-cta h2 {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: 0 3px 14px rgba(0,0,0,.55) !important;
}

body.single-gladiator_event .gve-single__bottom-cta span {
  color: #ff3c48 !important;
  opacity: 1 !important;
}

body.single-gladiator_event .gve-single__bottom-cta .gve-button {
  color: #ffffff !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  body.single-gladiator_event .gve-single__bottom-cta {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 650px) {
  body.single-gladiator_event .gve-single__content img,
  body.single-gladiator_event .gve-single__content .wp-block-image img,
  body.single-gladiator_event .gve-single__content figure img {
    width: 100% !important;
    border-radius: 12px !important;
  }

  body.single-gladiator_event .gve-single__bottom-cta {
    padding: 26px 20px !important;
  }
}


/* ==========================================================
   v1.0.4 – VERANSTALTUNGSBILDER OHNE RÄNDER / SAUBERES FORMAT
   ========================================================== */

.gve-event-bar__media,
.gve-home-cta__media {
  position: relative;
  overflow: hidden;
  background: #111;
}

.gve-event-bar__media {
  min-height: 190px;
}

.gve-event-bar__media img,
.gve-home-cta__media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.gve-home-cta {
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  align-items: stretch;
}

.gve-home-cta__media {
  min-height: 420px;
}

/* Inhaltsbilder auf Einzelansicht ohne weiße Ränder, Schatten oder Abrundungen */
body.single-gladiator_event .gve-single__content img,
body.single-gladiator_event .gve-single__content .wp-block-image img,
body.single-gladiator_event .gve-single__content figure img,
.gve-single__content > img,
.gve-single__content p > img,
.gve-single__content .wp-block-image img,
.gve-single__content figure img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  object-fit: contain !important;
}

body.single-gladiator_event .gve-single__content figure,
body.single-gladiator_event .gve-single__content .wp-block-image,
.gve-single__content figure,
.gve-single__content .wp-block-image {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
  .gve-home-cta {
    grid-template-columns: 1fr;
  }

  .gve-home-cta__media {
    min-height: 360px;
  }
}

@media (max-width: 650px) {
  .gve-event-bar__media {
    min-height: 220px;
  }

  .gve-home-cta__media {
    min-height: 260px;
  }

  body.single-gladiator_event .gve-single__content img,
  body.single-gladiator_event .gve-single__content .wp-block-image img,
  body.single-gladiator_event .gve-single__content figure img,
  .gve-single__content > img,
  .gve-single__content p > img,
  .gve-single__content .wp-block-image img,
  .gve-single__content figure img {
    margin-bottom: 20px !important;
  }
}


/* ==========================================================
   v1.0.5 – UNTERER ABSTAND AUF DER VERANSTALTUNGSÜBERSICHT
   ========================================================== */

.gve-events-page__inner {
  padding-bottom: 56px;
}

@media (max-width: 650px) {
  .gve-events-page__inner {
    padding-bottom: 38px;
  }
}
