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

/*••••• Fonts •••••*/

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-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: #0868ac;
  --dark: #072b52;
  --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: #FFF;
}

body {
	background-color: #FFF;
	font-family: 'Montserrat', Arial, Sans-serif;
	font-size: 16px;
	font-size: clamp(12px, 4vw, 16px);
	font-weight: 400;
	color: #000;
	letter-spacing: 0.04em;
	line-height: 1.45;
	background-image: url('/pub/media/41118b40dd4739e8f238e73ce0287a79/mosca-elektronik-background.svg');
	background-repeat: repeat-y;
	background-position: center 14%;
	background-size: 90% auto;
	/* background-attachment: fixed; */
}

body.page-nureinshop-home {
    background-position: center 30%;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
   	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 700;
	color: var(--dark);
	margin-top: 1em;
	position: relative;
}

h1 {
    font-size: clamp(190%, 4.5vw, 255%);
    margin-top: 0.5em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-nureinshop-home h1 {
    padding-top: 30px;
}

h2 {
    font-size: clamp(150%, 4.5vw, 180%);
    text-transform: uppercase;
    font-weight: 200;
}

h3 {
	font-weight: 400;
	font-size: clamp(120%, 4.5vw, 150%);
	font-weight: 500;
}

h4 {
	font-weight: 400;
	font-size: clamp(100%, 4.5vw, 125%);
	font-weight: 500;
}

h1::after, h1::after, .headline-deko h2::after {
    height: 12px;
    width: 35px;
    background-color: var(--maincolor);
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.15rem;
}

.headline-deko h2 {
    margin-bottom: 25px;
}



blockquote h1::after, blockquote h2::after, .subpages-grid article h2::after {
    background-color: #fff;
}


h2::after {
    bottom: -0.8rem;
}


h2 strong {
    font-weight: 700;
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    	text-decoration: underline;
    	text-underline-offset: 3px;
	    color: var(--dark);
}

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;
	font-weight: 600;
	padding: 4px 15px;
}

blockquote {
	margin-top: 15px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	border-radius: 3px;
	/*
	background-image: url('/pub/media/8d4cf8f85426bae9b10a42fcb45c337d/apg-blockquote-dekor.svg');
    	background-repeat: no-repeat;
    	background-position: bottom 8px right 8px;
    	background-size: auto 60%;
	*/
}

#region-content blockquote ul li::marker {
	color: #fff;
}

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;
}

/* •••••• Akkordeon •••••
   •••••••••••••••••••••• */

.nureinshop-block-accordion {
  margin-top: 10px;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.is-open .nureinshop-block-accordion--head {
    border-radius: 3px 3px 0 0;
}

.nureinshop-block-accordion--body {
    border-radius: 0 0 3px 3px;
}

.nureinshop-block-accordion--body > *:first-child {
	margin-top: 0;
}

.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;
}

#region-content li > ul, #region-content li > ol {
    margin-left: 15px;
    margin-top: 0;
}

#region-content ul li,
#region-content ol li {
    margin-top: 5px;
}

#region-content ul li::marker {
	color: var(--maincolor);
}

#bg-video {
    width: 100%;
}

[data-block-id="4c64233e3a971c4bad88724267d05359"] .container {
    padding: 0;
}

img.float-right, 
img.float-left {
    max-width: 40vw;
}

@media (max-width: 990px) {
    img.float-right, 
    img.float-left {
        margin-bottom: 20px!important;
    }
    
}


@media (max-width: 700px) {
    .nureinshop-block-accordion--body img.float-right, 
    .nureinshop-block-accordion--body img.float-left {
        width: 100%;
        max-width: 100%;
    }
}
        
    

/*••••• Header •••••
  •••••••••••••••••• */

#region-search {
    display: none;
}

/* [data-id="search"] {
    display:none!important;
} */

header {
    min-height: 0;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
	float: left;
	width: auto;
	margin-top: 40px;
	margin-bottom: 8px;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
}

#region-logo a img {
	height: auto;
	width: 300px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

/*••••• Navigation •••••
  •••••••••••••••••••••• */

#region-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    align-items: end;
}

#region-nav .level-1 > li > a {
	border: none !important;
	color: var(--dark);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 95%;
    padding-left: 10px;
    padding-right: 10px;
}

#region-nav .level-1 > li:hover > a {
  background-color: #fff;
  color: var(--dark);
}

#region-nav ul li a {
    text-decoration: none;
}

