/*
Theme Name: Aasta Child
Theme URI: https://cheyenne-it.de
Description: Child Theme für das Theme Aasta
Author: Britta
Author URI: https://cheyenne-IT.de
Template: aasta
Version: 1.0.0
Text Domain: aasta-child
*/

/* Eigene CSS-Regeln ab hier */

@font-face {
  font-family: 'Playfair Display';
  src: url('/wp-content/uploads/fonts/playfair-display-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/wp-content/uploads/fonts/playfair-display-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body,
p,
li,
input,
textarea,
select,
button {
  font-family: "Roboto", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.e-heading-base,
.elementor-heading-title {
  font-family: "Playfair Display", Georgia, serif !important;
}

/* Standard-H2: Hauptüberschrift mit rotem Seitenstrich */
h2,
.elementor-widget-heading h2.elementor-heading-title,
h2.e-heading-base {
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a !important;
  margin: 0 0 22px;
  padding-left: 22px;
  position: relative;
}

/* Standard-H2: roter Seitenstrich */
h2::before,
.elementor-widget-heading h2.elementor-heading-title::before,
h2.e-heading-base::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18em;
  width: 6px;
  height: 70%;
  background: var(--ea-red);
  border-radius: 6px;
}

h2::after,
.elementor-widget-heading h2.elementor-heading-title::after,
h2.e-heading-base::after {
  display: none;
}

/* Standard-H3: Unterüberschrift ohne Seitenstrich */
h3,
.elementor-widget-heading h3.elementor-heading-title,
h3.e-heading-base {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a !important;
  margin: 1.2em 0 .6em;
  padding: 0;
  position: static;
}

h3::before,
h3::after,
.elementor-widget-heading h3.elementor-heading-title::before,
.elementor-widget-heading h3.elementor-heading-title::after,
h3.e-heading-base::before,
h3.e-heading-base::after {
  content: none !important;
  display: none !important;
}




/* H4 – Zwischenüberschrift */
h4,
.elementor-widget-heading h4.elementor-heading-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 1.2em 0 0.5em;
    padding: 0;
}

:root {
  --ea-red: #a11c47;
  --ea-red-dark: #7d1538;
}

/* Menü Grundoptik */
.main-navigation ul li a,
#site-navigation ul li a,
.navbar-nav > li > a {
 padding: 24px 10px 24px  16px !important;
	line-height: 1.2 !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* Transparenter Header-Bereich kompakter */
.navbar.navbar-header-wrap.classic-header {
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Inhalt im Header vertikal kompakter */
.navbar.navbar-header-wrap.classic-header .container,
.navbar.navbar-header-wrap.classic-header .row {
  min-height: 86px !important;
}

/* Header-Logo oval, sauber */
.navbar-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(248,246,245,.92) !important;
  border-left: 4px solid var(--ea-red) !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.14) !important;
  margin-left: 0 !important;
}

.navbar-brand .custom-logo,
.custom-logo {
  display: block !important;
  height: 70px !important;
  max-height: 70px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}



/* Menü Hover */
.main-navigation ul li:hover > a,
#site-navigation ul li:hover > a,
.navbar-nav > li > a:hover {
  background: rgba(161,28,71,0.75) !important;
  color: #ffffff !important;
}

/* Aktiver Menüpunkt dezenter */
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
.navbar-nav > li.active > a {
  background: transparent !important;
  color: #ffffff !important;
  border-bottom: 4px solid var(--ea-red) !important;
}

/* Aktiver Menüpunkt */
.navbar.navbar-header-wrap.classic-header
.nav .menu-item.active .nav-link {

    background: transparent !important;
    color: #ffffff !important;
    border-bottom: 4px solid var(--ea-red) !important;
}

/* Menü Grün auf LI und A überschreiben */
@media (min-width: 992px) {

  nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt.navbar-nav > li.menu-item.active,
  nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt.navbar-nav > li.menu-item:hover {
    background: transparent !important;
    background-color: transparent !		important;
  }
}

/* aktiver Menüpunkt flacher */
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
.navbar-nav > li.active > a {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media (min-width: 992px) { nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item:not(.active):not(.current-menu-item):not(.current_page_item):hover, nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item:not(.active):not(.current-menu-item):not(.current_page_item):hover > a.nav-link { background: transparent !important; background-color: transparent !important; } nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item:not(.active):not(.current-menu-item):not(.current_page_item):hover > a.nav-link { color: #fff !important; } nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item:not(.active):not(.current-menu-item):not(.current_page_item):hover > a.nav-link::before, nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item:not(.active):not(.current-menu-item):not(.current_page_item):hover > a.nav-link::after { background: var(--ea-red) !important; background-color: var(--ea-red) !important; } }

nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item.active:hover > a.nav-link::before,
nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item.active:hover > a.nav-link::after,
nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item.current-menu-item:hover > a.nav-link::before,
nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item.current-menu-item:hover > a.nav-link::after,
nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item.current_page_item:hover > a.nav-link::before,
nav.navbar.navbar-header-wrap.classic-header ul#menu-haupt > li.menu-item.current_page_item:hover > a.nav-link::after {
  background: var(--ea-red) !important;
  background-color: var(--ea-red) !important;
}

/*-------------------------------*/
/* Smart Slider: Button */
div#n2-ss-2 .n2-ss-button-container a,
div#n2-ss-2 a.n2-style {
  background-color: var(--ea-red) !important;
  border-color: var(--ea-red) !important;
  color: #ffffff !important;
}

/* Startseiten-Slider höher */
.home .n2-ss-slider,
.home .n2-ss-slide,
.home .n2-ss-slide-background {
  min-height: 800px !important;
}


.navbar .nav .menu-item .nav-link::before,
.navbar .nav .menu-item .nav-link::after,
.navbar .nav .menu-item:hover .nav-link::before,
.navbar .nav .menu-item:hover .nav-link::after,
.navbar .nav .current-menu-item .nav-link::before,
.navbar .nav .current-menu-item .nav-link::after {
  background: var(--ea-red) !important;
  background-color: var(--ea-red) !important;
  border-color: var(--ea-red) !important;
}


div#n2-ss-2 .n2-ss-button-container a:hover,
div#n2-ss-2 a.n2-style:hover {
  background-color: var(--ea-red-dark) !important;
  border-color: var(--ea-red-dark) !important;
  color: #ffffff !important;
}

/* Smart Slider: Welle / Linie */
div#n2-ss-2 svg path,
div#n2-ss-2 svg polyline,
div#n2-ss-2 svg line {
  stroke: var(--ea-red) !important;
}

