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

/*••••• Fonts •••••*/

/*••••• Colors •••••*/

:root {
  --maincolor: #4d4d4d;
  --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: "Arial", Sans-serif;
    font-size: 16px;
	font-size: clamp(14px, 4vw, 18px);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
   	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 400;
	color: var(--maincolor);
	margin-top: 1em;
}

h1 {
    font-size: clamp(180%, 4.5vw, 255%);
    font-weight: 400;
    margin-top: 0.5em;
}

.page-nureinshop-home h1 {
    padding-top: 0;
    margin-top: 0.8em;
}

h2 {
    font-size: clamp(150%, 4.5vw, 180%);
    font-weight: 400;
}

h3 {
	font-weight: 400;
	font-size: clamp(130%, 4.5vw, 150%);
}

h4 {
	font-weight: 400;
	font-size: clamp(110%, 4.5vw, 130%);
}

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);
	text-shadow: 0 0 0 var(--maincolor), 0.03em 0 var(--maincolor);
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 5px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: none;
	font-size: 80%;
}

blockquote {
	margin-top: 25px;
	background-color: #a6a6a6;
	color: #000;
	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: #000;
}

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 {
    padding-bottom: 0;
}

#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 •••••*/

header {
    border-top: 4px solid #4D4D4D;
	background-color: #FFFFFFD9;
	border-bottom: none;
	z-index: 4;
	min-height: 130px;
	position: absolute;
	width: 100%;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
    padding: 40px 5px 5px 5px;
}

#region-logo a img {
  height: 65px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

/*••••• 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%;
}

#region-nav ul.level-1 {
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
}

#region-nav ul.level-1 li a {
    padding: 10px 15px 15px 15px;
}

#region-nav ul li a {
    text-decoration: none;
    border: none!important;
    font-weight: 600;
}

#region-nav .level-2 {
    min-width: 100%;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

/*••••• Mobile Nav •••••*/

.offcanvas-nav li a {
    text-decoration: none;
}

.offcanvas-menu li.active > a {
    background-color: #434343;
    color: #fff;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-nav {
    display: none;
}

.hero-slider.block-nureinshop-slideshow .owl-carousel {
    margin-bottom: 0;
}

/*••••• Beitragsliste •••••*/

.subpages-list article {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.subpages-list .subpages-image {
    object-fit: contain;
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
    background-color: var(--lightcolor);
    padding: 15px;
}

.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

/*••••• 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 •••••*/

#region-footer {
    background-color: transparent;
	color: #fff;
	padding: 0;
	margin-top: 50px;
}

#region-footer div {
    line-height: 0;
}

#region-footer .container {
    width: 100%;
    padding: 0!important;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-copyright {
    background: var(--maincolor);
    color: #fff;
    text-align: left!important;
    padding: 20px 5px;
    font-size: 80%;
}

#region-copyright a {
    color: #fff;
}

#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-03-25 15:18:40 **/