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

/*••••• Fonts •••••*/

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v27-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v27-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v27-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v27-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/roboto-condensed-v27-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-condensed-v27-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --maincolor: #981215;
    --graycolor: #ababab; 
}

/*••••• 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: 'Roboto Condensed', Arial, Sans-serif;
    font-size: 18px;
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 300;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

.page-8d148b45ee #region-content { /* Leichte Sprache */
    font-size: clamp(18px, 2.5vw, 22px);
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.2;
}

h1 {
    color: #000;
    /* font-size: clamp(180%, 4vw, 250%); */
    font-size: 230%;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.page-nureinshop-home h1 {
    font-size: 250%;
}

h1 strong {
    font-weight: 600;
    color: var(--maincolor);
    text-transform: uppercase;
}

h2 {
    color: var(--maincolor);
    /* font-size: clamp(150%, 2.5vw, 200%); */
    font-size: 180%;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:30px;
}

h3 {
    font-weight: 600;
    /* font-size: clamp(110%, 1.2vw, 120%); */
    font-size: 130%;
    text-transform: uppercase;
}

h4 {
    font-size: 115%;
    font-weight: 600;
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

.block-nureinshop-text small {
    font-size:85%;
    padding-top: 0px;
}

strong {
    font-weight: 400;
}

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: linear-gradient(to right, #c8c8c8 50%, var(--maincolor) 50%);
	background-position: right;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
	border-radius: 12px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	padding: 5px 10px 3px 10px;
	font-size: 100%;
	margin-top: 15px;
	position: relative;
}

.btn.big-btn {
    padding: 20px 30px 20px 20px;
    font-size: 120%
}


.btn::before, .grid-buttons .nureinshop-block-contengrid--item::before {
    content: '';
    background-image: url('/pub/media/9dba38fd2c9d28549008d55ecb96200b/gvv-hardheim-wallduern-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 35px;
    display: inline-block;
    filter: brightness(50);
    margin-right: 20px;
    margin-bottom: -7px;
}

.btn::before {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.btn.big-btn::before {
    height: 30px;
    width: 35px;
    margin-right: 20px;
}

.btn:hover {
    opacity: 1;
    background-position: left;
    color: var(--maincolor);
}

.btn:hover::before {
    filter: brightness(1);
}

#region-breadcrumb ul li a {
  font-size: 15px;
  color: #525252;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	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, blockquote strong {
	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;
}

#region-content ul {
    margin-left: 20px;
}

td, th {
  vertical-align: top;
  padding: 5px 5px 5px 10px;
}

tr {
    margin-top: 10px;
}

table {
    width: 100%;
    margin-top: 45px;
}


tr:nth-child(odd) {
    background-color: #f1f1f1;
}

tr:nth-child(even) {
    background-color: #fcfcfc;
}

tr td:first-of-type {
    width: 30%;
}

tr td:last-of-type {
    padding-left: 20px
}

td > *:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    td {
        width: 100%!important;
    }
}
/*••••• Header •••••*/

header {
    display: none;
}

#region-logo {
    width: fit-content;
    margin-top: 45px;
}

#region-logo a img {
    height: 150px;
}

#region-search {
    float: none;
    position: absolute;
    margin-top: -8vw;
    z-index: 2;
    left: 0;
    right: 0;
    pointer-events: none;
}

#region-search form {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 900px) {
    #region-search form {
          margin-top: -15px;
    }
}


#region-search .input-wrapper {
    pointer-events: auto;
}

#region-search input, .filter-search input {
    border-radius: 12px;
    filter: drop-shadow(0 0 0.75rem #000);
    filter: drop-shadow(0 0 0.35rem #000000bd);
    padding: 15px 0 15px 50px;
    max-width: 100%;
}

.filter-search {
    position: relative;
}
.filter-search input {
    margin-top: 20px;
}

#region-search .search-input::placeholder, .filter-search input::placeholder {
  opacity: 1 !important;
  color: #000;
}

#region-search .input-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 450px;
  max-width: 100%;
}

#region-search .search-icon {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 18px;
    opacity: 1;
    background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
    background-size: 20px 20px;
    z-index: 40;
    left: 15px;
}

.filter-search::before {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 38px;
    opacity: 1;
    background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
    background-size: 20px 20px;
    z-index: 40;
    left: 15px;
    content: '';
}

