/*immer eingebunden*/
/* =========================================================
   Source Sans 3 – Variable Font
   ========================================================= */
@font-face{
    font-family: 'Source Sans 3';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-ExtraLight.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-ExtraLight.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-ExtraLightIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-Light.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-Light.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-LightIt.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-LightIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-Regular.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-Regular.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-It.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-It.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-Semibold.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-Semibold.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-SemiboldIt.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-SemiboldIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-Bold.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-Bold.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-BoldIt.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-BoldIt.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-Black.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-Black.otf.woff') format('woff');
}

@font-face{
    font-family: 'Source Sans 3';
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/sourcesansrelease/WOFF2/TTF/SourceSans3-BlackIt.ttf.woff2') format('woff2'),
         url('../fonts/sourcesansrelease/WOFF/OTF/SourceSans3-BlackIt.otf.woff') format('woff');
}


/* =========================================================
   Aura – Typografie + Menü (Bootscore / Bootstrap 5)
   Datei: bootscore-child/css/global.css
   ========================================================= */

/* 1) Design-Tokens (Farben/Schriften) */
:root{
  /* Anmutung wie Vorlage */
  --aura-text: #231f20;         /* Fließtext (dunkelgrau) */
  --aura-muted: #6b6b6b;        /* Sekundärtext */
  --aura-green: #989d67;        /* Rahmen-/Akzentgrün (aus Vorlage) */
  --aura-lavendel: #7266ae;         /* Link-Blau/Lila unten bei Kacheln */
  --aura-cta: #c2b2d7;          /* Kontakt-Button-Lila */
  --aura-cta-dark: #8a72db;     /* Top-Button-Hover */
  --aura-cta-text: #ffffff;
  --aura-container: 1200px;      /* Max. Container-Breite weit */
  --aura-contact: #e9e4f2;       /* Kontakt Block Hintergrund */
  --aura-contacth2: #e2d9ea;       /* Kontakt Block Hintergrund H2 */
  --aura-ornament-h:204px;       /* Höhe Schmuckleiste */
  

  /* Schriften (falls du keine Webfonts nutzt, bleiben System-Fonts) */
  --aura-font-sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;}

/* 2) Grundtypografie */
body{
  font-family: var(--aura-font-sans);
  color: var(--aura-text);
  line-height: 1.6;
  font-weight: 300;
  font-size: 18px; /* wirkt wie Vorlage (luftig) */
}

p, li{
  color: var(--aura-text);
}

.small, small{
  color: var(--aura-muted);
}

b, strong {
    font-weight: 500;
}

/* Links (wie die blauen Untertitel in der Vorlage) */
a{
  color: var(--aura-lavendel);
  text-decoration: none;
}
a:hover, a:focus{
  text-decoration: underline;
}

/* 3) Überschriften (grün, leicht, zentriert bei Bedarf) */
h1, h2, h3, h4, h5, h6{
  font-weight: 300;
  color: var(--aura-green);
  font-family: var(--aura-font-sans);
  letter-spacing: 0.01em;
  line-height: 1.25;
}

/* Typische Größen – anpassbar */
h1{ 
    font-size: 34px;
    font-weight:400;
}

h1{
  position: relative;
  display: inline-block;
  padding-bottom: 7px; /* Abstand zur Linie */
}

h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 45px;

  background-image: url("/wp-content/themes/bootscore-child/image/unterlinie.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.home H2 a,
.home H2 a:hover,
h2{ 
    font-size: 24px; 
    color:var(--aura-green);
    font-weight: normal;
}

.page-id-9 .wp-block-columns .wp-block-column h3{
     color:var(--aura-lavendel);
     margin-top: 20px;
}

.wp-block-columns.spalteanwendung .wp-block-column:last-child h2{
    align-items: flex-end;
    height:100%;
}

.wp-block-columns.spalteanwendung .wp-block-column:last-child .wp-block-columns {
    align-items: flex-end !important;
}


h3{ 
    font-size: 20px; 
    color:var(--aura-lavendel);
    font-weight: normal;
}

.home H3, .home H2{
    font-weight: 300;
}

.home H3{
    padding-bottom:40px;
}

H1.entry-title {
    display:none;
}

/* Wenn du Überschriften wie im Screenshot lieber dunkel willst (z.B. "Aurora Wellness"),
   dann nutze eine Klasse auf Container-Ebene: .headline-dark h1/h2/... */
.headline-dark h1,
.headline-dark h2,
.headline-dark h3{
  color: #111;
  font-weight: 400;
}

#masthead.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.btn-outline-secondary {
    --bs-btn-border-width: 2px;
    --bs-btn-color: var(--aura-lavendel);
    --bs-btn-border-color: var(--aura-lavendel);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--aura-lavendel);
    --bs-btn-hover-border-color: var(--aura-lavendel);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--aura-lavendel);
    --bs-btn-active-border-color: var(--aura-lavendel);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--aura-lavendel);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--aura-lavendel);
    --bs-gradient: none;
        width: 40px;
        padding-left: 8px;
}

.fa-bars {
    color: var(--aura-lavendel);
}

.offcanvas-title{
    display: none;    
}

/* 4) Menü (rechtsbündig, Großbuchstaben, spacing wie Vorlage) */
#masthead .navbar{
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #fff;
}

/* Menü-ul */
#offcanvas-navbar{
    margin-top:0px;
    height: 200px;
}

#bootscore-navbar{
    float:left;
}

.navbar {
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color:  #fff;
    --bs-navbar-disabled-color:  #fff;
    --bs-navbar-active-color:  #fff;
    --bs-navbar-brand-color:  #fff;
    --bs-navbar-brand-hover-color:  #fff;
}

