/* Füge hier Dein eigenes CSS ein */
.site-header, .site:before {background-color: #ffffff;} /* Kopf */ 
#secondary {background-color: grey; color: red;} /* linke Seitenleiste */
.site-footer {background-color: #edf7fd;} /* Fußleiste */
.site-inner { background-color: white; }
.site-container { background-color: whitesmoke; }

.genesis-nav-menu .sub-menu a {
	color: #0206ed;
}
body {
 background-color: #f0f0f0;
}
.sidebar
{
  background-color: #f0f0f0;
  padding: 5px;
  text-align: center;
}

aside section
{
  border: 10px solid #fff;
  border-radius: 10px;
  padding: 5px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

body.aawp-custom{overflow-y:inherit !important;}
body.aawp-custom .fc-consent-root{display:none !important;}

/* === SALES-PAGE OPTIMIERUNG (post-7100) === */

/* Veröffentlichungs-Datum + Autor (entry-meta direkt im entry-header) */
.post-7100 .entry-header .entry-meta {
    display: none !important;
}

/* Bewertungs-Sterne (4.4/5 - 37 votes) */
.post-7100 .post-ratings,
.post-7100 .post-ratings-loading,
.post-7100 .post-ratings-text,
.post-7100 .wp-postratings,
.post-7100 .ratings-image,
.post-7100 #post-ratings-7100,
.post-7100 [id^="post-ratings-"] {
    display: none !important;
}

/* "Ähnliche Artikel" / entry-footer */
.post-7100 .entry-footer,
.post-7100 .entry-related,
.post-7100 .related-posts,
.post-7100 .yarpp-related,
.post-7100 .related,
.post-7100 #related-posts,
.post-7100 .genesis-related-posts {
    display: none !important;
}