#region-nav ul.level-1 > li > a::after {
    height: 12px;
	width: 0;
	background-color: var(--maincolor);
	content: '';
	position: absolute;
	left: 10px;
	bottom: -4px;
	transition: 0.3s ease;
}

#region-nav ul.level-1 > li > a:hover::after {
    width: calc(100% - 22px);
}

#region-nav ul.level-1 > li.active > a::after, #region-nav ul.level-1 > li.inpath > a::after {
    width: 45px;
}

#region-nav nav {
	background-color: transparent;
	border: none;
	margin-top: 40px;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav .level-2 {
	background-color: var(--dark);
	margin-left: 10px;
	border-radius: 0 3px 3px 3px;
	margin-top: 4px;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

/*••••• Mobile Navigation •••••
  ••••••••••••••••••••••••••••• */

.offcanvas-closer, .offcanvas-nav .btn-toggle {
    opacity: 1;
}

.offcanvas-nav li a {
	text-decoration: none;
	font-weight: 600;
}

/*••••• Slider •••••
  •••••••••••••••••• */

.hero-slider .container {
    width: 100%;
}


/*••••• Inhalt •••••
  •••••••••••••••••• */

.hintergrund-blau {
    background-color: #0868ac;
    color: #fff;
    padding-bottom: 30px;
}

#region-content .hintergrund-blau ul li::marker {
	color: #fff;
}

@media (max-width: 990px) {
    .hintergrund-blau:has(.container > .row > .col-12 > h2:first-child) {
        margin-top: 35px;
    }
}

@media (max-width: 850px) {
     .block-nureinshop-text div {
         columns: 1!important;
     }
}

/*••••• Bild Links & Rechts •••••
  ••••••••••••••••••••••••••••••• */
  
.portfolio.block-nureinshop-text-image {
    position: relative;
    background-color: #e6eaee;
    padding-top: 0px;
    margin-top: 45px!important;
}

.portfolio.block-nureinshop-text-image:has(.image-is-left)::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(50% - 65px);
    height: 100%;
    background: var(--bg-image) left center / cover no-repeat;
}

.portfolio.block-nureinshop-text-image:has(.image-is-right)::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(50% - 65px);
    right: 0;
    margin-left: auto;
    height: 100%;
    background: var(--bg-image) left center / cover no-repeat;
}

.portfolio.block-nureinshop-text-image::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(50% - 65px);
    height: 100%;
    background-color: var(--dark);
    opacity: 0.75;
    mix-blend-mode: hard-light;
    transition: 0.3s ease;
}

.portfolio.block-nureinshop-text-image:has(.image-is-right)::after {
   right: 0;
   margin-left: auto;
}

.portfolio.block-nureinshop-text-image:hover::after {
    opacity: 0;
}

.portfolio.block-nureinshop-text-image .text-container {
  max-width: calc(1280px / 2);
  padding-bottom: 30px;
}

.portfolio.block-nureinshop-text-image:has(.image-is-right) .text-container {
    margin-left: auto;
}

.portfolio.block-nureinshop-text-image .image-container img {
    display: none;
}

@media (max-width: 800px) {
  .portfolio.block-nureinshop-text-image::before {
    display: none !important;
  }
}

.portfolio.block-nureinshop-text-image {
	padding-top: 0;
}

.portfolio .image-container {
    position: relative;
}

.portfolio .image-container::after {
    content: '';
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: clamp(250%, 4.5vw, 750%);
    color: #fff;
    font-weight: 900;
    line-height: 0.7em;
    z-index: 5;
    text-shadow: 2px -3px 5px #00000054;
}

.block-nureinshop-text-image:has(.image-is-right) .image-container::after {
    left: 80px!important;
}

#region-content .portfolio .image-container::after,
#region-content .portfolio .image-mobile-container::after {
    content: var(--image-label);
}

@media (max-width: 800px) {
    .portfolio .image-mobile-container {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .portfolio .image-mobile-container img {
        aspect-ratio: 16/4;
        object-fit: cover;
    }
    .portfolio.block-nureinshop-text-image::after {
        display: none;
    }
    .portfolio.block-nureinshop-text-image .text-container {
        margin: 0;
        max-width: 100%;
    }
    .portfolio .image-mobile-container {
        position: relative;
        line-height: 0;
    }
    .portfolio .image-mobile-container::after {
	    content: '';
	    text-transform: uppercase;
	    position: absolute;
	    bottom: 0;
	    right: 15px;
	    font-size: clamp(250%, 7.5vw, 750%);
	    color: #fff;
	    font-weight: 900;
	    line-height: 0.7em;
	    z-index: 5;
	    text-shadow: 2px -3px 3px #0000007a;
	    opacity: 0.5;
    }
    .portfolio .image-mobile-container::before {
        background-color: var(--dark);
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.75;
        mix-blend-mode: hard-light;
        transition: 0.3s ease;
    }
}

#region-content .portfolio .image-container::after,
#region-content .portfolio .image-mobile-container::after {
    content: var(--image-label);
}



