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

/* Abel Pro */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Abel Pro';
  font-style: normal;
  src: url('/project/nureinshop/pub/font/AbelPro.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Abel Pro Bold */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Abel Pro Bold';
  font-style: normal;
  src: url('/project/nureinshop/pub/font/AbelPro-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Allgemeines
-------------- */
    body, html {
        font-family: 'Abel Pro', Arial, sans-serif;
        font-size: 22px;
        color: #333;
    }
    
    p {
        margin-top: 15px;
        line-height: 1.5em;
    }
    
    strong {
        font-family: 'Abel Pro Bold', Arial, sans-serif;
    }
    
    a {
        color: #0f4336;
        font-family: 'Abel Pro Bold', Arial, sans-serif;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Abel Pro Bold', Arial, sans-serif;
        text-transform: uppercase;
        color: #0f4336;
    }
    
    .page-nureinshop-home h1 {
        font-size: 300%;
        margin-bottom: 40px;
    }
    
    h1 {
        font-size: 250%;
        word-break: break-word !important;
        hyphens: inherit !important;
    }
    
    h2 {
        font-size: 130%;
        word-break: break-word !important;
        hyphens: inherit !important;
    }
    
    .page-nureinshop-home h2 {
        font-size: 250%;
    }
    
    h3 {
        font-size: 120%;
    }
    
    h4 {
        font-size: 115%;
    }
    
    h5 {
        font-size: 110%;
    }
    
    h6 {
        font-size: 100%;
    }
    
    #region-breadcrumb ul li a {
        font-family: 'Abel Pro', Arial, sans-serif;
        font-size: 16px;
    }

    
/* Navigation
------------- */
    #region-nav {
		display: none !important;
	}

	.sgg-nav {
		float: right;
		padding-top: 65px;
		text-align: left;
		text-transform: uppercase;
	    font-weight: 500;
	    letter-spacing: 1px;
	}
	
	.sgg-nav a {
	    color: #FFFFFF;
	    font-family: 'Abel Pro', Arial, sans-serif;
	}

	.sgg-nav li {
		list-style-type: none;
		display: inline-block;
	}

	.sgg-nav li a {
		display: block;
		padding-right: 0px;
        padding-left: 40px;
        padding-top: 20px;
		white-space: nowrap;
	}

	/* Level 1
	-----------*/

		.sgg-nav .level-1 > li {
			display: inline-block;
		}

	/* Level 2
	-----------*/

		.sgg-nav .level-2 {
			display: none;
		}

		.sgg-nav .level-2 a {
			font-size: 18px;
			font-style: normal;
		}

		.sgg-nav .level-2 > li {
			display: block;
		}

		.sgg-nav .level-2 > li:hover > a {
			color: #2f2f30;
		}

		.sgg-nav ul li:hover > ul {
			display: block;
			position: absolute;
			background-color: #FFFFFFD4;
		}
	

	/* Level 3
	-----------*/
		.sgg-nav .level-3 {
			display: none;
		}

		.sgg-nav .level-2 li:hover ul {
			display: block;
			position: absolute;
			top: 5px;
			left: calc(100% - 0px);
			background-color: #FFF;
		}
		
/* Header
--------- */
    header {
        border-bottom: 0px;
        position: sticky;
        top: 0;
        background-color: #0f4336;
        z-index: 1000;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
		
/* Logo
------- */
    header .logo {
        display: block;
        float: left;
        position: absolute;
        z-index: 9999;
    }

    header .logo img {
        height: 70px;
        margin-top: 40px;
    }
    
/* Liste
------- */
    .nureinshop-block-accordion--body ul,
    .text-container ul {
        margin-left: 25px;
        line-height: 1.5em;
        margin-top: 10px;
    }
    
/* Button
--------- */
    .btn-sgg {
        background: #0f4336;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 0 2em;
        padding-bottom: 0px;
        display: inline-block;
        transition: .25s ease-in-out;
        margin-top: 20px;
        padding-bottom: 15px;
        border-radius: 6px;
    }
    
    .btn-sgg a {
        color: #FFFFFF;
        text-decoration: none;
    }
    
    .btn-sgg:hover {
        background: #0f4336;
        transition: 0.5s;
        transform: scale(1.05);
        color: #FFFFFF;
    }
    
    .btn {
        border-radius: 6px;
        font-family: 'Abel Pro Bold', Arial, sans-serif !important;
    }

    
/* Slide in Effekt
------------------*/
        @keyframes slideInFromLeft {
      0% {
        transform: translateX(-100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .slide-in-left {
      animation: slideInFromLeft 1s ease-out forwards;
    }
    
    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    
    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }
    
/* Produktansicht
----------------- */
    .product-label-new {
        background: #0f4336 !important;
        font-family: 'Abel Pro Bold', Arial, sans-serif;
        color: #aece00 !important;
    }
    
    .product-name h2 {
        font-size: 120%;
    }
    
    .productgrid article {
        border: none;
    }
    
    .productgrid h2 {
        padding-bottom: 10px;
    }
    
    .neuerscheinungen h2 {
        color: #FFF;
    }
    
    .product-name h2 {
        color: #0f4336 !important;
    }
    
    div.productpage-producerinfo {
        display: none;
    }
    
/* Footer
--------- */
    #region-footer {
        background: #0f4336;
        color: #FFF;
        padding-bottom: 20px;
        font-size: 90%;
    }
    
    #region-footer h3 {
        color: #FFF;
    }
    
    #region-footer h2 {
        color: #FFF;
        font-size: 180%;
    }
    
    #region-footer a {
        text-decoration: underline;
        line-height: 1.9em;
    }
    
    #region-copyright {
        padding: 10px;
        text-align: left;
        background-color: #0f4336;
        color: #FFF;
        font-size: 60%;
    }
    
    #region-copyright a {
        font-family: 'Abel Pro', Arial, sans-serif;
        text-decoration: underline;
    }
    
    #region-footer a,
    #region-copyright a {
        color: #FFF;
    }
    
    .page-nureinshop-home footer {
        margin-top: 0px;
    }
    
