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

/*••••• Fonts •••••*/

/* roboto-slab-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: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/roboto-slab-v36-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-slab-v36-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-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: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/roboto-slab-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-slab-v36-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-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: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/roboto-slab-v36-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-slab-v36-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-slab-800 - 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 Slab';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/roboto-slab-v36-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-slab-v36-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/roboto-v51-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-v51-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-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';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/roboto-v51-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-v51-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-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';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/roboto-v51-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-v51-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-800 - 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';
  font-style: normal;
  font-weight: 800;
  src: url('/project/nureinshop/pub/font/roboto-v51-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/roboto-v51-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
  --maincolor: #17529b;
  --secondary: #189eb9;
  --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: #f9f9f9;
    font-family: 'Roboto', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(14px, 4vw, 18px);
    font-weight: 200;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
   	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 200;
	color: var(--secondary);
	margin-top: 1em;
	text-transform: uppercase;
}

h1 {
    font-size: clamp(180%, 4.5vw, 300%);
    margin-top: 0.5em;
}

.page-nureinshop-home h1 {
    font-size: clamp(230%, 4.5vw, 380%);
    padding-top: 0;
    hyphens: none;
}

h2 {
    font-size: clamp(160%, 4.5vw, 200%);
}

h3 {
	font-size: clamp(130%, 4.5vw, 160%);
}

h4 {
	font-size: clamp(100%, 4.5vw, 110%);
}

h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 800;
    color: var(--maincolor);
    font-family: 'Roboto Slab', Arial, Sans-serif;
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 800;
    color: var(--maincolor);
    font-family: 'Roboto Slab', Arial, Sans-serif;
}

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: 5px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	/*
	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 .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,
.nureinshop-block-subpages-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.nureinshop-block-subpages-accordion--head {
    border-radius: 5px;
    text-decoration: none;
}

.is-open .nureinshop-block-accordion--head,
.is-open .nureinshop-block-subpages-accordion--head {
    border-radius: 5px 5px 0 0;
}

.nureinshop-block-subpages-accordion--body,
.nureinshop-block-accordion--body {
    border-radius: 0 0 5px 5px;
}

.nureinshop-block-accordion--body > *:first-child {
	margin-top: 0;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

.nureinshop-block-accordion--body table tr th,
.block-nureinshop-table table tr th {
    background-color: var(--maincolor);
    color: #fff;
}

.nureinshop-block-accordion--body table tr th:first-of-type,
.block-nureinshop-table table tr th:first-of-type {
    width: 15%!important;
}

.nureinshop-block-accordion--body table tr td,
.nureinshop-block-accordion--body table tr th,
.block-nureinshop-table table tr td, 
.block-nureinshop-table table tr th {
    padding: 5px 10px 5px 10px;
}

.nureinshop-block-accordion--body table tr td:first-of-type,
.block-nureinshop-table table tr td:first-of-type {
    width: 15%!important;
    min-width: 60px;
    font-weight: 400;
}

.block-nureinshop-table tbody tr:nth-child(2n+1),
.nureinshop-block-accordion--body tbody tr:nth-child(2n+1) {
    background-color: transparent;
}

.block-nureinshop-table tbody tr:nth-child(2n+2),
.nureinshop-block-accordion--body tbody tr:nth-child(2n+2) {
    background-color: #e2e7ee;
}

#region-breadcrumb ul li a {
	color: #000;
}

#region-content ul, #region-content ol {
    margin-left: 25px;
}

.block-nureinshop-text ul,
.block-nureinshop-text ol,
.nureinshop-block-accordion--body ol,
.nureinshop-block-accordion--body ul {
    margin-top: 10px;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

.iframe_dsgvo .btn {
	line-height: 1.65;
}

.block-nureinshop-hr {
    margin-top: 65px;
    margin-bottom: 30px;
}

.block-nureinshop-hr hr {
    border: none;
    border-top: 2px solid var(--maincolor);
}

.block-nureinshop-hr hr::before {
	content: '';
	display: inline-block;
	height: 60px;
	width: 60px;
	background-image: url('/pub/media/06518af090b8dd867cdcff368ceeed32/urologische-praxis-buchen-dekobild-footer.svg');
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9f9f9;
}

.float-right,
.float-left {
    max-width: 35vw;
}

.block-nureinshop-text img {
    border-radius: 5px;
}

/*••••• Header •••••*/