/* Smart Slider: Punkte */
div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
  background-color:#7d7d7d !important;
  border-color: #ffffff !important;
  opacity: .9 !important;
}

div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
  background-color: var(--ea-red) !important;
  border-color: var(--ea-red) !important;
  opacity: 1 !important;
}
	
	/* Smart Slider Punkte */
div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
    background: #7d7d7d !important;
    border-color: #7d7d7d !important;
    opacity: 1 !important;
}

div#n2-ss-2 .n2-style-52a3032cdf5e0a73159365f609201a73-simple {
	background: rgba(248,246,245,0.90) !important;
}

/* aktiver Punkt */
div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
    background: var(--ea-red) !important;
    border-color: var(--ea-red) !important;
}

/* Smart Slider: Pfeil-Container */
div#n2-ss-2 .nextend-arrow {
  background-color: #ffffff !important;
  border-radius: 50% !important;
  color: var(--ea-red) !important;
}

/* Smart Slider: Pfeil-Icon normal */
div#n2-ss-2 .nextend-arrow svg,
div#n2-ss-2 .nextend-arrow svg *,
div#n2-ss-2 .nextend-arrow img,
div#n2-ss-2 .nextend-arrow:before,
div#n2-ss-2 .nextend-arrow:after {
  color: var(--ea-red) !important;
  fill: var(--ea-red) !important;
  stroke: var(--ea-red) !important;
}

/* Smart Slider: Pfeil Hover */
div#n2-ss-2 .nextend-arrow:hover {
  background-color: var(--ea-red) !important;
  color: #ffffff !important;
}

div#n2-ss-2 .nextend-arrow:hover svg,
div#n2-ss-2 .nextend-arrow:hover svg *,
div#n2-ss-2 .nextend-arrow:hover img,
div#n2-ss-2 .nextend-arrow:hover:before,
div#n2-ss-2 .nextend-arrow:hover:after {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
/* Smart Slider Pfeil-Bild normal einfärben */
div#n2-ss-2 .nextend-arrow img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(2490%) hue-rotate(318deg) brightness(91%) contrast(94%) !important;
}

