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

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/titillium-web-v19-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/titillium-web-v19-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/titillium-web-v19-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/titillium-web-v19-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/titillium-web-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/titillium-web-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/titillium-web-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/titillium-web-v19-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/titillium-web-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/titillium-web-v19-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*••••• Fonts •••••*/

/*••••• Colors •••••*/

:root {
  --maincolor: #076dae;
  --dark: #052851;
  --light: #bbd8e9;
}


/*••••• 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: 'Titillium Web', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 20px);
    font-weight: 200;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.3;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(160%, 4.5vw, 220%);
    font-weight: 200;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.page-nureinshop-home h1 {
    margin-top: 35px;
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 1;
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
}

h1 strong, h2 strong {
    font-weight: 700;
    color: var(--dark);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 990px) {
    p {
        hyphens: auto;
    }
}

strong {
    font-weight: 700;
    color: var(--dark);
}

a, a strong {
    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);
}

.block-nureinshop-text small {
    font-size: 15px;
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 7px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 15px;
	margin-top: 10px;
	transition: 0.35s ease;
  
    clip-path: inset(0 round 7px);
      clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 50%,
    100% 100%,
    0% 100%
  );
}


.btn:hover {
    padding: 4px 20px 4px 10px;
    opacity: 1;
  clip-path: polygon(
    0% 0%,
    calc(100% - 15px) 0%,
    100% 50%,
    calc(100% - 15px) 100%,
    0% 100%
  );
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	background-image: url('/pub/media/8dd6ee43b5c947b502ab7f12fee7a43c/dekor-tropfen-2.svg');
	background-repeat: no-repeat;
	background-position: bottom 15px right 15px;
	background-size: 50px;
}

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;
}

blockquote strong {
    color: #fff;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    text-decoration: none;
}

.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: 14px;
}

#region-content ul li::marker {

	content: "▪ ";
	color: inherit;
}

@media (max-width: 560px) {
    .float-left {
        margin-right: 0;
        width: 100%!important;
    }
}

/*••••• Header •••••*/

header {
    border: none;
    min-height: 0;
}

#region-header-buttons {
	float: right;
	margin-top: 0;
	position: absolute;
	right: 0;
	background-color: var(--light);
	border-radius: 0 0 7px 7px;
	transition: 0.35s ease;
	clip-path: polygon(0 0, 100% 0, 100% 73%, 100% 100%, 73% 100%, 0 100%);
	
}
#region-header-buttons:hover {
    clip-path: polygon(0 0, 100% 0, 100% 63%, 80% 84%, 64% 100%, 0 100%);
}

.header-button {
	float: left;
	margin: 0;
	background-color: var(--maincolor);
	padding: 10px 5px 5px;
	border-radius: 0 0 7px 7px;
	clip-path: polygon(0 0, 100% 0, 100% 73%, 100% 100%, 73% 100%, 0 100%);
	transition: 0.35s ease;
	position: relative;
}

.header-button:hover {
    clip-path: polygon(0 0, 100% 0, 100% 63%, 71% 71%, 64% 100%, 0 100%);
    opacity: 1;
}

.header-button-icon img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px 3px 3px 3px;
}

.header-button-title {
    display: none;
}

#region-search {
    display: none;
}

#region-logo {
	float: left;
	margin-left: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#region-logo a {
	display: inline-block;
	padding: 20px 0 0 0;
}

/*••••• Navigation •••••*/

#region-nav ul.level-1 li a {
	padding: 10px 22px;
}

#region-nav nav a {
	position: relative;
	display: inline-block;
	padding: 0.75em 1em;
	text-decoration: none;
	z-index: 1;
	overflow: hidden;
}

/* Hintergrund */
#region-nav nav a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background-color: var(--light);
	z-index: -1;
	transition: height 0.35s ease;
}

#region-nav nav a:hover::before {
  height: 100%;
}

#region-nav nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: var(--light);
  z-index: -1;
  transition: height 0.35s ease;
}

#region-nav .level-1 > li:hover > a, #region-nav nav u.level-1 li.active a {
    background-color: transparent;
    color: var(--dark);
}

/* Hover-Effekt */
#region-nav nav a:hover::before {
	height: 100%;
}

#region-nav nav li.active a {
    text-shadow: 0 0 0 var(--dark), 0.03em 0 var(--dark);
}

#region-nav nav a {
	position: relative;
	display: inline-block;
	padding: 0.75em 1em;
	overflow: hidden;
	z-index: 1;
}

/* Wasser */
#region-nav nav a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--light);

	/* Wellenmaske */
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M0 12 Q 15 6 30 12 T 60 12 T 90 12 T 120 12 V20 H0 Z'/%3E%3C/svg%3E");
	mask-size: 120px 20px;
	mask-repeat: repeat-x;
	mask-position: 0 bottom;

	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.65s ease;
	animation: wave 6.5s linear infinite;

	z-index: -1;
}

/* Hover */
#region-nav nav a:hover::before {
	transform: scaleX(8) scaleY(4);
}

@keyframes wave {
	from {
		mask-position: 0 bottom;
	}
	to {
		mask-position: 120px bottom;
	}
}

#region-nav .level-2 {
	background-color: var(--dark);
}

#region-nav .level-2 a {
    text-transform: none;
    transition: 0.3s ease;
}

#region-nav .level-2 a::before {
    display: none;
}

#region-nav .level-2 a:hover {
    background-color: var(--light);
    color: var(--dark);
}


#region-nav nav { 
    border-bottom: 1px solid var(--maincolor);
}

#region-nav ul li a {
    color: var(--dark);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    border: none!important;
}

#region-nav ul.level-1 {
	list-style-type: none;
	display: flex;
	justify-content: center;
}


@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

/*••••• Mobiles Menü •••••*/

#region-mobile-nav .mobile-logo img {
	padding: 17px 0 5px 0;
	height: 55px;
	max-width: 250px;
}

.offcanvas-nav li a {
    text-decoration: none;
    color: var(--dark);
}

.offcanvas-menu li.active > a {
	background-color: var(--light);
	color: var(--dark);
	font-weight: 400;
}

/*••••• Slider •••••*/

.hero {
    background-color: var(--light);
    max-width: 100vw!important;
}

.hero .row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.hero .container {
    padding: 0!important;
    width: 100%;
    max-width: 1920px;
}

.hero .col-6 {
    padding: 0;
    width: 50%;
}

.hero p {
    margin-top: 0;
    line-height: 0;
}

.hero .col-6 img {
    width: 100%!important;
    height: auto!important;
}

/*••••• Inhalt •••••*/

.columns {
    columns: 2;
}

@media (max-width: 720px) {
    .columns {
        columns: 1;
    }
}

.hintergrund-dunkel .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

.hintergrund-dunkel a {
    color: var(--light);
}

.hintergrund-dunkel .container::before {
    content: '';
    background-image: url('/pub/media/95d1cfd882cb09afa62fb17fd6dba05c/arnd-buerschgens-deko-element.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -15px;
}

@media (max-width: 1180px) {
    .hintergrund-dunkel .container::before {
        left: 20px;
    }
}

.hintergrund-dunkel {
    background-color: var(--dark);
    color: #fff;
    margin-top: 45px;
}

.hintergrund-dunkel h2 {
    color: #fff;
}

.hintergrund-dunkel strong {
    color: #fff;
}

.hintergrund-dunkel h2 strong {
    color: var(--light);
}

[data-block-id="88804bb8a9a2544c45288e6b81ce725f"] {
    background-image: url('/pub/media/8144bd1565edff9e216c574fbd365c15/deko-tropfen.svg');
    background-size: auto 80%;
    background-position: calc(50vw - 600px) center;
    background-repeat: no-repeat;
    
}

.zitat {
    position: relative;
    font-size: 180%;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
    z-index: 1;
}

.zitat::before {
	content: '';
	position: absolute;
	height: 90px;
	width: 80px;
	background-image: url('/pub/media/394f0f0c6a8e839c4920a75a5d8ff87e/buerschgens-zitat.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: -54px;
	z-index: -1;
	margin-top: -22px;
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--2 {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  column-gap: 30px;
}

.nureinshop-block-contengrid--item {
    background-color: var(--light);
    padding: 20px;
    margin: 20px;
}

.nureinshop-block-contengrid--item img {
    float: left;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-top: -30px;
    margin-left: -20px;
    max-width: unset;
    width: calc(100% + 40px);
    margin-bottom: 20px;
}

.nureinshop-block-contengrid--item h2 {
    color: var(--dark);
    font-size: clamp(112%, 2.5vw, 180%);
    margin-bottom: 5px;
}

@media (max-width: 860px) {
    .nureinshop-block-contengrid--2 {
        grid-template-columns: minmax(0,1fr);
    }
    
    .nureinshop-block-contengrid--item {
        margin: 0;
        margin-bottom: 15px;
    }
}

/*••••• Karussell •••••*/

.block-nureinshop-subpages .owl-carousel .owl-nav button.owl-prev, .block-nureinshop-subpages .owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 80px;
  top: -20px;
}

.block-nureinshop-subpages .owl-carousel .subpages-image {
    padding: 20px;
}

.block-nureinshop-subpages .owl-carousel .owl-nav button.owl-prev {
  background-image: url('/pub/media/41766e1e984b752b001c9d003b3b5f79/karussell-prev.svg');
  opacity: 1;
  left: -80px;
}

.block-nureinshop-subpages .owl-carousel .owl-nav button.owl-next {
     background-image: url('/pub/media/c4c75cffab2b3256696fd5bfb9492935/karussell-next.svg');
     opacity: 1;
     right: -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 •••••*/

#region-footer {
    display: none;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-copyright {
    background: var(--dark);
    color: #fff;
    font-size: 80%;
    padding-top: 8px;
    padding-bottom: 8px;
}

#region-copyright p {
    margin-top: 0;
}

#region-copyright a, #region-copyright strong {
    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;
 }
}


/** generated: 2026-02-05 13:24:03 **/