header {
    border: none;
}

#region-search {
    display: none;
}

#region-logo {
	float: left;
	width: 100%;
	display: flex;
}

#region-logo a {
	display: block;
	padding: 30px 0 15px 0;
	margin-left: auto;
	margin-right: auto;
}

#region-logo a img {
	height: auto;
	width: 215px;
}

/* [data-id="search"] {
    display:none!important;
} */

/*••••• Navigation •••••*/

#region-nav {
    position: sticky;
    top: 0;
    z-index: 5;
}

#region-nav nav {
	background-color: #FFFFFF;
	border-bottom: 2px solid #DDDDDD4F;
}

#region-nav ul li a {
    text-decoration: none;
    border: none;
}

#region-nav ul.level-1 {
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}


#region-nav ul.level-1 > li > a {
    text-transform: uppercase;
    font-size: 120%;
    font-weight: 300;
    transition: 0.3s ease;
    text-underline-offset: 5px;
    text-decoration-color: #afafb0;
    text-decoration-thickness: 2px;
}

#region-nav ul.level-1 > li > a:hover,
#region-nav ul.level-1 > li.inpath > a,
#region-nav ul.level-1 > li.active > a,
#region-nav ul.level-1 > li:has(ul.level-2 > li > a:hover) > a,
#region-nav ul.level-2 > li > a:hover,
#region-nav ul.level-2 > li.active > a { 
    color: var(--secondary);
    background-color: transparent;
    text-shadow: none;
    text-decoration: underline;
    text-decoration-color: #afafb0;
    text-decoration-thickness: 2px;
}

#region-nav .level-1 > li:first-of-type > a, #region-nav ul.level-1 li a  {
  border: none;
}

#region-nav .level-2 {
	background-color: #ffff;
	border-radius: 5px;
	border: none;
}

#region-nav .level-2 > li > a {
    color: var(--maincolor);
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

/*••••• Mobiles Nav •••••*/

.offcanvas-nav li a {
    font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

#region-mobile-nav > .container > div > ul {
	float: none;
    top: 30px;
	position: absolute;
	right: 18px;
	margin: 0;
}

#region-mobile-nav > .container > div {
	display: flex;
	justify-content: center;
}

#region-mobile-nav .mobile-logo img {
	height: 80px;
	padding: 5px 0 0px 0;
}

.offcanvas-menu li.inpath > a {
	background-color: var(--lightcolor);
	color: #000;
}

.offcanvas-menu li.active > a{
	background-color: var(--secondary);
	color: #fff;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 5%;
	transform: translateY(-50%);
	margin-left: auto;
	right: 0;
	left: 0;
	margin-right: auto;
	width: fit-content;
}

.hero-slider .owl-carousel .owl-dots .owl-dot {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 20px;
	margin: 0 5px 0 5px;
	outline: solid #fff;
}

.hero-slider .owl-carousel .owl-dots .owl-dot {
    margin-right: 15px;
}

.hero-slider .owl-carousel .owl-dots .owl-dot:last-of-type {
    margin-right: 0;
}

.hero-slider .owl-carousel .owl-dots .owl-dot.active {
	height: 20px;
	width: 20px;
	background-color: #fff;
	outline: solid var(--secondary);
}

@media (max-width: 990px) {
    .hero-slider .owl-dots, .hero-slider .owl-nav {
        display: none!important;
    }
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
	background-color: #e2e7ee;
	border-radius: 5px;
	overflow: clip;
	padding-bottom: 15px;
}

.nureinshop-block-contengrid--item > p, 
.nureinshop-block-contengrid--item > h3,
.nureinshop-block-contengrid--item > h2 {
    padding-left: 15px;
    padding-right: 15px;
}

.nureinshop-block-contengrid--item > h2 {
    margin-top: 15px;
}

.nureinshop-block-contengrid--item > h3 {
    font-size: clamp(100%, 4.5vw, 117%);
    margin-top: 15px;
    color: var(--maincolor);
}