ol {
    margin-top: 10px;
    margin-left: 30px;
}

ol li {
    margin-top: 10px;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none
}

@media only screen and (max-width: 1290px) {
    #region-nav li:nth-last-of-type(-n+2) .level-2 {
        right: 0;
    }
}

#region-nav {
    display: none;
}

[data-id="offcanvas_menu"] {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/pub/media/54b5a1b77e5b924d8027c60fe1d32657/gvv-hardheim-wallduern-menu.svg');
    border-radius: 0 12px 12px 0;
}

[data-id="search"] {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
}

[data-id="offcanvas_menu"] img, [data-id="search"] img {
    opacity: 0;
}

[data-id="search"] img {
    height: 28px!important;
}

#region-mobile-nav {
    height: 65px;
}

#region-mobile-nav ul li img {
    height: 32px;
    width: 36px;
}

.offcanvas-menu {
    width: 450px;
    max-width: 70%;
    background-color: var(--maincolor);
}

.offcanvas-nav li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 50px;
    border: none;
    font-size: 120%;
}

/* .offcanvas-nav li a::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20data-name='Ebene%202'%20viewBox='0%200%2023.19%2020'%3E%3Cpath%20d='m12.63%2019.37.58.63%209.98-10.02L13.21%200l-.58.58%208.81%208.81H0v1.17h21.44l-8.81%208.81Z'%20style='fill:%23981215;fill-rule:evenodd'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    height: 26px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 52px;
    bottom: 12px;
    filter: brightness(100) drop-shadow(0 0 1px #fff);
}
*/

.offcanvas-logo {
    background-image: url('/pub/media/f9d740a6f9e999e5096d5bea9ab0649e/gvv-hardheim-wallduern-logo-mobil.svg');
    background-size: contain;
    background-position: 50px center;
    background-repeat: no-repeat;
    width: 100%;
}

.offcanvas-closer {
    display: none!important;
}

.offcanvas-logo .logo img {
    opacity: 0;
    height: 105px;
}

.offcanvas-menu li.inpath > a {
  background-color: var(--maincolor);
}

.offcanvas-menu li.active > a {
  background-color: var(--graycolor);
}

.offcanvas-nav li a:hover {
    background-color: #fff;
    color: var(--maincolor);
}

.offcanvas-nav li a:hover::after {
        filter: drop-shadow(0 0 1px var(--maincolor));
}

.offcanvas-nav .level-2 a {
  padding-left: 60px;
}

.offcanvas-nav .btn-toggle {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20data-name='Ebene%202'%20viewBox='0%200%2023.19%2020'%3E%3Cpath%20d='m12.63%2019.37.58.63%209.98-10.02L13.21%200l-.58.58%208.81%208.81H0v1.17h21.44l-8.81%208.81Z'%20style='fill:%23981215;fill-rule:evenodd'/%3E%3C/svg%3E");
    filter: brightness(55);
    opacity: 1;
    width: 30px;
    background-size: contain;
    margin-right: 50px;
    transition: filter 0s ease, transform 0.35s ease;
}

.offcanvas-nav .btn-toggle.open {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20data-name='Ebene%202'%20viewBox='0%200%2023.19%2020'%3E%3Cpath%20d='m12.63%2019.37.58.63%209.98-10.02L13.21%200l-.58.58%208.81%208.81H0v1.17h21.44l-8.81%208.81Z'%20style='fill:%23981215;fill-rule:evenodd'/%3E%3C/svg%3E");
    filter: brightness(55);
    opacity: 1;
    transform: rotate(90deg);
}

.offcanvas-nav li a:hover .btn-toggle {
    filter: brightness(1);
}

.offcanvas-nav .level-2 a {
    font-size: 100%;
}

@media only screen and (max-width:660px) {
    .offcanvas-nav .btn-toggle {
        margin-right: 20px;
    }
    .offcanvas-nav .level-2 a {
        padding-left: 30px;
    }
}


@media screen and (min-width: 991px) {
    [data-id="search"] {
        display:none!important;
    }    
    
    #region-mobile-nav ul li {
        margin-top: 75px;
    }
    
    #region-mobile-nav {
        position: absolute;
        display: block;
        background-color: transparent;
        z-index: 999;
        left: 0;
        right: 0;
        border: none;
  }
  
    #region-mobile-nav .mobile-logo {
        margin-top: 45px;
    }
  
    #region-mobile-nav .mobile-logo img {
        height: 150px;
        max-width: unset;
    }
    
    #region-mobile-nav ul li a img {
        height: 66px;
        width: 80px;
    }
}

