/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* =========================================================
   BASE
========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-size: 15px;
}

a {
  color: #d9b45b!important;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #d9b45b;
  text-decoration: underline;
}
.space
/* =========================================================
   MENU DESKTOP - HOME
========================================================= */

body.home .header-wrap .main-nav > ul > li > a {
  color: #fff !important;
  background: transparent;
  transition: color 0.25s ease, opacity 0.25s ease;
}

body.home .header-wrap .main-nav > ul > li > a:hover {
  color: #d9b45b !important;
  text-decoration: underline;
}

body.home .header-wrap .main-nav > ul > li.current-menu-item > a,
body.home .header-wrap .main-nav > ul > li.current_page_item > a,
body.home .header-wrap .main-nav > ul > li[class*="current-menu-"] > a {
  color: #fff !important;
  background: transparent;
}

/* =========================================================
   CTA STICKY
========================================================= */

.cta-sticky {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-sticky a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #c8982a;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

@media (hover: hover) {
  .cta-sticky a:hover {
    transform: translateY(-2px);
    background: #000 !important;
	color:#fff!important;
    text-decoration: none;
  }
}

.cta-sticky .cta-mobile-single {
  display: none;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  /* -----------------------------------------
     CTA mobile
  ----------------------------------------- */

  .cta-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    background:transparent!important;
    backdrop-filter: blur(10px);
    box-shadow: 0 -10px 26px rgba(0, 0, 0, 0.14);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .cta-sticky a {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: none;
  }

  .cta-sticky .cta-main {
    display: none;
  }

  .cta-sticky .cta-mobile-single {
    display: inline-flex;
  }

  /* -----------------------------------------
     Header mobile GeneratePress
  ----------------------------------------- */

  .mobile-header-navigation,
  #mobile-header {
    position: relative;
  }

  #mobile-header .inside-navigation,
  .mobile-header-navigation .inside-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 72px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .wn-mobile-brand {
    display: flex;
    flex: 1;
    order: 2;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .wn-mobile-brand a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wn-mobile-brand img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 42px;
    height: auto;
  }

  .menu-toggle,
  .mobile-menu-control-wrapper,
  .has-inline-mobile-toggle #mobile-menu-control-wrapper {
    order: 1;
    flex: 0 0 auto;
  }

  .site-logo.mobile-header-logo,
  .mobile-header-logo,
  .navigation-branding {
    display: none !important;
  }

  /* -----------------------------------------
     Menu mobile centré
  ----------------------------------------- */

  #mobile-menu,
  .main-navigation.toggled .main-nav,
  #site-navigation.toggled .main-nav {
    text-align: center;
  }

  #mobile-menu .main-nav ul,
  .main-navigation.toggled .main-nav ul,
  #site-navigation.toggled .main-nav ul {
    text-align: center;
  }

  #mobile-menu .main-nav ul li,
  .main-navigation.toggled .main-nav ul li,
  #site-navigation.toggled .main-nav ul li {
    text-align: center;
  }

  #mobile-menu .main-nav ul li a,
  .main-navigation.toggled .main-nav ul li a,
  #site-navigation.toggled .main-nav ul li a {
    justify-content: center;
    text-align: center;
  }

  /* -----------------------------------------
     Slideout GeneratePress
  ----------------------------------------- */

  #generate-slideout-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    background: #0b0b0b;
    transform: translate3d(0, 0, 0);
  }

  #generate-slideout-menu.offside,
  #generate-slideout-menu.offside--left,
  #generate-slideout-menu.is-open {
    width: 100vw;
    max-width: 100vw;
    transform: translate3d(0, 0, 0);
  }

  #generate-slideout-menu .inside-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 100vh;
    padding: 18px 18px 34px;
    box-sizing: border-box;
    text-align: center;
  }


  #generate-slideout-menu .slideout-exit {
    align-self: flex-end;
    order: 1;
    margin-bottom: 8px;
    color: #ffffff;
  }

  #generate-slideout-menu .slideout-exit svg {
    width: 22px;
    height: 22px;
  }

  #generate-slideout-menu .main-nav {
    order: 3;
    width: 100%;
  }

  #generate-slideout-menu .main-nav ul.slideout-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #generate-slideout-menu .main-nav ul.slideout-menu > li {
    width: 100%;
    text-align: center;
  }

  #generate-slideout-menu .main-nav ul.slideout-menu > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 10px;
    background: transparent;
    border-bottom: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  #generate-slideout-menu .main-nav ul.slideout-menu > li > a:hover,
  #generate-slideout-menu .main-nav ul.slideout-menu > li.current-menu-item > a,
  #generate-slideout-menu .main-nav ul.slideout-menu > li.current_page_item > a,
  #generate-slideout-menu .main-nav ul.slideout-menu > li[class*="current-menu-"] > a {
    color: #d9b45b;
    background: transparent;
  }
}
@media (max-width: 768px) {
  #generate-slideout-menu .inside-navigation::before {
    content: "";
    display: block !important;
    flex: 0 0 auto;
    width: 300px !important;
    max-width: 84vw;
    height: 60px !important;
    margin: 20px auto 24px !important;
    background-image: url("https://wellness-nest.de/wp-content/uploads/2026/03/wellness-nest-de-logo.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  #generate-slideout-menu .slideout-exit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 0;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
  }

  #generate-slideout-menu .slideout-exit svg {
    width: 22px;
    height: 22px;
  }
}

/* GeneratePress Site CSS */ /* GeneratePress Site CSS */ /* Comment button */
.form-submit .submit {
	border-radius: 9999px;
}

/* Text highlight */
mark.gb-highlight {
	border-bottom: 2px solid var(--contrast);
}

/* Blog featured post */
@media (min-width: 768px) and (max-width: 1024px) {
	.generate-columns-container .featured-column {
	width: 100%;
	}
}

/* Right sidebar */
.sidebar aside {
	border-radius: 8px;
	border: 1px solid var(--base-2);
}
@media (max-width: 768px) {
	.sidebar {
		margin-top: 5em;
	}
}