/*••••• 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;
}


/*••••• Imagemap •••••
  •••••••••••••••••••• */

.block-nureinshop-text:has(+ .image-map) {
    margin-top: 35px;
}

.image-map {
    margin-top: 15px;
}

.image-map .container {
    background-color: var(--lightcolor);
    border-radius: 5px;
    padding: 20px;
}

.beschreibungen {
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
    margin-top: 20px;
    width: calc(100% - 475px);
}

.beschreibungen > div img {
    margin-top: 20px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.beschreibungen > div {
    display: none;
    background-color: var(--maincolor);
    border-radius: 5px;
    color: #fff;
    padding: 20px;
}

.beschreibungen > div > *:first-child {
    margin-top: 0;
} 

.beschreibungen > #beschreibung0 {
    display: block;
}

.beschreibungen > div.active {
    display: block;
}

.beschreibungen > div {
    display: none;
}

@media (max-width: 720px) {
    .block-nureinshop-text:has(+ .image-map) {
        display: none;
    }
    .image-map {
        display: none;
    }
}

/*••••• Tabelle •••••
  ••••••••••••••••••• */

.block-nureinshop-accordion table, 
.block-nureinshop-table table {
    border-collapse: collapse;
    width: 100%;
}

.block-nureinshop-accordion thead th,
.block-nureinshop-accordion td,
.block-nureinshop-table td {
  border: 1px solid #000;
  padding: 7px 10px;
  text-align: left;
}

.block-nureinshop-accordion thead tr,
.block-nureinshop-table thead td,
.block-nureinshop-table thead th {
	background-color: var(--maincolor);
	font-weight: bold;
	color: #fff;
}

.nureinshop-block-accordion--body tbody tr:nth-child(2n+1),
.block-nureinshop-table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

.nureinshop-block-accordion--body tbody tr:nth-child(2n),
.block-nureinshop-table tbody tr:nth-child(2n) {
  background-color: var(--lightcolor);
}

@media (max-width: 990px) {
    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-wrapper table {
        min-width: 500px;
    }
}

/*••••• Beitragsliste •••••
  ••••••••••••••••••••••••• */

.page-nureinshop-home .block-nureinshop-subpages {
    background-color: var(--dark);
}

.subpages-grid article {
    background-color: var(--maincolor);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.subpages-grid article h2 {
    color: #fff;
    margin-top: 0;
    font-weight: 600;
}

.subpages-grid article a:has(h2) {
    text-decoration: none;
}

.block-nureinshop-subpages .subpages-carousel {
    margin-top: 0;
}

.subpages-grid article .btn {
    color: var(--maincolor);
    background-color: #fff;
}

/* Beitragsliste Liste */

.subpages-list article {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 20px;
	background-color: var(--lightcolor);
	border-radius: 3px;
	padding: 15px;
}

.subpages-list article .subpages-image {
    aspect-ratio: 1;
    object-fit: contain;
}

.subpages-list article a {
    text-decoration: none;
}

.page-880f67b6d4 .subpages-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.page-880f67b6d4 .subpages-list h2 {
	margin-top: 0;
	font-size: clamp(110%, 4.5vw, 130%);
}


@media (max-width: 700px) {
    .subpages-list article {
	    display: flex;
	    flex-direction: column;
    }
     .subpages-list article .subpages-image {
         margin-left: auto;
         margin-right: auto;
         display: block;
     }
     .page-880f67b6d4 .subpages-list {
         grid-template-columns: minmax(0, 1fr);
     }
}

/*••••• Galerie •••••*/

.tinygallery .quadrat img {
    border-radius: 3px;
}

.block-nureinshop-image-gallery {
    margin-bottom: 10px;
}

/*••••• Grid •••••*/

.block-nureinshop-contentgrid {
    margin-top: 30px;
}

.nureinshop-block-contengrid--2 .nureinshop-block-contengrid--item {
    position: relative;
}

.nureinshop-block-contengrid--2 .nureinshop-block-contengrid--item h2 {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
    text-shadow: 2px 2px #000;
    font-weight: 600;
}

.nureinshop-block-contengrid--2 .nureinshop-block-contengrid--item img {
    border-radius: 10px;
}

.nureinshop-block-contengrid--3 {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    padding-bottom: 25px;
    gap: 0;
}

.nureinshop-block-contengrid--3 .nureinshop-block-contengrid--item {
    display: flex;
    flex-direction: column-reverse;
}


.nureinshop-block-contengrid--3 img {
    padding: 0 33%;
}

.nureinshop-block-contengrid--3 .nureinshop-block-contengrid--item h2 {
    margin: 10px auto 0 auto;
    font-weight: 700;
    font-size: clamp(80%, 2.5vw, 140%);
}

.nureinshop-block-contengrid--3 a.nureinshop-block-contengrid--item {
    text-decoration: none;
}

.beispiele .nureinshop-block-contengrid--2 {
    column-gap: 30px;
    row-gap: 30px;
}

#region-content .nureinshop-block-contengrid--item ul li::marker {
	color: #fff;
}


