/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.9.0.1743675924
Updated: 2025-04-03 12:25:24

*/

/*
 * Farben:
 * 
 * Hintergrund: #ffedd9
 * Hellbraun:   #cfb59a
 * 
 * */


h1, h2, h3, h4, h5, h6 {
  color: #222 !important;
}

/*Seitenhintergrund*/
body {
    background-color: #ffedd9 !important; /* Deine Wunschfarbe */
	font-size: 20px;
}

/*Link Farbe*/


a {
	color: red;
}


a:focus,a:hover {color: #cfb59a!important;}
a:active {color: #cfb59a!important;}

.current-menu-item {color: #cfb59a!important;}


/* Sticky Header für Astra */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	font-weight:500;
    background-color: #ffedd9!important; /* #f0e8e0 Hintergrundfarbe, sonst transparent */
   /* box-shadow: 0 2px 5px rgba(0,0,0,0.1);  Optional: kleiner Schatten */
}
.ast-above-header.ast-above-header-bar{border-bottom-color:none!important}

.site-content {
    padding-top: 100px; /* Platz schaffen für den Header */
}

/*Backend Menü Fix*/

body.admin-bar .site-header  {
  top: 32px;
}

/* Zentriert das Off-Canvas Menü bei Astra Mobile */
.ast-mobile-popup-content .ast-main-header-nav {
  text-align: center;
}

/* Zentriert die einzelnen Menüeinträge */
.ast-mobile-popup-content .ast-main-header-nav ul li {
  text-align: center;
}

/* Macht die Links inline-block, damit sie mittig stehen */
.ast-mobile-popup-content .ast-main-header-nav ul li a {
  display: inline-block;
}


/*Fonts*/

@font-face {
  font-family: 'DucDeBerry';
  src: url('fonts/DucDeBerryLTStd.woff2') format('woff2'),
       url('fonts/DucDeBerryLTStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AbadiCondensed';
  src: url('fonts/AbadiMT-CondensedLight.woff2') format('woff2'),
       url('fonts/AbadiMT-CondensedLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Beispiel-Nutzung */
.danke-font {
  font-family: 'DucDeBerry', serif !important;
}

.headline-font {
  font-family: 'DucDeBerry', serif !important;
	color: green;
}

.zart-text {
  font-family: 'AbadiCondensed', sans-serif !important;
}

/* 2. Globale Schriftzuweisung */

body {
  font-family: 'AbadiCondensed', sans-serif !important;
  font-weight: normal;
  font-style: normal;
}

/* 3. Headings auf DucDeBerry setzen */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DucDeBerry', serif !important;
  font-weight: normal!important;
  font-style: normal!important;
  color: red !important;
}

/* Menü-Schriftgröße */
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 20px !important;
  font-family: 'DucDeBerry', serif; !important;
}


/*Abstand zu Header*/

@media (min-width: 1024px) {
  body.home .site-content {
    padding-top: 0 !important;
  }
}





/*Trenner mit Blume Start*/

.blume-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  gap: 1rem;
}

.blume-divider .line {
  flex: 1;
  border-top: 1px dotted #555;
  height: 1px;
}

.blume-divider .flower {
  width: 40px;
  height: auto;
}
/*Trenner mit Blume Ende*/


/* Reset von Header und Footer*/


/* Entferne Astra-eigene Paddings, Farben, Fonts usw. */
header *:not(img),
footer *:not(img) {
  
  color: inherit !important;

  
}

/* Optional: Grundstruktur behalten 
header, footer {
  width: 100%;
}*/

/* Optional: eigenes Padding 
header, footer {
  padding: 2rem 1rem;
}*/



/*Scroll Button*/

#ast-scroll-top {
	background-color:#cfb59a;
}



/*START Bestell Code*/

.kategorie-inhalt {
  display: none;
  margin-bottom: 20px;
}
.kategorie-toggle {
  background: #f5f5f5;
  padding: 12px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 8px;
}
.kategorie-toggle h3 {
  margin: 0;
  font-size: 18px;
}
/*BEstell Cod ENDEe*/


/* Forminator: Menge rechts, Label links */
.forminator-ui .forminator-field-number {
  display: flex;
  align-items: center;
  gap: 12px;
}
.forminator-ui .forminator-field-number .forminator-label {
  flex: 1;
  margin: 0;
}
.forminator-ui .forminator-field-number input[type="number"] {
  width: 90px;
}

/* Sternchen weniger aggressiv */
.forminator-ui .forminator-required {
  display: none;
}

