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

/* 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+ */
}

/* montserrat-800 - 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: 800;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Basics
---------- */ 
    body, html {
        color: #666666;
        background: #FFF;
        font-family: 'Montserrat', Arial, sans-serif !important;
        font-weight: 300;
        font-size: 19px;
    }
    
    .btn {
        border-radius: 5px;
        margin-right: 15px;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none !important;
        margin-bottom: 10px;
    }
    
    .btn p a {
        text-decoration: none;
    }
    
    .demonotice {
        background: #c1272d;
        text-transform: uppercase;
    }
    
    p {
        margin-top: 10px;
        line-height: 1.4em;
        font-weight: 300;
    }
    
    p strong {
        font-weight: 500;
    }
    
    h1, h2, h3, h4, h5, h6 {
        text-transform: uppercase;
    }
    
    h1 {
        color: #00aa9e;
        font-size: 300%;
    }
    
    h2 {
        color: #00aa9e;
        font-size: 250%;
        line-height: 0.8em;
    }
    
    h3 {
        color: #00aa9e;
        font-size: 200%;
    }
    
    h4 {
        font-size: 150%;
    }
    
    h5 {
        font-size: 140%;
    }
    
    h6 {
        font-size: 120%;
    }
    
    .nureinshop-block-google-reviews--buttons > .btn {
        background-color: #00aa9e;
    }
    
     @media (max-width:800px) {  
         h1 {
             font-size: 180%;
         }
         
         .page-nureinshop-home h1 {
             padding-top: 0px;
         }
         
         h2 {
             font-size: 170%;
         }
         
         h3 {
             font-size: 150%;
         }
         
        .image-mobile-container {
            padding: 0px !important;
        }
        
        .block-fragen {
            padding-bottom: 40px;
            margin-bottom: 20px;
            margin-top: 60px;
        }
        
        .block-fragen > .container {
            padding: 0px;
        }
        
        .block-fragen p,
        .block-fragen h2,
        .block-fragen h3 {
            padding-left: 10px;
            padding-right: 10px;
        }
     }
    
    a {
        color: #00aa9e;
    }
    
    blockquote a,
    blockquote a:hover {
        color: #FFF;
    }
    
    blockquote {
        border-radius: 6px;
    }
    
    .payment_entry {
        padding-bottom: 25px;
    }
    
    .productcategories {
      margin-top: 20px;
    }
    
/* Logo
------- */
    #region-logo a img {
        height: 140px;
    }
    
    #region-logo a {
        padding: 0px;
    }
    
/* Header
--------- */
    header {
        border-bottom: 0px;
        min-height: 150px;
    }
    
/* Navigation
------------- */
    #region-nav nav {
        border-bottom: 0px;
        text-transform: uppercase;
        text-align: right;
        position: absolute;
        z-index: 9;
        width: 100%;
        top: 140px;
        background-color: #FFF0;
    }
    
    #region-nav .level-2 {
        text-align: left;
    }
    
    #region-nav a {
        color: #666666;
    }
    
    #region-nav .level-1 > li > a:active {
        color: #00aa9e !important;
    }
    
    #region-nav .level-1 > li:hover > a {
        background-color: #FFF;
        color: #00aa9e;
    }
    
    #region-nav .level-1 > li:first-of-type > a {
        border-left: 0px;
    }
    
    #region-nav .level-1 > li > a {
        border-right: 0px;
    }
    
/* Footer
--------- */    
    #region-footer,
    #region-copyright {
        background: #666666;
        color: #FFF;
    }
    
    .page-nureinshop-home footer {
        margin-top: -28px;
    }
    
    #region-copyright {
        font-size: 80%;
    }
    
    #region-footer a.btn {
        text-decoration: none !important;
    }
    
    #region-footer a,
    #region-copyright a {
        color: #FFF;
        text-decoration: underline;
    }

    footer h2 {
        font-size: 150%;
        color: #FFF;
    }
    
/* Produkte Startseite
---------------------- */
    .produkte-startseite h2 {
        color: #FFF;
        text-align: center;
        margin-top: 5%;
    }
    
    .produkte-startseite .productgrid article {
        border: none;
        background-color: #FFF0;
    } 
    
    .produkte-startseite .product-mainprice {
        color: #FFF;
        margin-top: 15px;
    }
    
    .produkte-startseite .product-image-wrapper img {
        border-radius: 5px;
    }
    
    .product-name h2 {
        font-size: 120%;
        text-transform: none;
    }
    
    .productgrid .product-label-new {
        background: #c1272d;
    }
    
    .product-buttons .btn {
        background: #00aa9e;
        margin-top: 15px;
    }
    
    .productpage-details .label {
        margin-top: 25px;
    }
    
    .productpage-name h1 {
        font-size: 180%;
    }
    
/* Hintergrund Startseite
------------------------- */
    .einleitung-startseite  {
        background-image: url('/pub/media/1db805abcd78e5fc0a356f541546ed93/dekobild-folie.jpg');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 500px;
        padding-top: 30px;
    }
    
    @media (max-width:1000px) { 
        .einleitung-startseite {
            background-image: none;
        }
    }
    
/* Slideshow
------------ */
    .block-nureinshop-slideshow .owl-carousel {
        margin-bottom: 0px;
    }
    
    .block-nureinshop-slideshow .slideshow-title {
        background-color: #FFF0;
        color: #666666;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        padding: 0px;
    }
    
    .sortiment-carousel .owl-carousel .owl-item img {
        padding: 30px;
    }
    
    .block-nureinshop-slideshow .owl-prev,
    .block-nureinshop-slideshow .owl-next {
        color: #666666 !important;
    }
    
/* Liste
-------- */
    #region-content ul {
        margin-left: 20px;
        margin-top: 15px;
        line-height: 1.5em;
    }
    
/* Minicart
----------- */
    .minicart-icon {
      display: block;
      height: 50px;
      width: 50px;
      background-image: url("/pub/media/549c224434df5b7cee72acdc20546340/icon-minicart.png");
      background-size: 100% auto;
      margin: 0 auto;
    }
    
    .minicart-description {
        font-size: 80%;
    }

/** generated: 2026-08-07 16:10:45 **/