.beispiele .nureinshop-block-contengrid--2 .nureinshop-block-contengrid--item {
    background-color: var(--maincolor);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.beispiele .nureinshop-block-contengrid--2 .nureinshop-block-contengrid--item h2 {
    position: relative;
    bottom: unset;
    left: unset;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    margin-top: 0;
}

.kennzahlen .nureinshop-block-contengrid {
	column-gap: 65px;
	row-gap: 45px;
}

.kennzahlen .nureinshop-block-contengrid--item {
	padding: 20px;
	background-color: #e6eaee;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	max-width: 440px;
	border-radius: 5px;
}

.kennzahlen .nureinshop-block-contengrid--item:nth-of-type(even) {
    margin-right: auto;
    margin-left: 0;
}

.kennzahlen .nureinshop-block-contengrid--item h3 {
    margin-top: 0;
}

.kennzahlen.block-nureinshop-contentgrid {
    margin-top: 0;
}

@media (max-width: 850px) {
    .kennzahlen .nureinshop-block-contengrid {
	    column-gap: 30px;
	    row-gap: 20px;
    }
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: #072b52;
	color: #fff;
	padding-top: 20px;
	margin-top: 50px;
}

#region-footer a, #region-footer h2 {
	color: #fff;
}

#region-footer .row .col-4 {
    width: 25%;
}

#region-footer .row .col-4:first-of-type {
    width: 50%;
}

@media (max-width: 990px) {
    #region-footer .row .col-4 {
        width: 50%;
    }
    #region-footer .row .col-4:first-of-type {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #region-footer .row .col-4 {
        width: 100%;
        text-align: center;
    }
}


#region-copyright {
    background: #fff;
    padding: 0 0 15px 0;
    font-size: 85%;
}

@media (max-width: 990px) {
    #region-copyright p {
        width: 100%;
        text-align: center;
    }
    #region-copyright .container > div {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/*••••• 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;
 }
}

/*••••• Zeitstrahl •••••*/

.zeitstrahl table {
    border: none!important;
    margin-top: 50px;
}

.zeitstrahl tr {
  display: flex;
  min-height: 50px;
  height: fit-content!important;
  background-color: transparent!important;
}

.zeitstrahl td:first-of-type {
    text-align: right;
    font-weight: 600;
    font-size: 120%;
    line-height: 1;
}

.zeitstrahl td:last-of-type {
    text-align: left;
    padding-left: 25px;
    position: relative;
    z-index: 99;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 1;
}

.zeitstrahl td:last-of-type::after {
	width: calc(100% - 15px);
	height: calc(100% - 50px);
	border-radius: 2px;
	background-color: var(--lightcolor);
	border-radius: 3px;
	content: '';
	position: absolute;
	top: 0;
	left: 13px;
	z-index: -1;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.zeitstrahl tr:nth-of-type(even) td:last-of-type::after {
    left: unset;
    right: 13px;
}
    

.zeitstrahl tr:nth-of-type(even) td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
}

.zeitstrahl td:first-of-type::before {
	content: '';
	margin-right: 15px;
	margin-left: 3px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: var(--maincolor);
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-bottom: -2px;
}

 .zeitstrahl tr:nth-of-type(odd) td:first-of-type::before {
     display: none;
 }

