.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.body-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shutterstock_383270803_web.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.logo {
  display: block;
  width: 1000px;
  margin-bottom: 30px;
  box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.75);
}

.div-block {
  padding: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  background-color: #ebe444;
}

.text-block {
  font-family: 'Exo neu', sans-serif;
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.div-block-copy {
  margin-bottom: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  background-color: #ebe444;
  color: #333;
  font-style: normal;
  text-decoration: none;
}

.header {
  height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image {
  display: block;
}

.brand {
  height: 60px;
}

.image-2 {
  width: 20%;
}

.wrap {
  max-width: 1420px;
  padding: 30px 15px;
  -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;
}

.wrap.relative {
  position: relative;
  z-index: 1;
}

.wrap.navi {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.cards {
  margin-top: -250px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 15px;
  margin-left: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff400;
  box-shadow: 0 -30px 31px -21px rgba(0, 0, 0, 0.29);
}

.div-block-2 {
  position: relative;
  left: 140px;
  padding: 15px 30px;
  border-radius: 20px;
  background-color: #fff;
}

.image-3 {
  position: absolute;
  right: 0px;
  z-index: 0;
}

.txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  font-weight: 700;
}

.txt.card {
  box-shadow: none;
  font-size: 1.2rem;
}

.txt.txt-card {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.txt.panels {
  width: 40%;
  color: #fff;
  font-weight: 500;
}

.txt.contact {
  height: 220px;
  margin-left: -25px;
  padding-bottom: 25px;
  padding-left: 50px;
}

.txt.streched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading {
  margin-top: 0px;}

.section {
  margin-top: 30px;
  margin-bottom: 70px;
}

.section.cards {
  position: relative;
  margin-top: -200px;
  margin-bottom: 200px;
}

.section.training {
  margin-bottom: 100px;
}

.section.kurse {
  margin-bottom: 100px;
}

.div-block-3 {
  position: absolute;
  top: 160px;
  width: 100vw;
  height: 250px;
  border-radius: 20px;
}

.box-shadow {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.24);
}

.box-shadow.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text {
  font-size: 1rem;
}

.body {
  background-color: #000;
  font-size: 100%;
  line-height: 1;
}

.h1 {
  font-size: 2.5rem;
  line-height: 1;
}

.h2 {
  font-size: 2rem;
  line-height: 1;
}

.h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.h4 {
  font-size: 1.3rem;
  line-height: 1;
}

.button {
  padding: 15px 40px;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #fff400;
  color: #000;
  text-decoration: none;
}

.button.dark {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  background-color: #fff400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
}

.button.dark:hover {
  border: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff400), to(#fff400));
  background-image: linear-gradient(180deg, #fff400, #fff400);
  color: #000;
}

.button.dark_bg {
  border-style: solid;
  border-width: 2px;
  border-color: #fff400;
  background-color: #fff400;
  color: #000;
}

.button.dark_bg:hover {
  background-color: #1f1f1f;
  color: #fff;
  text-decoration: none;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link.member {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff400;
  color: #000;
}

.cards-holder {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fitness-training {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  -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;
}

.list-cards {
  text-align: center;
}

.li-item {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  list-style-type: none;
}

.card-symbol {
  width: 90px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-3 {
  font-weight: 700;
}

.box {
  padding: 25px 40px;
  border-radius: 20px;
  background-color: #fff;
}

.box.shadow {
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.15);
}

.box.shadow.overlapping {
  position: absolute;
  z-index: 4;
  width: 60%;
  margin-right: 0px;
  background-color: #fff400;
}

.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 15px;
  margin-left: 15px;
  -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: 1px solid #000;
  border-radius: 20px;
  background-image: linear-gradient(335deg, hsla(0, 0%, 93.3%, 0), #fff);
}

.square:hover {
  border-color: #fff400;
}

.square.shadow {
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.15);
}

.square.yoga {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/shutterstock_1937216224-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/shutterstock_1937216224-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.vital {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/shutterstock_1913167756-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/shutterstock_1913167756-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.kb {
  background-image: linear-gradient(335deg, rgba(0, 0, 0, 0.14) 100%, #fff), url('../images/shutterstock_1153595890-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.zumba {
  background-image: linear-gradient(335deg, rgba(0, 0, 0, 0.14) 100%, #fff), url('../images/shutterstock_277628426-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.boxen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/shutterstock_774947137-1.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/shutterstock_774947137-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.fu-balltennis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/shutterstock_1837089949-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/shutterstock_1837089949-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.squash {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/shutterstock_780581077-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/shutterstock_780581077-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.tischtennis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/shutterstock_1668795094-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/shutterstock_1668795094-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.square.cbw {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/shutterstock_1689260977_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/shutterstock_1689260977_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.square.fgf {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/shutterstock_608932694_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/shutterstock_608932694_web.jpg');
  background-position: 0px 0px, -1480% 50%;
  background-size: auto, cover;
}

.square.pilates {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/shutterstock_1919144858_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/shutterstock_1919144858_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oc-panel {
  display: none;
  padding: 40px;
}

.oc-panel.vital {
  background-image: url('../images/shutterstock_1913167756-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oc-panel.yoga {
  background-image: url('../images/shutterstock_1937216224-1.png');
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oc-panel.cbw {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/shutterstock_1689260977_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/shutterstock_1689260977_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oc-panel.kb {
  background-image: url('../images/shutterstock_1153595890-1.png');
  background-position: 100% 49%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oc-panel.boxen {
  background-image: url('../images/shutterstock_774947137-1.png');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oc-panel.zumba {
  background-image: url('../images/shutterstock_277628426-1.png');
  background-position: 50% 17%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oc-panel.fgf {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/shutterstock_608932694_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/shutterstock_608932694_web.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

.oc-panel.pilates {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/shutterstock_1919144858_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/shutterstock_1919144858_web.jpg');
  background-position: 0px 0px, 50% 68%;
  background-size: auto, cover;
}

.timetable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff400;
  border-radius: 20px;
  color: #fff;
}

.time.last {
  margin-left: 20px;
}

.heading-2 {
  display: inline;
}

.text-block-4 {
  width: 50%;
}

.heading-3 {
  text-align: center;
}

.h-center {
  color: #fff;
  text-align: center;
}

.centered {
  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-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;
}

.centered.rounded {
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff400;
  border-radius: 20px;
  background-color: #000;
}

.contact-form {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff400), to(#fff400));
  background-image: linear-gradient(180deg, #fff400, #fff400);
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.textarea {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
}

.textarea:focus {
  border-width: 2px;
  border-color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
}

.textarea:-ms-input-placeholder {
  color: #fff;
}

.textarea::-ms-input-placeholder {
  color: #fff;
}

.textarea::placeholder {
  color: #fff;
}

.text-field {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
}

.text-field:focus {
  border-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.contact-infos {
  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;
}

.map-2 {
  width: 600px;
  border-radius: 20px;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.list-item {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.map {
  width: 500px;
  height: 300px;
}

.text-span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-5 {
  height: 60%;
  padding: 25px 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #000;
  color: #fff;
}

.footer {
  background-color: #000;
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.last {
  margin-left: 30px;
  font-weight: 700;
}

.square-titel {
  color: #fff;
}

.class-heading {
  color: #fff;
}

.text-block-5 {
  font-weight: 700;
}

.link {
  font-weight: 700;
}

.bold-text {
  font-family: 'Exo neu 700', sans-serif;
  font-weight: 700;
}

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

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

@media screen and (max-width: 991px) {
  .logo {
    width: 80%;
  }

  .header {
    height: 50vh;
  }

  .wrap.navi {
    display: block;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-3 {
    height: 250px;
  }

  .txt {
    font-size: 0.8rem;
  }

  .heading {
    margin-top: 0px;
    font-size: 1.6rem;
  }

  .section.cards {
    margin-bottom: 30px;
  }

  .section.training {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section.kurse {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.einheit {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-link {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, left top, right top, from(#272727), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #272727, hsla(0, 0%, 100%, 0));
    color: #fff;
    text-align: right;
  }

  .nav-link.member {
    background-color: rgba(255, 244, 0, 0);
    color: #fff400;
  }

  .box.shadow.overlapping {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .small-text {
    margin-bottom: 15px;
  }

  .contact-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map {
    width: 600px;
  }

  .div-block-5 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }

  .flex {
    padding-right: 30px;
    padding-left: 30px;
  }

  .icon {
    color: #fff;
    font-size: 150%;
  }

  .nav-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 20%;
  }

  .menu-button {
    right: 0px;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button.w--open {
    right: auto;
    background-color: hsla(0, 0%, 78.4%, 0);
  }
}

@media screen and (max-width: 767px) {
  .wrap.navi {
    display: block;
    padding-top: 30px;
  }

  .card {
    width: 32%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-3 {
    position: static;
    right: auto;
    display: block;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .txt {
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .txt.txt-card {
    font-size: 1rem;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.7rem;
  }

  .cards-holder {
    margin-bottom: 100px;
  }

  .fitness-training {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .li-item {
    font-size: 1rem;
  }

  .box.shadow.overlapping {
    position: static;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .square.fu-balltennis {
    width: 150px;
    height: 150px;
  }

  .square.squash {
    width: 150px;
    height: 150px;
  }

  .square.tischtennis {
    width: 150px;
    height: 150px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .map {
    width: 540px;
  }

  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
  }

  .square-titel {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 40%;
  }
}

#w-node-c707e8a4-2334-ac7f-4b32-244408c00e77-660002ea {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e28e673-5b4a-01ec-41d1-54f29f68eaa4-660002ea {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_6e28e673-5b4a-01ec-41d1-54f29f68ea94-660002ea {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6e28e673-5b4a-01ec-41d1-54f29f68ea98-660002ea {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6e28e673-5b4a-01ec-41d1-54f29f68ea9c-660002ea {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6e28e673-5b4a-01ec-41d1-54f29f68eaa0-660002ea {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Exo neu';
  src: url('../fonts/Exo-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo neu 700';
  src: url('../fonts/Exo-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}