body {
  font-family: 'Messina Sans', sans-serif;
  color: #00497e;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  font-family: 'Messina Sans', sans-serif;
  font-size: 64px;
  line-height: 1.1em;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
}

h3 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #00497e;
  text-decoration: none;
}

a:hover {
  color: #00497e;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-bottom: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0.5)), to(rgba(61, 61, 61, 0.5))), url('../images/hero-web.jpg');
  background-image: linear-gradient(180deg, rgba(61, 61, 61, 0.5), rgba(61, 61, 61, 0.5)), url('../images/hero-web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.section-about {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

#ueber-bds {
  padding-bottom: 230px;
}

.section-leistungen {
  margin-bottom: 100px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-margin {
  margin-bottom: 80px;
}

.row.row-footer {
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-half {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.col-half.col-half-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.text-wrapper {
  margin-top: 32px;
  text-align: center;
}

.box {
  position: relative;
  height: 350px;
  margin-bottom: 2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-right: 2px solid #f1f4f7;
  background-color: #fff;
  -webkit-transition-property: background-colorundefined;
  transition-property: background-colorundefined;
  cursor: pointer;
}

.box:hover {
  color: #00497e;
}

.box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-wrapper.box-last {
  margin-bottom: 0px;
}

.portfolio {
  margin-bottom: 0.5em;
}

.intro {
  max-width: 19em;
  margin-bottom: 2em;
  line-height: 1.3em;
  font-weight: 300;
}

.link {
  border-bottom: 1px solid #cccd00;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.bg-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.bg3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  background-color: #fff;
  background-image: linear-gradient(45deg, #e3eaf0, #fff);
}

.client-img-wrapper {
  width: 50%;
}

.client-img {
  width: 100%;
  background-image: url('../images/client-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  font-weight: 400;
}

.navbar.static {
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  margin-right: 24px;
  margin-left: 60px;
  padding-top: 19px;
  padding-left: 2px;
  -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: center;
}

.nav-link {
  height: 100%;
  padding-top: 28px;
  padding-right: 28px;
  padding-left: 28px;
  -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-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.nav-link:hover {
  color: rgba(0, 73, 126, 0.78);
}

.nav-link.w--current {
  color: #00497e;
}

.nav-link.button {
  width: 200px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #00497e;
  color: #fff;
}

.nav-link.button:hover {
  background-color: #cccd00;
  opacity: 1;
  color: #00497e;
}

.nav-link.nav-link-static {
  color: #00497e;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-color {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-bg {
  position: fixed;
  top: -88px;
  width: 100%;
  height: 72px;
  background-color: #fff;
  -webkit-transition: top 300ms ease-out;
  transition: top 300ms ease-out;
}

.hero-heading {
  max-width: 12.5em;
  margin-bottom: 0.5em;
  padding-left: 1px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 100;
}

.hero-text {
  max-width: 24em;
  margin-bottom: 1.5em;
  line-height: 1.4em;
}

.section-2-text-wrapper {
  width: 50%;
}

.about-text {
  max-width: 29em;
  margin-bottom: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.box-text-wrapper {
  position: absolute;
  left: 0px;
  bottom: 32px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.box-icon {
  height: 32px;
  margin-bottom: 16px;
}

.box-text {
  margin-bottom: 8px;
}

.box-description {
  overflow: hidden;
  max-height: 100%;
  max-width: 263px;
  font-weight: 300;
}

.arrow-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-link-block:hover {
  color: #00497e;
}

.arrow-link-svg {
  width: 16px;
}

.arrow-link-text {
  margin-right: 10px;
}

.arroow-down-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cccd00;
}

.arroow-down-link-block:hover {
  color: #cccd00;
}

.box-icon-svg {
  height: 100%;
}

.about-heading {
  max-width: 14em;
}

.container {
  width: 100%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.box-text-wrapper-top {
  position: absolute;
  left: 0px;
  top: 32px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.notice-wrapper {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #cccd00;
}

.notice-link {
  padding-left: 0.5em;
  text-decoration: underline;
}

.notice-link:hover {
  color: #00497e;
  text-decoration: none;
}

.overlay-about {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
}

.overlay-scrim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlay-wrapper {
  position: relative;
  left: auto;
  right: auto;
  width: 640px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 42px;
  background-color: #fff;
}

.overlay-heading {
  margin-bottom: 24px;
}

.overlay-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1001;
  width: 32px;
  height: 32px;
}

.heading {
  font-weight: 400;
}

.overlay-paragraph {
  margin-bottom: 32px;
}

.footer {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fff;
  font-size: 16px;
}

.footer.footer-text-only {
  margin-top: 0px;
}

.footer-link {
  margin-right: 1em;
}

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

.footer-paragraph {
  max-width: 24em;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4em;
}

.footer-paragraph-link {
  border-bottom: 1px solid #cccd00;
}

.footer-paragraph-link:hover {
  border-bottom-color: #00497e;
  color: rgba(0, 73, 126, 0.78);
}

.icon {
  width: 100%;
  height: 100%;
}

.hero-text-only {
  padding-top: 144px;
  padding-bottom: 60px;
}

.main-text-only {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f6f7;
}

.text-only-text-wrapper {
  max-width: 41em;
}

.logo-white {
  position: relative;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-inner {
  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;
}

.rte a {
  border-bottom: 1px solid #cccd00;
  color: #00497e;
  text-decoration: none;
}

.rte a:hover {
  border-bottom-color: rgba(0, 73, 126, 0.78);
  color: rgba(0, 73, 126, 0.78);
}

.overlay-support {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
}

.map {
  height: 600px;
}

.logo-teamviewer {
  width: 200px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 36px;
  }
  .hero {
    height: 50vw;
  }
  .section-about {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.row-margin.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .col-half {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .text-wrapper {
    margin-top: 0px;
    margin-bottom: 2em;
  }
  .client-img-wrapper {
    width: 100%;
  }
  .navbar {
    height: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }
  .brand.w--current {
    width: 80px;
    margin-left: 24px;
  }
  .nav-link {
    color: #00497e;
  }
  .nav-link.button {
    width: 100%;
    margin-top: 1em;
  }
  .nav-menu {
    background-color: #fff;
  }
  .logo-color {
    opacity: 1;
  }
  .nav-bg {
    display: none;
  }
  .section-2-text-wrapper {
    width: 100%;
    margin-bottom: 3em;
  }
  .logo-white {
    opacity: 0;
  }
  .menu-button.w--open {
    background-color: #00497e;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  .hero {
    padding-bottom: 56px;
  }
  .section-about {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .about-heading {
    margin-top: 0px;
  }
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .map {
    height: 400px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 50vw;
  }
  .text-wrapper {
    max-width: 100%;
  }
  .box {
    width: 100%;
    height: 290px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right-style: none;
    border-right-width: 0px;
  }
  .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSansWeb-Light.woff2') format('woff2'), url('../fonts/MessinaSansWeb-Light.eot') format('embedded-opentype'), url('../fonts/MessinaSansWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSansWeb-Regular.woff2') format('woff2'), url('../fonts/MessinaSansWeb-Regular.eot') format('embedded-opentype'), url('../fonts/MessinaSansWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}