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

/* Farben
--------- */
    /* pink: #e8336e
    /* beige: #fcd9c7
    /* blau: #009ba4
    
/* Fonts
-------- */ 
    /* montserrat-100 - latin */
    @font-face {
      font-display: swap;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 100;
      src: url('/project/nureinshop/pub/font/montserrat-v29-latin-100.woff2') format('woff2');
    }
    
    /* montserrat-200 - latin */
    @font-face {
      font-display: swap;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 200;
      src: url('/project/nureinshop/pub/font/montserrat-v29-latin-200.woff2') format('woff2');
    }
    
    /* montserrat-300 - latin */
    @font-face {
      font-display: swap;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 300;
      src: url('/project/nureinshop/pub/font/montserrat-v29-latin-300.woff2') format('woff2');
    }
    
    /* montserrat-regular - latin */
    @font-face {
      font-display: swap;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      src: url('/project/nureinshop/pub/font/montserrat-v29-latin-regular.woff2') format('woff2');
    }
    
    /* montserrat-500 - latin */
    @font-face {
      font-display: swap;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      src: url('/project/nureinshop/pub/font/montserrat-v29-latin-500.woff2') format('woff2');
    }
    
    /* montserrat-600 - latin */
    @font-face {
      font-display: swap;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      src: url('/project/nureinshop/pub/font/montserrat-v29-latin-600.woff2') format('woff2');
    }
    
    /* montserrat-700 - latin */
    @font-face {
      font-display: swap;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: url('/project/nureinshop/pub/font/montserrat-v29-latin-700.woff2') format('woff2');
    }
    
    /* laine  */
    @font-face {
      font-display: swap;
      font-family: 'Laine';
      font-style: normal;
      font-weight: 200;
      src: url('/project/nureinshop/pub/font/laine.otf') format('opentype');
    }


/* Allgemeines
-------------- */
    body, html {
        color: #3c3c37;
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 200;
        font-size: 19px;
        line-height: 1.4em;
        background: #fef3ed;
    }
    
    p a {
        text-decoration: underline;
        text-decoration-thickness: 0;
        text-underline-offset: 5px;
    }
    
    p {
        margin-top: 15px;
    }
    
    h1 {
        font-size: 500%;
        font-family: 'Laine', Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        letter-spacing: 1px;
        margin-left: -40px;
    }
    
    .page-nureinshop-home h1 {
        padding-top: 0px;
        margin-left: 0px;
    }
    
    h2 {
        font-size: 350%;
        font-family: 'Laine', Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        letter-spacing: 3px;
        margin-top: 25px;
    }
    
    h3 {
        font-size: 250%;
        font-family: 'Laine', Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        letter-spacing: 3px;
    }
    
    .page-9fbc324c23 h2 {
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 200%;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    
    .page-9fbc324c23 h3 {
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 150%;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-top: 20px;
        line-height: 1.4em;
    }
    
    h4 {
        font-size: 200%;
        font-family: 'Laine', Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        letter-spacing: 3px;
    }
    
    h5 {
        font-size: 150%;
        font-family: 'Laine', Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        letter-spacing: 3px;
    }
    
    h6 {
        font-size: 120%;
        font-family: 'Laine', Arial, sans-serif;
        font-weight: 200;
        line-height: 1em;
        letter-spacing: 3px;
    }
    
    @media only screen and (max-width: 768px) { 
        h1 {
            margin-left: 0px;
            font-size: 300%;
        }
        
        h2 {
            font-size: 250%;
        }
        
        .karte > .container {
            padding: 0px;
            margin-top: 30px;
        }
        
        .slideshow-subtitle {
            display: none;
        }
        
        .block.block-nureinshop-google-reviews {
            margin-bottom: 5%;
            padding-bottom: 40px !important;
        }
        
    }
    
/* Header & Navigation
--------------------- */
    header {
        border-top: 6px solid #009ba4;
        border-bottom: 0px;
        background: #FFFFFF;
        width: 100%;
        max-height: 150px;
        position: sticky;
        top: 0;
    }
    
    #region-mobile-nav {
        border-top: 4px solid #009ba4;
    }
    
    .offcanvas-header {
        padding-bottom: 0px;
    }
    
    #region-logo a img {
        height: 120px;
    }
    
    #region-logo {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        display: block;
        float: none;
    }
    
    #region-logo a {
        padding: 5px;
        padding-top: 20px;
    }
    
    #region-mobile-nav .mobile-logo img {
        height: 100px;
        padding: 0px;
        padding-top: 5px;
        /*margin-left: 50%;*/
    }
    
    #region-search {
        display: none;
    }
    
    #region-nav nav {
        border: none;
    }
    
    #region-nav {
        text-transform: uppercase;
        font-weight: 300;
        z-index: 4;
        top: 150px;
        position: fixed;
        width: 100%;
        text-align: center;
    }
    
    #region-nav nav {
        background: #FFFFFF;
    }
    
    #region-nav .level-1 > li > a {
        border-right: none;
    }
    
    #region-nav .level-1 > li:first-of-type > a {
        border-left: none;
    }
    
    .offcanvas-menu {
        background: #fef3ed;
        text-transform: uppercase;
    }
    
    #region-mobile-nav {
        background: #fef3ed;
    }
    
    .offcanvas-logo img {
        height: 150px;
        margin-left: 15%;
    }
    
    .offcanvas-menu li.active > a {
        color: #FFF;
        background: #e8336e;
    }
    
