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

/*••••• Fonts •••••*/

/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/barlow-v13-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/barlow-v13-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/barlow-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/barlow-v13-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/barlow-v13-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/barlow-v13-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* town-50-chic - 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: 'Town 50 Chic';
  font-style: normal;
  font-weight: 100;
  src: url('/project/nureinshop/pub/font/Town50Chic-Thin.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/Town50Chic-Thin.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Town 50 Chic';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/Town50Chic-Light.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/Town50Chic-Light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Town 50 Chic';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/Town50Chic-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/Town50Chic-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Town 50 Chic';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/Town50Chic-Bold.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/Town50Chic-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Town 50 Chic';
  font-style: normal;
  font-weight: 900;
  src: url('/project/nureinshop/pub/font/Town50Chic-Black.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/Town50Chic-Black.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*••••• Colors •••••*/

:root {
    --maincolor: #BC3069;
}

/*••••• 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: 'Barlow', 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.2;
	font-family: 'Town 50 Chic', Arial, Sans-serif;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 600;
    margin-top: 25px;
}

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: #000;
	background-color: #4DD9E0;
	border-radius: 15px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	font-weight: 400;
	padding: 10px 30px;
	margin-top: 15px;
	transition: 0.3s ease;
}

.btn:hover {
	opacity: 1;
	color: #000;
	text-shadow: 0 0 0 #000, 0.03em 0 #000;
	transform: scale(1.04);
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	background-image: url('/pub/media/8eb59a5742aade02c85a0c42392a0ae0/blockquote-dekor.svg');
    background-repeat: no-repeat;
    background-position: bottom 8px right 8px;
    background-size: auto 60%;
    border-radius: 15px;
}

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;
    border-radius: 15px;
}

.is-open .nureinshop-block-accordion--head {
    border-radius: 15px 15px 0 0;
}

.nureinshop-block-accordion--body {
    border-radius: 0 0 15px 15px;
}

.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: 20px;
    margin-top: 5px;
}

#region-content ul li::marker {
  color: #BC3069;
  font-size: 1.2em;
  line-height: 1.45;
}

.nureinshop-block-accordion--body > *:first-child {
    margin-top: 0!important;
}

/*••••• Header •••••*/

header {
    display: none;
}

#region-search {
    display: none;
}


/*••••• Navigation •••••*/

#region-nav nav {
    background-color: #4D4D4D;
}

#region-nav ul {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1640px) {
    #region-nav ul {
        justify-content: flex-start;
    }
 }

#region-nav ul li a {
    text-decoration: none;
    color: #fff;
    border: none!important;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.25s ease;
}

#region-nav .level-1 li.has-children > a::after {
	content: '▶';
	transform: rotate(90deg);
	margin-left: 10px;
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin-bottom: 5px;
	font-family: 'Barlow', Arial, Sans-serif;
	font-size: 80%;
}

@media (max-width: 1150px) {
    #region-nav ul li a {
        font-size: 80%;
    }
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}


/*••••• mobiles Nav •••••*/

.offcanvas-header {
	display: flex;
	padding-bottom: 0;
	min-height: 80px;
	background-color: #d3ebf1;
}

.offcanvas-closer {
    opacity: 1;
}

.offcanvas-nav {
    margin-top: 20px;
}


#region-mobile-nav ul {
    margin-right: 10px;
}

#region-mobile-nav ul li {
	display: block;
	float: left;
	filter: invert(1);
}

[data-id="search"] {
    display:none!important;
}

.offcanvas-nav li a {
    color: #535353;
    text-decoration: none;
    font-size: 90%;
    padding: 7px 45px 6px 15px;
	font-weight: 400;
	font-family: 'Town 50 Chic', Arial, Sans-serif;
}


.offcanvas-nav li a:hover {
    color: var(--maincolor);
    background-color: #fff;
}

.offcanvas-menu li.active > a {
  color: #fff;
  background-color: var(--maincolor);
}

#region-mobile-nav {
	position: relative;
	background-color: #4D4D4D;
	border-bottom: none;
	min-height: 60px;
}

.offcanvas-footer {
    font-size: 80%;
    margin-top: 30px;
    padding-left: 15px;
}

.offcanvas-footer a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
}

 .offcanvas-footer a:hover {
     color: var(--maincolor);
 }

.offcanvas-footer img {
    height: 35px!important;
    widht: auto!important;
    vertical-align: middle;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--maincolor);
}

.hero-slider .owl-carousel {
  margin-bottom: 0;
}

