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

/* Schriften
------------ */
    /* poppins-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: 'Poppins'; 
      font-style: normal;
      font-weight: 300;
      src: url('/project/nureinshop/pub/font/poppins-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    
    /* poppins-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: 'Poppins'; 
      font-style: normal;
      font-weight: 400;
      src: url('/project/nureinshop/pub/font/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    
    /* poppins-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: 'Poppins';
      font-style: normal;
      font-weight: 500;
      src: url('/project/nureinshop/pub/font/poppins-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    
    /* hamish - 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: 'Hamish';
      font-style: normal;
      font-weight: 500;
      src: url('/project/nureinshop/pub/font/hamish.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }

/* Allgemeines
------------- */
    body, html {
        font-family: 'Poppins', Arial, sans-serif;
        font-weight: 200;
        font-size: 19px;
        color: #333333;
    }
    
    p {
        line-height: 1.6em;
    }
    
    p strong {
        font-weight: 500;
    }
    
    p a {
        color: #147635;
    }
    
    h1, h2, h3, h4, h5, h6 {
       font-family: 'Hamish', Arial, sans-serif;
       font-weight: lighter;
    }
    
    h1 {
        font-size: 350%;
        margin-top: 30px;
    }
    
    .page-nureinshop-home h1 {
        text-transform: none;
        padding-top: 45px;
        padding-bottom: 10px;
    }
    
    
    h2 {
        font-size: 250%;
        line-height: 1.2em;
        color: #5c402a;
    }
    
    h3 {
        font-size: 200%;
        color: #5c402a;
    }
    
    @media only screen and (max-width: 780px) {
            h1 {
                 font-size: 180%;
            }
            
            h2 {
                font-size: 160%;
                line-height: 1em;
            }
            
            .page-nureinshop-home h1 {
                font-size: 230%;
                margin-top: 0px;
            }
        }
        
    .block-nureinshop-text-image {
        padding-top: 0;
    }
    
/* Suche
-------- */
    #region-search {
        display: none;
    }

/* Slideshow
------------ */
    .block-nureinshop-slideshow .owl-carousel {
        margin-bottom: 0px;
    }
    
    .block-nureinshop-slideshow .owl-carousel .owl-stage-outer {
        overflow: inherit;
        overflow-x: clip;
    }
    
    .owl-nav {
        display: none;
    }
    
    .block-nureinshop-slideshow .slideshow-title {
        background: none;
        font-family: 'Hamish', Arial, sans-serif;
        color: #FFFFFF6B;
        font-size: 300%;
    }

/* Liste
-------- */
    main ul {
        padding-left: 25px;
        line-height: 1.7em;
        list-style-type: "•"
    }
    
    main li {
        padding-left: 10px;
    }
    
    .block-nureinshop-text ul {
        margin-left: 0px;
    }

/* Footer
--------- */
    #region-footer,
    #region-copyright {
        background: #147635;
        color: #FFF;
    }
    
    #region-footer a,
    #region-copyright a{
        color: #FFF;
        text-decoration: underline;
    }
    
    #region-copyright {
        font-size: 70%;
    }
    
    footer h2 {
        color: #FFF;
        text-transform: none;
        font-size: 200%;
    }
    
/* Header, Logo und Navigation
------------------------------*/

    #region-nav {
        display: none;
    }
    
    #region-mobile-nav .mobile-logo img {
        padding: 0px;
    }
    
    
    ul.level-2 {
        border-radius: 4px;
    }
    
    header {
        font-family: 'Hamish', Arial, sans-serif;
        border-bottom: none;
        background: #147635e5;
        position: fixed;
        width: 100%;
    }

	header:after {
		content: '';
		clear: both;
		display: table;
	}

	header .logo {
		display: block;
		float: left;
		position: absolute;
		z-index: 9;
	}

	header .logo img {
		height: 250px;
		margin: 0px;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 0px 0px 4px 4px;
	}

	header ul {
		list-style-type: none;
		float: right;
		padding-bottom: 10px;
		z-index: 9999 !important;
        position: inherit;	}
	
	header ul li.active > a {
		color: #FFF;
	}    

	.gruenkern-nav {
		float: right;
		padding-top: 90px;
		text-align: left;
	}

	.gruenkern-nav li {
		list-style-type: none;
		display: inline-block;
	}

	.gruenkern-nav li a {
		display: block;
		font-size: 29px;
		padding: 7px 15px;
		white-space: nowrap;
		color: #FFF;
		font-weight: lighter;
	}
	
	.level-1 > li:last-of-type > a {
	    padding-right: 0;
	}

	/* Level 1
	-----------*/

		.gruenkern-nav .level-1 > li {
			display: inline-block;
		}

	/* Level 2
	-----------*/

		.gruenkern-nav .level-2 {
			display: none;
			font-family: 'Poppins', Arial, sans-serif;
		}

		.gruenkern-nav .level-2 a {
			font-size: 18px;
			font-style: normal;
			color: #333333 !important;
		}

		.gruenkern-nav .level-2 > li {
			display: block;
		}

		.gruenkern-nav .level-2 > li:hover > a {
			background-color: #FFFFFF;
			color: #147635;
		}

		.gruenkern-nav ul li:hover > ul {
			display: block;
			position: absolute;
			background-color: #FFF;
		}

	/* Level 3
	-----------*/

		.gruenkern-nav .level-3 {
			display: none;
		}

		.gruenkern-nav .level-2 li:hover ul {
			display: block;
			position: absolute;
			top: 5px;
			left: calc(100% - 0px);
			background-color: #FFF;
		}

/* Button
--------- */
    .btn-gruen:hover {
        background: #147635;
        transition: 0.5s;
        transform: scale(1.05);
        font-weight: 400;
        color: #FFF !important;
    }
    
    .btn-gruen {
        background: #147635;
        color: #FFF !important;
        font-weight: lighter !important;
        padding: 0 2em;
        padding-bottom: 0px;
        display: inline-block;
        transition: .25s ease-in-out;
        margin-top: 20px;
        padding-bottom: 5px;
        font-family: 'Hamish', Arial, sans-serif;
        font-size: 25px;
        border-radius: 4px;
    }
    
    .btn-gruen a,
    .btn-gruen p a {
        color: #FFF !important;
        text-decoration: none !important;
    }
    
    .rezepte-carousel h2 {
        font-size: 170% !important;
    }
    
    .btn {
        border-radius: 4px;
    }
    
/* Adressbuch
------------- */
    .addressbook--categorylist article a {
        background: #147635;
        color: #FFF !important;
        font-weight: lighter !important;
        width: 100%;
        display: inline-block;
        transition: .25s ease-in-out;
        font-family: 'Hamish', Arial, sans-serif;
        font-size: 25px;
        border-radius: 4px;
    }

/* Effekte
-----------*/
        @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);
    }
    


/** generated: 2025-11-17 12:51:47 **/