/* Hover: weiß lassen */
div#n2-ss-2 .nextend-arrow:hover img {
  filter: brightness(0) invert(1) !important;
}



/* Welle im Slider Bordeaux */
div#n2-ss-2 img[alt="Image is not available"] {
  filter: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(2490%) hue-rotate(318deg) brightness(91%) contrast(94%) !important;
}


/* Smart Slider: Box-Optik ohne Layoutänderung */
div#n2-ss-2 .n2-ss-layer-row.n2-ss-layer-with-background {
  background: rgba(248,246,245,0.90) !important;
  border-left: 5px solid var(--ea-red) !important;
  border-radius: 0 8px 8px 0 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.14) !important;
}

/* Sliderbox nach links verschieben */
/* Sliderbox deutlich weiter nach links */
div#n2-ss-2 .n2-ss-layer-row.n2-ss-layer-with-background {
  transform: translateX(-390px) !important;
}


/* Bereich: Begrüßung */
/* Allgemeiner heller Abschnitt */
/* Bereich: Begrüßung */
.ea-intro {
  background: #f8f6f5;
  padding: 10px 0 10px;
}

/* Begrüßung Überschrift */













/* Teamkarten */
	/* Team-Bereich */
.ea-team {
	  background: #f8f6f5;
    padding: 40px 0 40px;
}

	/* Team-Überschrift */
.ea-team-title {
    background: #f8f6f5;
}	
	
	
	/* einzelne Person */
.ea-team-card {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  border: 1px solid rgba(161,28,71,.12);
  border-radius: 10px;
  overflow: hidden;
  transition: all .25s ease;

}

.ea-team-card:hover {
  transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,.10);
    transition: all .3s ease;
}

/* Bild */
.ea-team-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
/*
.ea-team-accordion .e-n-accordion-item-title {
  background: #ffffff !important;
  border-top: 1px solid #eee5e2 !important;
  border-left: 4px solid var(--ea-red) !important;
  padding: 12px 14px !important;
  margin-bottom: 0 !important;
}

.ea-team-accordion .e-n-accordion-item-title-text {
  color: var(--ea-red) !important;
  font-weight: 600 !important;
}

.ea-team-accordion .e-n-accordion-item-title-icon,
.ea-team-accordion .e-n-accordion-item-title-icon svg {
  color: var(--ea-red) !important;
  fill: var(--ea-red) !important;
}
*/


/* Text */
.ea-team-card .elementor-widget-text-editor {
  margin: 0 24px 28px;
}

.ea-team-card p {
  color: #5f6267;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Teamkarte: Name und Funktion */
.ea-team-card .elementor-heading-title {
  margin: 0 24px 6px !important;
}

.ea-team-card .elementor-widget-text-editor {
  margin: 0 24px 28px !important;
}

.ea-team-card .elementor-widget-text-editor p {
  color: #5f6267;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
	
.ea-team-job h3,
.ea-team-job h3.elementor-heading-title {
  color: var(--ea-red) !important;
}
.ea-team-job {
  display: flex;
  flex-direction: column;
}

.ea-team-job .ea-button-primary .elementor-button {
    background: transparent !important;
    border: 0 !important;
    color: var(--ea-red) !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline !important;
}

.ea-team-job .ea-button-primary:hover {
    color: #7d1538 !important;
}

.ea-team-job .ea-button-primary::after {
    content: " →";
}


	/* Allgemeiner EveAdam Button */
.ea-button-primary:not(.ea-team-job .ea-button-primary) .elementor-button {
    display: inline-flex !important;
    width: auto !important;

    background: var(--ea-red) !important;
    border: 2px solid var(--ea-red) !important;
    border-radius: 6px !important;

    padding: 15px 30px !important;

    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .05em;
}

	
/* Team: Namen */
.ea-team-card h3,
.ea-team-card h3.elementor-heading-title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  color: #1a1a1a !important;
  margin: 22px 24px 8px !important;
}	
	
/* Jetzt Mitglied werden */

/* Mitglied werden: innere Karte */


/* Gesamtkarte */
.ea-join-card {
  background: #ffffff !important;
  border-radius: 14px;
  padding: 20px 20px;
	max-width: 820px !important;
  margin: 0 auto !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.10);
}


/* Text */
.ea-join-card p {
  color: #5f6267 !important;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 10px 0;
}

