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

/*••••• Fonts •••••*/

/* assistant-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: 'Assistant';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/assistant-v24-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/assistant-v24-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* assistant-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: 'Assistant';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/assistant-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/assistant-v24-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* assistant-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: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/assistant-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/assistant-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* assistant-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: 'Assistant';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/assistant-v24-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/assistant-v24-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* assistant-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: 'Assistant';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/assistant-v24-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/assistant-v24-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* assistant-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: 'Assistant';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/assistant-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/assistant-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* assistant-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: 'Assistant';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/assistant-v24-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/assistant-v24-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: #063e6b;
  --lightcolor: color-mix(in srgb, var(--maincolor) 5%, 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: 'Assistant', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 20px);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.45;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.92;
	hyphens: none;
}

h1 {
	color: var(--maincolor);
	font-size: clamp(180%, 4.5vw, 330%);
	text-transform: lowercase;
}

@media (max-width: 1300px) {
    .page-nureinshop-home h1 span {
        margin-left: 0!important;
    }
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    text-transform: lowercase;
    margin-top: 30px;
}

h3 {
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 800;
}

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: 0;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: lowercase;
	transition: 0.3s ease;
}

.btn:hover {
    transform: scale(1.1);
    opacity: 1;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	background-image: url('/pub/media/75d58c9d0312e28ec1089aade38843ff/synagoge-footer-background.svg');
    background-repeat: no-repeat;
    background-position: bottom 8px right 8px;
    background-size: auto 60%;
}

blockquote .btn {
    background-color: #fff;
    color: var(--maincolor);
}

blockquote .btn:hover {
    color: var(--maincolor);
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #fff;
}

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::after {
    content: "";
    display: table;
    clear: both;
}

#region-breadcrumb ul li a {
	color: #000;
}

#region-content ul, #region-content ol {
    margin-left: 25px;
    margin-top: 0;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

header {
	background-color: #FFFFFFAB;
	z-index: 4;
	min-height: 120px;
	border-bottom: 2px solid var(--maincolor);
}

.page-nureinshop-home header {
	position: absolute;
	width: 100%;
}

header .container {
	min-height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
	padding: 25px 5px 5px 0;
}

#region-logo a img {
  height: 100px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}


/*••••• Navigation •••••*/

#region-nav ul {
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
}

#region-nav ul li a {
    text-decoration: none;
    font-weight: 600;
    border: none!important;
}

#region-nav ul li.active a {
    background-color: var(--maincolor);
    color: #fff;
}

#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%;
}


@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

.offcanvas-menu li > a {
    text-decoration: none;
    font-weight: 600;
}

.offcanvas-menu li.active > a {
  background-color: var(--maincolor);
  color: #fff;
}

/*••••• Slider •••••*/

.hero-slider {
    background-color: var(--lightcolor);
}

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-prev, .hero-slider .owl-next {
    display: none;
}

.hero-slider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(52%);
	display: flex!important;
	flex-wrap: wrap;
    align-items: center;
}

.hero-slider .owl-carousel .owl-dots .owl-dot {
	height: 20px;
	width: 20px;
	background-color: var(--maincolor);
	border-radius: 20px;
	margin: 0 5px 0 5px;
}

.hero-slider  .owl-carousel .owl-dots .owl-dot.active {
	background-color: rgba(255,255,255,1);
	outline: solid var(--maincolor);
	height: 16px;
	width: 16px;
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
    position: relative;
    transition: 0.3s ease;
    aspect-ratio: 32/25;
}

.nureinshop-block-contengrid--item img {
    transition: 0.3s ease;
}

.nureinshop-block-contengrid--item > p {
    margin: 0;
    line-height: 0;
}

.nureinshop-block-contengrid--item h2 {
    position: absolute;
    width: 100%;
    color: #fff;
    padding-left: 15px;
    padding-bottom: 25px;
    bottom: 0;
    left: 0;
    filter: drop-shadow(0 0 3px #00000094);
    z-index: 4;
    transition: 0.3s ease;
}

.nureinshop-block-contengrid--item::after {
    position: absolute;
    width: 100%;
    height: 0;
    content: '';
    background-color: var(--maincolor);
    opacity: 0.5;
    bottom: 0;
    transition: 0.3s ease;
}

.nureinshop-block-contengrid--item:hover::after {
    height: 100%;
}

.nureinshop-block-contengrid--item:hover h2 {
    transform: scale(1.1);
    padding-left: 30px;
}

/*••••• Beitragsliste •••••*/


.subpages-carousel .subpages-content {
    display: none;
}

.subpages-carousel  article {
	background-color: var(--lightcolor);
}

.subpages-carousel  article img {
    transition: 0.3s ease;
}

.subpages-carousel  article:hover img {
    transform: scale(1.1);
}

.subpages-list {
    display: flex;
    flex-wrap: wrap;
}

.subpages-list article {
	background-color: var(--lightcolor);
	display: flex;
}

@media screen and (max-width: 800px) {
  .subpages-list article {
    display: block;
  }
}

.subpages-list .subpages-image {
	margin-left: auto;
	margin-right: auto;
}

.subpages-list .subpages-content {
    padding: 20px;
}

.subpages-list .subpages-content a:has(h2) {
    text-decoration: none;
}

.subpages-list h2 {
	font-weight: 600;
	font-size: 170%;
}

/*••••• 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: var(--maincolor);
	color: #fff;
	background-image: url('/pub/media/75d58c9d0312e28ec1089aade38843ff/synagoge-footer-background.svg');
	background-repeat: no-repeat;
    background-size: auto 90%;
	background-position: bottom right;
}

#region-footer .row::before {
    content: "Erreichen Sie uns";
    text-transform: lowercase;
    font-weight: 800;
    font-size: 140%;
    padding-top: 60px;
    padding-bottom: 20px;
}

/* #region-footer .row {
    display: flex;
    flex-wrap: wrap;
}
*/

#region-footer .col-4 {
    padding: 0
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-copyright {
    display: none;
}

@media only screen and (max-width: 960px) {
    #region-footer .col-4 {
        width: 100%;
        text-align: center;
    }
    #region-footer .col-4:nth-of-type(2), #region-footer .col-4:nth-of-type(3) {
        margin-top: 20px;
    }
}

/*••••• 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: 2025-10-28 08:41:05 **/