/* Slideshow
------------ */
    .slideshow-title {
        color: #FFF;
        font-family: 'Laine', Arial, sans-serif;
        font-weight: 200;
        background: none;
    }
    
    .block-nureinshop-slideshow .slideshow-title {
        background: none;
        font-size: 700%;
        line-height: 3em;
    }
    
    
/* Button
--------- */
    .btn-pink {
        background: #e8336e;
        color: #FFF;
        font-weight: 300;
        display: inline-block;
        transition: .25s ease-in-out;
        margin-top: 20px;
        padding: 0px 30px 15px 30px;
    }
    
    .btn-pink:hover {
        background: #009ba4;
        transition: .25s ease-in-out;
        transform: scale(1.05);
    }
    
    .btn-pink a {
        color: #FFF;
        text-decoration: none;
    }
    
/* Google Reviews
----------------- */
    .nureinshop-block-google-reviews--item {
        background: #FFF;
    }
    
    .block.block-nureinshop-google-reviews {
        background: #009ba4;
        padding-top: 1%;
        padding-bottom: 3%;
    }
    
    .block-nureinshop-google-reviews .owl-carousel .owl-nav button.owl-prev,
    .block-nureinshop-google-reviews .owl-carousel .owl-nav button.owl-next:hover,
    .block-nureinshop-google-reviews .owl-carousel .owl-nav button.owl-next {
        filter: grayscale(1) invert(1);
    }
    
/* Accordion
------------ */
    .nureinshop-block-accordion--body {
        background: #FFF;
    }
    
    .nureinshop-block-accordion ul,
    .block-nureinshop-text ul{
        margin-left: 20px;
        margin-top: 10px;
        line-height: 1.8em;
    }
    
/* Footer
--------- */
    #region-footer, 
    #region-copyright {
        background: #e8336e;
        color: #FFF;
        text-transform: none;
    }

    #region-copyright a {
        color: #FFF;
        text-transform: none;
    }
    
     #region-footer a {
         color: #FFF;
     }
    
    #region-footer h2 {
        color: #FFF;
        font-size: 220%;
    }
    
    #region-footer h3 {
        font-size: 150%;
    }
    
    #region-copyright {
        font-size: 80%;
    }
    
    @media only screen and (max-width: 959px) { 
        #region-footer > .col-4 {
            text-align: left !important;
            float: left !important;
        }
        
        #region-footer h2,
        #region-footer p {
            text-align: left !important;
        }
        
        #region-footer img {
            display: none !important;
        }
    }
    
/* Behandlungen Carousel
------------------------ */
    .carousel-leistungen h2 {
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 120%;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 10px;
    }
    
    .subpages article {
        padding: 20px;
        
    }
    
    .carousel-leistungen .btn {
        border-radius: 0px;
    }

/** generated: 2025-07-11 12:10:00 **/