.ea-join-section {
  padding-top: 20px !important;
  padding-bottom: 35px !important;
}
	
.ea-join-section {
  background: #f8f6f5;
  padding-top: 20px;
  padding-bottom: 35px;
}


/* Button nicht als Balken */

.ea-button-primary .elementor-button 
.e-button-base{
   margin-top: 28px;
  text-align: left;
	display: inline-flex !important;
  width: auto !important;
  background: var(--ea-red) !important;
  border: 2px solid var(--ea-red) !important;
  border-radius: 6px !important;
  padding: 15px 30px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.ea-button-primary .elementor-button-text,
.ea-button-primary .elementor-button span {
  color: #ffffff !important;
}

.ea-button-primary .elementor-button:hover {
  background: #7d1538 !important;
  border-color: #7d1538 !important;
  color: #ffffff !important;
}

.ea-button-primary .elementor-button:hover .elementor-button-text,
.ea-button-primary .elementor-button:hover span {
  color: #ffffff !important;
}

/* Blogansichten */
/* News Überschrift */

.ea-news-section {
  background: #f8f6f5;
  padding-top: 25px;
  padding-bottom: 50px;
}


/* News Grid */
.ea-news-grid .rt-holder,
.ea-news-grid .rt-detail,
.ea-news-grid .rt-grid-item {
  background: #ffffff !important;
  border-radius: 10px !important;
}

/* einzelne News-Karte */
.ea-news-grid .rt-holder {
  border: 1px solid rgba(161,28,71,.10) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.08) !important;
  overflow: hidden;
  transition: all .25s ease;
}

.ea-news-grid .rt-holder:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,.12) !important;
}

/* Titel */
.ea-news-grid h3,
.ea-news-grid h3 a,
.ea-news-grid .entry-title a {
  color: #1a1a1a !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

/* Meta-Daten */
.ea-news-grid .post-meta,
.ea-news-grid .rt-meta,
.ea-news-grid .entry-meta {
  color: #8c8c8c !important;
  font-size: 14px !important;
}

/* Text */
.ea-news-grid p {
  color: #5f6267 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Read More Button */
.ea-news-grid a.read-more,
.ea-news-grid .read-more a,
.ea-news-grid .rt-read-more a {
  background: var(--ea-red) !important;
  color: #ffffff !important;
  border: 2px solid #a11c47 !important;
  border-radius: 6px !important;
  padding: 11px 22px !important;
  display: inline-block;
  font-weight: 700;
}

.ea-news-grid a.read-more:hover,
.ea-news-grid .read-more a:hover,
.ea-news-grid .rt-read-more a:hover {
  background: #7d1538 !important;
  border-color: #7d1538 !important;
  color: #ffffff !important;
}

/* Auf Seite New & Blog */
.eael-entry-title,
.eael-grid-post .eael-entry-title a {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    color: #1a1a1a !important;
}

.eael-grid-post {
    border: 0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: all .25s ease;
}

.eael-grid-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0,0,0,.12);
}


.eael-grid-post img {
    transition: transform .4s ease;
}

.eael-grid-post:hover img {
    transform: scale(1.03);
}

.eael-posted-on,
.eael-post-meta {
    font-size: 14px !important;
    color: #8c9095 !important;
}

.elementor-823 .elementor-element.elementor-element-9b7e942 .eael-post-elements-readmore-btn {
  background: var(--ea-red) !important;
  color: #ffffff !important;
  font-weight: 600;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  margin-top: 18px;
  text-decoration: none !important;
}

.elementor-823 .elementor-element.elementor-element-9b7e942 .eael-post-elements-readmore-btn:hover {
  background: var(--ea-red-dark) !important;
  color: #ffffff !important;
}
.elementor-823 .elementor-element.elementor-element-9b7e942 .eael-grid-post-holder {
  border: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

/*----------------------------------------*/
/* Einzelbeitrag Grundfläche */
/* Post-Einzelseite: Hintergrund in AdamEve-Farbe */
/* Einzelbeitrag: heller Seitenhintergrund */
.single-post .theme-block.theme-blog,
.single-post .theme-blog.theme-bg-grey {
  background: #f8f6f5 !important;
  border: 0 !important;
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}

/* Einzelbeitrag: Karte mit leichter Schattenoptik */
.single-post .media {
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.10) !important;
  border: 1px solid rgba(161,28,71,.08) !important;
}

