body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  overflow: auto;
  width: 82px;
  height: 82px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 32px 12px 12px;
  border-radius: 60px;
  background-color: #93d2e5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

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

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  margin-top: 60px;
  padding-bottom: 22px;
  border-left: 0px dotted #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  border-left: 0px dotted hsla(240, 7%, 58%, .4);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #93d2e5;
}

.navigation-link.w--current {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 22px;
  float: none;
  border-left-width: 0px;
  background-color: transparent;
  color: #676770;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.navigation-link.w--open {
  margin-bottom: 0px;
  -webkit-transition-property: all;
  transition-property: all;
}

.navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 36px;
  background-color: hsla(0, 0%, 100%, .7);
  opacity: 1;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(147, 210, 229, .5), #fff);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(147, 210, 229, .5), #fff);
}

.section.impressum {
  padding-top: 166px;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 415px;
  padding-bottom: 22px;
  border-bottom: 4px solid #93d2e5;
  background-image: -webkit-linear-gradient(270deg, rgba(99, 99, 99, .44), rgba(147, 210, 229, .2)), url('../images/MB_3.jpg');
  background-image: linear-gradient(180deg, rgba(99, 99, 99, .44), rgba(147, 210, 229, .2)), url('../images/MB_3.jpg');
  background-position: 0px 0px, 50% 910%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-section.centered.hero_section_mobile {
  background-size: auto, contain;
}

.hero-heading {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 39px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-top: 10px;
  color: #2d3e4f;
  font-weight: 400;
}

.section-heading.centered.topic {
  font-family: 'Open Sans', sans-serif;
  color: rgba(44, 36, 36, .68);
  font-size: 27px;
  font-weight: 400;
  text-transform: none;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #404047;
  font-weight: 400;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.footer-text.footer_text_link {
  margin-right: 5px;
  margin-left: 5px;
  clear: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #919191;
}

.footer-text.footer_text_link:hover {
  color: #e6e6e6;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #ecf0f1;
  border-radius: 50%;
  background-color: #2d3e4f;
  box-shadow: 0 0 0 1px #404047;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #546877;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  display: block;
  margin-bottom: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.list_style {
  position: static;
  display: block;
  height: 41px;
  margin-bottom: 6px;
  padding-left: 6px;
  border-left: 4px solid hsla(0, 0%, 100%, .3);
  color: #bbb;
}

.list_style.list_style2 {
  margin-left: 60px;
}

.list_style.list_style3 {
  margin-left: 16px;
}

.list_style.list_style4 {
  margin-left: 90px;
}

.button_down {
  overflow: auto;
  float: none;
  opacity: 0.8;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 383ms ease;
  transition: opacity 383ms ease;
}

.button_down:hover {
  opacity: 1;
}

.section_navbar {
  margin-top: 0px;
  border-bottom: 4px solid #93d2e5;
  background-color: hsla(0, 0%, 100%, .5);
  opacity: 1;
}

.div_blog_button {
  position: relative;
  top: 54px;
  z-index: 10;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div_blog_button.div_blog_button1 {
  top: 109px;
}

.logo_haus {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-bottom: 11px;
  float: none;
  opacity: 0.25;
}

.row_contact {
  margin-top: 65px;
}

.map_styler {
  height: 200px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.submit_button {
  background-color: #2d3e4f;
  opacity: 0.75;
  -webkit-transition: opacity 267ms ease;
  transition: opacity 267ms ease;
}

.submit_button:hover {
  opacity: 1;
}

.submit_button:active {
  -webkit-transform: scale(0.91);
  -ms-transform: scale(0.91);
  transform: scale(0.91);
}

.input_field_contact {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  width: 25%;
  margin-right: 5px;
  float: left;
  clear: none;
}

.kontaktformular {
  margin-bottom: 15px;
}

.textarea {
  position: static;
  display: block;
  overflow: visible;
  height: 300px;
  min-height: 180px;
  padding-bottom: 8px;
}

.rich_text_ueber_uns {
  display: block;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.slide1 {
  background-image: url('../images/kIlSDateSiyn420ZmgjA_IMG_3768.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/photo-1422222948315-28aadb7a2cb8.jpg');
  background-position: 0px -189px;
  background-size: cover;
}

.slider {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.paragraph_text {
  margin-top: 30px;
}

.paragraph_text.beschreibung {
  font-size: 16px;
}

.lightbox {
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top_line_info {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 35px;
  background-color: #383838;
}

.heading_info {
  padding-top: 5px;
  color: #9b9b9b;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: #676770;
  }
  .navigation-link.w--current {
    color: #676770;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: transparent;
  }
  .hero-section.centered {
    padding-top: 268px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .div_blog_button.div_blog_button_tablet {
    top: 103px;
  }
  .div_container_tablet {
    position: relative;
    top: 74px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .navigation-link.navigation_link_phone {
    margin-top: 10px;
    border-left-style: none;
    border-left-width: 0px;
    color: #fff;
    text-align: center;
  }
  .navigation-bar.navigation_bar_mobile {
    margin-top: 61px;
  }
  .hamburger-button.w--open {
    background-color: #93d2e5;
  }
  .navigation-menu {
    background-color: #93d2e5;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-section.centered.hero_section_mobile {
    padding-top: 329px;
    background-size: auto, cover;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-heading.hero_heading_phone_quer {
    font-size: 37px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .section_navbar.navbar_mobile_view {
    margin-top: 0px;
  }
  .div_blog_button.div_blog_button_phone_quer {
    top: 78px;
  }
  .top_line_info.topline_info_mobile {
    height: 61px;
    margin-top: 1px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-heading.hero_heading_phone {
    font-size: 31px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .div_blog_button.div_blog_button_phone {
    top: -19px;
  }
  .div_container_tablet.div_container_phone {
    top: 128px;
  }
}

