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

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Allgemeines
-------------- */
    body, html {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 300;
        font-size: 18px;
        background: #eef5f8;
    }
    
    strong {
        color: #007bba;
        font-weight: 300;
    }
    
    h1, h2, h3, h4, h5, h6 {
        text-transform: uppercase;
        font-weight: 700;
    }
    
    h1 {
        font-size: 200%;
        line-height: 1.2em;
    }
    
    h2 {
        font-size: 180%;
    }
    
    h3 {
        font-size: 160%;
    }
    
    h4 {
        font-size: 140%;
    }
    
/* Header & Navigation
---------------------- */
    header {
        background: #eef5f8;
        border-bottom: 0px;
    }
    
    #region-search input {
        border-radius: 0;
        border: 0px;
        background: #eef5f8;
    }
    
    #region-search {
        margin-top: -60px;
    }
    
    #region-logo a {
        padding: 20px 0px 10px;
        margin-left: -70px;
    }
    
    @media (max-width: 1310px) {
        #region-logo a {
        margin-left: 0px;
        }
    }
    
    @media (max-width: 990px) {
        #region-search {
            display: none;
        }
    }
    
    #region-logo a img {
        height: 100px;
    }
    
    #region-nav {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #FFF;
    }
    
    #region-nav nav {
        border-bottom: 0px;
        padding: 30px 0px 20px 0px;
    }
    
    #region-nav ul {
        text-transform: uppercase;
        font-weight: 800;
    }
    
    #region-nav .level-1 > li:first-of-type > a {
        border-left: 0px;
    }
    
    #region-nav .level-1 > li > a {
        border-right: 0px;
    }

/* Projekte
----------- */
    .subpages article {
        padding: 0px 20px 20px 20px;
    }
    
/* Footer
--------- */
    #region-copyright {
      text-align: left;
      background-color: #FFF;
      font-size: 80%;
    }


/** generated: 2026-07-23 11:44:35 **/