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

/* corinthia-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Corinthia';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/corinthia-v13-latin-regular.woff2') format('woff2');
}

/* corinthia-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Corinthia';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/corinthia-v13-latin-700.woff2') format('woff2');
}

/* gfs-didot-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'GFS Didot';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/gfs-didot-v18-latin-regular.woff2') format('woff2');
}

/* Liste
-------- */
    ul {
        padding-top: 0px !important;
        margin-top: 0px;
    }

/* Blur in
---------- */
    .page-nureinshop-home {
      opacity: 0;
      filter: blur(10px);
      animation: blurIn 0.8s ease forwards;
    }
    
    @keyframes blurIn {
      to {
        opacity: 1;
        filter: blur(0);
      }
    }
    
    .blur-in {
      animation: blurIn 3s ease forwards;
    }
    
    @keyframes blurIn {
      0% {
        filter: blur(10px);
        opacity: 0;
      }
      100% {
        filter: blur(0);
        opacity: 1;
      }
    }
    
    .nureinshop-block-accordion {
      margin-top: 0px;
    }
    
/* Blockquote
------------- */
    blockquote p { 
        color: #e5c884;
    }
    
    blockquote {
        padding-bottom: 10px;
    }
    
/* Warenkorb
------------ */
   .cart-item-product-delivery-time,
   .minicart-description,
   .minicart-price {
       display: none;
   }
  
    .minicart-dropdown {
        display: none !important;
    }
    
    .minicart-icon {
      display: block;
      height: 50px;
      width: 50px;
      background-image: url("/pub/media/b7315a339ec5abfcc86aa9b2e7bbb3e1/icon-warenkorb.png");
      background-size: 100% auto;
      margin: 0 auto;
    }
    
    .minicart-counter {
        font-family: 'Corinthia';
    }

/* Schriften
------------ */
    body, 
    html,
    p {
        font-family: 'GFS Didot', Times, sans-serif;
        font-size: 19px;
        color: #26242a;
    }
    
    .page-nureinshop-home h1 {
        font-family: 'GFS Didot', Times, sans-serif;
        text-transform: uppercase;
        font-size: 500%;
        letter-spacing: 20px;
        font-weight: lighter;
        color: #26242a;
        margin-bottom: -20px;
        padding-top: 0px;
    }
    
    p {
        margin-bottom: 15px;
        margin-top: 0px;
    }
    
    h1 {
        font-family: 'Corinthia';
        color: #e5c884;
        font-size: 450%;
        margin-bottom: -30px;
    }
    
    .page-nureinshop-home h2 {
        color: #e5c884;
    }
    
    h2 {
        font-family: 'Corinthia';
        font-size: 350%;
        color: #26232a;
    }
    
    h3 {
        font-size: 40px;
        font-family: 'Corinthia';
        margin-top: 20px;
    }
    
    h4 {
        font-size: 250%;
    }
    
    h5 {
        font-family: 'Corinthia';
        color: #e5c884;
        font-size: 140%;
    }
    
    h6 {
        font-size: 120%;
    }
    


/* Logo
------- */
    #region-logo a img {
        height: 250px;
        opacity: 0.9;
    }
    
    #region-logo a {
        padding-top: 0px;
    }
    
/* Header
--------- */
    header {
        border-bottom: 0px;
        background: #FFF0;
        width: 100%;
        position: absolute;
    }
    
    #region-search {
        display: none;
    }


/* Artikel Carousel
------------------- */
    .subpages article {
          background-color: #FFF;
          border-radius: 6px;
          padding: 20px;
    }
    
    h2.subpages-title {
        font-size: 230%;
    }
    
/* Navigation
------------- */
    #region-nav nav {
        border-bottom: none;
        background: #FFF0;
        margin-top: 6%;
        z-index: 2;
        position: relative;
        font-family: 'Corinthia';
        text-transform: none;
        font-size: 210%;
    }
    
    #region-nav .level-1 > li:hover > a {
        background-color: #26242a00;
        opacity: 0.4;
        transition: 1s;
        color: #e5c884;
    }
    
    #region-nav a {
        color: #e5c884;
        
    }
    
    #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: 4;
        width: 100%;
        text-align: right;
        height: 20px;
    }
    
/* Footer
--------*/
    #region-footer,
    #region-copyright {
        background: #26232a;
        color: #e5c884;
    }
    
    #region-footer {
      padding-bottom: 0px;
    }
    
    #region-footer p,
    #region-copyright p {
        color: #e5c884;
    }
    
    #region-footer a,
    #region-copyright a {
        text-decoration: underline;
        color: #e5c884 !important;
    }
    
    #region-footer p strong {
        color: #e5c884;
    }
    
    #region-copyright p {
        font-size: 70%;
    }
    
    #region-footer {
        margin-top: 5%;
        color: #e5c884;
    }
    
    #region-footer h4,
    #region-footer a {
        color: #e5c884 !important;
    }
    
    #region-footer h3 {
        font-family: 'Corinthia';
        font-size: 50px;
        color: #e5c884;
    }
    
    #region-footer h4 a {
        text-decoration: none;
    }
    
    footer {
        margin-top: 0px;
    }
    
    .feature-container {
        margin-bottom: 0px;
    }
    
    #region-footer::before {
      content: "";
      display: block;
      height: 230px;
      background-image: url("/pub/media/f1700072895acaa8888ff59910a0f7b6/footer-background.jpg");
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
    }
    
