body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 20px 0px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 75px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  margin: -139px 0px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin: -6px 0px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h5 {
  margin: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  line-height: 22px;
  text-align: left;
}

.button {
  display: inline-block;
  padding: 5px 18px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 246ms ease;
  transition: all 246ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #323232;
  background-color: #323232;
  color: #fff;
}

.button.btn-slider {
  margin-top: 20px;
  padding: 10px 40px;
  float: left;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.button.btn-slider:hover {
  border-color: #fff;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button.onnav {
  margin-right: 15px;
  padding-right: 18px;
}

.menu {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu:hover {
  font-family: 'Open Sans', sans-serif;
  color: #323232;
  font-weight: 400;
}

.menu:focus {
  font-weight: 400;
}

.menu.portfolio-page {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.menu.kurse {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
  background-color: #3596d8;
  color: #fff;
}

.topnav {
  margin-top: -15px;
  margin-bottom: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
}

.section {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section.about {
  padding-top: 80px;
  padding-bottom: 60px;
  border-top: 1px solid #ebebeb;
}

.section.dark {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  float: none;
  border-top: 1px solid #ebebeb;
  background-color: #f7f7f7;
}

.section.top {
  position: fixed;
  z-index: 10;
  width: 100%;
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}

.section.testimonial {
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  background-image: radial-gradient(circle farthest-corner at 11% -9%, #3596d8, rgba(53, 150, 216, 0.69) 96%), url('../images/medicos-20100721-030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.best-team {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
  border-top: 1px solid #ebebeb;
}

.section.contact {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
  border-top: 1px solid #ebebeb;
}

.section.footer {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 0px;
  background-color: #323232;
}

.section.work-info {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spacer {
  display: block;
  width: 70px;
  height: 2px;
  margin: 20px auto;
  padding-left: 0px;
  background-color: #c4c4c4;
  text-align: left;
}

.aboutus {
  padding-top: 0px;
}

.aboutimg {
  margin-top: 0px;
  padding-top: 60px;
}

.service-icon {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.service-col {
  padding-top: 40px;
  padding-right: 22px;
  padding-left: 22px;
  text-align: center;
}

.aboutinfo {
  margin-top: 20px;
  text-align: left;
}

.testimonials {
  padding-right: 60px;
  padding-left: 71px;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

.testimonial-name {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.testimonial-box {
  margin-top: 90px;
}

.portfolio-link {
  margin-top: 0px;
  margin-bottom: 17px;
  border: 1px solid #ececec;
  background-color: #fff;
}

.portfolio-link:hover {
  border-color: #ececec;
  background-color: #fff;
  box-shadow: none;
  opacity: 1;
}

.work-name {
  margin-top: -10px;
  margin-bottom: 12px;
}

.portfolio-text {
  padding-right: 131px;
  padding-left: 131px;
}

.portfolio-more {
  margin-top: 42px;
  text-align: center;
}

.team-box {
  margin-top: 50px;
}

.team-name {
  margin-top: 25px;
  text-align: left;
}

.team-do {
  margin-top: 28px;
  text-align: left;
}

.team-info {
  margin-top: -6px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  text-align: left;
}

.team-social {
  margin-top: 0px;
  margin-right: 10px;
  opacity: 0.4;
}

.team-social:hover {
  opacity: 0.8;
}

.team-icons {
  margin-top: 25px;
}

.team-icons.footer {
  text-align: right;
}

.clients-logos {
  text-align: center;
}

.clients {
  margin-top: 46px;
}

.msg-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 50px;
  border: 1px solid #c3c5c5;
  border-radius: 4px;
}

.email-text {
  border: 1px solid #c3c5c5;
  border-radius: 4px;
}

.copyright {
  padding-top: 34px;
}

.copyright-text {
  font-size: 12px;
  text-align: left;
}

.nav {
  margin-right: 0px;
  background-color: transparent;
  text-align: center;
}

.next {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.next:hover {
  opacity: 1;
}

.nextbar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
}

.link {
  color: #8f7f7f;
  text-decoration: none;
}

.link:hover {
  color: #666;
}

.link.w--current {
  color: #beafaf;
}

.link.w--current:hover {
  color: #fff;
}

.portfolio-img {
  padding-bottom: 16px;
}

.portfolio-img:hover {
  opacity: 0.5;
}

.section-work {
  margin-top: 0px;
  padding-top: 78px;
}

.hero-img {
  position: static;
  display: block;
  padding-top: 0px;
}

.slider {
  position: static;
  display: block;
  height: 600px;
  padding-top: 10px;
  background-color: transparent;
  color: #000;
}

.slider._1 {
  display: inline-block;
  background-color: transparent;
  color: transparent;
}

.slide {
  padding-top: 150px;
  background-image: url('../images/rehasport.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/basis_plus.jpg');
  background-size: cover;
}

.slide._3 {
  float: none;
  background-image: url('../images/rehasport2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-nav {
  position: static;
  float: none;
  font-size: 12px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.brand-logo {
  margin-top: 13px;
}

.brand-logo:hover {
  opacity: 0.64;
}

.brand-logo.tranistation:hover {
  opacity: 1;
}

.nav-menu {
  position: relative;
  margin-top: 25px;
}

.slidertext {
  margin-bottom: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.slider-btn {
  margin-top: 315px;
}

.thanks-msg {
  padding-top: 49px;
  padding-bottom: 1px;
  border: 1px solid #08a800;
  border-radius: 4px;
  background-color: transparent;
}

.thankyou {
  color: #08a800;
  text-transform: none;
}

.error-msg {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #cf3030;
  border-radius: 4px;
  background-color: transparent;
}

.error {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #cf3030;
}

.line {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 17px;
}

.info_btn {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  clear: left;
  border-radius: 8px;
}

.info_btn:hover {
  background-color: #0e83e9;
}

.headline_box {
  font-size: 20px;
  text-align: left;
}

.box_txt {
  margin-bottom: 10px;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.box_btn {
  position: static;
  left: 0px;
  bottom: 1px;
  margin-right: 10px;
  float: none;
  border-radius: 8px;
}

.box_btn.clean {
  background-color: #fff;
  color: #000;
}

.box_btn.download_plan {
  width: 100%;
  margin-bottom: 9px;
}

.infobox {
  padding: 25px 40px 15px 20px;
  background-color: #e1e1e1;
}

.team_row {
  margin-top: 0px;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  text-align: left;
}

.team_headline {
  text-align: left;
}

.img_team {
  width: 450px;
  margin-right: 15px;
  margin-bottom: 25px;
  float: left;
}

.team_txt {
  text-align: left;
}

.teammember {
  border-top: 1px solid #000;
}

.teamwrapper {
  margin-right: 10px;
  border-top: 1px solid #000;
}

.sliderbox {
  position: static;
  width: 50%;
  padding: 10px 20px 20px;
  float: left;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgba(0, 152, 255, 0.77);
  text-align: left;
}

.slider_text {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

.footer_txt {
  margin-bottom: 40px;
  color: #bbb1b1;
  text-align: left;
}

.accordion_tab {
  width: 30.3%;
  margin-right: 5px;
  margin-bottom: 15px;
  padding-left: 25px;
  border-radius: 8px;
  background-color: #9892e4;
}

.accordion_tab.w--current {
  position: relative;
  display: inline-block;
  float: none;
}

.section_keypersonnel {
  position: static;
  padding-top: 100px;
  padding-bottom: 100px;
}

._1200_wrapper {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.acc_container {
  padding: 20px 20px 10px;
  float: none;
  clear: left;
  background-color: rgba(158, 164, 168, 0.16);
}

.acc_tab_btn {
  float: left;
}

.tabbcontainmer {
  margin-top: 15px;
}

.headline_about {
  text-align: left;
}

.sliderz {
  position: relative;
  clear: none;
  background-color: transparent;
}

.stellen_btn {
  border-radius: 9px;
  text-align: center;
}

.stellenanzeige {
  text-align: center;
}

.head_stelle {
  margin-bottom: 8px;
  padding-bottom: 12px;
  text-align: center;
}

._2col_text {
  margin-top: 42px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
}

.wochentag {
  color: #000;
  font-size: 16px;
  line-height: 12px;
  font-weight: 300;
}

.tag {
  background-color: rgba(197, 211, 221, 0.26);
}

.kurs {
  display: block;
  width: 150px;
  margin: 10px 5px 0px;
  padding-top: 10px;
  float: left;
  background-color: #e4e9ee;
}

.kurs.orange {
  background-color: #f7e6bb;
}

.kurs.red {
  background-color: #f8984c;
}

.kurs.blau {
  background-color: #67abee;
}

.kurs.wasser {
  background-color: #1e7fe0;
}

.kurs.aquajogging {
  background-color: #aecae6;
}

.kurs.wsg {
  background-color: #992f6a;
}

.kurs.green {
  background-color: #29ec29;
}

.kursbeschriftung {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.kursbeschriftung.white {
  color: #fff;
}

.wochenplan {
  display: block;
}

.section_kursplan {
  width: auto;
  padding-bottom: 50px;
}

.ansprechpartner {
  text-align: left;
}

.zitate_slider {
  background-color: transparent;
}

.quote {
  padding-left: 101px;
}

.zitat {
  margin-top: 30px;
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  font-style: italic;
  font-weight: 600;
}

.headline {
  margin-bottom: 20px;
}

.rich-text-block {
  text-align: left;
}

.xmas_ad {
  margin-top: 40px;
  margin-bottom: 40px;
}

.adventstxt {
  padding-top: 20px;
}

.heading {
  text-align: left;
}

.adventpic {
  text-align: center;
}

.ostern2019 {
  padding-top: 71px;
  padding-bottom: 40px;
  background-color: #ccc;
  background-image: linear-gradient(94deg, #fff 14%, rgba(0, 0, 0, 0.24) 87%), url('../images/Fotolia_140842352_M.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  text-align: left;
}

.paragraph {
  padding-top: 28px;
}

.container {
  text-align: left;
}

.headline_download {
  margin-bottom: 10px;
}

.sommerfest {
  padding-top: 27px;
  padding-bottom: 40px;
  background-color: #e8e7f1;
}

.kursplan {
  display: none;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px -1px rgba(51, 27, 27, 0.69);
}

.columns {
  position: static;
  display: block;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.corona {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #e22;
}

.paragraph-2 {
  color: #fff;
}

.corona_txt {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.alerttext {
  padding: 15px 20px 15px 16px;
  background-color: #e90b17;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.listitem {
  margin-bottom: 15px;
}

.container-2 {
  max-width: 980px;
}

.paragraph-3 {
  color: #db1616;
  text-align: center;
}

.image {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1px;
}

.image-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1px;
}

html.w-mod-js *[data-ix="hide-on-load"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .button.btn-slider {
    margin-top: 20px;
  }

  .menu {
    padding-left: 25px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
  }

  .menu:hover {
    color: #fff;
  }

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

  .section.about {
    padding-top: 50px;
  }

  .section.top {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .section.work-info {
    padding-top: 70px;
  }

  .aboutinfo {
    margin-bottom: 0px;
  }

  .testimonial-name {
    text-align: center;
  }

  .portfolio-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-box {
    padding-top: 0px;
  }

  .menu-button.w--open {
    margin-right: -27px;
    padding-right: 25px;
    padding-left: 18px;
    background-color: #323232;
  }

  .nav-mobile-open {
    margin-top: 65px;
    margin-right: -68px;
    margin-left: 30px;
    padding-left: 0px;
    border: 1px solid #ededed;
    background-color: #fff;
  }

  .hero-img {
    padding-top: 0px;
  }

  .nav-menu {
    position: absolute;
    background-color: #000;
  }

  .close-arrow {
    position: relative;
    top: 0px;
    right: 0px;
    margin-left: auto;
  }

  .close-sidebar {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    padding-top: 13px;
  }

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

  .slidertext {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .sliderbox {
    width: 70%;
    margin-left: 0px;
  }

  .section_keypersonnel {
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text {
    line-height: 50px;
  }

  .container {
    padding-top: 56px;
    padding-right: 163px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: -15px;
    font-size: 35px;
  }

  .button.btn-slider {
    margin-top: 0px;
  }

  .logo {
    padding-top: 0px;
  }

  .menu {
    padding-left: 25px;
  }

  .section {
    padding-top: 78px;
  }

  .section.about {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.dark {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.top {
    margin-top: 0px;
    padding: 22px 0px 22px 30px;
  }

  .section.best-team {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.footer {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .section.work-info {
    padding-top: 55px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .aboutimg {
    padding-top: 30px;
  }

  .aboutinfo {
    margin-bottom: 15px;
  }

  .testimonial-name {
    display: block;
    float: none;
    text-align: center;
  }

  .testimonial-box {
    margin-top: 19px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .portfolio-link {
    margin: 10px 98px 30px;
    padding-left: 0px;
    text-align: center;
  }

  .portfolio-text {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .team-box {
    padding-top: 55px;
    text-align: center;
  }

  .team-name {
    margin-bottom: 0px;
    text-align: center;
  }

  .team-do {
    margin-top: 0px;
    text-align: center;
  }

  .team-info {
    text-align: center;
  }

  .team-icons {
    text-align: center;
  }

  .team-icons.footer {
    text-align: center;
  }

  .clients-logos {
    padding-top: 48px;
  }

  .copyright-text {
    padding-bottom: 0px;
    text-align: center;
  }

  .nav {
    margin-right: -10px;
  }

  .menu-button {
    margin-top: -26px;
  }

  .menu-button.w--open {
    margin-right: 0px;
    padding-right: 25px;
    background-color: #323232;
  }

  .nav-mobile-open {
    margin-top: 43px;
    margin-right: -46px;
  }

  .nextbar {
    margin-top: -32px;
    padding-top: 0px;
  }

  .section-work {
    margin-top: 0px;
    padding-top: 73px;
  }

  .slider {
    display: none;
    height: auto;
    padding-top: 64px;
  }

  .slide {
    margin-top: 16px;
    padding-top: 134px;
    padding-bottom: 154px;
  }

  .slide._2 {
    padding-top: 283px;
  }

  .brand-logo {
    margin-top: 7px;
    padding-top: 9px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .menu-button {
    margin-top: 0px;
  }

  .slidertext {
    font-size: 25px;
  }

  .slider-btn {
    margin-top: 251px;
  }

  .form {
    margin-bottom: 50px;
  }

  .sliderbox {
    margin-left: 20px;
  }

  .kurs {
    width: 110px;
  }

  .kurs.orange {
    width: 110px;
  }

  .kurs.red {
    width: 110px;
  }

  .kurs.blau {
    width: 110px;
  }

  .ansprechpartner {
    text-align: left;
  }

  .container {
    padding-left: 45px;
  }

  .corona {
    margin-top: 127px;
    padding-right: 55px;
    padding-left: 53px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: -10px;
    margin-bottom: 3px;
    padding-bottom: 0px;
    font-size: 25px;
  }

  h3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 27px;
    line-height: 35px;
  }

  h4 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .button.onnav {
    position: absolute;
    margin-right: 10px;
    float: none;
  }

  .logo {
    width: 200px;
  }

  .menu {
    padding-left: 25px;
  }

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

  .section.dark {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .section.top {
    position: fixed;
    padding-left: 10px;
  }

  .section.testimonial {
    display: block;
    padding: 50px 10px 15px;
  }

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

  .section.footer {
    margin-top: 0px;
  }

  .section.work-info {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section.sauna {
    padding-right: 30px;
    padding-left: 30px;
  }

  .aboutus {
    padding-top: 0px;
  }

  .service-col {
    padding: 0px 0px 40px;
  }

  .aboutinfo {
    padding-bottom: 0px;
  }

  .testimonials {
    display: none;
    padding: 0px;
    float: none;
    font-size: 13px;
  }

  .testimonial-name {
    margin-top: 24px;
    text-align: center;
  }

  .testimonial-box {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .portfolio-link {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .portfolio-text {
    margin-bottom: 50px;
  }

  .team-box {
    padding-top: 0px;
  }

  .team-do {
    margin-top: 0px;
  }

  .team-icons.footer {
    margin-top: 0px;
  }

  .clients-logos {
    padding-top: 40px;
  }

  .nav-mobile-open {
    box-shadow: none;
  }

  .nextbar {
    margin-top: -33px;
    padding-left: 0px;
  }

  .section-work {
    margin-top: 0px;
    padding-top: 72px;
  }

  .slider {
    display: none;
    height: 469px;
    margin-bottom: -80px;
  }

  .slider._1 {
    display: block;
    height: auto;
    padding-top: 0px;
  }

  .slide {
    padding-top: 95px;
    padding-bottom: 100px;
    background-position: 18% 50%;
    background-size: cover;
  }

  .slide._2 {
    padding-top: 290px;
    padding-bottom: 100px;
    background-position: 69% 50%;
    background-size: cover;
  }

  .slide._3 {
    background-position: 66% 50%;
    background-size: cover;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brand-logo {
    margin-top: 16px;
    margin-bottom: 12px;
    padding-left: 5px;
  }

  .menu-button {
    padding-top: 29px;
  }

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

  .slidertext {
    font-size: 16px;
  }

  .sliderbox {
    display: none;
  }

  .slider_text {
    font-size: 10px;
  }

  .sliderz {
    display: block;
  }

  .kurs {
    width: 45%;
  }

  .kurs.orange {
    width: 45%;
  }

  .kurs.red {
    width: 45%;
  }

  .kurs.blau {
    width: 45%;
  }

  .tab_active {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }

  .tab_active.w--current {
    width: 42px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }

  .tab_inactive {
    width: 42px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    clear: none;
  }

  .zitat {
    font-size: 13px;
    line-height: 23px;
  }

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

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

  .ostern2019 {
    background-position: 0px 0px, 100% 100%;
  }

  .bold-text {
    font-size: 20px;
    line-height: 30px;
  }

  .container {
    padding-right: 29px;
    padding-left: 24px;
  }

  .corona_txt {
    padding-top: 186px;
    padding-right: 25px;
    padding-left: 26px;
  }
}

