/* ############################################################################################################ */
/* ##  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-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pt-sans-v18-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-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/pt-sans-v18-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* bowlby-one-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: 'Bowlby One';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/bowlby-one-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/bowlby-one-v25-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
  --maincolor: #00aa3b;
  --lightcolor: color-mix(in srgb, var(--maincolor) 20%, #262626);
}


/*••••• 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: #262626;
}

body {
    background-color: #262626;
    font-family: 'PT Sans', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(14px, 4vw, 18px);
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
   	margin-bottom: 0;
	line-height: 1;
	font-weight: 400;
    color: #fff;
	margin-top: 1.2em;
	font-family: 'Bowlby One', Arial, Sans-serif;
	text-transform: lowercase;
}

h1 {
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 400;
    margin-top: 0.5em;
}

.page-nureinshop-home h1 {
    padding-top: 0;
    margin-top: 1em
}

h2 {
    font-size: clamp(130%, 4.5vw, 160%);
    font-weight: 400;
}

h3 {
	font-weight: 400;
	font-size: clamp(110%, 4.5vw, 130%);
}

h4 {
	font-weight: 400;
	font-size: clamp(100%, 4.5vw, 110%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

h1 strong, h2 strong, h3 strong {
    color: var(--maincolor);
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
	color: #fff;
}

.block a {
    font-family: 'Bowlby One', Arial, Sans-serif;
}

a:hover {
    color: #fff;
	text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

.btn {
	color: #262626;
	background-color: var(--maincolor);
	border-radius: 2px;
	text-decoration: none;
	letter-spacing: inherit;
	text-transform: none;
	font-size: 100%;
	padding: 10px 20px;
	transition: 0.2s ease;
	font-family: 'PT Sans', Arial, Sans-serif!important;
}

.button2 .btn {
    background-color: #fff;
    color: #262626;
    text-decoration: underline;
    padding: 5px 15px;
    font-size: 75%;
}

.btn:hover {
    transform: scale(1.05);
    opacity: 1;
    color: #262626;
    text-shadow: none;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #262626;
	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 a {
    font-family: 'PT Sans', Arial, Sans-serif!important;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #262626;
}

blockquote .btn, blockquote .btn:hover {
    background-color: #fff;
    color: #262626;
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #262626, 0.03em 0 #262626;
}

blockquote > *:first-child {
    margin-top: 0;
}


.nureinshop-block-accordion--item {
    background-color: transparent;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #262626;
    text-decoration: none;
    border-radius: 3px;
}

.is-open .nureinshop-block-accordion--head {
    border-radius: 3px 3px 0 0;
}

.nureinshop-block-accordion--body > *:first-child {
	margin-top: 0;
}

.nureinshop-block-accordion--body {
    background-color: #333333;
    border-radius: 0 0 3px 3px;
}

.nureinshop-block-accordion ul {
    margin-top: 0;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-breadcrumb ul li a {
	color: #fff;
}

#region-content ul, #region-content ol {
    margin-left: 25px;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

.block-nureinshop-hr hr {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-top: 5px solid var(--maincolor);
	margin-top: 40px;
	margin-bottom: 20px;
}

/*••••• Tabelle •••••*/

.block-nureinshop-table td {
    color: #262626;
}

.block-nureinshop-table thead td, .block-nureinshop-table thead th {
	background-color: var(--maincolor);
	font-weight: bold;
}

.block-nureinshop-table th, .block-nureinshop-table td {
	padding: 7px 10px;
	border: 1px solid #262626;
	text-align: left;
}

.block-nureinshop-table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

.block-nureinshop-table tbody tr:nth-child(2n+2) {
	background-color: #b1e0c1;
}

/*••••• Formular •••••*/

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"], textarea {
    border: 2px solid var(--maincolor);
    border-radius: 3px;
}

/*••••• Header •••••*/

header {
    background-color: var(--maincolor);
    min-height: 100px;
    position: sticky;
    top: 0;
    z-index: 6;
    border-bottom: 1px solid #262626;
}

#region-mobile-nav {
    position: sticky;
    top: 0;
    z-index: 6;
}

.page-nureinshop-home header, .page-nureinshop-home #region-mobile-nav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    transition: 0.3s opacity ease;
    width: 100%;
}

#region-search {
    display: none;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  width: auto;
  float: none;
}

#region-logo a {
    padding: 20px 5px 5px 5px;
    color: #262626;
}

#region-logo a img {
  height: 60px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-header-buttons, #region-search {
    display: none;
}

@media screen and (max-width: 576px) {
  .container {
      padding-left: 15px;
      padding-right: 15px;
  }
}

/* [data-id="search"] {
    display:none!important;
} */

/*••••• Navigation •••••*/

#region-nav {
    transition: opacity 0.3s ease;
    top: 0;
    z-index: 2;
    position: absolute;
	min-height: inherit;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	pointer-events: none;
}

#region-nav nav {
    background-color: var(--maincolor);
    border: none;
}


#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container > ul {
    display: flex;
    justify-content: flex-end;
    pointer-events: auto;
}

