.elementor-kit-6{--e-global-color-primary:#24627A;--e-global-color-secondary:#C2A878;--e-global-color-text:#2B2B2B;--e-global-color-accent:#2F5F6E;--e-global-color-4ddbf2b:#FFFFFF;--e-global-color-7f05c4e:#8B6F47;--e-global-color-b2761e8:#2B2B2B;--e-global-color-f855837:#F5F5F5;--e-global-color-e44ac82:#F5F2ED;--e-global-color-05f2231:#2E7C0957;--e-global-color-5730ea3:#F5F7D842;--e-global-color-5e243d1:#000000;--e-global-color-187edf1:#060E03BF;--e-global-color-c52efc0:#78412663;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"Lato Regular";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Lato Regular";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"OpenSans";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================================
   LOS-GELASSEN – INDIVIDUELLES CSS
   Bereinigt am 22.05.2026
   ================================================ */


/* ------------------------------------------------
   AKKORDEON (Events-Seite)
   – nicht anfassen, bleibt wie es ist
   ------------------------------------------------ */
.acc-header.open {
  background-color: #24627A !important;
  transition: background-color 0.2s ease;
}
.acc-header.open .elementor-widget-heading *,
.acc-header.open .elementor-widget-text-editor * {
  color: #FFFFFF !important;
}
.acc-header.open .acc-badge {
  background: rgba(255,255,255,0.2) !important;
  color: #FFFFFF !important;
}
.acc-header.open .elementor-icon i {
  color: #FFFFFF !important;
}
.acc-chevron {
  transition: transform 0.25s ease;
}

/* FAQ-Seite Akkordeon */
.faq-body {
  display: none;
}
.faq-header.open {
  background-color: #24627A !important;
  transition: background-color 0.2s ease;
}
.faq-header.open .elementor-widget-text-editor * {
  color: #FFFFFF !important;
}
.faq-header.open .elementor-widget-icon i {
  color: #FFFFFF !important;
}
.faq-chevron {
  transition: transform 0.25s ease;
}

/* ------------------------------------------------
   POSTS-WIDGET – ALLGEMEIN
   Gilt für alle Posts-Widgets auf allen Seiten
   ------------------------------------------------ */

/* Karten: Box-Shadow + Radius */
.elementor-posts .elementor-post {
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}
.elementor-posts .elementor-post:hover {
  box-shadow: 0px 8px 30px rgba(0,0,0,0.14);
}

/* Inhalt-Padding */
.elementor-posts .elementor-post__text {
  padding: 20px;
}

/* Kategorie-Badge golden */
.elementor-posts .elementor-post__badge {
  color: #C2A878;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Titel Playfair Display petrol */
.elementor-posts .elementor-post__title a {
  color: #24627A;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  text-decoration: none;
}
.elementor-posts .elementor-post__title a:hover {
  color: #C2A878;
}

/* Meta (Datum, Autor) */
.elementor-posts .elementor-post__meta-data {
  color: #888888;
  font-size: 11px;
  font-family: Lato, sans-serif;
}

/* Weiterlesen-Button */
.elementor-posts .elementor-post__read-more {
  display: inline-block;
  padding: 8px 18px;
  background: #24627A;
  color: #FFFFFF !important;
  border-radius: 3px;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.elementor-posts .elementor-post__read-more:hover {
  background: #C2A878;
}


/* ------------------------------------------------
   BLOG-SEITE – FEATURED ARTIKEL
   CSS-Klasse: blog-featured
   Skin: Klassisch (horizontal)
   ------------------------------------------------ */

/* Abstand zum Grid darunter */
.blog-featured {
  margin-bottom: 32px;
}


/* ------------------------------------------------
   BLOG-SEITE – 3-SPALTEN GRID
   CSS-Klasse: blog-grid-3col
   Skin: Karten, 3 Spalten, Offset 1
   ------------------------------------------------ */

/* Goldene Border oben */
.blog-grid-3col .elementor-post {
  border-top: 2px solid #C2A878 !important;
}

/* Featured: Mobile – Bild oben, Text darunter sichtbar */
@media (max-width: 767px) {
  .blog-featured .elementor-post {
    display: flex !important;
    flex-direction: column !important;
  }
  .blog-featured .elementor-post__thumbnail {
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
  }
  .blog-featured .elementor-post__thumbnail img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
  }
  .blog-featured .elementor-post__text {
    width: 100% !important;
    padding: 20px !important;
    display: block !important;
  }
}

/* FAQ-Seite Akkordeon */
.faq-body {
  display: none;
}
.faq-header.open {
  background-color: #24627A !important;
  transition: background-color 0.2s ease;
}
.faq-header.open .elementor-widget-text-editor * {
  color: #FFFFFF !important;
}
.faq-header.open .elementor-widget-icon i {
  color: #FFFFFF !important;
}
.faq-chevron {
  transition: transform 0.25s ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Playfair Display';
	font-display: auto;
	src: url('https://pferdestimmen.web-designs.info/wp-content/uploads/2026/03/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lato Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://pferdestimmen.web-designs.info/wp-content/uploads/2026/03/Lato-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'OpenSans';
	font-display: auto;
	src: url('https://pferdestimmen.web-designs.info/wp-content/uploads/2026/03/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */