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

/*••••• Fonts •••••*/

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-800 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/open-sans-v44-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/open-sans-v44-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
  --maincolor: #0069b4;
  --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: 'Open Sans', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(14px, 4vw, 18px);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.015em;
    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: 0.5em;
	text-transform: uppercase;
}

h1 {
    font-size: clamp(180%, 4.5vw, 325%);
    margin-top: 0.5em;
    font-weight: 700;
    hyphens: none;
}


h2 {
    font-size: clamp(145%, 4.5vw, 230%);
    margin-top: 0.7em;
}

h3 {
	font-size: clamp(135%, 4.5vw, 160%);
	margin-top: 0.8em;
}

h4 {
	font-size: clamp(100%, 4.5vw, 125%);
	margin-top: 1em;
}


p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    	text-decoration: underline;
    	text-underline-offset: 3px;
	    color: #000;
}

a:hover {
    color: var(--maincolor);
	/* text-shadow: 0 0 0 #000, 0.03em 0 #000; */
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 0;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: none;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	position: relative;
	/*
	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 .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 ol {
    margin-left: 25px;
    margin-top: 0;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

#region-content ul, .postfooter ul {
    list-style-type: "\25A0";
    margin-left: 15px;
    margin-top: 0;
}

#region-content ul li, .postfooter ul li {
    padding-left: 10px;
}

#region-content ul li::marker, .postfooter ul li::marker {
	color: var(--maincolor);
}

blockquote ul li::marker {
	color: #fff!important;
}


.block-nureinshop-hr hr {
	width: 30%;
	margin: 50px auto 15px auto;
	color: var(--maincolor);
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

header {
    min-height: 0;
    background-color: var(--maincolor);
    position: sticky;
    top: 0;
    border: none;
}

header .container {
	min-height: inherit;
	height: inherit;
	display: flex;
}

#region-logo {
	float: left;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#region-logo a {
    padding: 0;
}

#region-logo a img {
	height: 60px;
	margin: 30px 30px 20px 0;
	filter: brightness(200);
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    border: none!important;
    color: #fff;
}

#region-nav ul.level-1 > li > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 35px;
}

#region-nav ul.level-1 > li > a::before {
    content: '';
    height: 15px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease;
}

#region-nav ul.level-1 > li > a:hover::before {
    opacity: 1;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

#region-nav nav {
  background-color: transparent;
  border: none;
  height: 100%;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav ul.level-1 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#region-nav .level-2 {
    margin-left: 35px;
    background-color: rgba(87,87,86,0.9);
}

#region-nav .level-2 * {
    text-transform: none;
}

#region-nav .level-2 a {
    transition: 0.2s ease;
}

#region-nav .level-2 a:hover {
    color: rgb(139, 175, 25);
    background-color: transparent;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}


/*••••• Mobil Nav •••••*/

#region-mobile-nav {
	position: relative;
	background-color: var(--maincolor);
	border-bottom: 1px solid #DDDDDD;
	min-height: 65px;
	border-bottom: none;
}

.offcanvas-logo {
	width: calc(100% - 100px);
	margin-top: 0;
	margin-left: 14px;
}

.offcanvas-logo img {
	width: auto;
	padding: 10px 0 5px 0;
	height: 60px;
}

.offcanvas-closer {
	opacity: 1;
	filter: invert(1);
}


.offcanvas-menu {
	width: 335px;
	max-width: 100vw;
}

#region-mobile-nav ul li img {
	filter: invert(1);
}

.offcanvas-header {
	display: flex;
	padding-bottom: 8px;
	background-color: var(--maincolor);
	border-bottom: 5px solid #fff;
}

.offcanvas-nav li a {
	padding: 10px 40px 10px 15px;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.offcanvas-menu li.active > a {
  background-color: var(--maincolor);
  color: #fff;
}


/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
    padding: 20px;
    background-color: var(--maincolor);
    color: #fff;
    border-radius: 2px;
}

.nureinshop-block-contengrid--item a:hover {
    color: #fff;
}

.nureinshop-block-contengrid--item h2 {
    font-size: clamp(115%, 4.5vw, 165%);
}

.nureinshop-block-contengrid--item * {
    color: #fff;
}

.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.gridweiss .nureinshop-block-contengrid--item {
    background-color: #fff;
}

.gridweiss .nureinshop-block-contengrid--item * {
    color: #000;
}

.gridweiss .nureinshop-block-contengrid--item img {
    height: 60px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.gridweiss a.nureinshop-block-contengrid--item:hover {
    text-decoration: none;
}

.gridweiss a:hover {
    color: #000;
}

/*••••• 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 •••••*/

footer {
    background-color: #fff;
}

#region-footer {
    background-image: url('/pub/media/45033a9a2b00111b1a33617e84e48f84/footerback-klaeranlage-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    font-size: 16px;
    font-size: clamp(14px, 4vw, 16px);
}

#region-footer {
	color: #fff;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-footer a, #region-copyright a{
    text-decoration: none;
}

#region-footer a:hover, #region-copyright a:hover {
    text-decoration: underline;
}

#region-footer .col-3 {
    width: 33.3333333333%;
}

#region-footer .col-3:last-of-type {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.postfooter {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 86%;
}

.postfooter .col-3 {
    width: 33.3333333333%;
    text-align: left;
}

.postfooter a {
    text-decoration: none;
}

.postfooter a:hover {
    text-decoration: underline;
}

