.elementor-107 .elementor-element.elementor-element-8aea1bb{--display:flex;}.elementor-107 .elementor-element.elementor-element-f8a5500{--display:flex;}.elementor-107 .elementor-element.elementor-element-561d2ed{--spacer-size:50px;}.elementor-107 .elementor-element.elementor-element-14ce555{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-107 .elementor-element.elementor-element-7bd9a44{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-107 .elementor-element.elementor-element-7bd9a44 > .elementor-widget-container{margin:0px 0px 90px 0px;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__thumbnail__link{width:100%;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__meta-data span + span:before{content:"•";}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__card{border-color:var( --e-global-color-secondary );border-width:1px;border-radius:10px;padding-top:0px;padding-bottom:0px;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__text{padding:0 16px;margin-top:12px;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__meta-data{padding:10px 16px;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__avatar{padding-right:16px;padding-left:16px;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__card .elementor-post__meta-data{border-top-color:#FFFFFF;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__badge{right:0;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-primary );border-radius:28px;font-size:12px;margin:20px;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__title, .elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__title a{font-weight:500;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__title{margin-bottom:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-107 .elementor-element.elementor-element-14ce555{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-widget-posts .elementor-post__excerpt p{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-posts .elementor-post__excerpt p{line-height:var( --e-global-typography-text-line-height );}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__thumbnail__link{width:100%;}.elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__title, .elementor-107 .elementor-element.elementor-element-7bd9a44 .elementor-post__title a{font-size:1em;}}/* Start custom CSS for html, class: .elementor-element-0be76b6 *//* ===============================
   HERO – AKTUELLES
================================ */

.sjrw-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
}

/* Farbvariante Aktuelles */
.sjrw-hero-aktuelles {
  background: linear-gradient(135deg, #1f5d4a, #5f9e8f);
}

/* Punktmuster */
.sjrw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.25;
}

/* Inhalt */
.sjrw-hero-inner {
  position: relative;
  z-index: 1;
  padding: 20px;
  max-width: 1000px;
}

.sjrw-hero h1 {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.sjrw-hero p {
  font-size: 22px;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 600px) {
  .sjrw-hero {
    min-height: 320px;
  }

  .sjrw-hero p {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-14ce555 *//* ================================================
   BLOG CARDS GRID LAYOUT - Schachjugend NRW
   ================================================ */

/* Container für das Grid */
.elementor-posts-container,
.elementor-posts {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 24px !important;
  padding: 0 !important;
}

/* Einzelne Blog Card */
.elementor-post,
.post-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Card Hover Effect */
.elementor-post:hover,
.post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
}

/* ================================================
   BILD-BEREICH
   ================================================ */

/* Bild Container */
.elementor-post__thumbnail,
.post-thumbnail {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

/* Bild selbst */
.elementor-post__thumbnail img,
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Bild Zoom on Hover */
.elementor-post:hover .elementor-post__thumbnail img,
.post-card:hover .post-thumbnail img {
  transform: scale(1.08);
}

/* Farbige Overlays für Bilder ohne Inhalt */
.elementor-post__thumbnail::before,
.post-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(16, 59, 88, 0.1), rgba(112, 152, 159, 0.1));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.elementor-post:hover .elementor-post__thumbnail::before,
.post-card:hover .post-thumbnail::before {
  opacity: 1;
}

/* ================================================
   CONTENT-BEREICH
   ================================================ */

/* Text Content Container */
.elementor-post__text,
.post-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}

/* Titel/Überschrift */
.elementor-post__title,
.post-title {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

.elementor-post__title a,
.post-title a {
  font-family: 'Outfit', sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #1A1A1A !important;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.elementor-post__title a:hover,
.post-title a:hover {
  color: #fa6c3a !important;
}

/* Datum */
.elementor-post-date,
.post-date {
  font-size: 13px !important;
  color: #999999 !important;
  font-weight: 500;
  margin: 0 0 8px 0 !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Kalender Icon vor Datum */
.elementor-post-date::before,
.post-date::before {
  content: '';
  font-size: 13px;
}

/* Excerpt/Beschreibung */
.elementor-post__excerpt,
.post-excerpt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #666666 !important;
  margin: 0 0 auto 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Read More Link */
.elementor-post__read-more,
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fa6c3a !important;
  text-decoration: none;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #F0F0F0;
  transition: all 0.3s ease;
}

.elementor-post__read-more:hover,
.read-more-link:hover {
  color: #103b58 !important;
  gap: 10px;
}

/* Arrow Icon */
.elementor-post__read-more::after,
.read-more-link::after {
  content: '→';
  font-size: 14px;
  transition: transform 0.3s ease;
}

.elementor-post__read-more:hover::after,
.read-more-link:hover::after {
  transform: translateX(4px);
}

/* ================================================
   FARBIGE CARD-VARIANTEN (wie im Bild)
   ================================================ */

/* Grüner Hintergrund - Card 2 */
.elementor-post:nth-child(2) .elementor-post__thumbnail,
.post-card:nth-child(2) .post-thumbnail {
  background: linear-gradient(135deg, #558b7a 0%, #70989f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-post:nth-child(2) .elementor-post__thumbnail img,
.post-card:nth-child(2) .post-thumbnail img {
  opacity: 0;
}

/* Dunkelblauer Hintergrund - Card 6 */
.elementor-post:nth-child(6) .elementor-post__thumbnail,
.post-card:nth-child(6) .post-thumbnail {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Alternative: Fallback wenn kein Bild */
.elementor-post__thumbnail:empty,
.post-thumbnail:empty {
  background: linear-gradient(135deg, #558b7a 0%, #70989f 100%);
}

/* ================================================
   RESPONSIVE GRID
   ================================================ */

/* Desktop - 4 Spalten */
@media (min-width: 1200px) {
  .elementor-posts-container,
  .elementor-posts {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Laptop - 3 Spalten */
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor-posts-container,
  .elementor-posts {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Tablet - 2 Spalten */
@media (min-width: 768px) and (max-width: 991px) {
  .elementor-posts-container,
  .elementor-posts {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  
  .elementor-post__thumbnail,
  .post-thumbnail {
    height: 200px;
  }
  
  .elementor-post__text,
  .post-content {
    padding: 20px;
  }
  
  .elementor-post__title a,
  .post-title a {
    font-size: 18px !important;
  }
}

/* Mobile - 1 Spalte */
@media (max-width: 767px) {
  .elementor-posts-container,
  .elementor-posts {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .elementor-post__thumbnail,
  .post-thumbnail {
    height: 220px;
  }
  
  .elementor-post__text,
  .post-content {
    padding: 20px;
  }
  
  .elementor-post__title a,
  .post-title a {
    font-size: 18px !important;
  }
  
  .elementor-post__excerpt,
  .post-excerpt {
    font-size: 14px !important;
    -webkit-line-clamp: 2;
  }
}

/* ================================================
   ZUSÄTZLICHE VERBESSERUNGEN
   ================================================ */

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Card Focus State (Accessibility) */
.elementor-post:focus-within,
.post-card:focus-within {
  outline: 2px solid #fa6c3a;
  outline-offset: 2px;
}

/* Loading Animation */
@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.elementor-post,
.post-card {
  animation: cardFadeIn 0.5s ease-out;
}

/* Stagger Animation für Cards */
.elementor-post:nth-child(1),
.post-card:nth-child(1) {
  animation-delay: 0s;
}

.elementor-post:nth-child(2),
.post-card:nth-child(2) {
  animation-delay: 0.1s;
}

.elementor-post:nth-child(3),
.post-card:nth-child(3) {
  animation-delay: 0.2s;
}

.elementor-post:nth-child(4),
.post-card:nth-child(4) {
  animation-delay: 0.3s;
}

.elementor-post:nth-child(5),
.post-card:nth-child(5) {
  animation-delay: 0.4s;
}

.elementor-post:nth-child(6),
.post-card:nth-child(6) {
  animation-delay: 0.5s;
}

/* Disable Animations bei Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .elementor-post,
  .post-card {
    animation: none !important;
  }
  
  .elementor-post:hover,
  .post-card:hover {
    transform: none !important;
  }
  
  .elementor-post__thumbnail img,
  .post-thumbnail img {
    transition: none !important;
  }
}

/* ================================================
   PRINT STYLES
   ================================================ */

@media print {
  .elementor-post,
  .post-card {
    box-shadow: none !important;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  
  .elementor-post:hover,
  .post-card:hover {
    transform: none !important;
  }
}/* End custom CSS */