.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  color: #406165;
  text-decoration: overline;
}

.body {
  overflow: auto;
  min-height: 0%;
  background-color: #fff;
  color: #406165;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 114px;
  background-color: #fff;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: none;
  min-width: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.physio-icon {
  position: static;
  left: 0px;
  top: auto;
  right: 0px;
  width: 90px;
  height: 90px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand {
  left: 0%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 20px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.brand.w--current {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46.140625px;
  max-height: 100%;
  min-height: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.menu-button {
  position: relative;
  left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 24%;
}

.menu-button.w--open {
  background-color: transparent;
}

.icon {
  height: 37px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 42px;
}

.menu {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  max-height: 100vh;
  max-width: 22vw;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 400;
}

.headerblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6.5vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 6.5vw;
  line-height: 109px;
  font-weight: 300;
  text-align: center;
}

.headerblock.stretched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  font-size: 6.5vw;
  letter-spacing: 1.3px;
}

.titelbild {
  overflow: visible;
  height: 90vh;
  max-height: 100%;
  padding: 0px 15px 15px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-right: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Header-2.jpg');
  background-position: center;
  background-size: cover;
}

.grid-6 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-2 {
  width: auto;
  height: 6.5vw;
  max-width: none;
  padding: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #dfdfd4;
  text-align: center;
}

.div-block-7.blau {
  background-color: rgba(112, 166, 218, 0.2);
}

.section {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 15px 15px;
  text-align: center;
}

.section.braunhg {
  display: none;
}

.div-block-9 {
  display: inline-block;
  width: 50%;
  height: 800px;
  padding: 0px 7.5px 15px 15px;
  float: left;
}

.div-block-10 {
  display: inline-block;
  width: 50%;
  height: 800px;
  padding: 0px 15px 15px 7.5px;
  float: right;
}

.div-block-11 {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 166, 218, 0.2);
}

.section-2 {
  display: block;
  height: 800px;
  padding-top: 0px;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Gesundheit2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12._2 {
  background-image: url('../images/Spezial2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  padding-top: 210px;
  padding-right: 130px;
  padding-left: 90px;
  border-bottom: 0px none #000;
}

.div-block-13.brown {
  border: 0px solid #5c584a;
  background-color: #bfbfa9;
}

.heading {
  padding-top: 34px;
  padding-bottom: 34px;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #406165;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 400;
  text-align: left;
}

.heading.brown {
  width: 100%;
  border-style: none none solid;
  border-color: #5c584a;
  border-bottom-width: 4px;
  color: #5c584a;
}

.heading.therapieangebot {
  width: 51%;
  min-width: 51%;
  margin-top: 12px;
  margin-bottom: 18px;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #5c584a #5c584a #406165;
}

.heading.therapieangebot.spezial {
  width: 50px;
  border-bottom-color: #5c584a;
}

.heading.therapieangebot.dunkel {
  border-bottom-color: #5c584a;
}

.paragraph {
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: Montserrat, sans-serif;
  color: #406165;
  text-align: left;
}

.paragraph.brown {
  color: #5c584a;
}

.angebot {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  float: none;
  text-align: center;
}

.angebot.brown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  min-width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.angebot.brown.tape2 {
  position: relative;
  left: 18px;
}

.angebot.brown.tape2.tape_2 {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.brown.kgang {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  max-width: 190px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.brown.faszien {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-right: -35px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.brown.kb {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.angebot.brown.schroth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  max-width: 190px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.brown.flossing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.kg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-self: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.angebot.mt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.zns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.fundw {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot.eundu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.angebot.ml {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.angebot.km {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-14 {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-14.eundu {
  bottom: 0px;
}

.div-block-14.ml {
  bottom: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-14.km {
  bottom: 0px;
  min-width: 250px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-14.maitland {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14.fuss {
  width: 190px;
  margin-right: -33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 120px;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.image-3.kg {
  display: block;
  width: auto;
  height: 70px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-3.mt {
  width: auto;
  height: 100px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.zns {
  width: auto;
  height: 100px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.fundw {
  width: auto;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.eundu {
  display: inline-block;
  width: auto;
  height: 120px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.ml {
  width: auto;
  height: 80px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.km {
  width: 143px;
  height: 90px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.kgb {
  width: auto;
  height: 120px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.schroth {
  width: auto;
  height: 110px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.flossing {
  width: auto;
  height: 110px;
  max-width: none;
}

.image-3.kinesio {
  width: auto;
  height: 110px;
  max-width: none;
}

.image-3.kgg {
  width: auto;
  height: 120px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.image-3.faszien {
  width: auto;
  height: 110px;
  max-width: none;
}

.image-3.maitland {
  width: auto;
  height: 85px;
  max-height: none;
  max-width: none;
}

.image-3.fuss {
  width: auto;
  height: 110px;
}

.paragraph-4 {
  position: static;
  display: inline-block;
  margin: 18px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.paragraph-4.braun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #5c584a;
}

.paragraph-4.braun.schroth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-4.fundw {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.paragraph-4.dunkel {
  color: #5c584a;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 51%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.div-block-15.brown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-width: 818px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.section-3 {
  padding: 0px 15px 15px;
}

.div-block-16 {
  overflow: hidden;
  max-height: 628px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3eff9), to(#d6d5c8));
  background-image: linear-gradient(180deg, #e3eff9, #d6d5c8);
}

.div-block-17 {
  overflow: hidden;
  min-height: 400px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/Sportlerin_freisteller.png');
  background-position: 50% 50%;
  background-size: 1060px;
  background-repeat: no-repeat;
  text-align: center;
}

.div-block-18 {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #dfdfd4;
  text-align: center;
}

.div-block-24 {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 7.5px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
}

.div-block-24._2 {
  padding-right: 0px;
  padding-left: 7.5px;
  float: right;
}

.div-block-25 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  float: left;
  background-image: url('../images/Geraete.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.div-block-25._2 {
  float: right;
  background-image: url('../images/Massage.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-27 {
  display: inline-block;
  width: 50%;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 7.5px;
}

.div-block-27._2 {
  overflow: hidden;
  height: 100%;
  padding-right: 7.5px;
  padding-left: 0px;
  float: left;
  clear: left;
}

.div-block-28 {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(118, 176, 225, 0.2)), to(rgba(118, 176, 225, 0.2)));
  background-image: linear-gradient(180deg, rgba(118, 176, 225, 0.2), rgba(118, 176, 225, 0.2));
}

.div-block-28._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfbfa9), to(#bfbfa9));
  background-image: linear-gradient(180deg, #bfbfa9, #bfbfa9);
}

.button {
  display: inline-block;
  padding: 13px 57px;
  float: left;
  border: 3px solid #406165;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 300;
}

.button:hover {
  background-color: #96d7db;
}

.maps-section {
  height: 504px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.div-block-29 {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding-right: 7.5px;
}

.div-block-30 {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding-left: 7.5px;
  float: right;
}

.div-block-31 {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-right: 130px;
  padding-left: 90px;
  background-color: #d8d3c7;
}

.div-block-32 {
  display: inline-block;
  width: 100%;
  height: 100%;
  float: none;
}

.info {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #5c584a;
}

.info.top {
  margin-top: 49px;
}

.section-5 {
  height: 560px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.section-7 {
  display: block;
  height: 560px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.button-3 {
  padding: 13px 57px;
  border: 3px solid #5c584a;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #5c584a;
  font-weight: 300;
}

.button-3:hover {
  background-color: #9e9e8d;
}

.map {
  width: 100%;
  height: 100%;
}

.paragraph-7 {
  float: right;
}

.telefonnummer {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 51px;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-size: 27px;
  font-weight: 400;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 0px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}

.image-6 {
  width: 36px;
  margin: auto 9px;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 0px;
}

.footer.home {
  position: static;
}

.div-block-34 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  margin-top: 0px;
  padding-top: 41px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e3eff8;
  text-align: center;
  text-decoration: none;
}

.image-8 {
  height: 100%;
  margin: 0px 17px 10px;
  padding-bottom: 0px;
}

.footertext.impressum {
  padding: 12px;
  border-right: 2px solid #406165;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 400;
}

.footertext.datenschutz {
  padding: 12px;
  border-left: 2px solid #406165;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 400;
}

.div-block-36 {
  margin-top: 80px;
  margin-right: 120px;
  margin-left: 80px;
}

.div-block-37 {
  margin-top: 80px;
  margin-right: 120px;
  margin-left: 80px;
}

.nav-link {
  display: block;
  color: #406165;
  font-size: 24px;
  font-weight: 600;
}

.nav-link-2 {
  display: block;
  color: #406165;
  font-size: 24px;
  font-weight: 600;
}

.navtypo {
  width: 100%;
  color: #406165;
  font-size: 24px;
  font-weight: 600;
}

.navtypo.w--current {
  display: block;
  color: #406165;
  font-size: 24px;
}

.nav-link-3 {
  display: block;
  float: none;
  color: #406165;
  font-size: 24px;
  font-weight: 600;
}

.link-block {
  height: 49px;
  margin-bottom: 13px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-38 {
  position: static;
  margin: 27px 170px 165px;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 931px;
  margin-top: 50px;
  margin-bottom: 50px;
  float: none;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-width: 818px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
}

.menu-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 75px;
  height: auto;
}

.paragraph-8 {
  max-width: 100%;
  margin-top: 5px;
}

.container-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-49 {
  height: 0px;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  color: #5c584a;
  font-weight: 400;
  text-align: center;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.bold-text-4.dunkel {
  color: #5c584a;
}

.impressumdatenschutz {
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 600;
}

.impressumdatenschutz.impressum {
  margin-top: 80px;
}

.h3 {
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 500;
}

.pimpressum {
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 400;
}

.h4 {
  font-family: Montserrat, sans-serif;
  color: #406165;
  font-weight: 600;
}

.link-6 {
  text-decoration: underline;
}

.link-7 {
  text-decoration: underline;
}

.link-8 {
  text-decoration: underline;
}

.link-9 {
  text-decoration: underline;
}

.link-10 {
  text-decoration: underline;
}

.link-11 {
  text-decoration: underline;
}

.link-12 {
  text-decoration: underline;
}

.link-13 {
  text-decoration: underline;
}

.link-14 {
  text-decoration: underline;
}

.link-15 {
  text-decoration: underline;
}

.popup-overlay {
  position: fixed;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 6vh;
  min-height: 0px;
  padding: 0px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(197, 228, 230, 0.9);
}

.text-block {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #682207;
  font-size: 26px;
  font-weight: 500;
}

.popup {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 42px;
  padding-left: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: center;
}

.popup.sublabel {
  padding-right: 112px;
  padding-left: 112px;
  font-size: 0.9em;
}

.div-block-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-2 {
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #98bcbe;
  font-family: Montserrat, sans-serif;
  color: #406165;
}

.button-2:hover {
  background-color: #bf360c;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 236px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
}

.paragraph-9.uhrzeit {
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 14px;
}

.paragraph-9.termin {
  font-size: 13.2px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 51%;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-54 {
  height: 0px;
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: scroll;
  }
  .physio-icon {
    float: right;
  }
  .brand {
    position: static;
    left: 45%;
    margin-left: 0px;
  }
  .brand.w--current {
    width: auto;
    margin-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .menu {
    max-width: 42vw;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 5px;
  }
  .headerblock {
    height: 10vw;
    font-size: 8vw;
    line-height: 64px;
  }
  .headerblock.stretched {
    height: 10vw;
    font-size: 8vw;
    letter-spacing: 0.7px;
  }
  .titelbild {
    height: 90vh;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid-6 {
    grid-row-gap: 7px;
  }
  .image-2 {
    width: auto;
    height: 10vw;
    padding: 13px;
  }
  .div-block-7 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .div-block-9 {
    width: 100%;
    height: 500px;
    padding-right: 15px;
  }
  .div-block-10 {
    width: 100%;
    height: 50%;
    padding-left: 15px;
  }
  .section-2 {
    height: 989px;
    margin-top: 0px;
  }
  .div-block-13 {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .div-block-13.brown {
    height: 100%;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .heading.brown {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .heading.therapieangebot {
    margin-top: -2px;
  }
  .heading.therapieangebot.dunkel {
    margin-bottom: 40px;
  }
  .angebot {
    position: relative;
    left: 0px;
    width: 40%;
  }
  .angebot.brown {
    display: inline-block;
  }
  .angebot.brown.tape2 {
    display: none;
  }
  .angebot.brown.tape2.tape_2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .angebot.brown.kgang {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .angebot.brown.faszien {
    left: 1px;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .angebot.brown.kb {
    width: 100%;
    min-width: 51%;
    margin-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .angebot.brown.schroth {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .angebot.brown.flossing {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .angebot.brown.fuss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .angebot.kg {
    width: 35%;
    max-width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .angebot.mt {
    left: 0px;
    width: 35%;
    height: auto;
    max-width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .angebot.zns {
    left: 0px;
    width: 35%;
    max-width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .angebot.fundw {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    max-width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .angebot.eundu {
    left: 0px;
    width: 35%;
    max-width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .angebot.ml {
    left: 0px;
    width: 35%;
    max-width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .angebot.km {
    left: 0px;
    bottom: 0px;
    width: 35%;
    max-width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-14 {
    bottom: 0px;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-14.mt {
    bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-14.fundw {
    bottom: 0px;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-14.eundu {
    width: auto;
  }
  .div-block-14.ml {
    width: auto;
  }
  .div-block-14.km {
    width: auto;
  }
  .div-block-14.maitland {
    height: 143px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-14.fuss {
    margin-right: 0px;
  }
  .image-3.kg {
    height: 70px;
  }
  .image-3.mt {
    height: 90px;
  }
  .image-3.zns {
    height: 95px;
  }
  .image-3.fundw {
    height: 90px;
  }
  .image-3.eundu {
    height: 100px;
  }
  .image-3.ml {
    height: 70px;
  }
  .image-3.km {
    height: 80px;
  }
  .image-3.kgb {
    height: 100px;
  }
  .image-3.schroth {
    height: 100px;
  }
  .image-3.flossing {
    height: 100px;
  }
  .image-3.kinesio {
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-3.kgg {
    height: 100px;
  }
  .image-3.faszien {
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-3.maitland {
    width: auto;
    height: 85px;
  }
  .image-3.fuss {
    width: 49%;
  }
  .paragraph-4 {
    font-size: 18px;
    line-height: 27px;
  }
  .paragraph-4.braun {
    position: relative;
    left: 0px;
  }
  .paragraph-4.braun.schroth {
    left: 0px;
  }
  .paragraph-4.braun.blutbild {
    left: 0px;
  }
  .paragraph-4.braun.kgang {
    left: 0px;
  }
  .paragraph-4.braun.faszien {
    left: 0px;
  }
  .div-block-15 {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    text-align: center;
  }
  .div-block-15.brown {
    width: 100%;
    min-width: auto;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .div-block-16 {
    max-height: 308px;
  }
  .div-block-17 {
    min-height: 220px;
    margin-top: 0px;
    background-size: 590px;
  }
  .div-block-18 {
    padding-top: 51px;
  }
  .paragraph-5 {
    font-size: 26px;
  }
  .div-block-23 {
    padding-top: 15px;
  }
  .div-block-24 {
    width: 100%;
    height: 257px;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .div-block-24._2 {
    height: 283px;
    padding-left: 0px;
  }
  .div-block-25._2 {
    height: 100%;
  }
  .div-block-27 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-left: 0px;
    float: right;
  }
  .div-block-27._2 {
    display: inline-block;
    overflow: visible;
    height: auto;
    margin-bottom: 15px;
    padding-right: 0px;
    float: left;
    clear: none;
  }
  .div-block-28 {
    display: inline-block;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
  }
  .div-block-28._2 {
    display: inline-block;
    padding-top: 0px;
    float: left;
    text-align: right;
  }
  .button {
    margin-bottom: 0px;
  }
  .maps-section {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
  }
  .div-block-29 {
    display: inline-block;
    width: 100%;
    height: 270px;
    margin-bottom: 15px;
    padding-right: 0px;
    float: left;
  }
  .div-block-30 {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .div-block-31 {
    padding-top: 70px;
    padding-bottom: 110px;
  }
  .info {
    padding-top: 0px;
  }
  .info.top {
    margin-top: 48px;
  }
  .section-5 {
    height: auto;
    margin-bottom: 0px;
  }
  .section-7 {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
  .button-3 {
    display: inline-block;
    margin-bottom: 0px;
    float: left;
    text-align: left;
  }
  .map {
    margin-bottom: 15px;
  }
  .paragraph-7 {
    display: block;
    padding-top: 0px;
  }
  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .image-6 {
    display: none;
    margin-right: 40px;
  }
  .image-7 {
    width: 849px;
  }
  .footer {
    position: static;
  }
  .div-block-36 {
    display: inline-block;
    margin: 70px 130px 110px 90px;
  }
  .div-block-37 {
    display: inline-block;
    margin: 70px 130px 110px 90px;
    text-align: left;
  }
  .nav-link {
    font-size: 18px;
  }
  .nav-link-2 {
    font-size: 18px;
  }
  .navtypo {
    font-size: 18px;
  }
  .navtypo.w--current {
    font-size: 18px;
  }
  .nav-link-3 {
    font-size: 18px;
  }
  .link-block {
    margin-bottom: 11px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-38 {
    margin: 30px 70px;
  }
  .div-block-45 {
    width: 100%;
    height: auto;
    min-width: auto;
    margin-bottom: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .div-block-47 {
    width: 100%;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .impressumdatenschutz.datenschutz {
    margin-top: 140px;
  }
  .popup {
    font-size: 14px;
  }
  .div-block-50 {
    margin-top: 0px;
  }
  .paragraph-9 {
    margin-top: -3px;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: scroll;
  }
  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .physio-icon {
    width: 75px;
    height: 75px;
    float: right;
  }
  .brand {
    left: 44%;
    padding-left: 0px;
  }
  .brand.w--current {
    position: static;
    right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .menu {
    max-width: 50vw;
    padding-top: 5px;
    padding-right: 10px;
  }
  .headerblock {
    height: 12vw;
    font-size: 8vw;
    line-height: 48px;
  }
  .headerblock.stretched {
    height: 12vw;
    letter-spacing: 0.5px;
  }
  .titelbild {
    height: 90vh;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .div-block-5 {
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-row-gap: 5px;
  }
  .image-2 {
    width: auto;
    height: 12vw;
    padding: 8px;
  }
  .div-block-7 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section {
    height: auto;
  }
  .section.braunhg {
    height: auto;
  }
  .div-block-9 {
    height: 400px;
  }
  .div-block-10 {
    height: 54.5%;
  }
  .section-2 {
    height: 863px;
  }
  .div-block-13 {
    height: 100%;
    padding-top: 52px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .div-block-13.brown {
    padding-right: 50px;
    padding-left: 50px;
  }
  .heading.brown {
    margin-bottom: 39px;
    padding-top: 34px;
    padding-bottom: 29px;
  }
  .heading.therapieangebot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: -10px;
    margin-bottom: 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading.therapieangebot.dunkel {
    width: auto;
    min-width: auto;
    margin-bottom: 50px;
  }
  .paragraph.brown {
    padding-top: 10px;
  }
  .angebot {
    margin-top: 72px;
    margin-bottom: -79px;
  }
  .angebot.brown.tape2.tape_2 {
    margin-top: 0px;
  }
  .angebot.brown.kgang {
    left: 7px;
  }
  .angebot.brown.kb {
    margin-top: 20px;
  }
  .angebot.brown.fuss {
    margin-top: 32px;
    margin-bottom: 43px;
  }
  .angebot.kg {
    width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .angebot.mt {
    width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .angebot.zns {
    width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .angebot.fundw {
    width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .angebot.eundu {
    width: auto;
    max-width: none;
    min-width: 51%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .angebot.ml {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .angebot.km {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-14 {
    width: auto;
  }
  .image-3 {
    height: 110px;
  }
  .image-3.kg {
    width: 132px;
  }
  .image-3.mt {
    width: 114px;
  }
  .image-3.zns {
    width: 91px;
  }
  .image-3.fundw {
    width: 103px;
  }
  .image-3.eundu {
    width: 108px;
  }
  .image-3.ml {
    width: 144px;
  }
  .image-3.km {
    width: 126px;
  }
  .image-3.maitland {
    width: auto;
    height: 90px;
  }
  .paragraph-4 {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
  }
  .paragraph-4.braun {
    text-align: center;
  }
  .div-block-15 {
    bottom: 0px;
    height: auto;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-16 {
    max-height: 280px;
  }
  .div-block-17 {
    min-height: 164px;
    margin-top: 0px;
    background-size: 440px;
  }
  .div-block-23 {
    padding-top: 15px;
  }
  .div-block-24 {
    height: 180px;
  }
  .div-block-24._2 {
    height: 180px;
  }
  .div-block-25._2 {
    height: 100%;
  }
  .div-block-27 {
    height: auto;
    margin-bottom: 15px;
    float: right;
  }
  .div-block-28 {
    width: 100%;
  }
  .div-block-28._2 {
    height: 100%;
  }
  .button {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .maps-section {
    display: block;
    height: auto;
    margin-bottom: 0px;
  }
  .div-block-29 {
    height: 270px;
    margin-bottom: 15px;
    float: left;
  }
  .div-block-30 {
    margin-bottom: 15px;
    float: right;
  }
  .div-block-31 {
    padding: 27px 50px 61px;
  }
  .section-5 {
    height: auto;
  }
  .section-7 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph-7 {
    padding-right: 29px;
    font-size: 22px;
  }
  .div-block-33 {
    overflow: hidden;
  }
  .nav-link {
    font-size: 14px;
  }
  .nav-link-2 {
    font-size: 14px;
  }
  .navtypo {
    font-size: 14px;
  }
  .navtypo.w--current {
    font-size: 14px;
  }
  .nav-link-3 {
    font-size: 14px;
  }
  .link-block {
    margin-bottom: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-38 {
    margin: 6px 50px;
  }
  .div-block-45 {
    min-width: 100%;
  }
  .bold-text-4 {
    text-align: center;
  }
  .impressumdatenschutz.datenschutz {
    margin-top: 130px;
  }
  .impressumdatenschutz.impressum {
    margin-top: 60px;
  }
  .popup-overlay {
    position: fixed;
  }
  .div-block {
    height: 7vh;
  }
  .popup {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-50 {
    margin-left: 0px;
    padding-left: 39px;
  }
  .paragraph-9 {
    font-size: 11.5px;
  }
  .paragraph-9.uhrzeit {
    font-size: 11.5px;
  }
  .paragraph-9.termin {
    font-size: 10.9px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: scroll;
    background-color: #fff;
  }
  .navbar {
    height: 85px;
  }
  .container {
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .physio-icon {
    position: static;
    width: 55px;
    height: 55px;
    margin-top: 0px;
  }
  .brand {
    left: auto;
    right: auto;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .brand.w--current {
    height: 46.140625px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu {
    max-width: 80vw;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .headerblock {
    height: 43px;
    font-size: 28px;
    line-height: 24px;
  }
  .headerblock.stretched {
    height: 43px;
    font-size: 28px;
    letter-spacing: 0.3px;
  }
  .titelbild {
    height: 80vh;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-6 {
    grid-row-gap: 3px;
  }
  .image-2 {
    width: auto;
    height: 37px;
    padding: 6px;
  }
  .div-block-7 {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #dfdfd4;
  }
  .div-block-7.blau {
    background-color: rgba(112, 166, 218, 0.2);
  }
  .section {
    height: auto;
    padding-bottom: 15px;
  }
  .section.braunhg {
    display: none;
    height: auto;
  }
  .div-block-9 {
    height: 300px;
  }
  .div-block-11 {
    height: 100%;
  }
  .section-2 {
    height: auto;
  }
  .div-block-13 {
    height: 100%;
    padding: 34px 24px 60px;
  }
  .heading {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
  }
  .heading.brown {
    padding-top: 0px;
  }
  .heading.therapieangebot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .heading.therapieangebot.spezial {
    margin-top: 0px;
  }
  .heading.therapieangebot.dunkel {
    width: auto;
    min-width: auto;
    margin-bottom: 10px;
  }
  .angebot {
    margin-left: 30px;
  }
  .angebot.brown.kgang {
    left: 0px;
    top: 0px;
  }
  .angebot.brown.faszien {
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
  }
  .angebot.brown.schroth {
    left: 0px;
  }
  .angebot.brown.flossing {
    left: 0px;
    margin-top: 26px;
    margin-bottom: 0px;
  }
  .angebot.kg {
    width: 100%;
    max-width: 100%;
    margin: 50px 0px 20px;
  }
  .angebot.mt {
    left: 0px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
  }
  .angebot.zns {
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
  }
  .angebot.fundw {
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
  }
  .angebot.eundu {
    left: 0px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
  }
  .angebot.ml {
    left: 0px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
  }
  .angebot.km {
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
  }
  .div-block-14 {
    left: 0px;
    bottom: 0px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-14.mt {
    bottom: 0px;
    margin-left: 0px;
  }
  .div-block-14.fundw {
    right: 0px;
    bottom: 0px;
  }
  .div-block-14.eundu {
    bottom: 0px;
  }
  .div-block-14.ml {
    left: 0px;
    bottom: 0px;
  }
  .div-block-14.km {
    bottom: 0px;
  }
  .div-block-14.maitland {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-3.kg {
    width: auto;
    height: 80px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-3.mt {
    height: 90px;
  }
  .image-3.zns {
    width: auto;
    height: 85px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-3.fundw {
    width: auto;
    height: 80px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-3.eundu {
    height: 90px;
  }
  .image-3.ml {
    width: auto;
    height: 80px;
  }
  .image-3.km {
    width: auto;
    height: 70px;
  }
  .image-3.kgb {
    height: 90px;
  }
  .image-3.schroth {
    height: 85px;
  }
  .image-3.flossing {
    height: 90px;
  }
  .image-3.kinesio {
    height: 80px;
  }
  .image-3.kgg {
    height: 90px;
  }
  .image-3.faszien {
    height: 90px;
  }
  .image-3.maitland {
    width: auto;
    height: 61px;
  }
  .image-3.fuss {
    width: auto;
    height: 88px;
  }
  .paragraph-4 {
    margin: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }
  .paragraph-4.braun {
    left: 3px;
    display: block;
  }
  .paragraph-4.braun.schroth {
    left: 0px;
  }
  .paragraph-4.braun.blutbild {
    left: 0px;
  }
  .paragraph-4.braun.kgang {
    left: 0px;
  }
  .paragraph-4.fundw {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .div-block-15 {
    height: auto;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .div-block-15.brown {
    margin-top: 25px;
    padding-bottom: 0px;
  }
  .div-block-16 {
    max-height: 175px;
  }
  .div-block-17 {
    min-height: 88px;
    margin-top: 0px;
    background-size: 236px;
  }
  .div-block-18 {
    padding-top: 28px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .div-block-23 {
    padding-bottom: 0px;
  }
  .div-block-24 {
    height: 180px;
  }
  .div-block-24._2 {
    height: 180px;
    margin-bottom: 15px;
  }
  .div-block-25._2 {
    height: 100%;
  }
  .div-block-27 {
    margin-bottom: 15px;
    float: right;
  }
  .div-block-27._2 {
    height: auto;
    padding-top: 0px;
  }
  .div-block-28 {
    height: 100%;
    padding: 0px;
  }
  .div-block-28._2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .button {
    padding: 9px 27px;
  }
  .maps-section {
    height: auto;
    margin-bottom: 0px;
  }
  .div-block-29 {
    height: 270px;
    margin-bottom: 15px;
    float: left;
  }
  .div-block-30 {
    height: auto;
    margin-bottom: 15px;
  }
  .div-block-31 {
    padding: 30px 72px 11px 23px;
  }
  .section-5 {
    height: auto;
  }
  .section-7 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -3px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 39px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
  .div-block-33 {
    overflow: hidden;
  }
  .image-6 {
    margin-right: 27px;
  }
  .div-block-34 {
    height: 89px;
  }
  .image-8 {
    position: static;
    height: 173%;
    margin-right: 7px;
    margin-left: 7px;
  }
  .footertext.impressum {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footertext.datenschutz {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }
  .div-block-35 {
    margin-top: 19px;
    margin-bottom: 32px;
  }
  .div-block-36 {
    margin: 40px 25px 80px;
  }
  .div-block-37 {
    margin: 40px 25px 80px;
  }
  .link-block {
    position: relative;
    height: 24px;
    margin-top: -16px;
    margin-bottom: 13px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-38 {
    margin-right: 23px;
    margin-left: 23px;
    font-size: 12px;
  }
  .link-4 {
    text-decoration: none;
  }
  .link-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-45 {
    width: auto;
    min-width: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-47 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bold-text-3 {
    font-size: 24px;
  }
  .bold-text-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-size: 24px;
  }
  .impressumdatenschutz.datenschutz {
    margin-top: 130px;
  }
  .h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 22px;
    font-weight: 700;
  }
  .pimpressum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h4 {
    font-weight: 500;
  }
  .link-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block {
    height: auto;
  }
  .popup {
    height: auto;
    margin-top: 8px;
    padding: 5px 8px;
    font-size: 14px;
    text-align: center;
  }
  .div-block-50 {
    margin-top: 0px;
    padding-left: 78px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-9 {
    display: block;
    overflow: visible;
    margin-top: -3px;
    margin-left: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 8px;
  }
  .paragraph-9.uhrzeit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -2px;
    margin-left: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
  }
  .paragraph-9.termin {
    margin-left: 20px;
    font-size: 9px;
  }
}

#w-node-1b5d71db3b4b-270cad8d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-967371c8a8ab-270cad8d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-64f420e44f9c-270cad8d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}