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

/*••••• Fonts •••••*/

/* oxygen-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: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/oxygen-v15-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oxygen-v15-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oxygen-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: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/oxygen-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oxygen-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oxygen-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: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('/project/nureinshop/pub/font/oxygen-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/oxygen-v15-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: #419aa1;
    --gray: #333334;
}

/*••••• 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: transparent;
    font-family: 'Oxygen', Arial, Sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: var(--gray);
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    text-transform: lowercase;
    font-weight: 300;
    color: var(--gray);
}

h1 {
    font-size: clamp(165%, 4.5vw, 300%);
    letter-spacing: 0.03em;
    hyphens: none;
}

.page-nureinshop-home h1 {
	padding-top: 0;
	line-height: 1.2;
}

h2 {
    font-size: clamp(140%, 2.5vw, 200%);
    margin-top: 25px;
}

h3 {
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

h1 strong, h2 strong, h3 strong {
    color: var(--maincolor);
    font-weight: 600;
}

strong {
    color: var(--maincolor);
    font-weight: 600;
}

a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

a:hover {
    color: var(--maincolor);
}

#region-breadcrumb ul li > * {
    color: #000;
}

.nureinshop-block-accordion--head {
	display: block;
	position: relative;
	padding: 15px 20px;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: #419aa1;
	text-decoration: none;
	font-size: 110%;
}

.nureinshop-block-accordion--item.is-open .nureinshop-block-accordion--head {
    border-radius: 10px 10px 0 0;
}

.nureinshop-block-accordion--body {
    border-radius: 0 0 10px 10px;
}

.nureinshop-block-accordion--body > *:first-child {
    margin-top: 0;
}

blockquote {
    margin-top: 25px;
    border-radius: 10px;
}

blockquote > *:first-child {
    margin-top: 0;
}

blockquote h2, blockquote h3, blockquote h4, blockquote a {
    color: #fff;
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

header {
    position: fixed;
    background-color: #FFFFFFE3;
    border-bottom: none;
    z-index: 4;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
}

#region-logo a img {
  position: absolute;
  margin-top: -36.03px;
  width: 300px;
  height: auto;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

[data-id="search"] {
    display:none!important;
}

#region-header-buttons {
    margin-top: 0;
}

.header-button-icon {
    height: 58px;
    width: 45px;
}

.mobile-logo {
    background-image: url('/pub/media/d8e3e55f0d7f815971d07274f8490415/martin-beisser-logo-mobil.svg');
    height: 77px;
    width: 130px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}

.mobile-logo img {
    display: none;
}

.offcanvas-nav a {
    text-decoration: none;    
}

.offcanvas-nav li a:hover {
  background-color: var(--maincolor);
  color: #fff;
}

/*••••• Navigation •••••*/

#region-nav {
    pointer-events: none;
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav nav {
  text-align: right;
  background-color: transparent;
  border: none;
}

#region-nav ul li a {
    pointer-events: auto;
    text-transform: lowercase;
    text-decoration: none;
    color: var(--gray);
}

#region-nav .level-1 > li > a, #region-nav .level-1 > li:first-of-type > a {
    border: none;
}

#region-nav .level-1 li.active > a {
    color: var(--maincolor);
}

#region-nav .level-1 li.active > a::before {
  display: block;
  height: 26px;
  width: 28px;
  content: '';
  background-color: lime;
  margin-right: auto;
  margin-left: auto;
  background: url('/pub/media/7d3924748ec74e8e5e5390f5b6d6e8cc/active-menu.svg');
  
  position: absolute;
  top: -13px;
  left: 0;
    right: 0;
  background-repeat: no-repeat;
  background-position-x: 4px;
  background-color: #fff;
  border-radius: 100%;
  background-size: 22px;
}

#region-nav .level-1 li:has(li.active) > a::before {
    display: block;
    height: 26px;
    width: 28px;
    content: '';
    background-color: lime;
    margin-right: auto;
    margin-left: auto;
    background: url('/pub/media/7d3924748ec74e8e5e5390f5b6d6e8cc/active-menu.svg');
    
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-color: #fff;
    border-radius: 100%;
    background-size: 22px;
}

#region-nav .level-1 li:has(li.active) > a {
    color: var(--maincolor);
}

#region-nav .level-1 li:has(li.active):hover > a {
    color: #fff;
}

#region-nav .level-2 li.active > a::before {
    display: none;
}

 #region-nav .level-1 > li:hover > a, #region-nav .level-2 li:hover > a {
    color: #fff;
    background-color: #419aa1;
}

 #region-nav .level-2 {
     text-align: left;
 }
 
#region-nav .level-2 {
    background-color: #fff;
}

#region-nav .level-2 a {
    color: var(--gray);
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-carousel {
  margin-bottom: 0;
}

.owl-nav span{
    color: var(--maincolor);
    font-size: 150px;
    line-height: 0.5;
}

@media only screen and (min-width: 991px) {
    #plugin_emotion_image {
        padding-top: 120px;
    }
}

#plugin_emotion_image .container {
    width: 100%;
}

@media (max-width: 1024px) {
    .owl-dots {
        display: none;
    }
}


/*••••• Inhalt •••••*/

[data-block-id="f7b45b3cfcb9267947f3c392600d1875"] p {
    margin-top: 5px;
}

[data-block-id="bbd0ccb61dfb96f5a4682182b8ac95f7"] {
    margin-top: 35px;
}