@media screen and (max-width: 991px) {
    #region-mobile-nav .mobile-logo img {
        padding: 10px 0 5px 0;
        height: 89px;
        width: auto;
        max-width: unset;
        position: absolute;
        z-index: 4;
    }
    .offcanvas-nav li a::after {
        right: 20px;
    }
}

@media screen and (max-width: 590px) {
    .offcanvas-nav li a {
        padding-left: 20px;
    }
    .offcanvas-logo {
        background-position: left center;
    }
    .offcanvas-logo {
        background-size: 90%;
    }
}

/*••••• Menüband Test •••••*/

.page-f4d8b2ca00 header {
    display: block;
    min-height: 0;
    height: 60px;
    position: sticky;
    top: 0;
}

.page-f4d8b2ca00 header #region-logo {
    margin-top: 0;
}

.page-f4d8b2ca00 header #region-logo a {
    padding: 0;
}

.page-f4d8b2ca00 header #region-logo a img {
    height: 80px;
    margin-top: 2px;
    margin-bottom: -15px;
}

.page-f4d8b2ca00 #region-nav {
    display: block;
}

.page-f4d8b2ca00 #region-nav nav {
    background-color: transparent;
    border: none;
}

.page-f4d8b2ca00 #region-nav ul.level-1 {
  list-style-type: none;
  display: flex;
  justify-content: end;
}

.page-f4d8b2ca00 #region-nav .level-1 > li > a {
  border: none!important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 90%;
  padding: 17px 15px 13px 15px;
}


@media only screen and (max-width: 990px) {
    .page-f4d8b2ca00 header {
        display: none;
    }
}

.page-f4d8b2ca00 #region-nav .level-2 li.has-children > a::after {
    content: '→';
    position: absolute;
    right: 6px;
}

.page-f4d8b2ca00 #region-nav nav > .container {
    padding: 0;
}

@media only screen and (max-width:1100px) {
    .page-f4d8b2ca00 header #region-logo {
        padding-top: 5px;
    }
    .page-f4d8b2ca00 #region-nav .level-1 > li > a {
        font-size: 80%!important;
        margin-top: 0!important;
    }
    .page-f4d8b2ca00 #region-logo a img {
        height: 70px!important;
    }
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-carousel .owl-dots .owl-dot {
  height: 25px;
  width: 25px;
}

.hero-slider .owl-carousel .owl-dots {
    left: 75%;
}

/*••••• Inhalt •••••*/

body {
  background-image: url('/pub/media/48c33101a7d328c57b6bc8d03d2d18e2/gvv-hardheim-wallduern-background.svg');
  background-position: calc(50% - min(570px, 25vw)) calc(100vw * 0.3016);
  background-repeat: no-repeat;
  background-size: min(55vw, 800px); 
}

.page-nureinshop-home {
  background-position: calc(50% - min(570px, 25vw)) calc(100vw * 0.5727);
}

[data-block-id="6502c850d3353be19130fe1a82bdd998"]::after {
    background-image: url('/pub/media/48c33101a7d328c57b6bc8d03d2d18e2/gvv-hardheim-wallduern-background.svg');
    content: '';
    position: absolute;
    height: 160%;
    width: 100%;
    background-size: contain;
    background-position: calc(100% - max(0px, calc((100vw - 1400px) / 2))) center;
    background-repeat: no-repeat;
    top: -30%;
    z-index: -1;
}

.red-section, .startseite-grid {
    background-color: var(--maincolor);
    color: #fff;
}

.red-section {
    margin-top: 70px;
}

.red-section h2 {
    color: #fff;
    margin-top: 30px;
}