.hero-slider  .owl-carousel .owl-dots {
	position: absolute;
	bottom: 5%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/*••••• Termin Vereinbaren Kopf •••••*/

    [data-block-id="db8f893567ddf4616b82c9adab6cd4ea"] {
        width: clamp(150px, 18vw, 400px);
        padding: 0!important;
        margin: 0!important;
        position: absolute;
        right: 0;
        transform: translateY(-70%);
        z-index: 99;
    }
    
     [data-block-id="db8f893567ddf4616b82c9adab6cd4ea"] .container {
        width: inherit;
        padding: 0!important;
        margin: 0!important;
     }
    
    [data-block-id="db8f893567ddf4616b82c9adab6cd4ea"] img {
        width: 100;
    }

@media (max-width: 990px) {
    [data-block-id="db8f893567ddf4616b82c9adab6cd4ea"] {
        display: none;
    }
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.nureinshop-block-contengrid--item img {
    transition: transform .5s ease;
}

.nureinshop-block-contengrid--item:hover img {
    transform: scale(1.1);
}

.nureinshop-block-contengrid--item h2 {
    color: #4D4D4D;
    font-size: 150%;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

.subpages-grid article a {
    text-decoration: none;
}

a.nureinshop-block-contengrid--item {
    text-decoration: none;
}

a.nureinshop-block-contengrid--item:hover {
    color: inherit;
    text-shadow: none;
}

.nureinshop-block-contengrid--2 img, .subpages-grid article img {
	height: auto;
	width: 20rem;
}

.nureinshop-block-contengrid--2 .nureinshop-block-contengrid--item {
    margin-top: 20px;
}

.nureinshop-block-contengrid--2 {
    margin-top: 0;
}

/*••••• Beitragsliste •••••*/

.subpages-grid {
    margin-top: 55px;
}
.subpages-grid article .subpages-title {
    color: #4D4D4D;
    font-size: 150%;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
    margin-top: 15px;
}

.subpages-grid article img {
	height: auto;
	width: 18rem !important;
	margin-left: auto;
	margin-right: auto;
	transition: transform .5s ease;
}

.subpages-grid article:hover img {
    transform: scale(1.1);
}

/*••••• Galerie •••••*/

.tinygallery .quadrat img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 15px;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
	color: #fff;
	font-size: 19px;
	padding-bottom: 30px;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-footer h2 {
    font-size: 190%;
    text-transform: uppercase;
    font-weight: 300;
}

#region-footer p {
    letter-spacing: normal;
}

#region-footer .col-4 {
    width: 25%;
}

#region-footer .col-4:nth-of-type(2) {
    width: 50%;
}

@media only screen and (max-width: 850px) {
    #region-footer .col-4 {
        width: 100%!important;
        text-align: center!important;
    }
    #region-footer .col-4:nth-of-type(2), #region-footer .col-4:last-of-type {
        margin-top: 20px;
    }
}

#region-copyright {
    display: none;
}

/*••••• 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;
 }
}

    img.float-right {
        border-radius: 15px;
    }

.iframe_dsgvo {
	background-color: #512A3A;
}

.iframe_dsgvo .btn {
	display: inline-block;
	color: #000;
	background-color: #4DD9E0;
}

@media only screen and (max-width: 720px) {
    img.float-right {
	    float: none;
	    width: 100%;
	    aspect-ratio: 16/9;
	    object-fit: cover;
	    object-position: 0 15%;
	    margin: 10px 0;
    }
    
    blockquote {
        width: 100%!important;
    }
}

[data-block-id="94b0235a454c26f5762ac3be44bbaee5"] table,
[data-block-id="92c98a0dca8a762defe97965b02e597a"] table  {
    margin-top: 5px;
    border-collapse: collapse;
}

[data-block-id="94b0235a454c26f5762ac3be44bbaee5"] table tr,
[data-block-id="92c98a0dca8a762defe97965b02e597a"] table tr {
        vertical-align: middle;
        border-bottom: 1px solid #fff;
}

[data-block-id="94b0235a454c26f5762ac3be44bbaee5"] table td,
[data-block-id="92c98a0dca8a762defe97965b02e597a"] table td {
    margin-top: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

[data-block-id="94b0235a454c26f5762ac3be44bbaee5"] table tr td:first-of-type,
[data-block-id="92c98a0dca8a762defe97965b02e597a"] table tr td:first-of-type {
    font-size: 110%;
}

[data-block-id="94b0235a454c26f5762ac3be44bbaee5"] table tr:last-of-type td,
[data-block-id="92c98a0dca8a762defe97965b02e597a"] table tr:last-of-type td {
    border: none;
}

/*••••• Popup •••••*/

.nureinshop-info-popup {
	background-color: rgba(0, 0, 0, 0.59);
}

.nureinshop-info-popup-content {
	background-color: var(--maincolor);
	padding: 30px;
	border-radius: 15px;
	color: #fff;
	border: 3px solid #fff;
}

.nureinshop-info-popup-content .btn {
    color: #000;
}

.nureinshop-info-popup-content > *:nth-child(2) {
    margin-top: 0;
}


.nureinshop-info-popup-content h1, .nureinshop-info-popup-content h2, .nureinshop-info-popup-content h3, .nureinshop-info-popup-content a {
    color: #fff;
}

.nureinshop-info-popup-closer {
    filter: invert(1) brightness(20);
}

/** generated: 2025-10-24 22:13:46 **/