.ball-gross::before {
    content: '';
    background-image: url('/pub/media/3a40f57953ad925d3aea095696d62de9/physiotherapie-dallau-ball-gross.svg');
    height: 30vw;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    margin-top: -110px;
    max-height: 500px;
    z-index: -1;
}

.ball-klein::before {
    content: '';
    background-image: url('/pub/media/6577bf1d6761a34b67b60d105ddfb16a/physiotherapie-dallau-ball-klein.svg');
    height: 15vw;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    margin-top: -80px;
    max-height: 350px;
    z-index: -1;
}

.hervorgehoben {
    background: var(--maincolor);
    margin-top: 50px;
    overflow-x: clip;
}

.hervorgehoben .col-12 {
    padding: 0px 35px;
}

.hervorgehoben h2 {
    text-transform: none;
    color: #fff;
    margin-top: 0;
    font-size: clamp(160%, 3.5vw, 250%);
}

.hervorgehoben a {
    text-decoration: none;
    color: #fff;
}

.hervorgehoben .finger {
    filter: drop-shadow(1px 1px 4px #00000054);
    position: absolute;
    margin-left: 20px;
    margin-top: 15px;
}

.hervorgehoben:hover {
  animation: shake 0.6s ease-in-out both;
  transform-origin: center;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0.6deg);
  }
  50% {
    transform: rotate(-0.6deg);
  }
  75% {
    transform: rotate(0.4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


.sektion-grau {
    padding: 20px 0;
    background-color: var(--gray);
    color: #fff;
    background-image: url('/pub/media/66a879758299e3147d5b9b9001948bda/physiotherapie-dalau-beratung.jpeg');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left center;
    margin-top: 10px;
}

 @media only screen and (max-width: 1360px) {
    .sektion-grau {
        background-image: none;
    }
    /* .sektion-grau .col-3:first-of-type {
        background-image: url('/pub/media/66a879758299e3147d5b9b9001948bda/physiotherapie-dalau-beratung.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 220px;
    } */
 }
 
  @media only screen and (max-width: 960px) {
    .sektion-grau .col-3:first-of-type {
        display: none;
    }
    .sektion-grau .col-6, .sektion-grau .col-3 {
        width: 100%;
    }
    .sektion-grau .col-3 img{
        width: 50%;
    }
  }
 
/*
.nureinshop-block-contengrid--item {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}
*/

.nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.nureinshop-block-contengrid--item {
	background-color: #CEE5E7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: center;
	font-weight: 400;
	border-radius: 10px;
}


.block-nureinshop-contentgrid {
    margin-top: 10px;
}

.nureinshop-block-contengrid--item img {
    width: 80%;
}

.partner .nureinshop-block-contengrid--item {
    border-radius: 10px;
    padding: 20px;
    background-color: #CEE5E7;
    display: block;
}

.partner .nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
}

.partner a, .partner strong {
    color: #000;
}

/*••••• Beitragsliste •••••*/

.subpages-grid article {
  background-color: #CEE5E7;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease;
}

.subpages-grid article * {
    transition: 0.3s ease;
}

.subpages-grid article:has(a:hover) {
    background-color: var(--maincolor);
    color: #fff!important;
}

.subpages-grid article:has(a:hover) strong {
    color: #fff;
}

.subpages-grid article:has(a:hover) .btn {
    background-color: #fff;
    color: var(--maincolor);
}

.subpages-grid article h2:hover, .subpages-grid article:has(a:hover) h2 {
    color: #fff;
}

.subpages-grid article h2 {	
	font-size: clamp(100%, 2.5vw, 140%);
	margin-top: 0;
}

.team .subpages-grid article img {
    border-radius: 100%;
    outline: 3px solid #666;
}

.team .subpages-grid article {
  /* background-color: #CEE5E7; */
  background-color: transparent!important;
  position: relative;
  padding: 25px 25px 10px 25px;
  /* border-radius: 270px 270px 25px 25px; */
    /* background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(206, 229, 231, 1) 50%, rgba(206, 229, 231, 1) 100%); */
}

.team .subpages-grid article::after {
	content: '';
	background-color: #CEE5E7;
	border-radius: 10px;
	height: 50%;
	width: 100%;
	display: block;
	bottom: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	transition: 0.3s ease;
}

.subpages-grid article a {
    text-decoration: none;
}

.team .subpages-grid article h2 {
	font-size: clamp(100%, 2.5vw, 140%);
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	text-transform: none;
}

.team .subpages-grid article:has(a:hover)::after {
    height: 100%;
    background-color: var(--maincolor);
}

.team .subpages-grid article:has(a:hover) h2 {
    color: #fff;
}


.subpages-list article {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 20px;
	padding: 20px;
	background-color: #CEE5E7;
	border-radius: 10px;
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    margin-top: 50px;
    background-color: var(--maincolor);
    color: #fff;
    padding: 20px 0;
}

#region-footer strong {
    color: #fff;
}

#region-footer a {
    color: #fff;
}

 @media only screen and (max-width: 960px) {
    #region-footer .col-4:last-of-type {
        width: 100%;
    }
    #region-footer .col-4:last-of-type img {
        max-width: 200px;
    }
     #region-footer .col-4:nth-of-type(2), #region-footer .col-4:last-of-type {
         margin-top: 35px;
     }
 }

#region-copyright {
    background: #fff;
    font-size: 14px;
    padding: 5px;
}

#region-copyright p {
    margin-top: 0;
}

#region-copyright a {
    color: unset;
}

.block-nureinshop-text ul, .block-nureinshop-text ol {
    margin-top:0px;
    margin-bottom:10px;
}


/** generated: 2026-09-25 00:16:56 **/