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

/*••••• Fonts •••••*/

/* roboto-condensed-200 - 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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v31-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v31-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: #333333;
  --lightcolor: color-mix(in srgb, var(--maincolor) 20%, white);
}


/*••••• 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: 'Roboto Condensed', Arial, Sans-serif;;
    font-size: 17px;
	font-size: clamp(16px, 4vw, 18px);
    font-weight: 300;
    color: var(--maincolor);
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
   	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 300;
	color: var(--maincolor);
	margin-top: 1em;
	text-transform: uppercase;
}

h1 {
    font-size: clamp(180%, 4.5vw, 290%);
    margin-top: 0.5em;
}

h2 {
    font-size: clamp(130%, 4.5vw, 160%);
}

h3 {
	font-size: clamp(110%, 4.5vw, 130%);
}

h4 {
	font-size: clamp(100%, 4.5vw, 110%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    	text-decoration: none;
    	text-underline-offset: 3px;
	color: var(--maincolor);
}

a:hover {
    color: var(--maincolor);
    opacity: 1;
    text-decoration: underline;
    text-decoration-style: dotted;
	/* text-shadow: 0 0 0 var(--maincolor), 0.03em 0 var(--maincolor);  */
}

.btn {
	background-color: var(--maincolor);
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	color: #fff;
	transition: 0.3s ease;
	font-size: 85%;
	border-radius: 3px;
	padding: 5px 10px;
	text-transform: none;
	font-weight: 300;
}

.btn:hover {
    transform: scale(1.1);
    opacity: 1;
    text-decoration: none;
}

blockquote {
	margin-top: 25px;
	background-color: #f5f4f2;
	color: #333333;
	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: #333333;
}

/* blockquote .btn, blockquote .btn:hover {
    background-color: #fff;
    color: var(--maincolor);
} */

blockquote a:hover {
    color: inherit;
    /* text-shadow: 0 0 0 #fff, 0.03em 0 #fff; */
}

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    	text-decoration: none;
}

.nureinshop-block-accordion--body > *:first-child {
	margin-top: 0;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-breadcrumb ul li a {
	color: #000;
}

#region-content ul, #region-content ol {
    margin-left: 25px;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

/*••••• Header •••••*/

.preheader {
    background-color: #f5f4f2;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
}

.preheader .container {
    display: flex;
    justify-content: flex-end;
}

.preheader a {
    text-decoration: none;
    margin-left: 15px;
    transition: 0.3s ease;
}

.preheader a img {
    height: 20px;
    width: auto;
    margin-bottom: -4px
}

.preheader a:hover {
    transform: scale(1.2);
}

header {
	position: sticky;
	top: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	z-index: 4;
	min-height: 90px;
	padding-bottom: 20px;
	box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.32);
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
}

#region-logo a img {
  height: auto;
  width: 250px;
  margin-top: 25px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-search {
    display: none;
}

#region-minicart {
	display: none;
}

/*••••• Navigation •••••*/

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#region-nav ul li a {
    text-decoration: none;
    border: none;
    color:  var(--maincolor);
    font-weight: 400;
}

#region-nav .level-1 > li > a {
	color: var(--maincolor);
	border: none !important;
	font-size: 95%;
	text-transform: uppercase;
}

#region-nav nav {
    border: none;
}

#region-nav .level-1 > li:hover > a {
	background-color: var(--maincolor);
	color: #FFFFFF;
}

#region-nav .level-2, #region-nav .level-2 ul {
	background-color: #fff;
}

#region-nav .level-2 > li > a, #region-nav .level-3 > li > a {
    color: #333333;
}

#region-nav .level-2 > li > a:hover, #region-nav .level-3 > li > a:hover   {
  color: #fff;
  background-color: #333333;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

/*••••• Mobiles Nav •••••*/

#region-mobile-nav {
	top: 0;
	position: sticky;
	z-index: 3;
}

.offcanvas-menu li.active > a {
  background-color: #444;
  color: #fff;
}

.offcanvas-menu li a {
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #333333;
    padding: 8px 45px 8px 15px;
}

[data-id="search"], [data-id="cart"] {
    display:none!important;
}

/*••••• Slider •••••*/