/* Bestellvorgang
----------------- */
    form fieldset.bordered h2 {
        font-size: 160%;
    }
    
    .payment-info-message h2 {
        font-size: 190%;
    }
    
    .checkout-legal h2 {
        font-size: 160%;
    }
    

/* Produktansicht
----------------- */
    .productpage-delivery-time,
    .shipping-cost-details,
    .tax-separator,
    .product-taxinfo,
    .productpage-taxinfo{
        display: none;
    }
    
    .productpage-name h1 {
        font-family: 'Corinthia';
        font-size: 300%;
    }
    
    .product-name h2 {
        font-size: 200%;
    }
    
    .productpage-quantity-and-stock-status {
        margin-top: 20px;
    }
    
    .productpage-mainprice {
        font-family: 'Corinthia';
        font-size: 350%;
    }
    
    
    ul {
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
/* Footer
--------- */
    #region-footer {
        background: #26232a;
        color: #FFF;
    }
    
    #region-footer a {
        text-decoration: underline;
        text-underline-offset: 5px;
        line-height: 1.8em;
    }
    
/* Button 
--------- */
    a.btn,
    .product-buttons .btn{
        text-decoration: none !important;
        font-family: 'Corinthia';
        text-transform: none;
        font-size: 190%;
    }
    
    .btn a,
    .btn,
    .product-buttons .btn a {
        font-family: 'Corinthia';
        text-transform: none;
        font-size: 190%;
    }
    
    .block-nureinshop-form [type="submit"] {
        font-size: 150%;
    }
    
    .carousel .btn {
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 200%;
      text-decoration: none;
      color: #26232a;
      background: transparent;
      cursor: pointer;
      transition: ease-out 0.5s;
      border: 2px solid #26232a;
      border-radius: 10px;
      box-shadow: inset 0 0 0 0 #26232a;
      padding-bottom: 0px;
    }
    
    .carousel .btn:hover {
      color: #e5c884;
      box-shadow: inset 0 -100px 0 0 #26232a;
    }
    
    .carousel .btn:active {
      transform: scale(0.9);
    }
        
    .btn {
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 200%;
      text-decoration: none;
      color: #e5c884;
      cursor: pointer;
      transition: ease-out 0.5s;
      border: 2px solid #26232a;
      border-radius: 10px;
      box-shadow: inset 0 0 0 0 #26232a;
      padding-bottom: 0px;
    }
    
    .btn:hover {
      color: #e5c884;
      box-shadow: inset 0 -100px 0 0 #26232a;
    }
    
    .btn:active {
      transform: scale(0.9);
    }
       
    .subpages article {
        transition: transform 0.2s ease;
    }

    .subpages article:hover {
      transform: scale(1.01);
    }
    
/* Responsive Design
-------------------- */
    @media (max-width: 600px) {
        h1 {
          font-size: 250%;  
        }
        
        .page-nureinshop-home h1 { 
             font-size: 250%;
        }
        
        .page-nureinshop-home h2 {
            font-size: 210%; 
            line-height: 1em;
        }
        
        .product-name h2 {
            font-size: 200%;
            line-height: 0.7em;
            padding-bottom: 10px;
        }
        
        h2 {
            font-size: 200%;
            line-height: 0.8em;
            padding-bottom: 15px;
            padding-top: 15px;
        }
        
        #region-footer::before {
            background-position: left;
            height: 120px;
        }
        
        #region-footer img {
            margin-top: 0px !important;
        }
        
        .google-bewertung h2 {
            margin-bottom: -16px;
            margin-top: 40px;
        }
    }
    
    #region-mobile-nav,
    .offcanvas-menu {
        background: #26232a;
        border-bottom: 0px;
    }
    
    .offcanvas-menu a {
        color: #e5c884;
    }
    
    .offcanvas-menu li.active > a {
        background-color: #dedede21;
    }
    
    .offcanvas-logo img {
        height: 250px;
        margin: 0px auto;
    }
    
    .offcanvas-closer,
    #region-mobile-nav ul li img {
        filter: brightness(0) saturate(100%) invert(65%) sepia(32%) saturate(600%) hue-rotate(10deg) brightness(95%) contrast(90%);
    }
    
    #region-mobile-nav .mobile-logo img {
        padding: 0px;
    }
    
    .offcanvas-header {
        padding-bottom: 0px;
    }
    
    .offcanvas-logo {
        width: 100%;
        padding: 0px;
    }
    
    .offcanvas-nav li a {
        font-family: 'Corinthia';
        font-size: 170%;
        text-align: center;
    }
    
    .block-nureinshop-banner > .container {
        padding: 0px;
    }


/** generated: 2026-05-11 10:44:38 **/