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

/*••••• Fonts •••••*/

/* zilla-slab-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: 'Zilla Slab';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/zilla-slab-v11-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/zilla-slab-v11-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* zilla-slab-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: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/zilla-slab-v11-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/zilla-slab-v11-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* zilla-slab-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: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/zilla-slab-v11-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/zilla-slab-v11-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* zilla-slab-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: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/zilla-slab-v11-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/zilla-slab-v11-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* zilla-slab-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: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/zilla-slab-v11-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/zilla-slab-v11-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: #fe8a14;
    --lightcolor: #ffe8d0;
}

/*••••• 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: 'Zilla Slab', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 20px);
    font-weight: 300;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.page-nureinshop-home h1 {
    font-weight: 200;
}

h1 strong {
    font-weight: 600;
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 600;
    margin-top:20px;
    text-transform: uppercase;
}

.page-nureinshop-home h2 {
    font-size: clamp(200%, 4vw, 300%);
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
    margin-top:15px;
}

p {
    margin-top: 12px;
    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;
	text-transform: uppercase;
	padding: 10px 50px 8px 50px;
	font-size: clamp(16px, 4vw, 20px);
	line-height: 1;
	font-weight: 400;
	margin-top: 15px;
}

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 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;
    font-weight:700;
    text-transform:uppercase;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-content ul {
    margin-left: 20px;
}

.nureinshop-block-subpages-accordion--head {
    text-decoration: none;
    font-weight: 700;
    text-transform:uppercase;
}

/*••••• Header •••••*/

header {
    background-color: var(--maincolor);
    position: sticky;
    top: 0;
    border: none;
    min-height: 119px;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
	padding: 25px 5px 0px 5px;
}

#region-logo a img {
  height: 75px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-search {
    display: none;
}

#region-header-buttons {
	float: none;
	margin-top: 0;
	position: absolute;
	right: 18px;
	top: 20px;
}

.header-button-icon {
	height: 25px;
	width: 25px;
}

/* [data-id="search"] {
    display:none!important;
} */

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none
}

#region-nav .level-1 > li:hover > a {
  background-color: var(--lightcolor);
  color: #000;
  text-shadow: none;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav ul {
	display: flex;
	justify-content: flex-end;
}

#region-nav .level-1 > li > a {
    color: #fff;
    border: none!important;
    font-size: 120%;
    font-weight: 400;
    padding: 10px 15px 15px 15px;
    line-height: 1;
    transition: 0.3s ease;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

[data-block-id="6a2ba4fcd68b47dddabc774a21323fff"] {
    background-image: url('/pub/media/4177282ec787ee24b4b3800df3b5bee2/nervendocks-background.jpg');
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*••••• Mobile •••••*/

#region-mobile-nav {
	position: relative;
	background-color: var(--maincolor);
	border-bottom: none;
	min-height: 65px;
}

.offcanvas-header {
  padding-bottom: 10px;
  background-color: var(--maincolor);
}

.offcanvas-nav {
    padding-top: 20px;
}

.offcanvas-nav li a {
	text-decoration: none;
	font-weight: 600;
	border-bottom: none;
}

.offcanvas-nav li a:hover {
	background-color: var(--lightcolor);
	color: #000;
	text-shadow: none;
}

.offcanvas-menu li.active > a {
	background-color: var(--maincolor);
	color: #fff;
}

/*••••• Animation •••••*/

.video-loop {
    width:100%;
    height:auto;
    display:block;
    pointer-events:none;
}

@media screen and (max-width: 1180px) {
  .animation .container {
      padding: 0;
  }
}

/*••••• Ärzte Slider •••••*/

.block-nureinshop-slideshow .slideshow-title {
	background-color: transparent;
	padding: 20px;
	font-size: 200%;
	font-size: clamp(100%, 2.5vw, 230%);
	font-weight: bold;
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	color: var(--maincolor);
	line-height: 1;
}

.block-nureinshop-slideshow .slideshow-title strong {
    color: #000;
    font-size: 150%;
    text-transform: uppercase;
}

.block-nureinshop-slideshow .owl-carousel .owl-dots .owl-dot {
	height: 30px;
	width: 30px;
	background-color: var(--maincolor);
}

.block-nureinshop-slideshow .owl-carousel .owl-dots .owl-dot.active {
	background-color: rgba(255,255,255,1);
	border: 4px solid var(--maincolor);
	box-sizing: content-box;
}