/* Hintergrundbild
------------------ */
    .hintergrundbild {
        background-image: url('/pub/media/bdadecfd000007f793d2189b2c40115f/logo-schreibergrimm.png');
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    
    .einleitungstext {
        background-image: url('/pub/media/5d49c7e57c49008d36942a9425ef71e2/logo-schreibergrimm-background-left.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-attachment: local;
    }
    
/* Zahlarten
------------ */
    .payment_entry {
        padding: 10px 20px 30px 30px;
        margin-top: 30px;
    }
    
/* Tabs
------- */
    .shop-tabs ul.shop-tabs-elements li.active {
        background-color: #0f4336;
        color: #aece00;
        text-transform: uppercase;
        font-family: 'Abel Pro Bold', Arial, sans-serif;
        border: 0px;
    }
    
    .shop-tabs ul.shop-tabs-elements li {
        background-color: #0f4336;
        color: #FFF;
        text-transform: uppercase;
        font-family: 'Abel Pro Bold', Arial, sans-serif;
        border: 0px;
    }
    
    .shop-tabs-content {
        border: 0px;
        border-radius: 6px;
        background-color: #aece00;
        color: #0f4336;
        padding: 15px 30px 30px 30px;
    }
    
/* Responsive Design
-------------------- */
    #region-mobile-nav {
        background: #0f4336;
        border-bottom: 0px;
    }
    
    @media only screen and (max-width: 810px) {
        .page-nureinshop-home h1 {
            font-size: 220%;
            margin-bottom: 20px;
            word-break: break-word !important;
            hyphens: inherit !important;
        }
        
        .page-nureinshop-home h2 {
            font-size: 160%;
        }
        
        h3 {
            font-size: 140%;
        }
        
        .btn-sgg {
            padding: 0px 15px 15px 20px;
        }
    }
    
    .offcanvas-menu {
        background: #0f4336;
        text-align: center !important;
        text-transform: uppercase;
    }
    
    .offcanvas-nav li a {
        border-bottom: 0px;
        text-align: center;
    }
    
    .offcanvas-menu li.active > a {
        background-color: #0f4336;
        color: #aece00;
    }
    
    .offcanvas-menu li > a {
        color: #FFF;
        line-height: 2em;
    }
    
    [data-id="cart"],
    [data-id="search"],
    [data-id="offcanvas_menu"],
    .offcanvas-closer,
    .minicart-icon {
        filter: invert(1) brightness(2);
    }
    
/* Headernavigation
--------------------*/
   
    .sgg-headernav {
		position: absolute;
		top: 30px;
		right: 0;
	}

	.sgg-headernav li {
		display: inline-block;
	}

	.sgg-headernav li a {
		display: block;
		float: left;
	}

	.sgg-headernav li a:hover {
		opacity: 0.8;
	}

	.sgg-headernav li:last-of-type {
		margin-left: 20px;
	}

	.sgg-headernav img {
		display: block;
		height: 25px;
	}
	
	#region-minicart {
        margin-top: 0px;
    }
    
    .minicart-description,
    .minicart-price,
    .minicart-text {
        display: none;
    }
    
    .minicart-icon {
        height: 30px;
        width: 30px;
    }
    
    .minicart-counter {
        background: #FFF;
        color: #0f4336;
        padding: 0;
    }

/* Slideshow
------------ */
    .block-nureinshop-slideshow .slideshow-title {
        background: #0f4336;
        color: #FFF;
        border-radius: 6px;
        margin-bottom: 2%;
        margin-left: 2%;
        text-transform: uppercase;
        font-family: 'Abel Pro', Arial, sans-serif;
    }
    
    @media only screen and (max-width: 810px) {
        .block-nureinshop-slideshow .slideshow-title {
            display: none;
        }
    }

/** generated: 2025-08-26 11:17:50 **/