@charset "UTF-8";
/*
 * CSS Fadeshow by @alexerlandsson
 * This is a fadeshow built in CSS and with customization in focus.
 * Supports quick navigation, prev/next navigation and autoplay.
 *
 * For better documentation and implementation guide, check out the GitHub repository:
 * https://github.com/alexerlandsson/css-fadeshow
*/
/*
 * ===== VARIABLES =====
 *
 * Change these variables to match your preferences. For a more detailed
 * description of what each variable do, visit https://github.com/alexerlandsson/css-fadeshow
 */
/*
 * ===== MIXINS =====
 *
 * This section contains mixin used
 * Do not change anything here unless you know what you are doing.
 */
/* Mixins to handle prefixes */
/* Mixins to handle Quick Navigation Button states */
/*
 * ===== FADESHOW =====
 *
 * Base functionality for the fadeshow.
 * Do not change anything here unless you know what you are doing.
 */

     @font-face{
         font-family:"Neue Haas Unica W01 Light";
         src:url("Fonts/e5716290-d41e-4c97-a27c-7a20a46ddf45.woff2") format("woff2"),url("Fonts/b681571f-aab2-4935-a99c-6ee1063ce638.woff") format("woff");
     }
     @font-face{
         font-family:"Neue Haas Unica W01 Regular";
         src:url("Fonts/e0d80810-f7e3-4fea-8c57-ef8116f0465d.woff2") format("woff2"),url("Fonts/27645c8a-608b-4abf-a2f1-c4407b576723.woff") format("woff");
     }
     @font-face{
         font-family:"Neue Haas Unica W01 Medium It";
         src:url("Fonts/2418a824-3af2-42d7-a62e-f7a77cf487d1.woff2") format("woff2"),url("Fonts/86b76db5-9343-473a-a106-60683cec7626.woff") format("woff");
     }
     @font-face{
         font-family:"Neue Haas Unica W01 Bold";
         src:url("Fonts/39bb8fb3-84a4-4ab8-ae45-db1834f5d807.woff2") format("woff2"),url("Fonts/96fd4fb4-75db-412f-986d-d65380ee0ccf.woff") format("woff");
     }

html {
 -ms-scroll-snap-type: both mandatory;
 scroll-snap-type: both mandatory;
 font-size: 100%;
 box-sizing: border-box;
 scroll-behavior: smooth;
}


body {
  font-family:"Neue Haas Unica W01 Regular";
  font-size: 18px;

}
.wrapper {

}
.logo {
    width: 30%;
    max-width: 400px;
    margin: 30px auto;
    margin: auto;
    position: relative;
    top: 6%;
    bottom: 15%;
    left: 50%;
    position: absolute;
    margin-left: -309px;
 
}
.logo svg {
    width: 100%;
    height: auto;
    margin-bottom: 11px;
    margin-top: 10px;
    left: 0px;
    margin-left: 0px;
}
p {
  width: 600px;
  margin: auto;
  text-align: left;
    color: #000;
      font-family:"Neue Haas Unica W01 Light";
    position: relative;
}
label {
    width: 80px;
    float: left;
}
p.intro {
  top: 180px;
    position: relative;
  }
h3 {
    font-family:"Neue Haas Unica W01 Light";
 text-transform: uppercase;
letter-spacing: 0.2em;
margin-bottom: 40px;
}
.slide-window h3 {
background-color: #fff;
}
b {
  font-family:"Neue Haas Unica W01 Regular";

}
/*menu*/:root {
  --color-white: hsl(0, 0%, 100%);
  --color-light: hsl(206, 33%, 96%);
  --color-black: hsl(0, 0%, 7%);
  --color-night: hsl(214, 100%, 10%);
  --color-purple: hsl(291, 64%, 42%);
  --color-indigo: hsl(255, 100%, 60%);

}


*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.liste *::before,
.liste *::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
li {
    text-indent: -9px; /* Negativer Einzug für das erste Zeichen */
    padding-left: 20px; /* Abstand zwischen Aufzählungszeichen und Text */
}
a.underlinded  {

     text-decoration: underline !important; 
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
  background: var(--color-white);
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  font-size: 1rem;
  color: #000;
  font-family:"Neue Haas Unica W01 Regular";
}
a:focus,
a:hover {
  opacity: 0.5;
}
b {
    font-family:"Neue Haas Unica W01 Medium It";
    font-weight: normal;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 83rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
}

.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  border: none;
  outline: none;
  color: var(--color-indigo);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.navbar {
  max-width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
  outline: none;
  color: var(--color-black);
;

}
.topbar {
      background-color: #c691f9;
      position: fixed;
      width: 100%;
      height: 50px;
          z-index: 9;
          margin-top: -80px;
}
.navbar .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
      background: transparent;
      backdrop-filter: blur(5px);
    background-color: #aacce3;
              border: 1px solid green;
}
.navbar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}
.navbar .burger-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: var(--color-black);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar .burger-line:nth-child(1) {
  top: 0;
}
.navbar .burger-line:nth-child(2), .navbar .burger-line:nth-child(3) {
  top: 0.5rem;
}
.navbar .burger-line:nth-child(4) {
  top: 1rem;
}
.navbar .burger.is-active .burger-line:nth-child(1), .navbar .burger.is-active .burger-line:nth-child(4) {
  top: 1.25rem;
  width: 0%;
  left: 50%;
}
.navbar .burger.is-active .burger-line:nth-child(2) {
  transform: rotate(45deg);
}
.navbar .burger.is-active .burger-line:nth-child(3) {
  transform: rotate(-45deg);
}
.menu {
  width: 888px;
  max-width: 100%;
    margin: 16px auto 1px;

  }