.block-nureinshop-slideshow  .owl-prev, .block-nureinshop-slideshow  .owl-next {
    display: none;
}

/*••••• Inhalt •••••*/

@media screen and (max-width: 560px) {
    .ausblenden {
        display: none;
    }
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid a {
    text-decoration: none;
}

.nureinshop-block-contengrid--item {
    background-color: var(--maincolor);
    color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.nureinshop-block-contengrid--item h2 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 180%;
    line-height: 0.8;
}

.nureinshop-block-contengrid--item ul li::marker {
  content: "► ";
  font-size: 130%;
}

.service .nureinshop-block-contengrid--item {
    flex-direction: column-reverse;
    padding: 0;
    justify-content: flex-end;
}

.service .nureinshop-block-contengrid--item h2 {
	font-size: 140%;
	padding: 15px;
	border-top: 5px solid #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
}

.service .subpages article {
    background-color: #fff;
    border: 0px solid #000;
}

.service a.nureinshop-block-contengrid--item {
    text-decoration: none;
}

.service .subpages-content {
    padding: 0px 5px 10px 5px;
}

.service .subpages-content > a {
    text-decoration: none;
}

.service .subpages-image {
	display: block;
	position: relative;
	aspect-ratio: 10/8;
	object-fit: cover;
	padding: 0 50px 0 50px;
	margin-bottom: -30px;
	margin-top: -30px;
}

.service .subpages-title {
    font-size: clamp(90%, 3vw, 140%);
    color: var(--maincolor);
}

@media screen and (max-width: 1024px) {
  .subpages-grid[data-cols="3"] {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

.symptome .nureinshop-block-contengrid--item {
	background-color: #fff;
	color: #000;
	border: 0px solid var(--maincolor);
	box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.symptome .nureinshop-block-contengrid--item::after {
    background: transparent;
}

.symptome .nureinshop-block-contengrid--item:hover {
    transform: none;
}

.symptome .nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

/*••••• Ärzte und Mitarbeiter •••••*/

.subpages article {
	background-color: var(--maincolor);
	display: flex;
	flex-direction: column;
}

.subpages-content {
	padding: 10px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.drmed .subpages-title::before {
    content: 'Dr. med.';
    width: 100%;
    display: block;
    text-transform: none;
    font-size: 80%;
}

.subpages-title {
    color: #fff;
    font-size: 150%;
    margin-top: 0;
}

.portraet {
    margin-top: 30px;
}

.portraet img {
    width: 100%;
    margin-bottom: -8px;
}

.portraet .col-3 {
    padding: 0;
}

.portraet .col-9 {
    padding: 25px 40px;
    font-size: 120%;
}

.portraet .col-3 p {
    margin-top: 0;
}

/* .portraet .row {
    background-color: var(--maincolor);
    color: #fff;
    padding: 0;
    margin-left: 0px;
    margin-right: 0;
} */

.portraet .row {
	background-color: var(--lightcolor);
	color: #000;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
}

.subpages-grid[data-cols="4"] .subpages-content {
  padding: 20px 10px;
  text-align: center;
  border-top: 5px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.subpages-grid[data-cols="4"]  article {
	background-color: var(--maincolor);
	display: flex;
	flex-direction: column;
}

.subpages-grid[data-cols="4"] .subpages-title {
    font-size: 117%;
}

.praxisteam .subpages-image {
	aspect-ratio: 16/11;
	object-fit: cover;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    background-color: var(--maincolor);
	color: #fff;
}

#region-footer .row::before {
	content: "Kontakt";
	text-transform: uppercase;
	font-size: 200%;
	color: #fff;
	padding-top: 45px;
	font-weight: 600;
	padding-left: 15px;
	padding-bottom: 10px;
}
#region-footer a {
	color: #fff;
}

#region-footer h2 {
	color: #fff;
	font-size: 130%;
	text-transform: none;
}

#region-copyright {
    background: #fff;
    font-size: 80%;
    padding: 0 0 10px 0;
}

/*••••• Social Sidebar •••••*/

.social-links {
	position: fixed;
	right: 20px;
	width: 50px;
	top: 320px;
	z-index: 999;
}

.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: 3px;
	line-height: 0;
	border-radius: 100%;
}

/* .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(--lightcolor);
	height: 50px;
	top: 0;
	color: #000;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 65px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(80px); /* Startposition weiter weg */
	z-index: -1;
	border-radius: 25px;
	margin-right: -50px;
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 70px;
	border-radius: 25px;
}

