body {
  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;
  background-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin: 20px 0px 25px;
  color: #f1a81a;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
}

h2 {
  margin: 20px 0px;
  padding-left: 0px;
  color: #2b3234;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
}

h3 {
  margin: 0px 0px 1px;
  color: #616161;
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
}

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

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 26px;
  color: #848999;
  font-size: 14px;
}

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

.section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: transparent;
}

.section.hero {
  padding-top: 200px;
  padding-bottom: 70px;
  border-top: 0px solid #ef2c30;
  background-image: url('../images/IMG_1269-opt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.section.hero.coaching {
  background-image: url('../images/panorama.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.footer {
  position: relative;
  margin-top: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #141414;
  text-align: left;
}

.section._50-gold {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(161, 131, 37, 0.6);
}

.nav-column {
  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: 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;
  text-align: right;
}

.hero-heading {
  display: none;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2c2c2c;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
}

.hero-subhead {
  display: none;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #2c2c2c;
  font-size: 23px;
  text-align: left;
}

.footer-text {
  color: #ececec;
  font-size: 15px;
}

.nav-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

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

.wrapper {
  position: relative;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 10px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.footerheader {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.footer_link {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.overlay_inner {
  display: none;
  padding: 0px 20px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.content {
  min-height: 300px;
  padding: 10px 20px 60px;
  background-color: transparent;
}

.languagemenu {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ccc;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.image-3 {
  margin-top: 7px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand_redblock {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: none;
}

.heading_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading_right {
  display: inline-block;
  width: 70%;
}

.brand_claim {
  width: 50%;
  margin-top: -1px;
  margin-bottom: -2px;
  padding-right: 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
}

.menu_block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 16px;
  margin-bottom: 17px;
  text-align: right;
}

.footer_contact_singleblock {
  display: inline-block;
  width: 35%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ececec;
  font-size: 15px;
}

.textmedia {
  margin-bottom: 50px;
}

.content_text {
  margin-top: 0px;
  margin-bottom: 30px;
}

.content_text.white {
  color: #fff;
  line-height: 24px;
}

.step {
  border-radius: 0px;
  color: #000;
  text-align: center;
}

.step_image {
  display: block;
  width: 100%;
  height: 220px;
  margin: 10px auto;
  border-top: 8px none #000;
  border-bottom: 8px none #000;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.step_text {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1a81a;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.logo {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 140px;
  max-height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

.sidebar_head {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.sidebar_box {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px 20px 15px;
  background-color: #e0e0e0;
}

.column-2 {
  padding-left: 25px;
}

.heading-2 {
  padding-left: 0px;
  background-image: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.heading-2.gold {
  color: #a18325;
}

.table_of_contents {
  padding-left: 18px;
}

.styled_ul {
  padding-left: 18px;
  font-size: 16px;
}

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

.center {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.center.gold {
  margin-top: 15px;
  background-image: none;
  color: #c90000;
  font-size: 30px;
  font-weight: 300;
}

.center.white {
  margin-top: 0px;
  margin-bottom: 10px;
  background-image: none;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.sidemenu_entry {
  margin-bottom: 7px;
  padding-left: 24px;
  background-image: url('../images/right-up-1.svg');
  background-position: 0px 5px;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
}

.sidemenu_entry.active {
  background-image: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #4b4b4b;
  font-weight: 900;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.dropdown-toggle {
  top: 0px;
  background-image: url('../images/open-menu-yellow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  top: 50px;
  right: 0px;
  width: 300px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 10px none #ccc;
  background-color: #535d5f;
}

.menu_link_ebene1 {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff #777;
  border-radius: 0px;
  opacity: 1;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #eee;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
}

.menu_link_ebene1:hover {
  color: #f1a81a;
}

.menu_link_ebene1:focus {
  color: #f1a81a;
}

.menu_link_ebene1.w--current {
  border-color: #a18324 #a18324 #777;
  border-bottom-style: solid;
  color: #f1a81a;
}

.submenu {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.dropdown.submenu_wrap {
  display: block;
}

.search-button {
  display: none;
}

.search {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  border-top: 1px none #ccc;
  border-bottom: 2px solid #ccc;
}

.menu_contacts {
  min-height: 30px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  border-top: 2px solid #ccc;
}

.text-block {
  padding-top: 10px;
}

.brand_search {
  width: 200px;
  height: 20px;
  float: right;
}

.search-2 {
  width: 50%;
  height: 28px;
  margin-bottom: 0px;
}

.search-button-2 {
  display: none;
}

.suche_header {
  width: 200px;
  height: 100%;
  margin-bottom: 0px;
  float: right;
}

.buttons_front {
  margin-bottom: 51px;
}

.claimbox {
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
  text-align: center;
}

.image-5 {
  width: 10%;
  margin-bottom: 18px;
  margin-left: 27px;
}

.claim_text {
  font-size: 21px;
  font-weight: 900;
}

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

.header {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #000;
}

.dropdown-2 {
  opacity: 1;
}

.list-item {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.list-item-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.list-item-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.list-item-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.list-item-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link {
  display: block;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1a81a;
  box-shadow: inset -3px -3px 8px 2px rgba(0, 0, 0, 0.31), inset 3px 3px 6px 2px hsla(0, 0%, 100%, 0.45);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.link.step_link {
  padding-right: 20px;
  padding-left: 20px;
  color: #2b3234;
  font-size: 16px;
  font-weight: 300;
}

.link.step_link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.form {
  margin-right: 20%;
  margin-left: 20%;
}

.button-gold {
  background-color: #a18325;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.slogan {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  text-align: center;
}

.list-item-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-bike {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  list-style-type: disc;
}

.div-block-4 {
  text-align: center;
}

.twocolumn {
  margin-bottom: 50px;
}

.offerblock {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #e0e0e0;
  color: #2b3234;
  font-size: 18px;
}

.whitelink {
  color: #fff;
}

.experience_column {
  margin-bottom: 50px;
}

.sidebar_image {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.pictext_columns {
  margin-bottom: 50px;
}

.italic-text {
  color: #0c0c0c;
}

.partner_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partner_img {
  width: 250px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 60px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.logo-footer {
  position: absolute;
  left: 0%;
  top: -65px;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  height: 50px;
  max-height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

.footer-some-icon {
  margin-top: 15px;
  margin-right: 10px;
}

.is--hidden {
  display: none;
}

.step_subtext {
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-heading {
    margin-bottom: 0px;
    font-size: 26px;
  }
  .hero-subhead {
    margin-top: 0px;
    font-size: 20px;
  }
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .wrapper.bg {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column {
    display: block;
  }
  .languagemenu {
    margin-bottom: 15px;
  }
  .brand_redblock {
    display: block;
  }
  .heading_logo {
    display: block;
    width: 35%;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .brand_claim {
    width: 100%;
  }
  .menu_block {
    right: 4%;
  }
  .footer_contact_singleblock {
    width: 45%;
  }
  .logo {
    text-align: left;
  }
  .sidebar_box {
    margin-top: 20px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .search-2 {
    display: none;
  }
  .form {
    margin-right: 10%;
    margin-left: 10%;
  }
  .slogan {
    line-height: 28px;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .logo-footer {
    text-align: left;
  }
  .footer-some-icon {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .section {
    padding: 0px;
  }
  .section.hero {
    padding-top: 42px;
    padding-bottom: 41px;
  }
  .section.footer {
    text-align: center;
  }
  .nav-column {
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .nav-bar {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .brand-column {
    padding-left: 0px;
    text-align: center;
  }
  .wrapper.bg {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column {
    margin-bottom: 10px;
  }
  .brand_claim {
    padding-left: 30px;
    font-size: 13px;
    text-align: left;
  }
  .footer_contact_singleblock {
    width: 100%;
    margin-bottom: 19px;
  }
  .step {
    margin-bottom: 30px;
  }
  .step_image {
    height: 300px;
    max-width: none;
    margin-bottom: 25px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .step_text {
    font-size: 19px;
  }
  .logo {
    margin-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-list.w--open {
    position: fixed;
    top: 118px;
    bottom: 0px;
    overflow: auto;
  }
  .image-5 {
    width: 30%;
  }
  .claim_text {
    font-size: 19px;
  }
  .form {
    margin-right: 10%;
    margin-left: 10%;
  }
  .button-gold {
    position: static;
    text-align: center;
  }
  .slogan {
    line-height: 28px;
  }
  .sidebar_image {
    max-width: none;
    margin-bottom: 25px;
  }
  .partner_block {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner_img {
    margin-bottom: 20px;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .logo-footer {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section.hero {
    padding-right: 0px;
    padding-bottom: 44px;
    padding-left: 0px;
  }
  .nav-column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-heading {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 29px;
  }
  .hero-subhead {
    margin-bottom: 10px;
  }
  .brand-column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrapper.wrap_slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .overlay_inner {
    padding: 10px;
  }
  .content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .languagemenu {
    margin-right: -5px;
    font-size: 13px;
  }
  .image-3 {
    max-width: 70%;
    float: right;
  }
  .heading_logo {
    width: 100%;
    text-align: left;
  }
  .heading_right {
    width: 100%;
  }
  .brand_claim {
    padding-top: 20px;
    padding-left: 0px;
    font-size: 12px;
  }
  .menu_block {
    top: -47%;
  }
  .content_text {
    padding-right: 12px;
    padding-left: 12px;
  }
  .step {
    margin-bottom: 30px;
  }
  .step_image {
    max-width: none;
  }
  .logo {
    height: 60px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-5 {
    margin-left: 17px;
  }
  .form {
    margin-right: 5%;
    margin-left: 5%;
  }
  .slogan {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 28px;
  }
  .sidebar_image {
    max-width: none;
  }
  .partner_block {
    margin-left: 12px;
  }
  .partner_img {
    margin-bottom: 10px;
  }
  .centered-container {
    text-align: left;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .links {
    margin-bottom: 20px;
  }
  .logo-footer {
    height: 60px;
    margin-top: 0px;
    padding-top: 0px;
  }
}

#w-node-edbb82cf9ca4-cfcda43b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-24a62631b56e-cfcda43b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -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-edbb82cf9ca4-cfcda43b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-24a62631b56e-cfcda43b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Light-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}