.navbar .menu-inner {

  display: flex;
  justify-content: space-between;


}
.navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  border: none;
  color: var(--color-black);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease-in-out;
}

a.normallink {
  text-decoration: underline;
}
/*pop up*/
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.popup.show {
    display: block;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.overlay.show {
    display: block;
}
.close-btn {
    background: #c691f9;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
 
}
.open-btn {
    padding: 10px 20px;
    background: #c691f9;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    top: 86%;
    position: absolute;
    left: 30%;
}
.physioswiss {
    position: relative;
    margin-left: -480px;
    margin-top: 15px;
}
.videocontainer {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 337px;
    margin: auto;
}:-moz-user-disabled

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 768px) {
  .navbar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 20px;
    left: 20px;
  }
  .videocontainer {
    position: relative;
    overflow: hidden;
    width: 400px;
   height: 225px;
}
  .physioswiss {
    position: relative;
    margin-left: -0px;
    margin-top: 15px;
}

  p {
      width: 90%;
      margin: auto;
      text-align: left;
      color: #000;
      font-family: "Neue Haas Unica W01 Regular";
  }

  .navbar .menu {
    width: 100%;
    max-height: 0rem;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.35s ease;
  }
  .navbar .menu.is-active {
    opacity: 1;
    visibility: visible;
  }
  .navbar .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
padding: 1rem 20px;
  background: #c691f9;
  }
}


/*end of menu*/



.slide-window, .slide-windowtwo
  {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  top:0px;
  left:0px;
  }

.slides
  {
  height:100%;
  position:absolute;
  margin:0px;
  padding:0px;

  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);

  transition: all 0.66s ease; -webkit-transition: all 0.66s ease;

  }

.slide
  {
  list-style:none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  background: #ccc;
  text-align: center;
  line-height: 300px;
  background-size: cover;
  background-position:50% 50%;
  color:#fff;
  -webkit-transform: translate3d(0px,0px,0px);
  visibility:hidden;
  -webkit-transform-style: preserve-3d;

  }

  .two
  {

  opacity: 0.5;
  }
.alive { visibility:visible; }

.nav
  {
  position:absolute;
  z-index:9;
  top:50%;
  cursor:pointer;
  color:#fff;
  transition: all 0.66s ease; -webkit-transition: all 0.66s ease;
  }
  .fa-chevron-right:before,
  .fa-chevron-left:before {
      content: none;
  }
.nav:hover { opacity:1.0; }
.left { left:3%; }
.right { right:3%; }


#credit
  {
  position:fixed;
  top:25px;
  left:25px;
  color:#eaeaea;
  font-family: 'Courier New', Courier, monospace;
  }


  section {
    height: 100vh;
    padding: 40px 0 0rem;

    overflow: hidden;
/*    display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #000;

    scroll-snap-align: start !important;
  }
  section:nth-of-type(even) .content {
    flex-direction: row-reverse;
  }
  section:nth-of-type(1) {
    background-color: #fff;
        overflow: scroll;
  }
  section:nth-of-type(2) {
    background-color: #fff;
  }
  section:nth-of-type(3) {
    overflow: scroll;
  }
  section:nth-of-type(4) {
    padding: 0px 0 0rem !important;
    background-color: yellow;
    overflow: scroll;
  }
  section:nth-of-type(5) {
    overflow: scroll;
        scroll-snap-align: start;
        background-color: #c691f9;

  }
section:nth-of-type(5) p {
  width: 240px;
}
  .contactbutton {
    float: none;
    margin: 30px auto;
  }


  .myButton {
      background-color:#000;
      border-radius:28px;
      border:1px solid #18ab29;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-family:Arial;
      font-size:17px;
      padding:16px 31px;
      text-decoration:none;
      text-shadow:0px 1px 0px #2f6627;
  }
  .myButton:hover {
      background-color:#000;
      opacity: 0.5;
  }
  .myButton:active {
      position:relative;
      top:1px;
  }
  
          
.contactdiv {
  padding-top: 1%;
}

    @media screen and (max-width : 1100px){
h1 {
  font-size: 127px;
  line-height: 120px;
}
}
@media screen and (max-width : 900px){
h1 {
font-size: 100px;
line-height: 90px;
}
.contactdiv {
    padding-top: 5%;
  }
}
  @media screen and (max-width : 800px){
    .mobile-menu .lines {
      border-bottom: 15px double #f8f8f8;
      border-top: 5px solid #f8f8f8;
      content:"";
      height: 5px;
      width:20px;
      padding-right:15px;
    float: right;
  }
  	/*Make dropdown links appear inline*/
  	.mobile-menu ul {
  		position: static;
  		display: none;
  	}
  	/*Create vertical spacing*/
  	.mobile-menu li {
  		margin-bottom: 1px;
  	}
  	/*Make all menu links full width*/
  	.mobile-menu ul li, .mobile-menu li a {
  		width: 100%;
  	}
  	/*Display 'show menu' link*/
  	.mobile-menu .show-menu {
  		display:block;
  	}
      .logo {
        width: 60%;
        max-width: 400px;
        margin: 30px auto;
        margin: inherit;
        position: relative;
        top: 6%;
        bottom: 15%;
        left: 5%;

    }
  }
  @media screen and (max-width : 700px){
  h1 {
  font-size: 80px;
  line-height: 70px;
  }
  }
  @media screen and (max-width : 600px){
  h1 {
  font-size: 70px;
  line-height: 60px;
  }
  }
  @media screen and (max-width : 500px){
  h1 {
  font-size: 50px;
  line-height: 46px;
  }
  }


  * {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}