#region-nav nav .container {
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}

#region-nav ul li a {
    text-decoration: none;
    border: none!important;
    color: #262626;
    font-weight: 400;
    font-size: 120%;
}

#region-nav .level-2 a {
    color: #262626;
}

#region-nav .level-2 a:hover {
    color: #fff;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

/*••••• Mobiles Nav •••••*/

.offcanvas-menu {
    background-color: var(--maincolor);
}

.offcanvas-closer, .offcanvas-nav .btn-toggle {
	opacity: 1;
	filter: invert(1) brightness(10);
}

.offcanvas-nav li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 45px 5px 15px;
	border-bottom: 1px solid #262626;
	color: #262626;
	text-decoration: none;
	font-size: 120%;
}

#region-mobile-nav .mobile-logo img {
	padding: 12px 0 5px 0;
	height: 50px;
	width: auto;
	max-width: 200px;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

[data-block-id="cfdb3c17c19976049902e09483e8a482"] {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    aspect-ratio: 1280/781;
    top: 0;
    z-index: 5;
    pointer-events: none;
    padding: 0!important;
    margin: 0!important;
}

[data-block-id="cfdb3c17c19976049902e09483e8a482"] .container {
    height: 100%;
    padding: 0;
    margin: 0;
}

.slider-logo {
    top: 9%;
    position: absolute;
    width: 100%;
    max-width: 100vw;
}

.slider-logo a {
	margin-left: auto;
	display: block;
	pointer-events: auto;
	width: 18%;
	text-decoration: none;
	margin-right: 10%;
}

.piktogramme {
    position: absolute;
    bottom: 2%;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100vw;
}

.piktogramme a {
    width: 10%;
    pointer-events: auto;
    text-decoration: none;
    transition: 0.3s ease;
}

.piktogramme a img {
    filter: invert(1) brightness(5);
    margin: 0 auto 0 auto;
    width: 60%;
    display: block;
}

.piktogramme p {
	color: #fff;
	text-align: center;
	font-family: 'Bowlby One', Arial, Sans-serif;
	margin-top: 0;
	font-size: clamp(60%, 1vw, 200%);
	transform: scale(0);
	line-height: 1.2;
	transition: 0.3s ease;
	margin-top: 0.5em;
}

.piktogramme a:hover p {
    transform: scale(1);
}

.piktogramme a:hover {
    transform: translateY(-15px);
}

@media (max-width: 1024px) {
    .piktogramme p {
        display:none;
    }
}


/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
	background-color: var(--maincolor);
	position: relative;
	border-radius: 3px;
	padding: 15px;
	color: #262626;
}

.page-nureinshop-home .nureinshop-block-contengrid--item {
    	padding: 55px 10px 10px 10px;
}

.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.nureinshop-block-contengrid--item .btn {
    color: #fff;
    background-color: #262626;
    padding: 5px 15px;
    font-size: 75%;
    text-decoration: underline;
    font-family: 'PT Sans', Arial, Sans-serif;
}

.nureinshop-block-contengrid--item img {
	margin-top: -105px;
	background-color: var(--maincolor);
	border-radius: 100% 100% 0 0;
	padding: 15px 15px 10px 15px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100px!important;
	width: auto!important;
}

.nureinshop-block-contengrid--item h2 {
    text-transform: uppercase;
    color: #262626;
    font-size: 120%;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .page-nureinshop-home .nureinshop-block-contengrid {
	    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	    row-gap: 80px;
    }
}

@media screen and (max-width: 480px) {
    .page-nureinshop-home .nureinshop-block-contengrid {
	    grid-template-columns: minmax(0,1fr);
    }
}


.davor::before {
	width: 100px;
	height: 100px;
	background-color: var(--maincolor);
	border-radius: 100%;
	content: '';
	background-image: url('/pub/media/d3352eade466103980ee8df2c54a9de4/fusko-risikomanagement-gluehbirne.svg');
	background-size: 70px;
	background-position: 50% 50%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	margin-top: -98px;
}

.striche::before {
	width: 100px;
	height: 100px;
	content: '';
	background-image: url('/pub/media/5d8333b8f617de3661db1aaaa47fed7b/element-5.svg');
	background-size: 50px;
	background-position: 50% 50%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	margin-top: -80px;
}

/*••••• Produkte •••••*/

.productpage-variant-selectors {
	background-color: rgba(255,255,255,0.6);
	padding: 20px 0;
}

.productpage-pricewrapper {
	background-color: #efebe4;
	padding: 1px 20px 20px 25px;
}

/*••••• Footer & Copyright •••••*/

.page-nureinshop-home footer {
    margin-top: 0;
}

#region-footer {
    background-color: var(--maincolor);
	color: #262626;
	padding-top: 20px;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-copyright {
    background: #fff;
    color: #262626;
    font-size: 80%;
}

#region-copyright a, #region-copyright a:hover {
    color: #262626;
    font-family: 'PT Sans', Arial, Sans-serif;
}

#region-copyright p {
    margin-top: 0;
}

/*••••• 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-06-10 17:32:51 **/