/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 12:33:18 */
/* =============================================
   KATJA ENGEL — Brand CSS
   Periwinkle & Magenta · 2026
   ============================================= */

/* --- Grundfarben --- */
body {
  background-color: #FFFCF6;
  color: #2A3450;
}

/* --- Footer --- */
.ke-footer {
  background-color: #3A5A90 !important;
  color: #FFFFFF !important;
  padding: 48px 24px !important;
  text-align: center;
  border-top: 3px solid;
  border-image: linear-gradient(90deg, #C83878, #E8C868, #8878B0, #B8CAE8, #C83878) 1;
}

.ke-footer p,
.ke-footer a,
.ke-footer span {
  color: #C8D6EE !important;
}

.ke-footer a:hover {
  color: #FFFFFF !important;
}

/* Footer: Abstände zwischen Elementen klein halten */
.ke-footer p {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

/* Footer: Katja Engel Name */
.ke-footer-name {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px !important;
  font-style: italic;
  color: #FFFFFF !important;
  margin-bottom: 4px !important;
}

/* Footer: Tagline */
.ke-footer-tagline {
  font-family: 'Outfit', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8AA4D0 !important;
  opacity: 0.6;
  margin-bottom: 20px !important;
}

/* Footer: Navigation Links */
.ke-footer .wp-block-navigation a {
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  color: #C8D6EE !important;
  opacity: 0.6;
  text-decoration: none;
}

.ke-footer .wp-block-navigation a:hover {
  opacity: 1;
  color: #FFFFFF !important;
}

/* Footer: Impressum/Datenschutz */
.ke-footer-legal {
  font-family: 'Outfit', sans-serif !important;
  font-size: 10px !important;
  color: #8AA4D0 !important;
  opacity: 0.35;
  margin-top: 20px !important;
}

.ke-footer-legal a {
  color: #8AA4D0 !important;
  text-decoration: none;
}

/* --- Header / Navigation --- */
.ke-header {
  background-color: #3A5A90 !important;
}

.ke-header a,
.ke-header .wp-block-site-title a,
.ke-header .wp-block-navigation a {
  color: #FFFFFF !important;
}

.ke-header .wp-block-navigation a:hover {
  color: #E8C868 !important;
}

/* --- Links global --- */
a {
  color: #C83878;
  transition: color 0.2s;
}

a:hover {
  color: #A02860;
}

/* --- Überschriften --- */
h1, h2, h3, h4, h5, h6 {
  color: #3A5A90;
  font-family: 'Cormorant Garamond', serif;
}

/* --- Buttons --- */
.wp-block-button__link {
  background-color: #C83878 !important;
  color: #FFFFFF !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 100px !important;
  padding: 12px 28px !important;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 14px rgba(200, 56, 120, 0.25);
  text-decoration: none !important;
}

.wp-block-button__link:hover {
  background-color: #A02860 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(200, 56, 120, 0.3);
}

/* --- Review-Streifen --- */
.ke-review {
  background-color: #3A5A90 !important;
  color: #FFFFFF !important;
  padding: 40px 24px !important;
  text-align: center;
}

.ke-review p,
.ke-review blockquote {
  color: #FFFFFF !important;
}

.ke-review blockquote {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px !important;
  font-style: italic;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 560px;
}

.ke-review cite {
  font-family: 'Outfit', sans-serif !important;
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-style: normal;
}

/* --- Glenmorie-Sektion --- */
.ke-glenmorie {
  background-color: #3A5A90 !important;
  color: #FFFFFF !important;
  padding: 60px 24px !important;
  text-align: center;
}

.ke-glenmorie h2,
.ke-glenmorie p {
  color: #FFFFFF !important;
}

.ke-glenmorie p {
  opacity: 0.8;
}

/* --- Newsletter-Karte --- */
.ke-newsletter {
  background-color: #FFFCF6 !important;
  padding: 48px 24px !important;
}

.ke-newsletter-card {
  background: #FFFFFF !important;
  border-radius: 24px !important;
  padding: 44px 36px !important;
  box-shadow: 0 4px 24px rgba(58, 90, 144, 0.08);
  border: 1px solid #DDE6F4;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

/* --- Periwinkle Hintergrund-Sektion --- */
.ke-peri-bg {
  background-color: #B8CAE8 !important;
}

/* --- Periwinkle Hell Hintergrund --- */
.ke-peri-light-bg {
  background-color: #DDE6F4 !important;
}

/* --- Bücher-Galerie --- */
.ke-books-grid {
  background-color: #FFFFFF !important;
  padding: 48px 24px !important;
}

.ke-books-grid img {
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(58, 90, 144, 0.12);
  transition: transform 0.3s, box-shadow 0.3s;
}

.ke-books-grid img:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(200, 56, 120, 0.18);
}

/* --- Allgemeine Helfer --- */
.text-center {
  text-align: center !important;
}

.text-magenta {
  color: #C83878 !important;
}

.text-gold {
  color: #E8C868 !important;
}

.text-peri {
  color: #3A5A90 !important;
}

.text-muted {
  color: #8A92A8 !important;
}

.bg-highland {
  background-color: #3A5A90 !important;
  color: #FFFFFF !important;
}

.bg-peri {
  background-color: #B8CAE8 !important;
}

.bg-cream {
  background-color: #FFFCF6 !important;
}

.font-garamond {
  font-family: 'Cormorant Garamond', serif !important;
}

.font-outfit {
  font-family: 'Outfit', sans-serif !important;
}

.font-lora {
  font-family: 'Lora', serif !important;
}

.small-text {
  font-size: 11px !important;
  font-family: 'Outfit', sans-serif !important;
}