/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

/* sacramento-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/allura-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Schriften
-------------- */
    body, html {
         font-family: 'Montserrat', Arial, sans-serif;
         font-size: 19px;
         font-weight: 300;
         color: #7c746e;
         background: #FFF;
    }
    
    
    p {
        line-height: 1.5em;
        margin-top: 15px;
    }
    
    p a {
        text-decoration: underline;
        text-decoration-thickness: auto;
        text-decoration-thickness: 0;
        text-underline-offset: 5px;
    }
    
    strong { 
        font-weight: 600;
        color: #7c746e;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Allura', Arial, sans-serif;
        font-weight: 200 !important;
    }
    
    h1 {
        font-size: 470%;
        margin-bottom: -40px;
    }
    
    .page-nureinshop-home h1 {
        margin-bottom: -15px;
    }

    
    h2 {
        font-size: 220%;
        line-height: 1.2em;
        font-family: 'Montserrat', Arial, sans-serif;
        text-transform: uppercase;
        
    }
    
    h3 {
        font-size: 200%;
    }
    
    h4 {
        font-size: 150%;
        color: #7c746e;
    }
    
    h5 {
        font-size: 120%;
    }
    
    h6 {
        font-size: 100%;
    }
    
    .leistungen img:hover {
        opacity: 0.6;
        transition: 0.9s;
    }
    
    .subpages-button {
        margin-top: 0px;
    }
    
    .owl-item .btn {
        background: #ffffff2e;
    }
    
    .block-nureinshop-banner > .container {
        padding-top: 0px;
    }
    
/* Blockquote
------------- */
    blockquote {
        color: #FFFFFF !important;
        border-radius: 15px;
    }
    
    blockquote p,
    blockquote strong,
    blockquote a,
    blockquite a:hover {
        color: #FFFFFF !important;
    }


/* Artikel Carousel
------------------- */
    .subpages article {
        background: #7c746e; 
        color: #FFF;
        padding: 20px;
        border-radius: 15px;
    }
    
    .subpages article h2 {
        color: #FFF;
        font-size: 160%;
        margin-bottom: 10px;
        font-family: 'Montserrat', Arial, sans-serif;
        
    }
    
    .owl-item h2 {
        font-family: 'Allura';
    }
    
/* Navigation Slideshow
----------------------- */
    .page-nureinshop-home .owl-carousel .owl-nav button.owl-prev,
    .page-nureinshop-home .owl-carousel .owl-nav button.owl-next{
        display: none;
    }
    
/* Suche ausblenden
------------------- */
    #region-search {
        display: none;
    }
    
/* Button
--------- */
    .btn {
        font-family: 'Allura', Arial, sans-serif;
        text-transform: none;
        text-decoration: none;
        font-size: 180%;
        border-radius: 15px;
        padding-top: 15px;
        margin-top: 10px;
    }
    
/* Logo
------- */
    #region-logo a img {
        height: 300px;
    }
    
/* Header
--------- */
    header {
        border-bottom: 0px;
        background: #FFF0;
        width: 100%;
        position: absolute;
    }
    
/* Navigation
------------- */
    #region-nav nav {
        border-bottom: none;
        background: #FFF0;
        margin-top: 4%;
        font-family: 'Allura', Arial, sans-serif;
    }
    
    #region-nav .level-1 > li:hover > a {
        background-color: #7c746e00;
        color: #7c746e91;
        transition: 0.2s;
    }
    
    #region-nav a {
        color: #7c746e;
        font-family: 'Allura', Arial, sans-serif;
    }
    
    #region-nav .level-1 > li:first-of-type > a {
        border-left: none;
    }
    
    #region-nav .level-1 > li > a {
        border-right: none;
    }
    
    #region-nav {
        text-transform: none;
        font-size: 180%;
        position: absolute;
        z-index: 9;
        width: 100%;
        text-align: right;
    }
    
/* Footer
--------*/
    #region-footer,
    #region-copyright {
        background: #7c746e;
        color: #FFF;
    }
    
    #region-footer {
        margin-top: 3%;
    }
    
    #region-footer a,
    #region-copyright a {
        text-decoration: underline;
        color: #FFF;
    }
    
    #region-footer p strong {
        color: #FFF;
    }
    
    #region-copyright {
        font-size: 80%;
    }
    
    #region-footer {
        padding-bottom: 0px;
        padding-top: 2%;
    }

    #region-footer h4,
    #region-footer a {
        color: #FFFFFF;
    }
    
    #region-footer h4 a {
        text-decoration: none;
    }
    
    footer {
        margin-top: 0px;
    }
    
    .feature-container {
        margin-bottom: 0px;
    }
    