.hero-slider {
    border-bottom: 1px solid var(--maincolor);
    border-top: 1px solid var(--maincolor);
}

.hero-slider .owl-carousel {
	margin-bottom: 0;
}

.hero-slider .container {
    width: 100%;
}


/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
    padding: 15px;
}

.nureinshop-block-contengrid--item a {
    text-decoration: none;
}

.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.kategorien .nureinshop-block-contengrid--item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    transition: 0.3s ease;
    background-color: transparent;
}

.kategorien .nureinshop-block-contengrid--item:hover {
    transform: scale(1.1);
}

.kategorien .nureinshop-block-contengrid--item h2 {
    color: var(--maincolor);
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 0.5em;
    font-size: clamp(95%, 3.5vw, 150%);
}

.kategorien .nureinshop-block-contengrid--item h2::before {
	content: '';
	width: 50%;
	height: 1px;
	border-bottom: 1px solid var(--maincolor);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}

.kategorien .nureinshop-block-contengrid--item img {
    height: clamp(50px, 9.5vw, 90px);
    display: block;
    margin-left: auto;
    margin-right: auto;
}    

.kategorien .nureinshop-block-contengrid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
}

@media screen and (max-width: 1024px) {
    [data-block-id="58597c5ae2e7b62f3ba55f06a1c8545c"] .nureinshop-block-contengrid--4 {
        grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
    }
}

@media screen and (max-width: 480px) {
    [data-block-id="58597c5ae2e7b62f3ba55f06a1c8545c"] .nureinshop-block-contengrid--4 {
        grid-template-columns: minmax(0,1fr) minmax(0,1fr)!important;
        gap: 10px;
        line-height: 0;
    }
}

.grid-button {
    margin-top: 5em;
}

.grid-button a {
    text-decoration: none;
}

.grid-button .nureinshop-block-contengrid--item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    background-color: transparent;
}

.grid-button .nureinshop-block-contengrid--item:hover img {
    transform: scale(1.1);
}

.grid-button a.nureinshop-block-contengrid--item:first-of-type {
    border-right: 1px solid var(--maincolor);
}

.grid-button .nureinshop-block-contengrid--item > *{
    margin-top: 0;
}

.grid-button h2 {
  font-size: clamp(100%, 4.5vw, 160%);
  hyphens: none;
}

.grid-button img {
    max-width: clamp(45px, 10.5vw, 80px);
    margin-right: 20px;
    transition: 0.3s ease;
}

.grid-button .nureinshop-block-contengrid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr)!important;
}

/*••••• Produkte •••••*/

.productgrid .product-label {
    z-index: 2;
}

.productgrid .product-label-sale, .productpage-label .product-label-sale {
	display: block;
	background-color: #DB0E18;
	color: #FFFFFF;
	padding: 1px 15px 0px 15px;
	clear: both;
	margin-bottom: 5px;
	float: left;
	min-width: 0;
	font-weight: 600;
	border-radius: 100%;
	font-size: 165%;
}

.productpage-name h1 {
    text-transform: none;
}

.product-taxinfo {
  font-size: 90%;
  font-weight: 300;
}

.productgrid article {
	border: none;
	text-align: left;
}

.productgrid article .product-name a {
    text-decoration: none;
}

.product-name {
    padding-left: 0;
    padding-right: 0;
}

.product-name h2 {
    font-size: clamp(130%, 4.5vw, 160%);
    line-height: 1.15;
    text-transform: none;
    font-weight: 300;
}

.nureinshop-product-list--3 .product-name h2 {
    font-size: clamp(100%, 4.5vw, 130%);
}

.nureinshop-product-list article .product-buttons {
	margin-top: auto;
	padding-top: 10px;
}

.product-image-wrapper {
	position: relative;
	height: auto;
	text-align: center;
	padding-bottom: 0;
	aspect-ratio: 16/12;
	width: 100%;
}

.productgrid .product-image-wrapper img {
	height: auto;
	width: 100%;
	object-fit: contain;
	aspect-ratio: 16/12;
}

.productpage-variant-selectors {
	background-color: rgba(255,255,255,0.6);
	padding: 20px 0;
}

.productpage-pricewrapper {
	background-color: #efebe4;
	padding: 1px 20px 20px 25px;
}