.zeitstrahl tr:nth-of-type(odd) td:first-of-type {
    border-right: 5px solid var(--maincolor) !important;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.zeitstrahl tr:nth-of-type(odd) td:first-of-type::after {
    content: '';
    background-color: var(--maincolor);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    height: 20px;
	width: 20px;
    margin-left: 15px;
    margin-right: 3px;
	display: inline-block;
	margin-bottom: -2px;
}

.zeitstrahl tr:nth-of-type(even) {
  flex-direction: row-reverse;
}

.zeitstrahl td {
    width: 50%!important;
    height: fit-content!important;
    min-height: 50px;
    border: none;
    vertical-align: middle;
    align-content: center;
    padding: 10px;
}

.zeitstrahl tr:nth-of-type(even) td:last-of-type {
    /* text-align: right; */
    border-right: 5px solid var(--maincolor)!important;
    padding-right: 25px;
    padding-left: 13px;
}

.zeitstrahl tr:nth-of-type(2n) td:last-of-type ul li {
    margin-right: 25px;
}

.zeitstrahl td:first-of-type {
    height: auto!important;
}

.zeitstrahl td ul li {
        margin-top: 3px;
        margin-bottom: 3px;
}

.zeitstrahl p {
    margin-top: 0;
}


.zeitstrahl tr:first-of-type td:first-of-type {
	padding-top: 20px;
	margin-top: -20px;
}

@media only screen and (max-width: 550px) {
    [data-block-id="b9abdfc88e00198ce4390fc7bb82c16b"] h1 {
        text-align: left!important;
    }
    
    .zeitstrahl table {
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 65px;
    }
    .zeitstrahl tr:nth-of-type(odd) td:first-of-type::after {
        display: none;
    }
    .zeitstrahl td {
        width: 90%!important;
        border-right: none;
        border-left: 5px solid var(--maincolor) !important;
        text-align: left!important;
    }
    .zeitstrahl td ul li {
        direction: ltr!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .zeitstrahl ul {
        margin-left: 7px!important;
    }
    .zeitstrahl tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row!important;
    }
    .zeitstrahl td:first-of-type::before {
	    content: '';
	    color: var(--maincolor);
	    margin-right: 15px;
	    margin-left: 3px;
	    clip-path: polygon(100% 0, 0 50%, 100% 100%);
	    background-color: var(--maincolor);
	    height: 20px;
	    width: 20px;
	    display: inline-block!important;
	    margin-bottom: -2px;
    }
    .zeitstrahl tr td, .zeitstrahl tr:nth-of-type(even) td:last-of-type, .zeitstrahl tr:nth-of-type(2n+1) td:first-of-type {
        border-right: none!important;
    }
    .zeitstrahl tr:nth-of-type(2n+1) td:first-of-type {
        padding-top: 10px;
        padding-left: 0;
    }
    .zeitstrahl td:first-of-type {
        padding-bottom: 10px!important;
        padding-left: 0;
        padding-top: 30px!important;
    }
    .zeitstrahl td:last-of-type {
        padding-left: 30px;
        padding-top: 10px!important;
        padding-bottom: 10px;
    }
    .zeitstrahl tr:nth-of-type(2n) td:last-of-type::after {
        right: 0;
    }
    .zeitstrahl td:last-of-type::after {
        height: calc(100% - 10px);
    }
    .zeitstrahl tr:nth-of-type(odd) td:last-of-type {
        padding-left: 13px;
    }
    .zeitstrahl tr td:last-of-type::after {
        left: 10px!important;
    }
    [data-block-id="d52083ee38da8aef1587e2b4baa149f4"] h2 {
        text-align: left!important;
    }
    .zeitstrahl tr td:last-of-type {
        padding-left: 20px!important;
    }
}


/*

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 43, 82, 0.8);
    mix-blend-mode: color ;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.image-container:hover::after {
    opacity: 0;
}



.block-nureinshop-text-image .image-is-left {
    margin-right: 100px;
}

.block-nureinshop-text-image .image-is-right {
    margin-left: 100px;
}

*/

/*••••• Lightbox Script •••••*/

.zoom {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

img.zoom {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000F2;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}

.lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.lightbox-image {
  max-width: 100%;
  max-height: calc(90vh - 10%); 
  display: block;
  margin: 0 auto;
  border: 5px solid #fff;
}

.lightbox-description {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  max-width: 90%; 
  word-wrap: break-word; 
}

.lightbox-close {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  height: 50px;
  width: 50px;
  background-image: url('/core/nureinshop/plugin/image_gallery/pub/img/times.svg');
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
  cursor: pointer;
  z-index: 10;
}

.nureinshop-block-text--image {
    width:33%;
}

.nureinshop-block-text--image img {
    border-radius:5px;
}
    

/** generated: 2026-08-01 08:51:25 **/