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

a {
  color: #40726c;
  text-decoration: underline;
}

.navbar {
  position: fixed;
  display: block;
  overflow: visible;
  width: 100%;
  height: 75px;
  float: none;
  clear: none;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.11);
  line-height: 0px;
  text-align: center;
}

.navbar.sub {
  position: static;
  display: block;
  float: none;
  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;
  line-height: 19px;
}

.brand {
  position: static;
  z-index: 10000;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-top: 5px;
  float: left;
  clear: none;
  background-image: url('../images/sam_axler_logo_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-link {
  position: static;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.nav-link:hover {
  color: #079950;
}

.nav-link:active {
  color: #333;
}

.nav-link:focus {
  color: #333;
}

.nav-link.w--current {
  color: #40726c;
}

.nav-link.hide {
  display: none;
}

.nav-btn-contact {
  height: 40px;
  margin-top: 17px;
  padding-top: 8px;
  float: right;
  border: 3px solid #40726c;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  color: #40726c;
  font-weight: 700;
}

.nav-btn-contact:hover {
  border-color: #9cc0bc;
  background-color: #9cc0bc;
  color: #fff;
}

.container {
  text-align: center;
}

.nav-menu {
  position: static;
  display: block;
  float: none;
  clear: none;
  line-height: 20px;
}

.stage {
  display: block;
  height: 710px;
  padding-top: 76px;
  background-image: url('../images/axler_markmann_stage_img.jpg'), -webkit-gradient(linear, left top, left bottom, from(#dddfda), to(#dddfda));
  background-image: url('../images/axler_markmann_stage_img.jpg'), linear-gradient(180deg, #dddfda, #dddfda);
  background-position: 50% 71%, 0px 0px;
  background-size: 713px, auto;
  background-repeat: no-repeat, repeat;
}

.stage-wrapper {
  padding-top: 40px;
  text-align: center;
}

.h1 {
  font-family: Roboto, sans-serif;
  font-size: 38px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
}

.h1.white {
  color: #fff;
}

.h1.left {
  text-align: left;
}

.button-type-a {
  height: 45px;
  padding-top: 13px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #40726c;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-type-a:hover {
  background-color: #9cc0bc;
}

.button-type-a.imp {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: center;
}

.button-type-a.imp:hover {
  background-color: #40726c;
}

.spacer-stage {
  display: block;
  height: 370px;
}

.section_1 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.paragraph {
  padding-right: 45px;
  padding-left: 45px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.paragraph.inline-paragraph {
  margin-top: 15px;
  padding-right: 15px;
  padding-left: 0px;
  float: left;
  line-height: 25px;
  text-align: left;
}

.paragraph.left {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 24px;
  text-align: left;
}

.h2 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.h2.left {
  text-align: left;
}

.section_2 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 223, 218, 0.17)), to(rgba(220, 223, 218, 0.17)));
  background-image: linear-gradient(180deg, rgba(220, 223, 218, 0.17), rgba(220, 223, 218, 0.17));
}

.column-3 {
  display: none;
}

.row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.spacer_small {
  height: 40px;
}

.spacer_small.fix {
  height: 20px;
}

.h3 {
  display: block;
  margin-top: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.h3._1-row-fix {
  margin-top: 11px;
}

.h3._2-row-fix {
  margin-top: 18px;
}

.h3._1-row-fix-2 {
  margin-top: 30px;
  float: left;
}

.column {
  display: none;
}

.unordered-list {
  margin-top: 10px;
  padding-top: 10px;
}

.image-2 {
  margin-right: 15px;
  margin-left: 0px;
  float: left;
}

.row-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section_3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.icon-check {
  margin-right: 15px;
  float: left;
}

.col {
  margin-bottom: 20px;
  padding: 20px;
  border-right: 1px solid rgba(64, 114, 108, 0.25);
}

.div-block {
  width: 100%;
}

.divider {
  display: none;
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 114, 108, 0.06);
  background-color: rgba(64, 114, 108, 0);
}

.section-cta {
  height: auto;
  padding-bottom: 50px;
  background-color: #40726c;
}

.cta-wrapper {
  padding-top: 40px;
}

.cta-col {
  margin-top: 20px;
}

.phone-wrapper {
  margin-top: 22px;
  margin-right: 20px;
  float: right;
}

.mail-wrapper {
  float: left;
}

.button-type-b {
  height: 45px;
  margin-top: 10px;
  padding: 10px 25px 0px;
  float: left;
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: #40726c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.button-type-b:hover {
  border: 3px solid #fff;
  background-color: #40726c;
  color: #fff;
}

.button-type-b.extra {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  line-height: 18px;
  text-align: center;
}

.phone-link {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.phone-link:hover {
  text-decoration: underline;
}

.image-3 {
  margin-top: -5px;
  margin-right: 15px;
  margin-left: 10px;
  float: left;
}

.footer {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  line-height: 20px;
}

.footer.home {
  line-height: 20px;
}

.h4 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.h4.special2 {
  margin-top: 15px;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.footer-text-row {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.footer-text-row.abbinder-line {
  display: inline-block;
  margin-top: 16px;
  margin-right: 40px;
}

.footer-spacer {
  height: 45px;
}

.link {
  color: #40726c;
  text-decoration: none;
}

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

.mail-link-footer {
  color: #40726c;
  text-decoration: none;
}

.mail-link-footer:hover {
  text-decoration: underline;
}

.abbinder-footer {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dddfda;
  line-height: 20px;
  text-align: center;
}

.footer-abbinder-wrapper {
  height: 50px;
}

.footer-abbinder-wrapper.impressum_foot {
  margin-top: 60px;
  text-align: center;
}

.link-3 {
  color: #40726c;
  font-weight: 500;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  color: #40726c;
  font-weight: 500;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.column-9.imp {
  position: static;
  display: block;
  text-align: left;
}

.content-wrapper {
  display: block;
  overflow: visible;
  padding-top: 20px;
  clear: none;
}

.navbar-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.brand_imp {
  position: static;
  z-index: 10000;
  display: block;
  width: 125px;
  height: 125px;
  margin: 30px auto 20px;
  float: none;
  clear: none;
  background-image: url('../images/sam_axler_logo_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.div-block-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.impressum {
  line-height: 0px;
}

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

.container-5 {
  padding: 30px 20px 0px;
  line-height: 20px;
}

.rich-text-block {
  display: inline-block;
}

.body-2 {
  line-height: 0px;
}

.body-3 {
  line-height: 0px;
}

.column-12 {
  display: none;
}

.logo {
  display: block;
  margin: 40px auto;
  float: none;
  text-align: center;
}

.columns {
  margin-bottom: 55px;
}

.container-6 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
  }

  .brand {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }

  .nav-link {
    margin-left: 0px;
    padding-left: 0px;
    color: #fff;
  }

  .nav-link:hover {
    color: #9cc0bc;
  }

  .nav-link.w--current {
    color: #9cc0bc;
  }

  .nav-link.hide {
    display: block;
    color: #fff;
  }

  .nav-btn-contact {
    float: left;
    border-color: #fff;
    color: #fff;
  }

  .container {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    clear: none;
    text-align: center;
  }

  .nav-menu {
    position: absolute;
    display: block;
    width: 346.1875px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 40px;
    float: none;
    clear: none;
    background-color: #40726c;
    color: #fff;
  }

  .menu-button {
    position: static;
    margin-top: 8px;
    margin-right: 0px;
  }

  .menu-button.w--open {
    position: relative;
    z-index: 1000;
    overflow: visible;
    float: right;
    clear: none;
    background-color: #40726c;
  }

  .stage {
    height: 640px;
    background-image: url('../images/axler_markmann_stage_img.jpg'), -webkit-gradient(linear, left top, left bottom, from(#dddfda), to(#dddfda));
    background-image: url('../images/axler_markmann_stage_img.jpg'), linear-gradient(180deg, #dddfda, #dddfda);
    background-position: 50% 71%, 0px 0px;
    background-size: 653px, auto;
  }

  .h1 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .h1.white {
    font-size: 28px;
  }

  .button-type-a:hover {
    background-color: #9cc0bc;
  }

  .spacer-stage {
    height: 330px;
  }

  .section_1 {
    padding-bottom: 50px;
  }

  .paragraph.inline-paragraph {
    float: left;
    clear: left;
  }

  .column-3 {
    display: none;
  }

  .row {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 20%;
  }

  .h3 {
    float: left;
    clear: none;
    font-size: 18px;
    text-align: left;
  }

  .h3._1-row-fix {
    margin-top: 0px;
  }

  .h3._2-row-fix {
    margin-top: 30px;
  }

  .h3.special {
    margin-top: 28px;
  }

  .icon-list-wrapper {
    margin-bottom: 10px;
    text-align: center;
  }

  .column-4 {
    padding-left: 20%;
  }

  .row-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section_3 {
    padding-bottom: 0px;
  }

  .icon-check {
    width: 30px;
    float: left;
    clear: none;
  }

  .col {
    margin-bottom: 30px;
    border-right-style: none;
  }

  .divider {
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .bold-text {
    overflow: visible;
    float: none;
    clear: none;
  }

  .brand_imp {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }

  .container-5 {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  a {
    color: #40726c;
  }

  .brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    clear: none;
  }

  .nav-link {
    padding-left: 0px;
  }

  .nav-link.w--current {
    float: none;
  }

  .nav-btn-contact {
    margin-top: 30px;
    float: left;
  }

  .nav-menu {
    position: relative;
    display: block;
    width: 376.1875px;
    padding: 20px 20px 30px;
    float: right;
  }

  .menu-button {
    margin-top: 8px;
    margin-right: 5px;
    float: right;
    clear: none;
  }

  .menu-button.w--open {
    margin-top: 8px;
    float: right;
  }

  .stage {
    height: 390px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/axler_markmann_stage_img.jpg'), -webkit-gradient(linear, left top, left bottom, from(#dddfda), to(#dddfda));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/axler_markmann_stage_img.jpg'), linear-gradient(180deg, #dddfda, #dddfda);
    background-position: 0px 0px, 50% 52%, 0px 0px;
    background-size: auto, 713px, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .h1 {
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 28px;
    line-height: 42px;
  }

  .h1.white {
    font-size: 26px;
  }

  .h1.left.black {
    color: #000;
  }

  .spacer-stage {
    height: 20px;
  }

  .section_1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .h2 {
    margin-bottom: 15px;
  }

  .section_2 {
    padding-top: 20px;
  }

  .row {
    margin-bottom: 0px;
    padding-left: 10%;
  }

  .spacer_small {
    height: 25px;
    clear: left;
  }

  .icon-list-wrapper {
    margin-bottom: 10px;
  }

  .column-4 {
    padding-left: 10%;
  }

  .row-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section_3 {
    padding-bottom: 0px;
  }

  .col {
    margin-bottom: 35px;
  }

  .phone-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .mail-wrapper {
    margin-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    float: none;
    text-align: center;
  }

  .button-type-b {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image-3 {
    margin-left: 135px;
  }

  .footer-col-wrapper {
    text-align: center;
  }

  .image-4 {
    float: none;
  }

  .footer-spacer {
    height: 35px;
  }

  .column-9 {
    text-align: center;
  }

  .column-10 {
    text-align: center;
  }

  .column-11 {
    text-align: center;
  }

  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .brand_imp {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    clear: none;
  }

  .container-5 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }

  .nav-link {
    padding-left: 0px;
    float: left;
    clear: left;
    color: #fff;
  }

  .nav-link:hover {
    color: #afc2c0;
  }

  .nav-link.w--current {
    color: #fff;
    text-decoration: none;
  }

  .nav-btn-contact {
    position: static;
    margin-top: 30px;
    float: left;
    clear: left;
  }

  .container {
    display: block;
  }

  .nav-menu {
    position: relative;
    top: 0px;
    z-index: 100;
    display: block;
    width: 305.1875px;
    margin-top: 5px;
    padding: 20px 20px 30px;
  }

  .menu-button {
    position: static;
    display: block;
    overflow: visible;
    margin-top: 8px;
    margin-right: 5px;
    float: right;
    clear: none;
  }

  .menu-button.w--open {
    margin-top: 8px;
  }

  .stage {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/axler_markmann_stage_img.jpg'), -webkit-gradient(linear, left top, left bottom, from(#dddfda), to(#dddfda));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/axler_markmann_stage_img.jpg'), linear-gradient(180deg, #dddfda, #dddfda);
    background-position: 0px 0px, 50% 52%, 0px 0px;
    background-size: auto, 583px, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .stage-wrapper {
    padding-top: 45px;
  }

  .h1 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 25px;
    line-height: 38px;
  }

  .h1.white {
    font-size: 24px;
  }

  .h1.left.black {
    color: #000;
    text-align: center;
  }

  .spacer-stage {
    height: 30px;
  }

  .section_1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 28px;
    text-align: left;
  }

  .paragraph.inline-paragraph {
    padding-right: 0px;
  }

  .h2 {
    padding-left: 0px;
    font-size: 22px;
    text-align: left;
  }

  .section_2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .column-3 {
    display: none;
  }

  .row {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .spacer_small {
    height: 20px;
  }

  .h3 {
    float: none;
    clear: none;
    font-size: 17px;
  }

  .h3._2-row-fix {
    margin-top: 13px;
  }

  .h3._1-row-fix-2 {
    margin-top: 33px;
  }

  .h3.special {
    margin-top: 0px;
  }

  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .icon-list-wrapper {
    margin-bottom: 10px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .column {
    display: none;
  }

  .image-2 {
    margin-right: 10px;
  }

  .row-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section_3 {
    padding-bottom: 25px;
  }

  .col {
    margin-bottom: 0px;
  }

  .container-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-cta {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    text-align: center;
  }

  .cta-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .phone-wrapper {
    margin-left: 4px;
    float: none;
  }

  .mail-wrapper {
    margin-top: 20px;
    float: none;
  }

  .button-type-b {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }

  .phone-link {
    display: block;
    margin-left: 29px;
    float: none;
    clear: none;
  }

  .image-3 {
    display: block;
    margin-top: -25px;
    margin-right: 5px;
    margin-left: 10px;
    padding-right: 8px;
    float: left;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    position: relative;
    display: block;
    clear: none;
  }

  .footer-text-row.abbinder-line {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: none;
    clear: none;
    text-align: center;
  }

  .abbinder-footer {
    height: auto;
  }

  .footer-abbinder-wrapper {
    height: auto;
    padding-bottom: 25px;
  }

  .link-3 {
    float: none;
    clear: none;
  }

  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand_imp {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }

  .container-5 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}