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

/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*••••• Fonts •••••*/

/*••••• Colors •••••*/

:root {
  --maincolor: #344f65;
  --red: #ae191d;
  --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: 'Outfit', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: var(--maincolor);
    letter-spacing: 0.04em;
    line-height: 1.45;
    background-image: url('/pub/media/fd258c793b8aa2f5586c833ee64d0baf/background-element.svg');
    background-repeat: no-repeat;
    background-size: auto 90vh;
    background-position: right 0;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.2;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(150%, 4.5vw, 200%);
    letter-spacing: 0.03em;
    font-weight: 400;
    text-transform: uppercase;
}

.page-nureinshop-home h1 {
    padding: 0;
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 400;
    text-transform: uppercase;
}

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: #fff;
	background-color: var(--maincolor);
	border-radius: 0;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	font-weight: 400;
}

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 {
	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;
}

.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: var(--maincolor);
}

#region-content ul, #region-content ol {
    margin-left: 25px;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

/*••••• Header •••••*/

header {
    position: sticky;
    top: 0;
    min-height: 0;
    display: flex;
}

#region-search {
    display: none;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
    padding: 30px 5px 15px 5px;
}

#region-logo a img {
  height: 40px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}


/* [data-id="search"] {
    display:none!important;
} */

/*••••• Navigation •••••*/

#region-nav .level-1 > li a {
    border: none!important;
    color: #568cb2;
}

#region-nav ul li a {
    text-decoration: none;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    padding-bottom: 5px;
}

#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;
    }
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}


/*••••• Inhalt •••••*/

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] img {
    height: 50px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] p {
    color: #000;
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] h2 {
	color: var(--maincolor);
	font-weight: 600;
	font-size: clamp(120%, 2.5vw, 130%);
	text-transform: uppercase;
	margin-top: 0;
}

.border { 
    margin-top: 25px;
    border-right: 1px solid #ccc6bd;
    padding: 20px;
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] .col-4 {
    padding: 0;
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] .col-4:last-of-type .border {
    border: none;
}

.hintergrund-rot {
    margin-top: 30px;
    background-color: var(--red);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 35px;
}

.hintergrund-rot a, .hintergrund-rot h2 {
    color: #fff;
}

/*••••• Beitragslite •••••*/

.subpages {
	display: flex;
	column-gap: 30px;
	row-gap: 30px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.subpages-grid article {
	background-color: var(--maincolor);
	color: #fff;
	padding: 0 20px;
	width: 30%;
	flex-grow: 1;
	height: 100%;
	aspect-ratio: 20/5;
	display: flex;
}

.subpages-grid .subpages-title {
	color: #fff;
	font-size: 105%;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	margin-top: 0;
}

.subpages-grid .subpages-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}


/*••••• Reviews •••••*/

.nureinshop-block-google-reviews--item {
	display: flex;
	flex-direction: column;
}

.nureinshop-block-google-reviews--carousel { 
    margin-top: 0;
    padding-top: 0;
}

.nureinshop-block-google-reviews--item .review-stars {
	order: 1;
	display: flex;
    justify-content: center;
}

.nureinshop-block-google-reviews--item .review-content {
	order: 2;
}

.nureinshop-block-google-reviews--item .review--header {
	order: 3;
	text-align: center;
	margin-top: auto;
}

.review-photo {
    display: none;
}
/*••••• 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 •••••*/

footer::before {
    height: 50px;
    content: '';
    background-image: url('/pub/media/9ac7d37e65e0fb91266aebdb4296516c/physiotherapie-deko.svg');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-top: -25px;
}

#region-footer {
    padding-top: 80px;
    background-color: #ccc6bd;
	color: var(--maincolor);
	padding-bottom: 10px;
}

#region-footer p {
    margin-top: 5px;
}

#region-footer a {
	color: var(--maincolor);
}

 #region-footer h2, #region-footer h3 {
	color: var(--maincolor);
	text-transform: uppercase;
}

#region-footer h3 {
    font-size: 100%;
}

#region-footer h2 {
	color: var(--maincolor);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 130%;
}

#region-footer .col-6 > *:first-child {
    margin-top: 0;
}

.post-footer {
    font-weight: 600;
    font-size: 85%;
    text-transform: uppercase;
}

#region-copyright {
	background: #fff;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 85%;
	padding: 10px 0 10px 0;
}

#region-copyright p {
    margin-top: 0;
}

/*••••• 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(--red);
	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(--red);
	margin-bottom: 3px;
	padding: 10px;
	line-height: 0;
}

/* .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(--red);
	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;
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 20px;
}

/*••••• Socials: Hover-Effect •••••*/

@keyframes bounceIn {
	0% { transform: translateX(80px); opacity: 0; } /* Start weiter rechts für mehr Drama */
	45% { transform: translateX(-15px); opacity: 1; } /* Weiter über das Ziel hinausschießen */
	65% { transform: translateX(7px); }
	80% { transform: translateX(-4px); }
	100% { transform: translateX(0); }
}

.social-links a:hover {
	background-color: var(--maincolor);
	opacity: 1;
}

.social-links a:hover span {
    opacity: 1;
	animation: bounceIn 0.8s ease-out forwards; /* Noch etwas länger für bessere Sichtbarkeit */
}

/*••••• 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 {
        opacity: 0.6;
    }
}


/** generated: 2025-12-15 18:00:19 **/