/* Bild im Einzelbeitrag sauber oben */
.single-post .media > img,
.single-post .media .post-thumbnail img,
.single-post .media .entry-thumbnail img {
  display: block !important;
  width: 100% !important;
  border-radius: 0 !important;
}

/* Single Post: äußeren Theme-Kasten entfernen */
.single-post article.post,
.single-post .post,
.single-post .theme-blog .post {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Textbereich */
.single-post .media-body {
  background: #ffffff !important;
  padding: 34px 46px 42px !important;
}

/* Post-Einzelseite: Header wie Startseite transparent */
.single-post .navbar.navbar-header-wrap.classic-header {
  background: rgba(0,0,0,.55) !important;
  box-shadow: none !important;
}

/* Menü auf Postseite wie Startseite */
.single-post .navbar-nav > li > a,
.single-post .navbar .nav .menu-item .nav-link {
  color: #ffffff !important;
  background: transparent !important;
  padding: 24px 16px !important;
}

/* Aktiver Menüpunkt */
.single-post .navbar-nav > li.active > a,
.single-post .navbar .nav .menu-item.active .nav-link,
.single-post .navbar .nav .current-menu-item .nav-link {
  color: #ffffff !important;
  background: transparent !important;
  border-bottom: 4px solid var(--ea-red) !important;
}

/* Hover rot */
.single-post .navbar .nav .menu-item:hover .nav-link {
  color: #ffffff !important;
  background: transparent !important;
}

.single-post .navbar .nav .menu-item:hover .nav-link::before,
.single-post .navbar .nav .menu-item:hover .nav-link::after {
  background: var(--ea-red) !important;
  background-color: var(--ea-red) !important;
}

/* Logo auf Postseite wie Startseite */
.single-post .custom-logo {
  max-height: 95px !important;
  width: auto !important;
}

/* Datumsbox grün -> AdamEve-Rot */
.single-post .post-date,
.single-post .entry-date,
.single-post .date,
.single-post .day,
.single-post .month {
  background: var(--ea-red) !important;
  color: #ffffff !important;
}

.media .posted-on time.days {
  background-color: var(--ea-red) !important;
}

/* Inhaltsbereich */
.single-post .media {
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.10) !important;
}

.single-post .media-body {
  background: #ffffff !important;
  padding: 32px 40px 40px !important;
}

.single-post .media-body h1,
.single-post .media-body h2,
.single-post .media-body .entry-title,
.single-post .media-body .entry-title a {
  color: #1a1a1a !important;
}

.single-post .media-body .post-meta,
.single-post .media-body .post-meta a,
.single-post .media-body .entry-meta,
.single-post .media-body .entry-meta a {
  color: #7b8087 !important;
}

.single-post .media-body p,
.single-post .entry-content p,
.single-post .post-content p {
  color: #5f6267 !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.single-post .media-body hr,
.single-post .entry-meta {
  border-color: rgba(161,28,71,.16) !important;
}

/* Hover-Effekte auf Einzelbeitrag entfernen */
.single-post article.post:hover,
.single-post .post:hover,
.single-post .entry-thumbnail:hover,
.single-post .post-thumbnail:hover {
  transform: none !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.10) !important;
}

/*---------------------------------*/
/* Ende Single Post */

/* Zickzack Linie als Trenner */
.ea-divider-zigzag {
  background: #f8f6f5 !important;
  height: 30px;
  position: relative;
	margin: 0 !important;
}

.ea-divider-zigzag::before,
.ea-divider-zigzag::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 30px;
  transform: translateY(-50%);
  background: url('/wp-content/uploads/slider2/zigzag-1.png') center center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(2490%) hue-rotate(318deg) brightness(91%) contrast(94%);
}

.ea-divider-zigzag::before {
  left: calc(50% - 61px);
}

.ea-divider-zigzag::after {
  left: calc(50% + 8px);
}

.page-scroll-up a, .page-scroll-up a:hover, .page-scroll-up a:active {
  background: var(--ea-red);
   transform: none !important;
    transition: none !important;
}

.site-info a,
.site-info a:visited {
    color: #a11c47 !important;
}
/*-----------------------------------*/
/* FOOTER */
/*-----------------------------------*/
.site-footer,
.site-footer .container-full,
.site-footer .footer-sidebar,
.site-footer .site-info {
  background: #25272b !important;
  color: #ffffff !important;
}