.nureinshop-block-contengrid--item > p:first-child {
    margin-top: 0;
    padding: 0;
}


.team .container {
    margin-top: -30px;
}

.team .nureinshop-block-contengrid--item {
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.team .nureinshop-block-contengrid--item p:has(img) {
    line-height: 0;
    position: relative;
    text-align: center;
}

.team .nureinshop-block-contengrid--item p:has(img)::after {
    width: 100%;
    height: calc(50% - 5%);
    content: '';
    background-color: #e2e7ee;
    border-radius: 5px 5px 0 0;
    position: absolute;
    display: inline-block;
    right: 0;
    z-index: 0;
    bottom: 0;
}

.team .nureinshop-block-contengrid--item > div {
    background-color: #e2e7ee;
    padding: 0 20px 20px 20px;
    height: 100%;
}

.team .nureinshop-block-contengrid--item h3 {
  font-size: clamp(100%, 4.5vw, 117%);
  margin-top: 0;
  color: var(--maincolor);
  font-weight: 200;
}


.team .nureinshop-block-contengrid--item img {
    /* aspect-ratio: 5/6; */
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center -20px;
    border-radius: 100%;
    padding: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: -5%;
}

@media (max-width: 550px) {
    .team .nureinshop-block-contengrid {
        grid-template-columns: minmax(0,1fr);
    }
    .team .nureinshop-block-contengrid--item img {
            max-width: calc(35vw + 80px);
    }
}

/*••••• Inhalt •••••*/

@media (max-width: 560px) {
    [data-block-id="94c45c67c7c740fc3456375b0ff0d127"] .row {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*••••• 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;
}

.block-nureinshop-html-code > .container {
    line-height: 0;
}

.block-nureinshop-html-code p, .block-nureinshop-html-code a {
    line-height: 1.45;
}

/*••••• Footer & Copyright •••••*/

.page-nureinshop-home footer {
  margin-top: 0;
}

#region-footer {
    background-color: var(--maincolor);
	color: #fff;
}

#region-footer {
	background-image: url("/pub/media/06518af090b8dd867cdcff368ceeed32/urologische-praxis-buchen-dekobild-footer.svg)");
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: inherit;
	background-position: 98% center;
	background-color: var(--maincolor);
	color: #ffffff;
	background-size: auto 80%;
	padding-top: 15px;
}

@media (max-width: 1690px) {
    #region-footer {
        background-image: none; 
    }
}

#region-footer strong {
    color: #fff;
}

#region-footer a {
    color: #fff;
}

#region-footer h2 {
	color: #fff;
	font-size: 140%;
	font-weight: 300;
}

#region-footer .col-4:nth-of-type(2) p {
    line-height: 1.3;
}

#region-footer .col-4:nth-of-type(2) p:nth-of-type(n+2) {
    margin-top: 5px;
}

#region-copyright {
    background: #fff;
}

#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 {
    display: none!important;
}

.social-links {
	position: fixed;
	right: 20px;
	width: 50px;
	top: 0;
	z-index: 99;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: table;
}

.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;
	padding: 10px;
	line-height: 0;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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;
	border-radius: 30px;
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 25px;
	margin-right: -20px;
	background-color: var(--maincolor);
	font-weight: 400;
}

.social-links a:nth-child(2) {
	background-color: var(--secondary);
	margin-top: 20px;
	color: #000!important;
}

.social-links a:nth-child(2) span.zweizeilig {
	background-color: var(--secondary);
}

/*••••• Socials: Hover-Effect •••••*/

@keyframes bounceIn {
	0% { transform: translateX(80px); opacity: 0; } /* Start weiter rechts für mehr Drama */
	45% { transform: translateX(-15px); } /* Weiter über das Ziel hinausschießen */
	65% { transform: translateX(7px); }
	80% { transform: translateX(-4px); }
	100% { transform: translateX(0); opacity: 1; }
}

.social-links a:hover {
	background-color: #000;
	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 > a {
        opacity: 0.75;
        outline: solid 2px #fff;
    }
}


/** generated: 2026-07-30 15:37:31 **/