/* .startseite-grid {
    padding-bottom: 55px;
    padding-top: 25px;
}

.startseite-grid a {
    text-decoration: none;
}

.startseite-grid h3 {
    color: #000;
    font-weight: 300;
    font-size: clamp(110%, 4.2vw, 150%);
    margin-top: 0;
}

.startseite-grid  .nureinshop-block-contengrid {
    margin-top: 0;
}

.startseite-grid .nureinshop-block-contengrid--item {
    border-radius: 12px;
    padding: 20px 20px 10px 20px;
    position: relative;
}

.startseite-grid .nureinshop-block-contengrid--item::after,  .beitragsliste-buttons article::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20data-name='Ebene%202'%20viewBox='0%200%2023.19%2020'%3E%3Cpath%20d='m12.63%2019.37.58.63%209.98-10.02L13.21%200l-.58.58%208.81%208.81H0v1.17h21.44l-8.81%208.81Z'%20style='fill:%23981215;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 35px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}


.startseite-grid .nureinshop-block-contengrid--item > p {
    margin-top: 0;
}

.startseite-grid .nureinshop-block-contengrid--item img {
    max-height: 70px;
    width: auto;
    position: relative;
    z-index: 2;
}

.startseite-grid .nureinshop-block-contengrid--item p, .startseite-grid .nureinshop-block-contengrid--item h3 {
    position: relative;
    z-index: 2;
}

*/


.grid-buttons .nureinshop-block-contengrid--item::before {
    position: absolute;
    z-index: 2;
}

