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

/*••••• Fonts •••••*/

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/exo-v25-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v25-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/exo-v25-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v25-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/exo-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v25-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/exo-v25-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v25-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/exo-v25-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v25-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* exo-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: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/exo-v25-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-v25-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* exo-2-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: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/exo-2-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-2-v26-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* exo-2-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: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/exo-2-v26-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/exo-2-v26-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: #008fad;
  --gray: #4e4e4c;
  --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: #cac8c8;
}

body {
    background-color: #f7f6f4;
    font-family: 'Exo', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
    margin-left: auto;
    margin-right: auto
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.2;
	margin-top: 1em;
}

h1 {
    color: var(--gray);
    font-size: clamp(180%, 4.5vw, 280%);
    font-weight: 200;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-top: 0.5em;
}

.page-nureinshop-home h1 {
    margin-top: 0.8em;
}

h2 {
	color: var(--gray);
	font-size: clamp(150%, 2.5vw, 230%);
	font-weight: 300;
	margin-top: 30px;
}

h1 strong, h2 strong {
    font-family: 'Exo', Arial, Sans-serif;
    font-weight: 700;
    color: var(--maincolor);
}

h3 {
    font-weight: 700;
    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);
	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;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	/*
	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;
    border-radius: 5px;
}

.is-open .nureinshop-block-accordion--head {
    border-radius: 5px 5px 0 0;    
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}



#region-breadcrumb ul li a {
	color: #000;
}

#region-content .block ul, #region-content .block ol {
    margin-left: 25px;
}

#region-content .block ul {
    list-style: none;
    padding-left: 0;
}

#region-content .block ul li {
    position: relative;
}

#region-content .hero-slider ul li {
    padding-left: 1.5rem;
}

#region-content .block ul li::before {
	content: "";
	position: absolute;
	left: -1.6rem;
	top: 0.4em;
    width: 0.85em;
    height: 0.85em;
	background: url("/pub/media/73e4bfae9b64f182d672ebc489339982/leube-unsorted-list.svg") no-repeat center;
	background-size: contain;
}

#region-content .hero-slider ul li::before {
    top: 0.6em;
    width: 1.5em;
	height: 1.5em;
	left: 0;
}


/* header .container, .hero-slider .container {
    width: 100%
} */

/*••••• Header •••••*/

header {
    display: flex;
    border: none;
    background-color: #545454;
}

@media screen and (max-width: 990px) {
  header {
    display: none;
  }
}



#region-header-buttons {
	float: left;
	margin-top: 15px;
}

#region-header-buttons a {
    text-decoration: none;
}

.header-button-title {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 100%;
	color: #f7f6f4;
}

.header-button-icon {
	display: block;
	height: 22px;
	width: 22px;
	background-size: 100% auto;
	margin: 3px auto 3px auto;
}

.header-button:nth-of-type(-n+2) .header-button-icon {
    display: none;
}

.header-button:nth-of-type(n+3) .header-button-title {
    display: none;
}

.header-button:nth-of-type(n+3) {
    margin-left: 10px;
}

.header-button:nth-of-type(3) {
    margin-left: 30px;
}

#region-logo {
  float: right;
  width: auto;
}

#region-search {
    display: none;
}

#region-logo a img {
	height: 75px;
}

#region-logo a {
	display: inline-block;
	padding: 30px 0 20px 0;
}

/* [data-id="search"] {
    display:none!important;
} */

/*••••• Navigation •••••*/

#region-nav {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

#region-nav li a {
	pointer-events: auto;
}

#region-nav ul.level-1 > li > a {
	text-decoration: none;
	border: none !important;
	text-transform: uppercase;
	color: #f7f6f4;
	font-size: 125%;
	font-weight: 500;
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	transition: 0.15s 0.15s ease;
	padding: 20px 15px 10px 15px;
}

#region-nav .level-1 > li > a:hover {
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

/* Hover-Hintergrund */
#region-nav .level-1 > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: var(--maincolor);
	transition: transform 0.35s ease;
	transform: translateY(0);
	z-index: -1;
	clip-path: polygon(50% 0%, 100% 10px, 100% 100%, 0 100%, 0% 10px);
}

/* Slide von unten nach oben */
#region-nav .level-1 > li > a:hover::before {
	transform: translateY(-100%);
}

/* Text bleibt sichtbar */
#region-nav .level-1 > li > a span,
#region-nav .level-1 > li > a {
	position: relative;
	z-index: 1;
}

/* Optional: Textfarbe wechseln */
#region-nav .level-1 > li > a:hover {
	color: #fff;
}

#region-nav .level-2 a {
    text-decoration: none;
} 

#region-nav .level-2 a:hover {
    background-color: var(--gray);
    color: #fff;
    text-shadow: none;
}

#region-nav nav {
	background-color: transparent;
	border-bottom: none;
}

#region-nav ul.level-1 {
    width: fit-content;
}

#region-nav .level-2 {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}


/*••••• Mobile •••••*/

#region-mobile-nav {
	background-color: #545454;
}

#region-mobile-nav {
	position: relative;
	background-color: #545454;
	border-bottom: 1px solid #DDDDDD;
	min-height: 65px;
}

#region-mobile-nav ul li img, .offcanvas-closer {
    filter: brightness(0) saturate(100%) invert(91%) sepia(6%) saturate(594%) hue-rotate(321deg) brightness(110%) contrast(88%);
    opacity: 1;
}

.offcanvas-menu {
	background-color: #545454;
}

.offcanvas-header {
	background-color: #545454;
}

.offcanvas-nav li a {
	padding: 8px 45px 8px 15px;
	border-bottom: 1px solid #f0eee9;
	color: #f0eee9;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

.offcanvas-menu li.active > a {
	background-color: #f0eee9;
	color: var(--gray);
}

.offcanvas-nav li a:hover {
	background-color: var(--maincolor);
    color: #f0eee9;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider.block-nureinshop-slideshow .owl-carousel {
  margin-bottom: 0;
}

.hero-slider .owl-stage-outer {
	overflow: visible;
	overflow-x: clip;
}

.hero-slider .slideshow-title {
	text-align: left;
	display: inline-block;
	background-color: #f0eee9eb;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: -3rem;
	left: auto;
	width: 330px;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #00000078;
	right: 50px;
}

@media (max-width: 1080px) {
    .hero-slider .slideshow-title {
        transform: scale(0.7);
        	bottom: -5rem;
    }
}

@media (max-width: 740px) {
    .hero-slider .slideshow-title {
        transform: scale(0.6);
        	bottom: -6rem;
    }
    .page-nureinshop-home h1 {
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .hero-slider .slideshow-title {
	    display: none;
    }
}

.hero-slider .slideshow-title ul {
    margin-left: 0!important;
}

.hero-slider ul li {
	margin-top: 1.25rem;
	padding-left: 3rem !important;
}

.hero-slider .slideshow-title h2 {
    color: var(--gray);
    font-size: clamp(150%, 2.5vw, 240%);
    font-weight: 200;
    line-height: 0.9;
    margin-top: 0;
}

.hero-slider .owl-nav {
    display: none;
}

.hero-slider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 5%;
	left: 5%;
	transform: translateY(-50%);
}
    
.hero-slider .owl-carousel .owl-dots .owl-dot {
	height: 25px;
	width: 25px;
	background-color: #f7f6f4;
	opacity: 1;
}

.block-nureinshop-slideshow .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--maincolor)
}
    
/*••••• 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;
}

/*••••• Inhalt •••••*/

.columns {
    columns: 2;
    margin-top: 10px;
}

.columns >*:first-child {
    margin-top: 0;
} 

@media (max-width: 570px) {
    .columns {
        columns: 1;
    }
}


[data-block-id="3fbea162054aa14ac87d3d7dab0c78d7"] {
    margin-top: 4rem;
}