.social-links a {
	margin-top: 8px;
}



/*••••• Socials: Hover-Effect •••••*/

@keyframes bounceIn {
	0% { transform: translateX(10px); opacity: 0; } 
	45% { transform: translateX(-15px); opacity: 1; } 
	65% { transform: translateX(0px); }
	80% { transform: translateX(-2px); }
	100% { transform: translateX(0); }
}

.social-links a:hover {
	/* background-color: #000; */
	opacity: 1;
}

.social-links a:hover span {
    opacity: 1;
	animation: bounceIn 0.8s ease-out forwards; 
}

/*••••• 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;
    }
    .social-links > a {
        outline: 2px solid #000;
    }
}

/*••••• Hover Animation •••••*/

.subpages article {
    transition: 0.2s ease
}

.btn, .nureinshop-block-contengrid--item, .logo, .drmed article {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn::after, .nureinshop-block-contengrid--item::after, .logo::after, .drmed article::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fe8a14;
  transition: width 0.3s ease;
}

.btn:hover, .nureinshop-block-contengrid--item:hover, .drmed article:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.logo:hover {
    box-shadow: none;
    transform: scale(1.04);
}

.logo:hover img {
    /* filter: drop-shadow(1px 1px 4px #0000004f); */
}

.btn:hover::after, .nureinshop-block-contengrid--item:hover::after, .logo:hover::after, .drmed article:hover::after {
  width: 100%;
}

.service article > a {
    transition: 0.25s ease;
}

.service article:hover {
    transform: translateY(-3px) scale(1.02);
/*    box-shadow: 10px 10px 15px rgba(0,0,0,0.15); */
}


/* 
.service article a, .service article img, .service .subpages-content, .service .subpages-title {
    transition: 0.3s ease
}

.service article:hover > a {
    background-color: var(--lightcolor);
}

.service article:hover img {
    filter: invert(1);
}

.service article:hover > .subpages-content {
    background-color: var(--lightcolor);
}

.service article:hover > .subpages-content a {
    text-decoration: none;
}

.service article:hover > .subpages-content a h2 {
    color: #000;
} */


#plugin_emotion_image .container {
    width: 100%;
    aspect-ratio: 6.4 / 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#plugin_emotion_image .container img {
        width: 100%;
        animation: move 40s ease;
        -ms-animation: move 40s ease;
        -webkit-animation: move 40s ease;
        -0-animation: move 40s ease;
        -moz-animation: move 40s ease;
        position: absolute;
    }

    @-webkit-keyframes move {
        0% {
            -webkit-transform-origin: bottom left;
            -moz-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            -o-transform-origin: bottom left;
            transform-origin: bottom left;
            transform: scale(1.0);
            -ms-transform: scale(1.0);
            -webkit-transform: scale(1.0);
            -o-transform: scale(1.0);
            -moz-transform: scale(1.0);
        }
        100% {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3);
            -moz-transform: scale(1.3);
        }
    }

.tooltip {
    position: relative;
    cursor: help;
}

/* Tooltip-Box */
.tooltip::after {
	content: attr(data-tip);
	position: absolute;
	left: calc(100% + 16px);
	top: -6px;
	background: rgb(254, 138, 20);
	color: #fff;
	padding: 6px 10px;
	border-radius: 0;
	font-size: 18px;
	white-space: collapse;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 400px;
	max-width: calc(100vw - 130%);
	z-index: 5;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

/* Tooltip-Pfeil */
.tooltip::before {
	content: "";
	position: absolute;
	left: calc(100% + 10px);
	top: 0;
	border: 14px solid transparent;
	border-top-color: #fff;
	opacity: 0;
	transition: opacity 0.2s ease;
	transform: rotate(-90deg);
	z-index: 6;
}

/* Sichtbar beim Hover */
.tooltip:hover::after, .tooltip:hover::before {
	opacity: 1;
}

.slideshow-kenburns .item {
    overflow: hidden;
    position: relative;
}

.slideshow-kenburns .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    animation: move-pan 15s ease-in-out infinite alternate;
}

@keyframes move-pan {
    0% {
        transform-origin: bottom left;
        transform: scale(1.0) translate(0, 0);
    }
    100% {
        transform-origin: bottom left;
        transform: scale(1.15) translate(-2%, -1.5%);
    }
}



.slideshow-kenburns .container {
    aspect-ratio: 2560 / 756;
    overflow: hidden;
}

    

/** generated: 2025-11-28 15:56:15 **/