@media (max-width: 774px) {
    #region-footer > .container > .row > .col-3 {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    #region-footer > .container > .row > .col-3:nth-of-type(3) p {
        text-align: center!important;
    }
    #region-footer > .container > .row > .col-3:nth-of-type(3) p > a {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    #region-footer > .container > .row > .col-3:nth-of-type(3) p > a > img {
        margin: 0!important;
    }
     #region-footer > .container > .row > .col-3:first-of-type {
         margin-top: 0;
    }
    .postfooter .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .postfooter .col-3 {
        width: 85%;
        margin-left: auto;
        margin-top: 30px;
    }
}


#region-copyright {
    background-color: var(--maincolor);
    color: #fff;
    font-size: 16px;
    font-size: clamp(14px, 4vw, 16px);
    padding: 25px 0 30px 0;
}

#region-copyright a {
    margin-left: 1em;
    margin-right: 1em;
    color: #fff;
}

/*••••• 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;
 }
}


/*••••• Zeitstrahl •••••*/

.zeitstrahl table {
    border: none!important;
    margin-top: 50px;
}

.zeitstrahl tr {
  display: flex;
  min-height: 50px;
  height: fit-content!important;
  background-color: transparent!important;
}

.zeitstrahl td:first-of-type {
    text-align: right;
    font-weight: 600;
    font-size: 120%;
    line-height: 1;
}

.zeitstrahl td:last-of-type {
    text-align: left;
    padding-left: 25px;
    position: relative;
    z-index: 99;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 1;
}

.zeitstrahl td:last-of-type::after {
	width: calc(100% - 15px);
	height: calc(100% - 50px);
	border-radius: 2px;
	background-color: var(--lightcolor);
	border-radius: 3px;
	content: '';
	position: absolute;
	top: 0;
	left: 13px;
	z-index: -1;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.zeitstrahl tr:nth-of-type(even) td:last-of-type::after {
    left: unset;
    right: 13px;
}
    

.zeitstrahl tr:nth-of-type(even) td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
}

.zeitstrahl td:first-of-type::before {
	content: '';
	margin-right: 15px;
	margin-left: 3px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: var(--maincolor);
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-bottom: -2px;
}

 .zeitstrahl tr:nth-of-type(odd) td:first-of-type::before {
     display: none;
 }

.zeitstrahl tr:nth-of-type(odd) td:first-of-type {
    border-right: 5px solid var(--maincolor) !important;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.zeitstrahl tr:nth-of-type(odd) td:first-of-type::after {
    content: '';
    background-color: var(--maincolor);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    height: 20px;
	width: 20px;
    margin-left: 15px;
    margin-right: 3px;
	display: inline-block;
	margin-bottom: -2px;
}

.zeitstrahl tr:nth-of-type(even) {
  flex-direction: row-reverse;
}

.zeitstrahl td {
    width: 50%!important;
    height: fit-content!important;
    min-height: 50px;
    border: none;
    vertical-align: middle;
    align-content: center;
    padding: 10px;
}

.zeitstrahl tr:nth-of-type(even) td:last-of-type {
    /* text-align: right; */
    border-right: 5px solid var(--maincolor)!important;
    padding-right: 25px;
    padding-left: 13px;
}

.zeitstrahl tr:nth-of-type(2n) td:last-of-type ul li {
    margin-right: 25px;
}

.zeitstrahl td:first-of-type {
    height: auto!important;
}

.zeitstrahl td ul li {
        margin-top: 3px;
        margin-bottom: 3px;
}

.zeitstrahl p {
    margin-top: 0;
}


.zeitstrahl tr:first-of-type td:first-of-type {
	padding-top: 20px;
	margin-top: -20px;
}

@media only screen and (max-width: 550px) {
    [data-block-id="b9abdfc88e00198ce4390fc7bb82c16b"] h1 {
        text-align: left!important;
    }
    
    .zeitstrahl table {
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 65px;
    }
    .zeitstrahl tr:nth-of-type(odd) td:first-of-type::after {
        display: none;
    }
    .zeitstrahl td {
        width: 90%!important;
        border-right: none;
        border-left: 5px solid var(--maincolor) !important;
        text-align: left!important;
    }
    .zeitstrahl td ul li {
        direction: ltr!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .zeitstrahl ul {
        margin-left: 7px!important;
    }
    .zeitstrahl tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row!important;
    }
    .zeitstrahl td:first-of-type::before {
	    content: '';
	    color: var(--maincolor);
	    margin-right: 15px;
	    margin-left: 3px;
	    clip-path: polygon(100% 0, 0 50%, 100% 100%);
	    background-color: var(--maincolor);
	    height: 20px;
	    width: 20px;
	    display: inline-block!important;
	    margin-bottom: -2px;
    }
    .zeitstrahl tr td, .zeitstrahl tr:nth-of-type(even) td:last-of-type, .zeitstrahl tr:nth-of-type(2n+1) td:first-of-type {
        border-right: none!important;
    }
    .zeitstrahl tr:nth-of-type(2n+1) td:first-of-type {
        padding-top: 10px;
        padding-left: 0;
    }
    .zeitstrahl td:first-of-type {
        padding-bottom: 10px!important;
        padding-left: 0;
        padding-top: 30px!important;
    }
    .zeitstrahl td:last-of-type {
        padding-left: 30px;
        padding-top: 10px!important;
        padding-bottom: 10px;
    }
    .zeitstrahl tr:nth-of-type(2n) td:last-of-type::after {
        right: 0;
    }
    .zeitstrahl td:last-of-type::after {
        height: calc(100% - 10px);
    }
    .zeitstrahl tr:nth-of-type(odd) td:last-of-type {
        padding-left: 13px;
    }
    .zeitstrahl tr td:last-of-type::after {
        left: 10px!important;
    }
    [data-block-id="d52083ee38da8aef1587e2b4baa149f4"] h2 {
        text-align: left!important;
    }
}

/** generated: 2026-04-29 13:06:13 **/