.site-footer .footer-sidebar {
  padding: 30px 0 20px !important;
}

.site-footer .footer-sidebar > div {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* Footer Überschriften */
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .wp-block-heading {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  color: #ffffff !important;
  margin-bottom: 14px !important;
  padding-left: 0 !important;
}

.site-footer h2::before,
.site-footer h2::after,
.site-footer h3::before,
.site-footer h3::after,
.site-footer h4::before,
.site-footer h4::after,
.site-footer .wp-block-heading::before,
.site-footer .wp-block-heading::after {
  content: none !important;
  display: none !important;
}

/* Footer Text */
.site-footer p,
.site-footer li,
.site-footer .wp-block-paragraph {
  color: #d7d7d7 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.site-footer p {
  margin-bottom: 12px !important;
}

/* Footer Links */
.site-footer a,
.site-footer a:visited {
  color: #d7d7d7 !important;
  text-decoration: none !important;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--ea-red) !important;
  text-decoration: none !important;
}

/* Footer Listen */
.site-footer ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.site-footer li {
  margin-bottom: 4px !important;
}

.site-footer li a {
  display: inline-block;
  padding-bottom: 2px;
}

.site-footer li a::before {
  content: none !important;
}

/* Footer Bild */


/* Footer Logo wie Header abrunden */
/* Footer Logo wie Header */
/* Footer Logo wie Header */
.ea-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(248,246,245,.92) !important;
  border-left: 4px solid var(--ea-red) !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;

  box-shadow: 0 8px 24px rgba(0,0,0,.14) !important;
   overflow: hidden !important;
}

.ea-footer-logo img {
  display: block !important;
  height: 70px !important;
  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* Footer Textlinks ohne Unterstreichungseffekte */
.site-footer .footer-sidebar .widget_text .wp-block-paragraph a,
.site-footer .footer-sidebar .widget_text .wp-block-paragraph a:visited,
.site-footer .footer-sidebar .widget_text .wp-block-paragraph a:hover,
.site-footer .footer-sidebar .widget_text .wp-block-paragraph a:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Copyright */
.site-footer .site-info {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  padding: 10px 0 !important;
  text-align: center !important;
}

.site-footer .site-info a,
.site-footer .site-info a:visited {
  color: var(--ea-red) !important;
}


.site-footer .footer-sidebar .col-lg-3:last-of-type::before {
  content: none !important;
  display: none !important;
}

.site-footer .footer-sidebar .col-lg-3:last-of-type {
  padding-left: 35px !important;
}


/*-----------------------------------*/
/* Inhaltsseiten mit Hero */
/*-----------------------------------*/
.ea-page-hero {
  min-height: 800px !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-position: center 25% !important;
}
/*Verschieben des Heros für die folgenden Seiten ausschalten*/
/* Firmenfitness */

/* Nur diese konkrete Seite verschieben */
/*
.elementor-XXX .ea-page-hero {
  background-position: center 25% !important;
}
*/

.ea-page-title-box {
  max-width: 320px;
	max-height: 200px;
  background: rgba(248,246,245,.90);
  border-left: 5px solid var(--ea-red);
  padding: 26px 34px 28px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
	margin-left: 320px;
  margin-top: 150px;
}

.ea-page-title-box h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 14px;
  color: #1a1a1a;
}

.ea-page-title-box p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  line-height: 1.55;
  color: #8c8c8c;
	 margin-top: -20px;
  margin-bottom: 8px;
}

.ea-box-zigzag {
  width: 70px;
  height: 18px;
  margin: 0 0 14px;
  background: url('/wp-content/uploads/slider2/zigzag-1.png') center center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(2490%) hue-rotate(318deg) brightness(91%) contrast(94%);
}

/*----------------------------*/
/* Ninja Forms */

.ea-contact-form input,
.ea-contact-form textarea,
.ea-contact-form select {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 14px 16px;
}

.ea-contact-form input:focus,
.ea-contact-form textarea:focus,
.ea-contact-form select:focus {
    border-color: var(--ea-red);
    box-shadow: 0 0 0 3px rgba(161,28,71,.12);
    outline: none;
}

.ea-contact-form label {
    color: #2f3542;
    font-weight: 600;
}