[data-block-id="3fbea162054aa14ac87d3d7dab0c78d7"] .container {
    background-image: url('/pub/media/859da2705cb668a9a769a21525a4b571/leube-fabian-bechtold.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

.zitat {
	position: relative;
    font-size: clamp(150%, 4.5vw, 290%);
	color: var(--gray);
	font-weight: 200;
	line-height: 1.2;
	z-index: 1;
	padding-left: 150px;
}

.zitat small {
    font-size: clamp(16px, 4vw, 20px);
}


.zitat::before {
	content: '';
	position: absolute;
	height: 90px;
	width: 80px;
	background-image: url('/pub/media/7f73d716b8ce78612158f2876369f51e/leube-zitat.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: -54px;
	z-index: -1;
	margin-top: -22px;
}

@media (max-width: 860px) {
    .zitat {
        padding-left: 25px;
    }
    .zitat::before {
        height: 45px;
        width: 40px;
        margin-left: -25px;
    }
}

[data-block-id="3fbea162054aa14ac87d3d7dab0c78d7"] .container::after {
	content: '';
	background-color: var(--maincolor);
	width: calc(100% - 150px);
	height: 3px;
	display: block;
	position: absolute;
	right: 0;
}

.tinygallery img {
    border-radius: 5px;
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item a {
    color: #fff;
}

.block-nureinshop-contentgrid .nureinshop-block-contengrid--item {
	background-color: var(--maincolor);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 35px;
	border-radius: 5px;
	color: #fff;
	box-shadow: 2px 2px 3px #00000052;
}


.block-nureinshop-contentgrid .nureinshop-block-contengrid--item h2 {
	color: #fff;
	width: 100%;
	margin-top: 0;
	padding: 0;
	line-height: 1;
	font-size: clamp(120%, 3.5vw, 170%);
	hyphens: auto;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}


.homegrid.block-nureinshop-contentgrid .nureinshop-block-contengrid--item {
	flex-direction: row;
	justify-content: flex-end;
}

.homegrid.block-nureinshop-contentgrid .nureinshop-block-contengrid--item h2 {
	width: 70%;
	margin-top: auto;
	padding-left: 30px;
	line-height: 1;
	font-size: clamp(120%, 3.5vw, 220%);
	text-align: left;
}

.nureinshop-block-contengrid {
    gap: 30px;
}

.nureinshop-block-contengrid--item {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	transition: color 0.3s ease;
}

a.nureinshop-block-contengrid--item {
    text-decoration: none;
}

a.nureinshop-block-contengrid--item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 50px);
	background-color: var(--gray);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.55s ease;
	z-index: 0;
	clip-path: polygon(50% 0%, 100% 50px, 100% 100%, 0 100%, 0% 50px);
}

a.nureinshop-block-contengrid--item:hover::before {
	transform: scaleY(1);
}

/* Inhalt über dem Hover-Hintergrund halten */
.nureinshop-block-contengrid--item > * {
	position: relative;
	z-index: 1;
}

#region-content .nureinshop-block-contengrid--item ul li::before {
	content: "";
	position: absolute;
	left: -1.6rem;
	top: 0.4em;
	width: 0.85em;
	height: 0.85em;
	background: url("/pub/media/73e4bfae9b64f182d672ebc489339982/leube-unsorted-list.svg") no-repeat center;
	background-size: contain;
	filter: saturate(0) brightness(6);
}


.kategorie.block-nureinshop-contentgrid .nureinshop-block-contengrid--item {
    justify-content: center;
    padding: 20px;
}

.grid-image {
    width: 33%;
    display: flex;
}

.grid-image img {
    margin-top: auto;
}

.grid-buttons .nureinshop-block-contengrid--item {
    padding: 5px 10px 7px 15px;
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    font-weight: 200;
}

.grid-buttons a {
    text-decoration: none;
}

.grid-buttons a:hover {
    text-shadow: none;
}

.grid-buttons .nureinshop-block-contengrid--item > div {
    display: flex;
}

.grid-buttons .nureinshop-block-contengrid--item p {
    margin-top: auto;
} 

.grid-buttons .nureinshop-block-contengrid--item img {
    float: left;
    margin-right: 20px;
}

.owl-carousel .owl-nav.disabled {
    display: block!important;
}

.tinygallery .owl-prev {
    position: absolute;
    top: calc(50% - 12px)!important;
    left: -3rem!important;
    height: 60px!important;
    width: 30px!important;
    background-color: var(--maincolor)!important;
    clip-path: polygon(0 50%, 100% 100%, 100% 0)!important;
}

.tinygallery .owl-next {
    position: absolute;
    top: calc(50% - 12px)!important;
    right: -3rem!important;
    height: 60px!important;
    width: 30px!important;
    background-color: var(--maincolor)!important;
    clip-path: polygon(0 100%, 100% 50%, 0 0);!important;
}

.tinygallery .owl-prev span, .tinygallery .owl-next span  {
    display: none;
}

@media (max-width: 1200px) {
    .tinygallery .owl-prev {
        left: -15px!important;
    }
    .tinygallery .owl-next {
        right: -15px!important;
    }
}

.subpages article {
	background-color: #d8d8d8;
	border-radius: 5px;
	padding: 0;
	overflow: clip;
	box-shadow: 2px 2px 3px #00000052;
}

.subpages article .subpages-content {
    padding: 15px 25px 25px 25px;
}

.subpages article .subpages-content > *:first-child {
    margin-top: 0;
}

.subpages article .subpages-content a {
    text-decoration: none;
}

.ausstattung .subpages {
	display: flex;
	column-gap: 15px;
	row-gap: 15px;
	margin-top: 20px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ausstattung .subpages article {
	padding: 10px;
	width: calc((100% / 8) - 14px);
	transition: 0.3s ease;
}

.ausstattung .subpages-grid[data-cols="4"] {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

/*
.ausstattung .container {
	width: 1600px;
	max-width: 100%;
} */

.ausstattung h2 {
	color: var(--gray);
	/* font-size: clamp(70%, 4.5vw, 100%); */
	font-size: 65%;
	font-weight: 400;
	text-align: center;
}

.ausstattung .subpages-image {
	display: block;
	position: relative;
	width: 60px!important;
	height: 60px!important;
	margin: 0 auto;
}

.ausstattung .subpages article .subpages-content {
    padding: 0;
}

.ausstattung .subpages article:hover {
    background-color: var(--maincolor);
}

.ausstattung .subpages article:hover h2 {
    color: #fff;
}

.ausstattung .subpages article:hover img {
    filter: grayscale(1) brightness(20);
}


@media (max-width: 1140px) {
    .ausstattung .subpages article {
	    padding: 10px;
	    width: calc((100% / 3) - 10px);
    }
}

@media (max-width: 750px) {
    .ausstattung .subpages article {
	    padding: 10px;
	    width: calc((100% / 2) - 8px);
    }
}

[data-block-id="a9cc0783a29cd9f54b5fa6c1d5b805ee"] .subpages-image {
	display: block;
	position: relative;
	width: 40% !important;
	margin: 20px auto 0 auto;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: #545454;
	color: #f0eee9;
	font-size: 90%;
}

#region-footer .row::before {
	content: "Erreichen Sie uns!";
	margin-left: 15px;
	font-size: 150%;
	padding-top: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#region-footer a, #region-footer h2 {
	color: #f0eee9;
}

#region-copyright {
    background-color: #545454;
    color: #f0eee9;
    font-size: 80%;
    text-align: left;
}

#region-copyright a {
    color: #f0eee9;
}

