/* ############################################################################################################ */
/* ##  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;
}

/*••••• 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: #666666;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
    text-transform: lowercase;
    font-weight: 300;
    color: #666666;
}

h1 {
    font-size: clamp(180%, 4.5vw, 300%);
    letter-spacing: 0.03em;
}

.page-nureinshop-home h1 {
  padding-top: 0;
  line-height: 0;
  margin-bottom: 45px;
}

h2 {
    font-size: clamp(150%, 2.5vw, 200%);
    margin-top: 40px;
}

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);
}

/*••••• 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: #666666;
}

#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: #666666;
}

 @media only screen and (min-width: 991px) {
    #region-breadcrumb {
        padding-top: 160px;
    }
 }

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.owl-nav span{
    color: var(--maincolor);
    font-size: 150px;
    line-height: 0.5;
}

/*••••• Inhalt •••••*/

[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;
}

.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 1s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: rotate(2deg);
  }
  20%, 80% {
    transform: trotate(-2deg);
  }
  
  30%, 50%, 70% {
    transform: rotate(1deg);
  }
  40%, 60% {
    transform: rotate(-1deg);
    }
}

.sektion-grau {
    padding: 20px 0;
    background-color: #666666;
    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;
}


.block-nureinshop-contentgrid {
    margin-top: 10px;
}

.nureinshop-block-contengrid--item img {
    width: 80%;
}

/*••••• 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;
}

#region-copyright a {
    color: unset;
}

/** generated: 2025-08-03 16:11:00 **/