@font-face {
  font-family: Aronesans Variablefont Arrr Wght;
  src: url('../images/') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bavblue: #0078c1;
  --white: #fff;
  --0078c1: #0000;
  --grey: #515153;
}

.nav {
  background-color: var(--bavblue);
  height: 80px;
  padding: 10px 10px 10px 20px;
  position: relative;
}

.nav-logo {
  height: 100%;
}

.navbar {
  background-color: var(--bavblue);
  background-image: linear-gradient(90deg, #0070ba, #004370);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  height: 100%;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.brand {
  height: 100%;
}

.nav-link {
  color: var(--white);
  overflow-wrap: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.nav-link.w--current {
  border: 0px none var(--white);
  color: var(--white);
  border-radius: 0;
}

.nav-menu {
  height: auto;
  display: flex;
}

.div-block {
  z-index: 10;
  background-color: var(--0078c1);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 30px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-phone {
  background-image: url('../images/ico-phone.svg');
  background-position: 0 0;
  background-size: auto;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-phone.mail {
  background-image: url('../images/ico-mail.svg');
}

.link-mail {
  background-image: url('../images/ico-phone.svg');
  background-position: 0 0;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.sechero {
  background-image: linear-gradient(90deg, #0078c1bf, #0078c100 50%);
  height: 80vh;
  margin-top: 0;
  padding-top: 10px;
  position: relative;
}

.sechero.zwei, .sechero.drei {
  background-image: linear-gradient(90deg, #0078c1bf, #0078c100 50%);
}

.div-block-2 {
  width: 350px;
  margin-top: 40px;
  margin-left: 40px;
  position: relative;
}

.hero-bold {
  color: var(--white);
  text-transform: uppercase;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.hero-light {
  color: var(--white);
  text-transform: uppercase;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.image {
  margin-top: 40px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-2 {
  height: 120px;
  margin-top: 40px;
  margin-right: 40px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flagde {
  background-image: url('../images/ico-switzerland.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.flagen {
  background-image: url('../images/icon-english.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-3 {
  background-image: url('../images/icon-english.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.div-block-4 {
  background-image: url('../images/ico-switzerland.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.divtitel {
  background-image: url('../images/gradient180.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textbalken {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.footer {
  background-color: var(--bavblue);
  height: auto;
  margin-bottom: -60px;
  padding-bottom: 60px;
  position: relative;
}

.columns {
  width: 80vw;
  max-width: 1200px;
}

.divcolumn {
  background-image: url('../images/gradient-hell.svg');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.divicon {
  background-image: url('../images/ico-risiko.svg'), url('../images/gradient90.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 80%, auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 150px;
}

.divicon.vorteil {
  background-image: url('../images/ico-vorteil.svg'), url('../images/gradient90.svg');
}

.divicon.mass {
  background-image: url('../images/ico-massgeschneidert.svg'), url('../images/gradient90.svg');
}

.divicon.kompetent {
  background-image: url('../images/ico-beratung.svg'), url('../images/gradient90.svg');
}

.divicon.loesung {
  background-image: url('../images/ico-loesung.svg'), url('../images/gradient90.svg');
}

.divicon.balance {
  background-image: url('../images/ico-balance.svg'), url('../images/gradient90.svg');
}

.divicon.finzanzplanung {
  background-image: url('../images/ico-planung.svg'), url('../images/gradient90.svg');
}

.divicon.vermoegensplanung {
  background-image: url('../images/ico-einkommen.svg'), url('../images/gradient90.svg');
}

.textitel {
  border-bottom: 1px solid var(--bavblue);
  color: var(--bavblue);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 81px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.textklein {
  color: var(--grey);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.body {
  padding-top: 80px;
}

.textsmall {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--bavblue);
  color: var(--bavblue);
  text-align: left;
  text-transform: none;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.code-embed {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.secteam {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.divteam {
  background-image: linear-gradient(0deg, #0078c1, #0078c100 30%);
  justify-content: center;
  align-items: flex-end;
  width: 23vw;
  height: auto;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  z-index: -1;
  height: 100%;
  position: static;
  inset: 0%;
}

.divteamtext {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  padding-left: 4%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.teamtitle {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.teamphone {
  background-image: url('../images/ico-phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.teammail {
  background-image: url('../images/ico-mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.teambeschrieb {
  color: var(--white);
  width: 25%;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.teambeschrieb2 {
  color: var(--white);
  width: 100%;
  min-height: 60px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.columns-2 {
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
}

.text-block {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.link-2, .link-3 {
  color: var(--white);
}

.map {
  height: 400px;
}

.background-video {
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.sprache, .en {
  display: none;
}

.de {
  display: block;
}

.linkpicgross {
  z-index: 50;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 0%;
}

.divpicgross {
  z-index: 1;
  background-color: #0078c1cc;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.picgross {
  height: 100vh;
}

.textdatenschutz {
  width: auto;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.sec-text-ds {
  padding-left: 100px;
  padding-right: 100px;
}

.titel-ds {
  color: var(--bavblue);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 100;
}

.link-4 {
  color: var(--white);
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-5 {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .icon {
    color: var(--white);
  }

  .menu-button {
    background-color: var(--0078c1);
  }

  .menu-button.w--open {
    background-color: var(--0078c1);
    transition: transform .5s;
    transform: rotate(-90deg);
  }

  .nav-menu {
    background-color: var(--bavblue);
    margin-top: 0;
  }

  .hero-bold {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-light {
    font-size: 30px;
    line-height: 36px;
  }

  .image-2 {
    height: 100px;
  }

  .textbalken {
    font-size: 30px;
    line-height: 36px;
  }

  .columns {
    width: 90vw;
  }

  .divicon {
    height: 120px;
  }

  .textitel {
    font-size: 18px;
  }

  .secteam {
    flex-flow: wrap;
  }

  .divteam {
    width: 40vw;
    height: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-3 {
    height: 100%;
  }

  .teamtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .teambeschrieb {
    width: 28%;
  }

  .sec-text-ds {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    margin-top: 30px;
  }

  .sechero {
    height: 400px;
  }

  .div-block-2 {
    width: 250px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .hero-bold {
    font-size: 32px;
    line-height: 30px;
  }

  .image-2 {
    height: 80px;
  }

  .columns {
    width: 60vw;
  }

  .divcolumn {
    background-size: cover;
  }

  .divcoltext {
    margin-bottom: 20px;
  }

  .textitel {
    min-height: auto;
  }

  .divteam {
    width: 80vw;
    height: 100%;
  }

  .divpicgross {
    justify-content: center;
    align-items: center;
  }

  .picgross {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 60px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    width: auto;
    margin-left: 0;
  }

  .nav-link, .nav-menu.de, .nav-menu.en {
    display: block;
  }

  .div-block {
    margin-top: 30px;
  }

  .link-phone {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-phone.mail {
    margin-left: 0;
    margin-right: 10px;
  }

  .sechero {
    justify-content: flex-start;
    align-items: flex-end;
    height: 300px;
    display: flex;
    overflow: hidden;
  }

  .div-block-2 {
    width: 180px;
  }

  .hero-bold {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-light {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

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

  .flagde, .flagen {
    width: 20px;
    height: 20px;
  }

  .sec-text {
    overflow: hidden;
  }

  .textbalken {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .columns {
    width: 90vw;
  }

  .textitel {
    min-height: auto;
    font-size: 16px;
    line-height: 30px;
  }

  .textklein {
    font-size: 16px;
    line-height: 20px;
  }

  .body {
    min-height: 100%;
    padding-top: 60px;
    overflow: visible;
  }

  .textsmall {
    font-size: 18px;
    line-height: 22px;
  }

  .secteam {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .teamtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .teamphone, .teammail {
    width: 20px;
    height: 20px;
  }

  .teambeschrieb, .teambeschrieb2 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .map {
    height: 300px;
  }

  .en {
    display: none;
  }

  .divpicgross {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
  }

  .picgross {
    height: auto;
  }

  .textdatenschutz {
    font-size: 14px;
    line-height: 20px;
  }

  .sec-text-ds {
    padding: 0 10px 10px;
    overflow: hidden;
  }

  .titel-ds {
    font-size: 18px;
  }

  .bold-text {
    font-size: 18px;
    line-height: 24px;
  }

  .column, .column-2 {
    margin-bottom: 40px;
  }
}


@font-face {
  font-family: 'Aronesans Variablefont Arrr Wght';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}