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

/*••••• Fonts •••••*/

/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/manrope-v15-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/manrope-v15-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/manrope-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/manrope-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/manrope-v15-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/manrope-v15-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/manrope-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/manrope-v15-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --gruen: #7AA612;
    --orange: #FF6601;
}

/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--orange);
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #FFF;
}

body {
    background-color: #FFF;
    font-family: 'Manrope', Arial, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

#region-breadcrumb {
  padding-top: 220px;
}

.page-nureinshop-home #region-breadcrumb {
  padding-top: 20px;
}

 @media only screen and (max-width: 990px) {
     #region-breadcrumb {
        padding-top: 35px;
    }
}


/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    Margin-bottom: 0;
}

h1 {
    color: #7AA612;
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 600;
    letter-spacing: 0.03em;
}

h2 {
    color: var(--orange);
    font-size: clamp(130%, 2.5vw, 200%);
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.2;
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
a:hover {
    color: var(--orange);
}

.btn {
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.btn:hover {
    background-color: var(--gruen);
}

/*••••• Header •••••*/

header {
  background: #FF6500D1;
  position: absolute;
  left: 0;
  right: 0;
  
    background-size: 60px 60px;
    background-image:
        linear-gradient(to right, #ffffff69 1px, transparent 1px),
        linear-gradient(to bottom, #ffffff69 1px, transparent 1px);
}

header::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 180px;

    background-image: URL('/pub/media/26746670bb7c1b773830b5817743d9db/fliese-gruen.svg');
    background-size: 1620px 180px;
    background-repeat: repeat-x;
    background-position: top left;
}

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

#region-logo {
  float: left;
  width: fit-content;
  position: absolute;
}

#region-logo a {
  display: inline-block;
  padding: 30px 0 0 0;
}

#region-logo a img {
  height: 180px;
  filter: drop-shadow(3px 3px 4px black);
}

#region-mobile-nav {
    background: #FF6500D1;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none;
    color: #fff;
}

#region-nav {
    margin-top: -55px;
    z-index: 4;
    position: absolute;
    pointer-events: none;
    margin-top: 66px;
    
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

#region-nav nav {
    background-color: transparent;
    border: none;
}

 #region-nav .level-1 > li {
     pointer-events: auto;
 }

#region-nav ul {
  text-align: right;
}

#region-nav .level-1 > li > a,  #region-nav .level-1 > li:first-of-type > a {
    border: none;
}

#region-nav .level-1 > li > a::after {
    content: '|';
    margin-left: 15px;
} 

#region-nav .level-1 > li:last-of-type > a::after {
    content: none;
}

#region-nav ul li a {
    padding-right: 10px;
    font-size: 20px;
    padding-left: 10px;
}

#region-nav .level-1 > li:hover > a {
    /* background-color: var(--gruen); */
  background: linear-gradient(to left, transparent 22px, var(--gruen) 0);
}

#region-nav .level-1 > li:last-of-type:hover > a {
    background-color: var(--gruen);
}

#region-nav .level-2 > li:hover > a {
  background-color: var(--gruen);
}

 #region-nav .level-2 {
  text-align: left!important;
}

/*••••• Mobiles Nav •••••*/

#region-mobile-nav {
  background: var(--orange);
}

[data-id="search"] {
    display: none!important;
}

[data-id="offcanvas_menu"] img {
    opacity: 0;
}

[data-id="offcanvas_menu"] {
    display: block;
    background-image: url('/pub/media/9821833a143d5e588d8d1e87d12dba57/fliesen-menu.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

[data-id="offcanvas_menu"] a::before {
    color: #fff;
    content: 'Menü';
    position: absolute;
    margin-left: -60px;
}


#region-mobile-nav .mobile-logo img {
    position: absolute;
    height: 100px;
    z-index: 2;
}

.offcanvas-menu {
  width: 225px;
  background-color: var(--gruen);
}

.offcanvas-nav li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.offcanvas-nav li a:hover {
  background-color: var(--orange);
}

.offcanvas-menu li.active > a {
  background-color: transparent;
}

.offcanvas-menu li.active > a::before, .offcanvas-menu li.inpath > a::before {
    content: '';
    background-image: url('/pub/media/7836f9c0c17458bb096be7491c798c12/fliesen-weiss.svg');
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 10px;
}

.offcanvas-menu li.inpath > a {
    background: var(--orange);
}
    
    /*••••• Slider •••••*/

.hero-slider .owl-carousel .owl-dots .owl-dot {
  height: 30px;
  width: 30px;
  background-color: #7AA612;
  border-radius: 0;
  margin: 0 5px 0 5px;
}

.hero-slider .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--orange);
}

.hero-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  left: unset;
  transform: translateY(-50%);
}

.hero-slider .owl-nav {
    display: none;
}


.buttons {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.buttons .btn {
    width: 100%;
}

.buttons a{
    width: 32%;
}

 @media only screen and (max-width: 630px) {
     .buttons {
         display: block;
     }
     .buttons a{
        width: 100%;
    }
    .buttons .btn {
        margin-top: 15px;
    }
 }
 
.einleitung::before {
    display: inline-block;
    position: relative;
    content: '';
    height: 60px;
    width: 60px;
    background-image: url('/pub/media/51613db6c6104b30b9b5ce2952b7db94/vier-orange.svg');
    float: left;
    margin-right: 20px;
    margin-left: -25px;
}

 @media only screen and (max-width: 1190px) {
     .einleitung::before {
         margin-left: 0;
     }
}

.orange-hell {
    background-color: #FEF0DE;
    margin-top: 35px;
    padding: 0;
    overflow-x: clip;
}

.gruen-hell {
    background-color: #F0F6DE;
    margin-top: 35px;
    padding: 0;
    overflow-x: clip;
}

 @media only screen and (max-width: 560px) {
    .gruen-hell .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .gruen-hell .col-4, .orange-hell .col-4 {
        aspect-ratio: 2/1;
        overflow: hidden;
    }
    .orange-hell img, .gruen-hell img {
        aspect-ratio: 2/1;
        object-fit: cover;
        object-position: center;
    }
    .orange-hell, .gruen-hell {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

.fliesen-rechts .container::after {
    content: url('/pub/media/51613db6c6104b30b9b5ce2952b7db94/vier-orange.svg');
    height: 60px;
    width: 60px;
    position: absolute;
    top: -8px;
    right: -80px;
}


.fliesen-links .container::before {
    content: url('/pub/media/93f01857953093e9c4b9abc4dcc1a802/vier-gruen.svg');
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 15px;
    left: -80px;
}

.gruen-hell h2 {
    color: var(--gruen);
}

.green {
    background: var(--gruen);
}

.green:hover {
    background-color: var(--orange)!important;
}


/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--orange);
    color: #fff;
}

#region-footer .col-3 img {
    max-height: 150px;
    filter: drop-shadow(black 3px 3px 4px);
}

#region-footer a {
    color: #fff;
}

#region-footer .col-3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 200px;
}

 @media only screen and (max-width: 990px) {
     #region-footer {
         padding-top: 20px;
     }
     #region-footer .col-3 img {
        max-height: 100%;
        width: 50%;
    }
     #region-footer .col-3:nth-of-type(3), #region-footer .col-3:nth-of-type(4){
         min-height: 150px;
         margin-top: 20px;
     }
 }

 @media only screen and (max-width: 560px) {
     #region-footer .col-3{
         min-height: 1px;
         margin-top: 20px;
     }
 }


#region-copyright {
    display: none;
}

/** generated: 2025-08-03 16:10:47 **/