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

.background-video {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
}

.background-video-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: auto;
  height: 25vw;
}

.heading {
  color: #333;
  font-size: 45px;
  font-weight: 400;
}

.logo {
  color: #08f;
  font-weight: 700;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.section.kontakt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #006eb7;
}

.section.team {
  position: static;
}

.section-2 {
  height: 100vh;
  background-color: #087be7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f65fd), to(#3692f5));
  background-image: linear-gradient(180deg, #1f65fd, #3692f5);
}

.columns {
  width: 980px;
  max-width: 80%;
  margin-top: 200px;
  margin-left: 130px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link {
  color: #08f;
}

.link-2 {
  color: #08f;
}

.contactlinks {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

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

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 1px;
}

.div-block {
  height: 100vh;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/ARIES-304-Bearbeitet.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

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

.brand {
  padding-top: 0px;
}

.image {
  overflow: visible;
  width: 300px;
  margin-top: 9px;
  margin-left: 35px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.div-block-3 {
  padding-top: 13px;
  padding-right: 80px;
}

.navitem {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.navitem.w--current {
  display: inline-block;
  color: #006eb7;
  font-size: 20px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-color: #fff;
  opacity: 1;
  cursor: default;
}

.preloadercircle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #006eb7;
}

.div-block-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  width: 630px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #006eb7;
  font-size: 55px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.heading-2.white {
  color: #fff;
  font-size: 150px;
  line-height: 200px;
  letter-spacing: -8px;
}

.heading-3 {
  width: 630px;
  margin-bottom: 200px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 1px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 30px;
}

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

.div-block-5 {
  margin-right: auto;
  margin-left: auto;
}

.logos {
  max-width: 1000px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.logos {
  max-width: 900px;
  margin-top: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  -ms-grid-rows: auto 1fr auto auto;
  grid-template-rows: auto 1fr auto auto;
}

.logo-lochau {
  max-width: 50%;
}

.logo-rhomberg {
  max-width: 50%;
}

.logo-hohenems {
  max-width: 60%;
}

.image-2 {
  max-width: 70%;
}

.image-3 {
  max-width: 70%;
}

.image-4 {
  max-width: 80%;
}

.image-5 {
  max-width: 80%;
}

.image-6 {
  max-width: 70%;
}

.image-7 {
  max-width: 80%;
}

.image-8 {
  max-width: 90%;
}

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

.div-block-6 {
  padding-right: 15px;
}

.image-9 {
  background-color: #9c1c1c;
  color: #d61c1c;
}

.image-10 {
  width: 35px;
  margin-right: 0px;
  margin-bottom: -24px;
  margin-left: -3px;
}

@media (max-width: 991px) {
  .background-video-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 30vh;
  }
  .section {
    position: relative;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.kontakt {
    height: 100vh;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.team {
    height: 50vh;
  }
  .columns {
    width: 100%;
    max-width: 90%;
    margin-top: 125px;
    margin-left: 10vw;
  }
  .container {
    padding-top: 60px;
    padding-left: 20px;
  }
  .contactlinks {
    padding-top: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .column {
    margin-bottom: 20px;
  }
  .text-block {
    margin-top: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .div-block-2 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .navbar {
    position: static;
    padding-top: 0px;
  }
  .image {
    width: 270px;
    margin-top: 15px;
  }
  .div-block-3 {
    padding-top: 8px;
  }
  .div-block-4 {
    margin-top: 145px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .heading-2 {
    font-size: 55px;
  }
  .column-2 {
    margin-bottom: 20px;
  }
  .bold-text {
    font-size: 16px;
    line-height: 20px;
  }
  .grid.logos {
    max-width: 80%;
    margin-top: 70px;
    margin-left: -14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon {
    display: block;
  }
  .div-block-6 {
    padding-right: 10px;
  }
  .nav-menu {
    margin-top: 4px;
  }
  .image-10 {
    width: 35px;
  }
}

@media (max-width: 767px) {
  .heading {
    padding-left: 10px;
  }
  .section {
    height: 200vh;
  }
  .section.kontakt {
    height: 100vh;
    min-height: 500px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns {
    width: 80vw;
    margin-top: 60px;
    margin-left: 0vw;
  }
  .container {
    padding-left: 10px;
  }
  .contactlinks {
    font-size: 12px;
    line-height: 18px;
  }
  .text-block {
    margin-right: 0px;
    padding-right: 9px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .brand {
    padding-top: 5px;
  }
  .image {
    width: 200px;
  }
  .div-block-3 {
    padding-top: 0px;
  }
  .navitem {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .navitem.w--current {
    font-size: 16px;
  }
  .preloader {
    display: none;
  }
  .preloadercircle {
    width: 12px;
    height: 12px;
  }
  .heading-2 {
    width: 80vw;
    font-size: 8vw;
    line-height: 1em;
  }
  .heading-3 {
    width: 80vw;
    font-size: 3vw;
    line-height: 1.5em;
  }
  .bold-text {
    font-size: 12px;
    line-height: 18px;
  }
  .grid.logos {
    margin-top: 39px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-10 {
    width: 30px;
  }
}

@media (max-width: 479px) {
  .background-video-2 {
    height: 80vw;
  }
  .heading {
    padding-left: 10px;
  }
  .section {
    height: 85vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.team {
    height: 45vh;
  }
  .columns {
    width: 80vw;
    margin-top: 73px;
  }
  .container {
    padding-top: 20px;
    padding-left: 5px;
  }
  .contactlinks {
    font-size: 18px;
    line-height: 26px;
  }
  .column {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block {
    font-size: 18px;
    line-height: 26px;
  }
  .div-block-2 {
    background-position: 40% 0%;
  }
  .image {
    width: 250px;
    margin-top: 20px;
    margin-left: 15px;
  }
  .div-block-4 {
    margin-top: 70px;
    margin-bottom: 100px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .heading-2 {
    width: 85vw;
    font-size: 10.5vw;
    letter-spacing: 0.5px;
  }
  .heading-3 {
    width: 85vw;
    font-size: 5vw;
    line-height: 1.4em;
  }
  .bold-text {
    font-size: 18px;
    line-height: 24px;
  }
  .grid.logos {
    max-width: 90%;
    margin-top: 60px;
    margin-left: -4px;
    grid-auto-flow: row;
    grid-column-gap: 18px;
    grid-row-gap: 30px;
  }
  .nav-menu {
    display: none;
  }
  .image-10 {
    width: 22px;
    margin-bottom: -22px;
    margin-left: -2px;
  }
}

#w-node-4709c598b9ea-d1c25dc9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-72ee6a492637-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-38cbbcfea238-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8afc9c6faa18-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34f296220731-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-27cc4c10bd24-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4e96c31ef938-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-feed750eaacf-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-37b54bd05bda-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8e7a82f8873-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9e686d7e4944-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6e281ad5f77a-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1e8074b7fdca-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9ececf4ac3b5-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f46142e212fc-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1d65b7bfbf23-d1c25dc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

