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

/*••••• Fonts •••••*/

/* pt-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: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pt-sans-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pt-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: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pt-sans-v17-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --maincolor: #8ABB14;
}

/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--maincolor)
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #FFF;
}

body {
    background-color: #FFF;
    font-family: 'PT Sans', Arial, Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #3F3F3F;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    color: #3F3F3F;
    line-height: 1.2;
}

h1 {
    font-size: clamp(230%, 4.5vw, 280%);
    font-weight: 600;
    letter-spacing: 0.03em;
}

h1 strong {
    color: var(--maincolor);
    font-weight: 300;
}

h2 {
    font-size: clamp(150%, 3.5vw, 250%);
    font-weight: 600;
}

h2 strong {
    color: var(--maincolor);
    font-weight: 600;
}

h3 {
    font-weight: 600;
    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;
	color: var(--maincolor);
}

a:hover {
    color: var(--maincolor);
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 2px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: none;
	font-weight: 600;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	/*
	background-image: url('/pub/media/8d4cf8f85426bae9b10a42fcb45c337d/apg-blockquote-dekor.svg');
    	background-repeat: no-repeat;
    	background-position: bottom 8px right 8px;
    	background-size: auto 60%;
	*/
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #fff;
} 

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    	text-decoration: none;
}

/*••••• Header •••••*/

header {
	border-top: 4px solid var(--maincolor);
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
  margin-top: 20px;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
}

#region-logo a img {
  height: 110px;
}

#region-search {
    margin-top: 30px;
}

#region-search input {
    height: 35px;
    background-color: #F4F5F5;
    border: none;
}

#region-search .search-icon {
    transform: scale(-1, 1);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    top: 6px;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}


#region-nav {
    min-height: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    
    width: fit-content;
    height: fit-content;
    margin-right: 0;
    padding-top: 15px;
    
    right: 0;
    position: absolute;
    bottom: -15px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#region-nav .level-1 {
    margin-right: -15px;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav .level-1 > li > a {
    border: none!important;
}

.offcanvas-nav li a {
    text-decoration: none;
}

.offcanvas-nav li a:hover {
  background-color: var(--maincolor);
  color: #fff;
}

@media only screen and (max-width: 1150px) {
    #region-nav .level-1 > li > a {
        padding: 10px 10px;
        font-size: 18px;
    }
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

/*••••• Inhalt •••••*/

