.elementor-kit-7{--e-global-color-primary:#F5F0EB;--e-global-color-secondary:#A47C61;--e-global-color-text:#AAB9A0;--e-global-color-accent:#D3A29E;--e-global-color-f2bc3c5:#F5F0EB;--e-global-color-23f2cda:#A47C61;--e-global-color-7dc7b15:#AAB9A0;--e-global-color-c11e173:#D3A29E;--e-global-color-cb5dd8e:#4A3F36;--e-global-color-9976c8b:#0000004D;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-letter-spacing:0em;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.6px;--e-global-typography-secondary-letter-spacing:0em;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.4px;--e-global-typography-accent-letter-spacing:0.05em;--e-global-typography-accent-word-spacing:0em;--e-global-typography-c8978c4-font-family:"Playfair Display";}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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 .site-branding{flex-direction:column;align-items:stretch;}.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 *//*
Theme Name:   Wildmood Child
Template:     astra
Description:  Child-Theme mit DE/EN Zweisprachigkeit
Version:      1.1.2
Author:       Wildmood
*/
@import url("../astra/style.css");
:root {
  --warm-beige: #F5F0EB;
  --tonerde:    #A47C61;
  --sage-green: #AAB9A0;
  --terracotta: #D3A29E;
  --dark-brown: #4A3F36;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--warm-beige);
  color: var(--dark-brown);
  font-family: 'Work Sans', sans-serif;
  line-height: 1.6;
}
a, .elementor-button {
  color: var(--sage-green);
  text-decoration: none;
  transition: all .3s ease;
}
a:hover, .elementor-button:hover {
  color: var(--tonerde);
}
h1, h2 {
  font-family: 'Playfair Display', serif;
}
.section-padding { padding: 6rem 2rem; }
.centered { display: flex; align-items: center; justify-content: center; text-align: center; }
.site-footer {
  background-color: var(--dark-brown);
  color: var(--warm-beige);
  padding: 4rem 2rem;
  text-align: center;
}/* End custom CSS */