/*••••• 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;
 }
}

/*••••• Social Sidebar •••••*/

.social-links {
	position: fixed;
	right: 0px;
	width: 50px;
	top: 320px;
	z-index: 99;
}

.social-links strong {
	display: inline-block;
	transform: rotate(270deg);
	background-color: var(--maincolor);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 180px;
	right: 63px;
	position: relative;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 100%;
	box-shadow: 0 0 10px #00000091;
	z-index: -1;
	box-shadow: -5px 0 10px #00000091;
}

.social-links strong:nth-of-type(2) {
    margin-top: 130px;
    background-color: #f0eee9;
    color: var(--gray);
    box-shadow: -5px 0 10px #00000091;
}

.social-links strong a {
    color: #fff;
    height: 100%;
    padding: 10px 7px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.social-links strong:nth-of-type(2) a {
    color: var(--gray);
}

.social-links > a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #f7f6f4;
	margin-bottom: 3px;
	line-height: 0;
	padding: 2px;
	border-radius: 100%;
}


.social-links > a:first-of-type {
	margin-top: 75px;
	box-shadow: 0px 0 10px #00000091;
}


/*••••• Socials: Hover-Effect •••••*/

.social-links a:hover {
	background-color: var(--gray)!important;
	color: #f0eee9!important;
	opacity: 1;
}

.social-links > a:hover img {
    filter: invert(1) brightness(1.35);
}

/*••••• Socials: Responsive •••••*/

@media only screen and (max-width:1200px) {
	.social-links {
		top: 360px;
	}
}

@media only screen and (max-width:980px) {
	.social-links {
		top: 275px;
	}
}

@media only screen and (max-width:760px) {
	.social-links {
		top: 240px;
	}
}

@media only screen and (max-width:1180px) {
    .social-links {
        opacity: 0.6;
    }
}


/** generated: 2026-02-25 15:34:04 **/