.grid-buttons .nureinshop-block-contengrid--item {
    background-color: var(--maincolor);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 20px 25px 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.grid-buttons h2 {
    color: #fff;
    font-weight: 400;
    font-size: 140%;
    font-weight: 300;
    margin-top: 8px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.grid-buttons a {
    text-decoration: none;
    color: #fff;
}

.grid-buttons img {
    filter: brightness(50);
}

.grid-buttons .nureinshop-block-contengrid--item {
    background: linear-gradient(to right, #c8c8c8 50%, var(--maincolor) 50%);
	background-position: right;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
}

.startseite-grid .nureinshop-block-contengrid--item {
    background: linear-gradient(to right, #ababab 50%, #fff 50%);
    background-position: right;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
}

.grid-buttons .nureinshop-block-contengrid--item:hover, .startseite-grid .nureinshop-block-contengrid--item:hover {
    background-position: left;
}

.grid-buttons .nureinshop-block-contengrid--item:hover h2 {
    color: var(--maincolor);
}

.grid-buttons .nureinshop-block-contengrid--item:hover::before {
    filter: brightness(1);
}

/* .grid-buttons .nureinshop-block-contengrid--item::after, .startseite-grid .nureinshop-block-contengrid--item::before {
    height: 100%;
    left: 0;
    width: 0;
    background-color: var(--graycolor);
    content: '';
    position: absolute;
    border-radius: 12px 0 0 12px;
    top: 0;
    transition: 0.5s ease;
}

.grid-buttons .nureinshop-block-contengrid--item:hover::after, .startseite-grid .nureinshop-block-contengrid--item:hover::before {
    width: 100%;
    border-radius: 12px;
} */

.beitragsliste-buttons {
    background-color: var(--graycolor);
    padding-bottom: 70px;
}

.beitragsliste-buttons a {
    text-decoration: none;
}

.beitragsliste-buttons h2 {
    color: #000;
    font-weight: 300;
    font-size: clamp(110%, 4.2vw, 140%);
    margin-top: 10px;
}

.beitragsliste-buttons article {
    border-radius: 12px;
    padding: 20px;
    
    background: linear-gradient(to right, var(--maincolor) 50%, #fff 50%);
    background-position: right;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
}

.beitragsliste-buttons article:hover {
    background-position: left;
}

.beitragsliste-buttons article img {
    max-height: 70px;
    width: auto!important;
}

.beitragsliste-buttons .subpages {
    margin-top: 0;
}

.beitragsliste-buttons article:hover img, .beitragsliste-buttons article:hover h2 {
    filter: brightness(20);
    color: #fff;
}

.beitragsliste-buttons article::after {
    width: 33px;
    right: 20px;
    bottom: 25px;
    transition: filter 0.01s ease 0.25s;
    pointer-events: none;
}

.beitragsliste-buttons article:hover::after {
    filter: brightness(20);
}

.beitragsliste-buttons article:not(:hover)::after {
  transition-delay: 0s;
  transition: filter 0.01s ease 0.1s;
}

.beitragsliste-buttons .owl-stage {
  display: flex;
  align-items: stretch; /* Streckt alle .owl-item auf gleiche Höhe */
}

.beitragsliste-buttons .owl-item {
  display: flex;
}

.beitragsliste-buttons .owl-item > article {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.grid-karussell {
    background-color: var(--graycolor);
    padding-bottom: 50px;
    padding-top: 20px;
    overflow: clip;
}

@media only screen and (min-width:1024px) {
    .grid-karussell.steh .owl-stage {
        transform: none!important;
    }

    .grid-karussell.steh .owl-prev, .grid-karussell.steh .owl-next {
        display: none;
    }
}

.grid-karussell .owl-dots {
    display: none;
}

.grid-karussell a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
}

.grid-karussell .item {
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    background: linear-gradient(to right, var(--maincolor) 50%, #fff 50%);
    background-position: right;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
}

.grid-karussell .item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-karussell .item  img {
    max-height: 70px;
    width: auto!important;
}

.grid-karussell .item h2 {
    color: #000;
    font-weight: 300;
    font-size: clamp(110%, 4.2vw, 140%);
    margin-top: 10px;
    text-align: left;
}

.grid-karussell .item::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20data-name='Ebene%202'%20viewBox='0%200%2023.19%2020'%3E%3Cpath%20d='m12.63%2019.37.58.63%209.98-10.02L13.21%200l-.58.58%208.81%208.81H0v1.17h21.44l-8.81%208.81Z'%20style='fill:%23981215;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 35px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.grid-karussell .owl-stage {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.grid-karussell .item::after {
    width: 33px;
    right: 20px;
    bottom: 25px;
    transition: filter 0.01s ease 0.25s;
    pointer-events: none;
}

.grid-karussell .item:hover {
    background-position: left;
}

.grid-karussell .item:hover::after {
    filter: brightness(20);
}

.grid-karussell .item:not(:hover)::after {
  transition-delay: 0s;
  transition: filter 0.01s ease 0.1s;
}

.grid-karussell a:hover {
    text-shadow: none;
}

.grid-karussell .item:hover img, .grid-karussell .item:hover h2, .grid-karussell .item:hover a {
    filter: brightness(20);
    color: #fff;
}

.grid-karussell .owl-nav.disabled {
    display: block;
}

.grid-karussell .owl-carousel .owl-nav button.owl-prev {
    margin-left: -70px;
    line-height: 0.9;
}

.grid-karussell .owl-carousel .owl-nav button.owl-next {
    margin-right: -60px;
    line-height: 0.9;
}

.grid-karussell .owl-prev span, .grid-karussell .owl-next span {
    color: #fff;
    font-size: 100px;
}

.startseite-grid {
    background-color: var(--maincolor);
}

.startseite-grid .item {
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    background: linear-gradient(to right, #c8c8c8 50%, #fff 50%);
    background-position: right;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
}

.startseite-grid  .item:hover::after {
    filter: brightness(0);
}

.startseite-grid  .item:not(:hover)::after {
  transition-delay: 0s;
  transition: filter 0.01s ease 0.1s;
}

.startseite-grid  .item:hover img, .startseite-grid .item:hover h2, .startseite-grid .item:hover a {
    filter: none;
    color: #000;
}

.startseite-grid .owl-nav.disabled {
    display: none;
}


.kacheln.block-nureinshop-subpages .subpages article{
  aspect-ratio: 1/1;
  position: relative;
  background-color: #E0E0E0;
}

.kacheln.block-nureinshop-subpages .subpages-content {
    position: absolute;
    text-align: center;
    color: #fff;
    background-color: #981215c4;
    width: 100%;
    bottom: 0;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

.kacheln.block-nureinshop-subpages .subpages-content a {
    text-decoration: none;
}

.kacheln.block-nureinshop-subpages .subpages-title {
    color: #fff;
    margin-top: 0;
    font-size: clamp(120%, 4vw, 150%);
    line-height: 1.1;
}

.kacheln.block-nureinshop-subpages .subpages-image {
    color: #fff;
    height: 100%!important;
}

.kacheln .nureinshop-block-contengrid--item {
    aspect-ratio: 1/1;
    background-color: transparent;
    position: relative;
}

.kacheln .nureinshop-block-contengrid--item div {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
}

.kacheln .nureinshop-block-contengrid--item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.kacheln .nureinshop-block-contengrid--item h2{
    position: absolute;
    text-align: center;
    color: #fff;
    background-color: #981215c4;
    width: 100%;
    bottom: 0;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

.block-nureinshop-subpages article {
    background-color: transparent;
}

.block-nureinshop-subpages .subpages-grid article {
    position: relative;
    background-color: var(--maincolor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
}

.block-nureinshop-subpages .subpages-grid img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.block-nureinshop-subpages .subpages-grid .subpages-content {
    text-align: center;
    color: #fff;
    background-color: #981215c4;
    width: 100%;
    bottom: 0;
    padding: 0 10px;
    height: fit-content;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mitglieder.block-nureinshop-subpages .subpages-grid .subpages-content {
    text-align: left;
}

.mitglieder.block-nureinshop-subpages .subpages-grid article {
    justify-content: space-between;
}

.block-nureinshop-subpages .subpages-grid .subpages-content a {
    color: #fff;
}

article:has(.subpages-image) .subpages-content {
  position: absolute;
  height: 30%;
}

.block-nureinshop-subpages .subpages-grid .subpages-title {
    color: #fff;
    margin-top: 0;
    font-size: 125%;
    line-height: 1.1;
    overflow-wrap: break-word;
}

.block-nureinshop-subpages .subpages-button .btn {
    padding: 5px 15px 4px 15px;
    font-size: 100%;
}

.block-nureinshop-subpages .subpages-content a {
    text-decoration: none;
}

.mitglieder.block-nureinshop-subpages .subpages-content a {
    text-decoration: underline;
}

.block-nureinshop-subpages .subpages-button .btn::before{
  height: 30px;
  width: 28px;
  margin-right: 10px;
  margin-bottom: -10px;
}

.block-nureinshop-subpages .subpages-content {
    position: relative;
}

.block-nureinshop-subpages .subpages-button {
    position: absolute;
    bottom: 10px;
}

@media only screen and (max-width:800px) {
    .subpages-list .subpages-content {
        margin-top: 15px;
    }
    .block-nureinshop-subpages .subpages-button .btn {
        margin-top: 0px;
    }
    
    .subpages-list article {
        margin-top: 20px;
    }
}

.beitrag-sehenswuerdigkeiten .container {
    padding-left: 10px;
}

.beitrag-sehenswuerdigkeiten .subpages-title {
    font-size: 130%;
    margin-left: 20px;
}

.beitrag-sehenswuerdigkeiten .subpages-content::before {
    content: '■';
    position: absolute;
    bottom: 2px;
    margin-right: 5px;
    color: var(--maincolor);
}

.beitrag-sehenswuerdigkeiten .subpages-content a {
    text-decoration: underline;
}

.beitrag-sehenswuerdigkeiten h2 {
    color: #000;
    text-transform: none;
}

/*••••• Adressen •••••*/

.addressbook--itemlist a {
    text-decoration: none;
}

.addressbook--itemlist article {
    border-radius: 12px;
    background-color: #eaeaea;
}

.addressbook--detailbtn .btn {
    background: linear-gradient(to right, #fff 50%, var(--maincolor) 50%);
    background-size: 200% 100%;
	background-position: right;
	margin-top:0px !important;
}

.addressbook--detailbtn .btn:hover {
    background-position: left!important;
}

.addressbook--title {
    font-size: 130%;
}

.addressbook--location {
    display: none;
}

.addressbook--itemdata li:nth-child(2n+1) {
    background-color: transparent;
}

.addressbook--item p{
    color: var(--maincolor);
    font-size: 130%;
}

.addressbook--itemdata li {
    padding: 5px;
}

.addressbook--img {
    display: none;
}

.addressbook--detailimg {
    float: right;
}

@media only screen and (max-width:800px) {
    .addressbook--detailimg {
        margin-top: 20px;
        float: none;
    }
}


.adress-block {
    margin-top: 35px;
}

.adress-block h1, .adress-block h2, .adress-block h3, .adress-block h4 {
    color: #fff;
    width: 100%;
}

.adress-block .col-12 > *:first-child {
    margin-top: 0;
}

.adress-block .container {
    background-color: var(--maincolor);
    color: #fff;
}

.adress-block .col-12 {
    display: flex; 
    flex-wrap: wrap;
}

.adress-block .row {
    padding: 20px;
}

@media only screen and (max-width: 1180px) {
    .adress-block .row {
        padding: 20px 0 20px 0;
    }
}

.adress-block .nureinshop-module-address {
    background-color: transparent;
    width: 33%;
}

.adress-block .nureinshop-module-address--subname, .adress-block .nureinshop-module-address--location, .adress-block .nureinshop-module-address--communication {
    display: none;
}

.adress-block a, .adress-block a:hover {
    color: #fff;
}


@media only screen and (max-width: 720px) {
    .adress-block .nureinshop-module-address {
        width: 49.9%;
    }
}


.haelfte .nureinshop-module-address {
    width: 49.9%;
}

@media only screen and (max-width: 420px) {
    .adress-block .nureinshop-module-address, .haelfte .nureinshop-module-address {
        width: 100%;
    }
}

/*••••• 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: 14px;
}

.social-links strong a {
    color: #fff;
    height: 100%;
    padding: 15px 7px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.social-links > a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: var(--maincolor);
	margin-bottom: 10px;
	padding: 10px;
	line-height: 0;
	border-radius: 12px 0 0 12px;
}

/* .social-links a span {
	display: none;
	width: auto;
	position: absolute;
	right: 50px;
	background-color: var(--maincolor);
	height: 50px;
	top: 0;
	color: #ffffff;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
} */

.social-links a span {
	display: inline-block;
	position: absolute;
	right: 50px;
	background-color: var(--maincolor);
	height: 50px;
	top: 0;
	color: #ffffff;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(80px); /* Startposition weiter weg */
	z-index: -1;
	pointer-events: none;
	border-radius: 12px 0 0 12px;
	border: 1px solid var(--graycolor);
	border-right: 0;
	font-size: 18px;
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 20px;
	border-radius: 12px 0 0 12px;
	border: 1px solid var(--graycolor);
	border-right: 0;
}

/*••••• Socials: Hover-Effect •••••*/

@keyframes bounceIn {
	0% { transform: translateX(80px); opacity: 0; } 
	45% { transform: translateX(-15px); opacity: 1; }
	65% { transform: translateX(7px); }
	80% { transform: translateX(-4px); }
	100% { transform: translateX(0); }
}

.social-links a:hover {
	background-color: var(--graycolor);
	opacity: 1;
	border-radius: 0;
}

.social-links a:hover span {
    opacity: 1;
	animation: bounceIn 0.8s ease-out forwards;
	pointer-events: auto;
}

/*••••• 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 a {
        opacity: 0.6;
    }
}

.social-links a:hover {
        opacity: 1;
}

@media only screen and (max-width:1180px) {
    .block-nureinshop-banner .container {
     padding: 0;
    }
}

[data-block-id="11b99b19c94163661e6e31245cdea50c"] article {
    background-color: #bdbdbd;
    padding: 20px;
}

[data-block-id="11b99b19c94163661e6e31245cdea50c"] h2 {
    margin-top: 0;
}

/*••••• Footer & Copyright •••••*/

#region-footer::before, .red-section::before {
    background-image: url('/pub/media/f8e0d7e179186206b0a4994484421148/gvv-hardheim-wallduern-spacer.svg');
    content: '';
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-top: -45px;
    margin-bottom: -24px;
}

#region-footer {
    background-color: var(--maincolor);
	color: #fff;
	margin-top: 100px;
	line-height: 1.3;
}

#region-footer .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#region-footer .btn {
    color: var(--maincolor);
    padding: 8px 15px 8px 15px;
    font-size: 100%;
    border-radius: 5px;
    text-align: left;
    text-transform: none;
    background: linear-gradient(to right, #c8c8c8 50%, #fff 50%);
    background-size: 200% 100%;
	background-position: right;
	transition: background-position 0.4s ease;
}

#region-footer .btn:hover {
    background-position: left;
}


#region-footer .btn::before {
    filter: none;
    height: 23px;
    width: 30px;
    margin-right: 7px;
    margin-bottom: -5px;
}

#region-footer .col-4:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#region-footer .col-4 * .btn {
        width: 100%;
}

#region-footer .btn {
    font-weight: 400;
}

#region-footer a {
    color: #fff;
}

#region-footer h2 {
  color: #fff;
  font-size: 130%;
  font-weight: 30;
  text-transform: uppercase;
}

#region-copyright {
    background: #fff;
    color: var(--maincolor);
    font-size: 80%;
}

/* Focus-Markierung
--------------------*/

    body *:focus {
        outline: 3px dotted blue !important;
    }


/** generated: 2025-06-30 17:24:43 **/