.kacheln-startseite {
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.kacheln-startseite a {
    color: #fff;
    text-decoration: none;
}

.kacheln-startseite .nureinshop-block-contengrid--4 {
    background-color: var(--maincolor);
    color: #fff;
    padding: 0 30px;
    font-size: 120%;
    line-height: 1.2;
}

.kacheln-startseite .nureinshop-block-contengrid--item {
    background-color: transparent;
    text-align: center;
    padding: 10px 25px 25px 25px;
}

@media only screen and (max-width: 1024px) {
    .kacheln-startseite {
        margin-top: -50px;
    }
    .kacheln-startseite .nureinshop-block-contengrid--4 {
        font-size: 100%;
        padding-bottom: 20px;
    }
    .kacheln-startseite .nureinshop-block-contengrid--item {
        padding: 0;
    }
}

@media screen and (min-width: 700px) {
    .nureinshop-block-contengrid--4 {
        grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    }
}

@media screen and (max-width: 700px) {
    .kacheln-startseite .nureinshop-block-contengrid--4 {
        font-size: 110%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }
}

@media screen and (max-width: 700px) {
    .nureinshop-block-contengrid {
        grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    }
    .kacheln-startseite .nureinshop-block-contengrid--4 {
        font-size: 100%;
    }
}

@media screen and (max-width: 350px) {
  .nureinshop-block-contengrid {
    grid-template-columns: minmax(0,1fr);
  }
  .kacheln-startseite img {
    width: 60%;
    }
}


.kacheln-startseite img {
    width: 80%;
}

.kacheln-startseite .nureinshop-block-contengrid--item img {
  transition: transform 0.3s ease;
}

.nureinshop-block-contengrid--item:hover img {
  animation: hop 0.6s ease 0.1s;
}

@keyframes hop {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  60%  { transform: translateY(5px); }
  100% { transform: translateY(0); }
}

.nureinshop-block-contengrid--item strong {
  display: inline-block;
  transition: transform 0.15s ease;
}

.nureinshop-block-contengrid--item:hover strong {
  animation: pushup 0.4s ease;
}

@keyframes pushup {
  0%   { transform: translateY(0); }
  40%  { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

.gray-background {
    background-color: #F4F5F5;
    margin-top: 50px;
}

.left-column {
    overflow-x: clip;
}


.left-column .col-12 {
    width: 70%;
    margin-left: auto;
    margin-right: 30%;
    padding: 25px 40px 35px 0;
    color: #666666;
}

@media only screen and (max-width: 1175px) {
    .left-column {
        padding-left:  15px;
    }
}

.left-column .col-12::after {
    content: ' ';
    height: 100%;
    width: 40vw;
    display: inline-block;
    background-image: url('/pub/media/bf000e132498b3c0c31092350be421cc/sektion-hintergrund.jpg');
    background-color: #E0E0E0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    background-position: right center;
}

@media only screen and (max-width: 600px) {
    .left-column .col-12::after {
        display: none;
    }
    .left-column .col-12 {
        width: 100%;
        margin:  0;
        padding: 10px;
        background-color: rgb(255 255 255 / 30%);
        backdrop-filter: blur(4px);
        color: #000;
    }
    .left-column {
        padding: 15px;
        background-image: url('/pub/media/bf000e132498b3c0c31092350be421cc/sektion-hintergrund.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 560px) {
    .page-nureinshop-home .block-nureinshop-subpages .subpages-grid {
        grid-template: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }
}

.block-nureinshop-subpages article {
    position: relative;
    width: 100%;
    aspect-ratio: 5/4;
}


.page-nureinshop-home .block-nureinshop-subpages article {
    position: relative;
    width: 100%;
    height: 350px;
    aspect-ratio: unset;
}

.page-nureinshop-home .block-nureinshop-subpages article:first-of-type {
    grid-row: 1 / span 2;
    height: 720px;
}

.page-nureinshop-home .block-nureinshop-subpages article:nth-of-type(6) {
    grid-row: 2 / span 2;
    height: 720px;
}

.block-nureinshop-subpages .subpages-content {
    position: absolute;
    background-color: #93C31DDE;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 10px 10px 10px 30px;
    transition: 1s ease;
    height: 38%;
}

.page-nureinshop-home .block-nureinshop-subpages .subpages-content {
    height: 152px;
    padding: 10px 10px 10px 30px;
}

.block-nureinshop-subpages article:hover > .subpages-content {
    height: 100%;
    transition: 0.5s ease;
}

.block-nureinshop-subpages .subpages-content a {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.block-nureinshop-subpages .subpages-title {
    font-size: clamp(110%, 2.5vw, 140%);
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 5px;
}

@media only screen and (max-width: 600px) {
  .block-nureinshop-subpages .subpages-title {
      font-size: 140%!important;
  }
}

.page-nureinshop-home .block-nureinshop-subpages .subpages-title {
    font-size: clamp(150%, 3.5vw, 200%);
}

.block-nureinshop-subpages .subpages-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 560px) {
    .block-nureinshop-subpages .subpages-grid {
        display: block;
    }
    .block-nureinshop-subpages article {
        margin-top: 20px;
        width: 100%;
        height: 300px!important;
    }
    .block-nureinshop-subpages .subpages-title {
        font-size: 140%;
    }
    .block-nureinshop-subpages .subpages-content {
        height: 100px;
    }
}

.slider-partner .owl-nav {
    display: none;
}

@media only screen and (max-width: 960px) {
    .slider-partner .item {
        width: 200px!important;
        height: auto!important;
    }
}

.slider-galerie .owl-nav .owl-prev {
    background-image: url('/pub/media/3dd495beb59d6d5fd09db1a5b679cb42/nav-arrow.svg')!important;
    background-repeat: no-repeat!important;
    height: 40px;
    width: 40px;
    left: 30px;
    top: calc(50% - 20px);
}

.slider-galerie .owl-nav .owl-next {
    background-image: url('/pub/media/3dd495beb59d6d5fd09db1a5b679cb42/nav-arrow.svg')!important;
    background-repeat: no-repeat!important;
    height: 40px;
    width: 40px;
    right: 30px;
    top: calc(50% - 20px);
    transform: rotate(180deg);
}

.slider-galerie .owl-nav span {
    display: none;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
	color: #fff;
	padding-bottom: 0;
	font-size: 18px;
}

footer h2 {
  font-size: 24px;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

@media only screen and (max-width: 960px) {
    #region-footer .col-4:nth-of-type(2) {
        text-align: right;
    }
    #region-footer .col-4:last-of-type {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 560px) {
    #region-footer .col-4 {
        width: 100%!important;
        text-align: center!important;
    }
}

#region-copyright {
    background: var(--maincolor);
    color: #fff;
    text-align: left;
    font-size: 14px;
}

/** generated: 2025-09-15 11:07:02 **/