/* Menü-Links */
#masthead .navbar-nav .nav-link{
  color: #231f20 !important;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 1rem;
  margin-left:30px;
  padding: 4px 14px;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover/Focus: lila hinterlegt */
#masthead .navbar-nav .nav-link:hover,
#masthead .navbar-nav .nav-link:focus{
  background-color: var(--aura-cta);
  color: #fff !important;
  font-style:italic;
  font-weight:normal;
  text-decoration: none;
}

/* Aktiver Menüpunkt: ebenfalls lila hinterlegt */
#masthead .navbar-nav .current-menu-item > a,
#masthead .navbar-nav .current_page_item > a,
#masthead .navbar-nav .current-menu-ancestor > a{
  background-color: var(--aura-cta);
  color: #fff !important;
  text-decoration: none;
  font-style:italic;
}

/*
#masthead .navbar-nav #menu-item-20 > a,
#masthead .navbar-nav #menu-item-20.current-menu-item > a,
#masthead .navbar-nav #menu-item-20.current_page_item > a,
#masthead .navbar-nav #menu-item-20.current-menu-ancestor > a {
  background-color: transparent !important;
  color: var(--aura-text) !important;
  font-style:normal;
}
*/

#masthead .navbar-nav #menu-item-20 > a:hover,
#masthead .navbar-nav #menu-item-20.current-menu-item > a:hover,
#masthead .navbar-nav #menu-item-20.current_page_item > a:hover,
#masthead .navbar-nav #menu-item-20.current-menu-ancestor > a:hover {
  background-color: var(--aura-cta) !important;
  color: #fff !important;
    font-style:italic;
}

/* 6) Logo-Bereich etwas „luftiger“ wie in der Vorlage */
#masthead .navbar-brand img{
  max-height: 90px;     /* nach Bedarf */
  height: auto;
  width: 180px;
  display: block;
}

/* 7) Optional: Textblock im Hero zentrieren wie in der Vorlage */
.hero-center,
.hero-center p,
.hero-center h1,
.hero-center h2{
  text-align: center;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: var(--aura-container);;
}

/* =========================================================
   Sehr schmaler Screen: nur schmucklinie3.png als Trenner
   (Breakpoint kannst du anpassen)
   ========================================================= */

  
  .home #masthead #schmuckleiste{
    display: block;
  }
  
  
.home #masthead #schmuckleiste.is-hidden{
  display: none;
}  

 #schmuckleiste {
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
}

#schmuckleistecon1 {
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
}

#schmuckleistecon2 {
  display: none;
  height: 175px;
}

#schmucklinie1,
#schmucklinie2 {
  display: block;
  height: 175px;
  width: auto;
  max-width: none;
}

/* Mobile: schmucklinie1 im Vollbreiten-Container */
#schmucklinie1 {
  position: absolute;
  top: 0;
  right: 0;
  width:100%;
}

#schmucklinie2 {
  position: absolute;
  top: 0;
  left: 0;
}
  
  

.greengrate{
    color: var(--aura-green);
    font-size: 20px;
}

#primary .col{
    padding-bottom:0 !important;
    margin-bottom: 0 !important;
}

.home #content{
    margin-top:-100px;
    padding-bottom:0 !important;
    margin-bottom: -30px !important;    
}

.home #content.is-hidden{
    margin-top:15px;
}

#content {
    margin-top: -100px;
}

.top-button{
    background-color: var(--aura-cta);
    border-color:var(--aura-cta);
}

.top-button:hover{
    background-color: var(--aura-cta-dark);
    border-color:var(--aura-cta-dark);
}

#kontakt{
    background-color: var(--aura-contact);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);  
    margin-top:50px;
}

#kontakt h2{
    font-style:italic;
    font-size:20px;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 0;
}


#kontakt .wp-block-column:first-child p{
    margin-left: 15px;
    padding-left: 0;
    margin-top: 0px;        
}

#kontakt .wp-block-column:first-child h2{
    margin-left: 15px;
    margin-top: 20px;   
    padding-top: 20px;
}


#kontakt .wp-block-column:last-child{
    padding-bottom:20px;
}

#kontakt .wp-block-column:last-child p,
#kontakt .wp-block-column:last-child h2{
    margin-left: 15px;
    padding-left: 0;    
}

#kontakt .wp-block-column:last-child h2.backgroundkontakt{
    background-color:var(--aura-contacth2);
    color:var(--aura-lavendel);
    padding: 4px 14px;
    display: inline-block;
    width:auto;
    font-size: 28px;
    text-transform: none;
}

#kontakt .wp-block-column:first-child .wp-block-columns{
  max-width: 100% !important;
  width:250px;
  aspect-ratio: 1 / 1;   /* macht sie quadratisch */
    margin-left: 15px;
    margin-right: 15px;
}

#kontakt > .wp-block-columns {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

#kontakt > .wp-block-columns > .wp-block-column {
  display: block !important;
  width: 100% !important;
  flex: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 24px 0 !important;
  overflow: visible !important;
}

.page-id-9 H2 br,
.page-id-9 .wp-block-spacer,
#kontakt .wp-block-spacer{
    display:none;
}

:root :where(.is-layout-flex) {
    gap: 0px;
}

.spalteanwendung img{
    width:90%;
    margin-top:15px;
}
.bootscore-footer-info .container{
    width:100%;
}

.bootscore-footer-info .copy{
    float:left;
}

.bootscore-footer-info .insta{
    float:left;
    margin:auto;
    margin-top: 20px;
    width: 100%;
}

/*
.wp-block-columns{
    border:1px solid green;
}

.wp-block-column{
    border:1px solid red;
}
*/

#aromatherpie,
#massage,
#fusspflege {
  scroll-margin-top: 50px;
}

.wp-block-columns.spalteanwendung{
    margin-bottom:80px
}