/* Responsive Design
-------------------- */
    @media (max-width: 760px) {
        h1 {
            font-size: 200%;
        }
        
        .page-nureinshop-home h1 {
            margin-bottom: -10px;
           padding-top: 0px;
        }
        
        h2 { 
            font-size: 150%;
            margin-top: 0px;
        }
        
        .page-nureinshop-home h2 {
            margin-top: 5px;
            font-size: 150%;
        }
        
        h3 {
            font-size: 150%;
        }
        
        .footer-img > .container {
            padding: 0px;
        }
        
        .footer-img {
            margin-top: 30px;
        }
        
        #region-footer {
            padding-bottom: 20px;
        }
        
        #region-footer h3 {
            font-size: 280%;
            margin-bottom: -15px;
        }
        
        #region-content,
        .page-nureinshop-home .block.block-nureinshop-text { 
            background-image: none;
        }
        
        .block.full-width > .container {
            padding: 0px;
        }
        
        .subpages article h2 {
            font-size: 130%;
        }
    
    #region-mobile-nav {
      position: relative;
      background-color: #FFF0;
      border-bottom: none;
      min-height: 65px;
      position: absolute;
      z-index: 9;
      width: 100%;
    }

    .offcanvas-menu {
        text-transform: uppercase;
        background: #FFF;
        color: #7c746e;
    }
        
    .offcanvas-menu a {
        color: #7c746e;
    }
        
    .offcanvas-menu li.active > a {
        color: #7c746e;
    }
        
    .offcanvas-nav li a {            
        padding: 10px 45px 10px 15px;
    }
        
    #region-mobile-nav .mobile-logo img {
        height: 135px;
    }
        
    #region-mobile-nav ul img {
         filter: invert(62%) sepia(85%) saturate(500%) hue-rotate(10deg) brightness(95%) contrast(95%);
    }
        
    .offcanvas-logo img {
        height: 120px;
    }
        
    @media (max-width: 420px) { 
        h1 {
            font-size: 350%;
            margin-bottom: 30px;
        }
        
        h2 {
            font-size: 170%;
            margin-top: 0px;
        }
        
        .page-nureinshop-home h1 {
            margin-bottom: -0px;
            line-height: 1.2em;
        }
    }
    
/* Termine
---------- */
    .block-nureinshop-events--body {
        background: #7c746e;
        color: #FFF;
        padding: 20px;
        border-radius: 15px;
    }
    
    .block-nureinshop-events--body .btn {
        background: #ffffff2e; 
    }
    
    .block-nureinshop-events--title h2 {
        color: #FFF;
    }
    
/* Hintergrundbilder
-------------------- */
    #region-content {
        background: url('/pub/media/9a58b439493c5773fe0374b504c8ae50/logoelement-rechts-regina-feil.png');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 500px;
        padding-bottom: 3%;
    }
    
    .einleitungstext {
         background: none;
    }
    
/* Liste
-------- */
    .block-nureinshop-text ul {
        line-height: 1.5em;
    }
    
    
/* Effekte
----------- */
    .glitter-text {
      background: linear-gradient(
        120deg,
        #d4b84c,  /* helles warmes Gold */
        #f1d469,  /* goldener Glanz */
        #b59e54,  /* sehr heller Glanz */
        #f1d469,
        #d4b84c
      );
      background-size: 300% 100%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: shimmer 6s linear infinite; /* etwas schneller */
    }
    
    @keyframes shimmer {
      0% { background-position: 0% 0%; }
      100% { background-position: 100% 0%; }
    }

    a {
        transition: color 0.3s ease, opacity 0.3s ease;
    }

    a:hover {
      opacity: 0.8;
    }
        

/* Block LKK
------------ */
    .lkk {
      position: relative;
      background-image: url("/pub/media/193613c52890112f8e0e0d04df5ba9c2/hintergrund-textur-regina-feil.jpg");
      background-size: cover;
      padding-top: 3%;
      padding-bottom: 3%;
    }

/** generated: 2026-04-09 16:46:02 **/