.similar-products-carousel {
    margin-top: 10px;
}

.similar-products-carousel .title {
	line-height: 22px;
}

.similar-products-carousel .owl-carousel .owl-item img {
    aspect-ratio: 1;
    border: none;
}

.similar-products-carousel a {
	text-decoration: none;
	display: flex;
	flex-direction: column-reverse;
	font-size: 16px;
}

.nureinshop-plugin-similar-products {
	background-color: #fff;
	padding: 0;
	margin-top: 60px;
}

.nureinshop-plugin-similar-products h2 {
    font-weight: 700;
    text-transform: none;
    font-size: 170%;
}

.nureinshop-plugin-similar-products .owl-carousel .owl-nav button.owl-next, .nureinshop-plugin-similar-products .owl-carousel .owl-nav button.owl-prev {
	display: block;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #000;
	padding: 20px;
	border-radius: 30px;
	background-color: #FFFFFF;
	height: 50px;
	top: 40px;
}

.nureinshop-plugin-similar-products .owl-carousel .owl-nav button.owl-next {
    background-position: 7px;
}

.nureinshop-plugin-similar-products .owl-carousel .owl-nav button.owl-prev {
    background-position: 2px;
}

.nureinshop-plugin-similar-products .owl-carousel .owl-nav button.owl-prev.disabled, .nureinshop-plugin-similar-products .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: #f5f4f2;
	color: var(--maincolor);
	padding-top: 30px;
	padding-bottom: 0;
}

#region-footer .container::before {
    content: 'Kontakt';
    width: 100%;
    font-size: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    font-weight: 400;
}

#region-footer .row {
    display: flex;
    flex-wrap: wrap;
}

#region-footer .row > * {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 33.33%;
}

@media (max-width: 740px) {
    #region-footer .row > * {
        width: 100%;
    }
    #region-footer p {
        text-align: center!important;
    }
}


#region-footer .row > *:last-of-type {
    width: 100%;
    margin-top: 20px;
    display: flex;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: row;
    column-gap: 10px;
    flex-wrap: wrap;
}

#region-footer .row > *:last-of-type > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 5px)!important;
}

@media (max-width: 740px) {
    #region-footer .row > *:last-of-type > div {
        width: 100%!important;
    }
    #region-footer .row > *:last-of-type > div:last-of-type {
        margin-top: 20px;
    }
}

.iframe_dsgvo {
    min-height: 96px;
}

.iframe_dsgvo .centered {
    font-size: 80%;
    width: 100%;
}

.iframe_dsgvo .btn {
    transform: scale(0.9);
}

.iframe_dsgvo .centered > *:first-child {
    margin-top: 0;
}

#region-footer a, #region-footer h2 {
	color: var(--maincolor);
}

#region-footer a.btn {
    width: 100%;
    color: #fff;
    font-size: 110%;
    text-transform: uppercase;
    font-weight: 300;
}


#region-footer a.btn:hover {
    transform: scale(1.02); 
} 

#region-copyright {
    background: #f5f4f2;
    color: var(--maincolor);
    font-weight: 300;
    font-size: 90%;
}

/*••••• Suchseite •••••*/

.search-form .input-wrapper::before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 1;
  background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
  background-size: 20px 20px;
  z-index: 40;
  content: '';
  margin-top: 18px;
  margin-left: 15px;
}

.search-form .input-wrapper input[type="text"] {
    color: #000;
    border-radius: 12px;
    padding: 15px 0 15px 50px;
}

.input-wrapper input::placeholder {
    color: #000;
}

.search-item-header h2 {
    font-size: 120%;
    hyphens: none;
}

.productgrid .row {
    display: flex;
    flex-wrap: wrap;
}

.productgrid .search-item {
    padding: 10px;
    hyphens: auto;
    border-radius: 12px;
    padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .productgrid .col-3 {
    width: 49.9%;
    align-items: stretch;
    display: flex;
  }
  .productgrid .search-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .search-item-header h2 {
    margin-top: 5px;
  }
  .search-item-more-btn {
    margin-top: auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
 .search-item-short {
     margin-bottom: 20px;
 }
}


/** generated: 2026-03-24 21:18:27 **/