.ea-contact-form input[type="submit"],
.ea-contact-form button {
    background: var(--ea-red) !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 6px !important;
    font-weight: 600;
    transition: all .2s ease;
}

.ea-contact-form input[type="submit"]:hover,
.ea-contact-form button:hover {
    background: var(--ea-red-dark) !important;
}

.ea-contact-form select {
    color: #8a8f98;
}


/* Ninja Forms: Eingabetext */
.nf-form-content input:not([type="button"]),
.nf-form-content textarea,
.nf-form-content select {
    color: #5f6267 !important;
    background: #ffffff !important;
    font-family: "Roboto", Arial, sans-serif !important;
}

/* Alle Links in Ninja Forms */
.nf-form-content a {
    color: var(--ea-red) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.nf-form-content a:hover {
    color: var(--ea-red-dark) !important;
    text-decoration: underline !important;
}



/* Placeholder */
.nf-form-content input::placeholder,
.nf-form-content textarea::placeholder {
    color: #9aa0a6 !important;
    opacity: 1 !important;
}

/* Firefox */
.nf-form-content input::-moz-placeholder,
.nf-form-content textarea::-moz-placeholder {
    color: #9aa0a6 !important;
    opacity: 1 !important;
}

/* Fokus */
.nf-form-content input:focus,
.nf-form-content textarea:focus,
.nf-form-content select:focus {
    border-color: var(--ea-red) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(164, 28, 74, .12) !important;
}

/* -------------*/
/* Video Beschriftung */

.ea-video-caption {
    border-left: 4px solid var(--ea-red);
    padding-left: 14px;
    margin-top: 0px;
}

.ea-video-caption .elementor-heading-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 400;
    margin: 0;
}

/* Social Icons im Footer */
/* Footer Social Icons */
.wp-block-social-links .wp-social-link svg {
    fill: var(--ea-red) !important;
}

/* Hover */
.wp-block-social-links .wp-social-link:hover svg {
    fill: var(--ea-red-dark) !important;
}


/* Kursplan */
.ea-external-courseplan {
  background: #fff;
  border-left: 5px solid var(--ea-red);
  border-radius: 8px;
  padding: 32px 36px;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.ea-courseplan-button {
  background: var(--ea-red);
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
}

.ea-external-courseplan p {
    color: #5f6267;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.ea-external-courseplan a {
    color: var(--ea-red);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: .2s;
}

.ea-external-courseplan a:hover {
    color: var(--ea-red-dark);
    border-bottom-color: var(--ea-red-dark);
}

.ea-page-title-box h1,
.ea-page-title-box .e-heading-base,
.ea-page-title-box .elementor-heading-title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  color: #1a1a1a !important;
}

/* Responsive */

