/* ############################################################################################################ */
/* ##  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: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/sacramento-v15-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-v29-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-v29-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-v29-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-v29-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-v29-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-v29-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-v29-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: #545454;
         background: #FFF !important
    }
    
    #region-content,
    .einleitungstext {
        background: url('/pub/media/7588825a4dd8d4e79f7c4c4e571be112/hintergrundbild-eingepucktes-baby.jpg');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 250px;
    }
    
    p {
        line-height: 1.5em;
    }
    
    p a {
        text-decoration: underline;
        text-decoration-thickness: auto;
        text-decoration-thickness: 0;
        text-underline-offset: 5px;
    }
    
    strong { 
        font-weight: 600;
        color: #7f495d;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Sacramento', Arial, sans-serif;
        font-weight: 200 !important;
    }
    
    h1 {
        color: #545454;
        font-size: 400%;
    }
    
    .page-nureinshop-home h1 {
        margin-bottom: -25px;
    }
    
    h2 {
        font-size: 270%;
        margin-top: 0px;
    }
    
    h3 {
        font-size: 200%;
    }
    
    h4 {
        font-size: 150%;
        color: #7f495d;
    }
    
    h5 {
        font-size: 120%;
    }
    
    h6 {
        font-size: 100%;
    }
    
    .leistungen img:hover {
        opacity: 0.6;
        transition: 0.9s;
    }
    
/* Artikel Carousel
------------------- */
    .subpages article {
        background: #ebdce2;
        padding: 20px;
        border-radius: 15px;
    }
    
/* 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: 'Sacramento', 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: 200px;
    }
    
/* Header
--------- */
    header {
        border-bottom: 0px;
        background: #FFF0;
        width: 100%;
        position: absolute;
    }
    
/* Navigation
------------- */
    #region-nav nav {
        border-bottom: none;
        background: #FFF0;
        margin-top: 5%;
    }
    
    #region-nav a {
        color: #FFF;
    }
    
    #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: uppercase;
        position: absolute;
        z-index: 9;
        width: 100%;
        text-align: right;
    }
    
/* Footer
--------*/
    #region-footer,
    #region-copyright {
        background: #7f495d;
        color: #FFF;
    }
    
    #region-footer a,
    #region-copyright a {
        text-decoration: underline;
        color: #FFF;
    }
    
    #region-footer p strong {
        color: #FFF;
    }
    
    #region-copyright {
        font-size: 80%;
    }
    
    #region-footer {
        margin-top: -10px;
    }
    
    #region-footer h4,
    #region-footer a {
        color: #FFF !important;
    }
    
    #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;
        }
        
        h2 { 
            font-size: 180%;
        }
        
        h3 {
            font-size: 150%;
        }
        
        .footer-img > .container {
            padding: 0px;
        }
        
        .footer-img {
            margin-top: 30px;
        }
        
        #region-footer {
            padding-bottom: 20px;
        }
        
        #region-content,
        .page-nureinshop-home .block.block-nureinshop-text { 
            background-image: none;
        }
    }
    
    #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: #7f495d;
        color: #FFF;
    }
        
    .offcanvas-menu a {
        color: #FFF;
    }
        
    .offcanvas-menu li.active > a {
        color: #7f495d;
    }
        
    .offcanvas-nav li a {            
        padding: 10px 45px 10px 15px;
    }
        
    #region-mobile-nav .mobile-logo img {
        height: 135px;
    }
        
    #region-mobile-nav ul img {
         filter: invert(1);
    }
        
    .offcanvas-logo img {
        height: 120px;
    }
        
    @media (max-width: 420px) { 
        h1 {
            font-size: 270%;
            line-height: 0.9;
        }
        
        h2 {
            font-size: 170%;
        }
        
        .page-nureinshop-home h1 {
            margin-bottom: -0px;
        }
    }
        

/** generated: 2026-03-05 18:39:14 **/