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

/* Googel Fonts
----------------*/

/* amatic-sc-regular - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/amatic-sc-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}

/* amatic-sc-700 - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/amatic-sc-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/project/nureinshop/pub/font/amatic-sc-v24-latin-700.svg#AmaticSC') format('svg'); /* Legacy iOS */
}

/* pacifico-regular - latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/pacifico-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/project/nureinshop/pub/font/pacifico-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/project/nureinshop/pub/font/pacifico-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/project/nureinshop/pub/font/pacifico-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/project/nureinshop/pub/font/pacifico-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/project/nureinshop/pub/font/pacifico-v22-latin-regular.svg#Pacifico') format('svg'); /* Legacy iOS */
}

html {
    background-color: #FFFFFF;
}

main h1 {
    font-family: 'Amatic SC';
    font-size: 45px;
}

.page-nureinshop-home h1,
.page-nureinshop-productcategory h1,
.page-nureinshop-page h1 {
    font-family: 'Pacifico', cursive;
    font-size: 45px;
    font-weight: normal;
}


.product-name {
    font-family: 'Amatic SC';
    font-size: 32px;
}

#region-logo a {
    padding: 15px 0 0 0;
}

#region-logo a img {
    height: 110px;
}

#region-breadcrumb,
main {
    padding-top: 20px;
}

main {
    position: relative;
}

html:before {
    content: '';
    position: absolute;
    margin: 0 auto;
    background-image: url('/pub/media/f231fe566e506ef5da640a6191dcff94');
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    opacity: 0.04;
}

#region-nav {
    margin-bottom: 0;
}

#region-nav nav {
    background-color: #FBBA00;
    border: none;
}

#region-nav nav a {
    color: #FFFFFF;
    border: none !important;
}

#region-nav nav .level-1 > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#region-nav nav * {
    border: none !important;
}

/* Header 
----------*/

    header {
        position: relative;
        min-height: 150px;
        border-bottom: none;
    }

    header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-image: url('/pub/media/7e463e49ca79166fd20c422d32103126/image1.jpeg');
        background-size: cover;
        background-position: center center;
        height: 100%;
        opacity: 0.1;
        z-index: -1;
    }
    
/* Footer
----------*/

footer {
    background-color: #FFFFFF;
}

#region-footer, 
#region-copyright {
    background-color: rgba(255,255,255,0.8);
    
}

/* Gleiche Höhe in Produktboxen
--------------------------------*/

.product-baseprice {
    min-height: 30px;
}

.product-priceoffer {
    display: none;
}
   
.productpage-info {
    margin-top: 20px;
} 

/** generated: 2025-07-31 19:34:53 **/