/* Mobile Header: Logo korrigieren */
@media (max-width: 991px) {
  .navbar-brand {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .custom-logo {
    margin-left: 0 !important;
    max-height: 78px !important;
  }
}

/* Mobile Menü: grüne Linien entfernen */
@media (max-width: 991px) {
  .navbar .nav .menu-item .nav-link,
  .navbar .nav .menu-item .nav-link:hover,
  .navbar .nav .menu-item.active .nav-link,
  .navbar .nav .current-menu-item .nav-link {
    border-color: var(--ea-red) !important;
  }

  .navbar .nav .menu-item .nav-link::before,
  .navbar .nav .menu-item .nav-link::after,
  .navbar .nav .menu-item:hover .nav-link::before,
  .navbar .nav .menu-item:hover .nav-link::after,
  .navbar .nav .current-menu-item .nav-link::before,
  .navbar .nav .current-menu-item .nav-link::after {
    background: var(--ea-red) !important;
    background-color: var(--ea-red) !important;
    border-color: var(--ea-red) !important;
  }
}



/* Mobile: Hero-Box ausblenden */
@media (max-width: 767px) {
  .ea-page-title-box {
    display: none !important;
  }
}

/* Mobile: Inhaltsabstände optimieren */
@media (max-width: 767px) {
  .ea-intro,
  .ea-content-section,
  .ea-contact-layout,
  .ea-team-grid {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .ea-intro h1,
  .ea-intro h2, 
  .ea-intro h2.elementor-heading-title {
    font-size: 38px !important;
    line-height: 1.12 !important;
    margin-bottom: 18px !important;
  }

  .ea-intro p,
  .ea-intro .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
}

/* Mobile: Herohöhe ohne Box */
@media (max-width: 767px) {
  .ea-page-hero {
    min-height: 280px !important;
  }
}
@media (max-width: 500px) {
  .navbar.navbar-header-wrap.classic-header .nav .menu-item .nav-link:hover,
  .navbar-header-wrap.classic-header .nav .menu-item .nav-link:hover,
  .navbar-header-wrap.classic-header.header-fixed-top .nav .menu-item .nav-link:hover {
    color: #ffffff !important;
  }
}

@media (max-width: 992px) {
  .navbar.navbar-header-wrap.classic-header .nav .menu-item .nav-link:hover,
  .navbar-header-wrap.classic-header .nav .menu-item .nav-link:hover,
  .navbar-header-wrap.classic-header.header-fixed-top .nav .menu-item .nav-link:hover {
    color: #ffffff !important;
  }
}

/* Tablet Hochformat: Hero-Box ausblenden */
@media (min-width: 768px) and (max-width: 1024px) {
  .ea-page-title-box {
    display: none !important;
  }

  .ea-page-hero {
    min-height: 360px !important;
  }

  .ea-intro,
  .ea-content-section,
  .ea-team-grid,
  .ea-contact-layout {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .ea-intro h1,
  .ea-intro h2,
  .ea-intro h2.elementor-heading-title {
    font-size: 46px !important;
    line-height: 1.12 !important;
    margin-bottom: 22px !important;
  }

  .ea-intro p,
  .ea-intro .elementor-widget-text-editor {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }
}

/* Ninja Forms Submit-Button */
.nf-form-content input[type="submit"],
.nf-form-content input[type="button"] {
  background: var(--ea-red) !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 11px 22px !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  width: auto !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.nf-form-content input[type="submit"]:hover,
.nf-form-content input[type="button"]:hover {
  background: var(--ea-red-dark) !important;
  color: #ffffff !important;
}


.nf-form-fields-required {
  color: #5f6267 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* Datenschutzhinweis */

/* Datenschutzhinweis */
#ea-privacy-banner {
 position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 99999;

  background: var(--ea-red);
  color: #ffffff;

  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);

  padding: 22px 26px;
}

.ea-privacy-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

#ea-privacy-banner a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

#ea-privacy-banner a:hover {
    color: #ffffff;
    opacity: .85;
}

#ea-privacy-banner a {
  color: var(--ea-red);
  font-weight: 600;
  text-decoration: none;
}

#ea-privacy-banner a:hover {
  color: var(--ea-red-dark);
  text-decoration: underline;
}

#ea-privacy-ok {
    background: #ffffff;
    color: var(--ea-red);
    border: 0;
    border-radius: 4px;
    padding: 11px 22px;
    font-weight: 700;
    cursor: pointer;
}

#ea-privacy-ok:hover {
    background: #f4f4f4;
}

@media (max-width: 767px) {
  .ea-privacy-banner-content {
    flex-direction: column;
    align-items: flex-start;
  }

  #ea-privacy-banner {
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 18px;
  }
}

/* Links im Datenschutzhinweis */
#ea-privacy-banner a,
#ea-privacy-banner a:visited {
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: underline;
}

#ea-privacy-banner a:hover,
#ea-privacy-banner a:focus {
    color: #ffffff !important;
    text-decoration: none;
    opacity: .85;
}

/* Allgemeine Links in Texten */

/* Links auf Impressum/Datenschutz im Inhalt */
.ea-intro a,
.ea-intro a:visited,
.elementor-widget-text-editor a,
.elementor-widget-text-editor a:visited {
  color: var(--ea-red) !important;
  font-weight: 600;
  text-decoration: none;
}

.ea-intro a:hover,
.elementor-widget-text-editor a:hover {
  color: var(--ea-red-dark) !important;
  text-decoration: underline;
}

/* Social Icons im Footer immer Eve-Adam-Rot */
.site-footer .wp-block-social-links .wp-social-link {
  background: transparent !important;
}

.site-footer .wp-block-social-links .wp-social-link a {
  color: var(--ea-red) !important;
}

.site-footer .wp-block-social-links .wp-social-link svg {
  fill: var(--ea-red) !important;
}

.site-footer .wp-block-social-links .wp-social-link:hover svg {
  fill: var(--ea-red-dark) !important;
}