@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
/* HEADER */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("//hello.myfonts.net/count/3b2378");
.header {
  background-color: white;
  width: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header.hide-nav {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .header-container {
  height: 70px;
  width: 100%;
  max-width: 1612px;
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-logo-container {
  width: 130px;
  height: 27px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  margin-right: 24px;
  vertical-align: top;
}

.header-logo-container img {
  vertical-align: middle;
}

.header-right-buttons {
  margin-left: auto;
}

.header-right-buttons a {
  margin: 10px;
}

a.text-btn.mobile-menu-btn {
  display: none;
  letter-spacing: 0.08em;
  color: #003232;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 1270px) {
  a.header-cta-btn {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .header .menu-main, .header .menu-lang {
    display: none;
  }

  .header a.mobile-menu-btn {
    vertical-align: top;
    margin: 12px 0 12px 6px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  a.header-log-in-btn {
    display: none;
  }

  input.submit-button {
    width: 100%;
  }

  .header .header-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 460px) {
  .show-mobile {
    display: block;
  }
}
/* MENUS */
.menu-btn {
  display: none;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu .menu-item {
  word-break: break-word;
  word-wrap: break-word;
  hyphens: auto;
  font-family: "Axiforma-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
}

.menu-main {
  display: inline-block;
  margin: 23px 10px;
  vertical-align: top;
}

.menu-main .menu .menu-item {
  display: inline-block;
  margin-right: 40px;
  line-height: 1;
}

.menu-main .menu .menu-item a {
  text-decoration: none;
}

.menu-lang {
  vertical-align: top;
  margin: 12px 0 12px 6px;
  display: inline-block;
}

#mobile-menu {
  background-color: white;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  display: none;
}

.mobile-menu-links-container {
  border-top: 1px solid #CDD2D7;
  border-bottom: 1px solid #CDD2D7;
}

.mobile-menu-lang-item {
  display: inline-block;
  font-weight: normal;
  padding-right: 24px;
}

.mobile-menu-open {
  display: block !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.container {
  word-break: break-word;
}

.container-item {
  display: flex;
  flex-direction: column;
  max-width: 1612px;
  padding: 0 60px;
  margin: 0 auto;
  min-height: 0;
  overflow: auto;
}

.container-item-full-width {
  position: relative;
  padding: 0 60px;
  margin: 0;
  overflow: auto;
}

.max-container {
  max-width: 1612px;
  padding: 0 60px;
  margin: 0 auto;
}

.hero-container {
  height: calc(100vh - 270px);
  min-height: 560px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.hero-text {
  width: 650px;
  z-index: 10;
  padding-bottom: 40px;
}

.hero-text h4 {
  width: 430px;
}

#blocks {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1150px) {
  .hero-container .hero-picture {
    height: 80%;
  }
}
.client-logos-container {
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

.client-logos-container .logo-a {
  width: 16.6%;
  display: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.client-logos-container .logo-img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  max-width: 140px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 16px;
}

.client-logos-container .logo-img.hover, .client-logos-container .logo-img:hover {
  filter: none;
}

.call-to-action-container {
  position: relative;
  background-color: #00B95F;
  min-height: 460px;
  text-align: center;
  overflow: hidden !important;
}

.call-to-action-container .tablet-illustration {
  position: absolute;
  margin-left: -1000px;
  top: -200px;
}

.call-to-action-container .mobile-illustration {
  position: absolute;
  margin-left: 400px;
  top: 64px;
}

.call-to-action-container .bottom-mobile-illustration {
  display: none;
  position: absolute;
  top: 360px;
  margin-left: 160px;
}

.skewed-white-bg {
  background-color: white;
  transform: skew(20deg);
  display: inline-block;
  margin: 0 -16px;
  line-height: 18px;
  padding: 2px 16px;
  bottom: 3px;
  position: relative;
}

.footer-text-container {
  transform: skew(-20deg);
}

.front-page-features-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.front-page-features-container .front-page-feature {
  width: 33%;
  padding: 40px 32px;
  min-height: 390px;
}

.front-page-features-container .front-page-feature h3 {
  word-break: keep-all;
}

.front-page-features-container .feature-header {
  margin-top: 40px;
}

.front-page-features-container .front-page-feature-img img {
  max-height: 215px;
  max-width: 200px;
}

.flex-center {
  align-self: center;
}

.subpage-hero-left, .subpage-hero-right {
  position: absolute;
  max-width: 235px;
  width: 100%;
  bottom: 0;
}

.subpage-hero-left {
  left: 0;
}

.subpage-hero-right {
  right: 0;
}

.hero-mobile-pattern-container {
  text-align: right;
  display: none;
}

.hero-mobile-pattern {
  max-width: 235px;
  margin-right: -24px;
}

.footer-logo-container {
  display: flex;
  margin-bottom: 32px;
  min-height: 0;
}

li.disabled {
  color:#789098;
}

.footer-logo-container img {
  width: 130px;
  height: 38px;
}

.footer-pattern {
  height: 19px;
  background-image: url("../assets/footer-pattern-row-1.svg");
  background-repeat: repeat;
}

.footer-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: row;
  font-family: "Axiforma-Regular", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #68737A;
}

.footer-content strong {
  color: #003232;
}

.half {
  display: flex;
  flex-direction: column;
  flex: 50%;
  margin: 8px 4px;
}

.email-sub {
  flex: 50%;
  margin: 8px 4px;
}

.footer-column {
  flex-direction: row;
  flex: 0 0 50%;
  display: flex;
  margin: 8px 0;
  min-height: 0;
}

.footer-subscribe {
  display: flex;
  flex-direction: column;
  flex: 100%;
}

.footer-subscribe-input {
  display: flex;
  flex-direction: row;
}

.footer-container {
  margin: 40px 0;
}

.social-icons {
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-picture {
  width: 60%;
  height: 100%;
  background-size: cover;
  position: absolute;
  right: -60px;
  display: flex;
  flex-direction: column;
  background-position: center;
}

.hero-tile-row {
  height: calc(100% / 7);
  display: flex;
  flex-direction: row;
}

.tile {
  width: 25%;
  background-color: white;
  background-size: 27px 17px !important;
  background-repeat: repeat !important;
}

@media screen and (max-width: 1360px) {
  .tile {
    background-size: 22px 14px !important;
  }
}
.testimonials-container {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  transition: all 1s ease;
}

.testimonials-container .left-option .testimonial-bg-title, .testimonials-container .left-option .testimonial-info, .testimonials-container .right-option .testimonial-bg-title, .testimonials-container .right-option .testimonial-info {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}

.testimonials-container .left-option .testimonial-img-overlay, .testimonials-container .right-option .testimonial-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc( 100% - 120px);
  border-radius: 6px;
  margin-top: 60px;
  background-color: rgba(0, 80, 225, 0.8);
}

.testimonials-container .left-option .testimonial-bg-img, .testimonials-container .right-option .testimonial-bg-img {
  width: 600px;
}

.testimonials-container .btn-testimonial-left {
  right: 18px;
}

.testimonials-container .btn-testimonial-right {
  left: 18px;
}

.testimonials-container .btn-testimonial {
  position: absolute;
  margin-top: 283px;
  z-index: 10;
}

.testimonial-bg-title {
  flex-direction: column;
  text-align: right;
}

.testimonial-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin: 0 80px;
  transition: all 0.3s ease;
  min-width: 0;
}

.testimonial-container.shown-option {
  flex: 0 0 calc( 100% - 320px );
}

.testimonial-container.shown-option .btn-testimonial {
  display: none;
}

.testimonial-container.shown-option .testimonial-bg-title, .testimonial-container.shown-option .testimonial-info {
  display: flex;
  opacity: 1;
}

.testimonial-container.left-option, .testimonial-container.right-option, .testimonial-container.option {
  flex: 0 0 600px;
  margin: 0;
}

.testimonial-container .testimonial-img {
  flex: 0 0 600px;
  height: 100%;
  padding: 60px 0;
  position: relative;
}

.testimonial-container .testimonial-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 0.3s;
}

.testimonial-container .testimonial-person {
  display: flex;
  flex-direction: row;
  padding: 32px 0;
}

.testimonial-container .testimonial-person .testimonial-person-img {
  flex: 0 0 100px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.testimonial-container .testimonial-person .testimonial-person-img img {
  width: 75px;
  height: 75px;
  border-radius: 75px;
}

.testimonial-container .testimonial-person .testimonial-person-name {
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-bg-title {
  font-family: "Axiforma-Regular", sans-serif;
  font-size: 20px;
  margin: 24px;
  line-height: 28px;
  color: white;
}

.testimonial-bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.testimonial-bg-img-0 {
  background-image: url("/assets/haabersti-sm.jpg");
}

.testimonial-bg-img-1 {
  background-image: url("/assets/roseni-sm.jpg");
}

.testimonial-bg-img-2 {
  background-image: url("/assets/finest-merko-sm.jpg");
}

.testimonial-bg-img-3 {
  background-image: url("/assets/delta-sm.jpg");
}

.testimonial-bg-img-4 {
  background-image: url("/assets/kohtuhoone-sm.jpg");
}

.testimonial-section {
  height: 730px;
  padding: 0;
  overflow: hidden;
}

.front-page-feature-img .image-container {
  width: 170px !important;
  height: 160px !important;
}

@media (min-width: 1024px) {
  .page-content {
    min-height: calc( 100vh - 572px );
  }
}
@media screen and (min-width: 1360px) {
  .front-page-features-container .front-page-feature {
    padding: 80px 48px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-pattern {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), screen and (-ms-high-contrast: none) and (max-width: 1024px) {
  .footer {
    display: none;
  }
}
@media (max-width: 1024px) {
  .subpage-hero-left, .subpage-hero-right {
    display: none;
  }

  .footer-content {
    flex-direction: column;
  }

  .client-logos-container {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }

  .client-logos-container .logo-a {
    width: 50%;
    height: 104px;
  }

  .client-logos-container .logo-img {
    width: calc( 100% - 32px);
    height: 104px;
    margin: auto;
  }

  .call-to-action-container {
    min-height: 600px;
  }

  .call-to-action-container .bottom-mobile-illustration {
    display: block;
  }

  .call-to-action-container .mobile-illustration {
    display: none;
  }

  .testimonial-container {
    flex-direction: column;
  }

  .testimonial-container .testimonial-info {
    padding-top: 0;
    padding-bottom: 16px;
    height: auto;
  }

  .testimonial-container .testimonial-bg-img {
    height: 610px;
  }

  .testimonial-section {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .front-page-features-container .front-page-feature {
    width: 50%;
  }

  .hero-container {
    height: calc(100vh - 70px);
    max-height: 900px;
  }

  .hero-text {
    padding-top: 40px;
    align-self: flex-start;
  }

  .hero-text h4 {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .container-item, .container-item-full-width {
    padding: 0 24px;
  }

  .hero-mobile-pattern-container {
    display: block;
  }

  .hero-container {
    height: auto;
    min-height: 400px;
  }

  .hero-text {
    width: auto;
  }

  .hero-text h4 {
    width: auto;
    max-width: 430px;
  }

  .hero-picture {
    display: none;
  }

  .footer-column {
    flex-direction: column;
    margin: 0;
  }

  .logos-and-subscribe {
    order: 1;
  }

  .sitemap {
    order: 2;
  }

  .subscribe-input {
    order: 1;
  }

  .social-icons {
    order: 2;
  }

  .social-icons {
    margin: 16px 0;
  }

  .front-page-features-container {
    flex-direction: column;
  }

  .front-page-features-container .front-page-feature {
    width: 100%;
    padding: 0;
    min-height: auto;
    margin-bottom: 64px;
    text-align: center;
  }

  .front-page-features-container .front-page-feature .image-container {
    margin: 0 auto;
  }

  .play-store {
    display: none;
  }

  .testimonials-container {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
    transition: all 1s ease;
  }

  .testimonials-container .left-option .testimonial-img-overlay, .testimonials-container .right-option .testimonial-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc( 100% - 120px);
    border-radius: 6px;
    margin-top: 60px;
    background-color: rgba(0, 80, 225, 0.8);
  }

  .testimonials-container .left-option .testimonial-bg-img, .testimonials-container .right-option .testimonial-bg-img {
    width: 600px;
  }

  .testimonials-container .btn-testimonial-left {
    right: 18px;
  }

  .testimonials-container .btn-testimonial-right {
    left: 18px;
  }

  .testimonials-container .btn-testimonial {
    position: absolute;
    margin-top: 160px;
    z-index: 10;
  }

  .testimonial-container {
    height: 100%;
    margin: 0 24px;
  }

  .testimonial-container.shown-option {
    flex: 0 0 calc(100% - 208px);
  }

  .testimonial-container.shown-option .testimonial-info {
    padding: 40px 0;
  }

  .testimonial-container.left-option, .testimonial-container.right-option, .testimonial-container.option {
    flex: 0 0 600px;
  }

  .testimonial-container .testimonial-img {
    flex: 0 0 400px;
    height: 100%;
    padding: 60px 0;
  }

  .testimonial-section {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .testimonial-container {
    margin: 0 24px;
  }

  .testimonial-container.shown-option {
    flex: 0 0 calc(100% - 68px);
  }

  .testimonial-container.shown-option .testimonial-info {
    padding: 0 0 40px;
  }

  .testimonial-container .testimonial-bg-img {
    height: 360px;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .hero-text {
    width: 500px;
  }
}
@media (min-width: 1271px) and (max-width: 1410px) {
  .testimonial-container .testimonial-img {
    flex: 0 0 450px;
  }
}
@media (min-width: 1024px) and (max-width: 1270px) {
  .testimonial-container .testimonial-img {
    flex: 0 0 320px;
  }

  .testimonial-container h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-container .testimonial-person .testimonial-person-name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .footer-subscribe-input {
    flex-direction: column;
  }

  .email-sub {
    flex: 100%;
    margin: 8px 4px;
  }
}
a, .submit-button {
  color: #0050E1;
  text-decoration: none;
}

a:hover, a.hover, a:focus, a.focus, a:active, a.active, a:visited, a.visited, .submit-button:hover, .submit-button.hover, .submit-button:focus, .submit-button.focus, .submit-button:active, .submit-button.active, .submit-button:visited, .submit-button.visited {
  color: #003778;
}

a:disabled, a.disabled, .submit-button:disabled, .submit-button.disabled {
  color: #8C9BA5;
}

.btn {
  padding-left: 24px;
  padding-right: 24px;
  min-width: 118px;
  font-family: "Axiforma-Regular", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  display: inline-block;
  width: auto;
  height: 34px;
  line-height: 36px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

a.btn-primary, .submit-button.btn-primary {
  color: white;
  background: #00B95F;
  border: 2px solid #00B95F;
}

a.btn-primary:hover, a.btn-primary.hover, .submit-button.btn-primary:hover, .submit-button.btn-primary.hover {
  color: white;
  background-color: #003232;
  border-color: #003232;
}

a.btn-primary:focus, a.btn-primary.focus, .submit-button.btn-primary:focus, .submit-button.btn-primary.focus {
  color: white;
  border-color: #003232;
}

a.btn-primary:active, a.btn-primary.active, .submit-button.btn-primary:active, .submit-button.btn-primary.active {
  color: #00B95F;
  background-color: #003232;
  border-color: #003232;
}

a.btn-negative {
  color: #161619;
  background-color: white;
  border: 2px solid white;
}

a.btn-negative:hover, a.btn-negative.hover {
  background-color: #003232;
  border-color: #003232;
  color: white;
}

a.btn-negative:focus, a.btn-negative.focus {
  border-color: #003232;
}

a.btn-negative:active, a.btn-negative.active {
  color: #00B95F;
  background-color: #003232;
  border-color: #003232;
}

a.btn-ghost {
  color: #161619;
  background-color: white;
  border: 2px solid #161619;
}

a.btn-ghost:hover, a.btn-ghost.hover {
  color: white;
  background-color: #003232;
  border-color: #003232;
}

a.btn-ghost:focus, a.btn-ghost.focus {
  border-color: #00B95F;
}

a.btn-ghost:active, a.btn-ghost.active {
  color: #00B95F;
  background-color: #003232;
  border-color: #003232;
}

a.btn-icon {
  color: #161619;
  border: 2px solid #161619;
  padding-left: 12px;
}

a.btn-icon:hover, a.btn-icon.hover {
  color: #00B95F;
  border-color: #00B95F;
}

a.btn-icon:focus, a.btn-icon.focus {
  border-color: #00B95F;
}

a.btn-icon:active, a.btn-icon.active {
  color: #00B95F;
  border-color: #00B95F;
}

a.btn-icon:disabled, a.btn-icon.disabled {
  color: #8C9BA5;
  border-color: #8C9BA5;
}

a.btn-icon img {
  top: 8px;
  position: relative;
  max-height: 30px;
  max-width: 30px;
}

a.text-btn {
  color: #0050E1;
  text-transform: uppercase;
  font-family: "Axiforma-Bold", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
}

a.text-btn:disabled, a.text-btn.disabled {
  color: #68737A;
}

a.text-btn:hover, a.text-btn.hover, a.text-btn:focus, a.text-btn.focus, a.text-btn:active, a.text-btn.active, a.text-btn:visited, a.text-btn.visited {
  color: #003778;
}

.blog-header-link {
  color: #161619;
}

.blog-header-link:visited, .blog-header-link.visited {
  color: #161619;
}

.blog-header-link:hover, .blog-header-link.hover, .blog-header-link:focus, .blog-header-link.focus, .blog-header-link:active, .blog-header-link.active {
  color: #003778;
}

a.gray-link {
  color: #68737A;
}

a.gray-link:hover, a.gray-link.hover, a.gray-link:disabled, a.gray-link.disabled {
  color: #8C9BA5;
}

a.gray-link:focus, a.gray-link.focus, a.gray-link:active, a.gray-link.active, a.gray-link:visited, a.gray-link.visited {
  color: #68737A;
}

.support-nav-link, .toeleht-button {
  color: #161619;
}

.support-nav-link:visited, .support-nav-link.visited, .toeleht-button:visited, .toeleht-button.visited {
  color: #161619;
}

.support-nav-link:focus, .support-nav-link.focus, .support-nav-link:active, .support-nav-link.active, .toeleht-button:focus, .toeleht-button.focus, .toeleht-button:active, .toeleht-button.active {
  color: #00B95F;
}

.toeleht-button {
  color: #161619;
}

.toeleht-button:visited, .toeleht-button.visited {
  color: #161619;
}

.toeleht-button:hover, .toeleht-button.hover {
  color: #003778;
}

.toeleht-button:focus, .toeleht-button.focus, .toeleht-button:active, .toeleht-button.active {
  color: #161619;
}

/* IE AND OTHER LINE HEIGHT */
@-moz-document url-prefix() {
  .btn {
    line-height: 34px;
  }
}
.windows .btn {
  line-height: 30px;
}

.windows input.submit-button {
  line-height: 34px;
}

.windows input {
  padding-top: 0;
}

.disabled {
  pointer-events: none;
}

.btn.btn-img {
  height: 34px;
  width: 34px;
  margin-right: 12px;
}

.btn.btn-lg {
  height: 56px;
  line-height: 56px;
}

#search-icon-btn, #supportPageSearchButton {
  position: absolute;
  right: 8px;
  top: 15px;
  display: none;
  height: 34px;
  width: 40px;
  border: none;
  padding: 0;
  background: none;
}

#supportPageSearchButton {
  right: 8px;
  top: 21px;
  height: 20px;
  width: 20px;
}

input.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.menu-link {
  color: #161619;
}

a.menu-link:active, a.menu-link.active {
  color: #00B95F;
}

input[type=email], input[type=text], textarea {
  background-color: #F2F3F4;
}

textarea, select, input, button {
  outline: none;
}

input {
  height: 38px;
  width: 100%;
  box-sizing: border-box;
  border-left: 2px solid #F2F3F4;
  border-right: 2px solid #F2F3F4;
  border-top: 2px solid #F2F3F4;
  border-bottom: 2px solid #F2F3F4;
  border-radius: 3px 3px 0 0;
  caret-color: #0050E1;
  font-family: "Axiforma-Regular", sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding-top: 4px;
  color: #161619;
  background: url("/assets/ic-search-24px.svg") no-repeat scroll 8px 4px;
  padding-left: 38px;
}

input:focus, input.focus {
  border-bottom: 2px solid #161619;
}

.input-lg {
  height: 64px;
  font-size: 24px;
  line-height: 38px;
  color: #161619;
  background: url(/assets/ic-search-32px.svg) no-repeat scroll 22px 13px;
  padding-left: 72px;
}

#newsletter-email-input {
  width: calc( 100% - 8px );
}

input.submit-button {
  padding: 0;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
}

/* The dropdown container */
.dropdown {
  font-family: "Axiforma-Regular", sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}

.dropdown .btn-drop {
  border: none;
  outline: none;
  background: none;
  padding: 8px;
  font-size: 16px;
  line-height: 18px;
}

.dropdown .btn-drop:after {
  content: url("../assets/ic-dropdown.svg");
  height: 16px;
  width: 16px;
  position: absolute;
  top: 4px;
  right: -4px;
  overflow: hidden;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 42px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 30;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 6px 8px;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  color: #00B95F;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.hide {
  display: none !important;
}

.u-flex-column {
  display: flex;
  flex-direction: column;
}

.u-bold {
  font-weight: bold;
}

.u-header-font-regular {
  font-family: "Axiforma-Regular", sans-serif;
}

.u-brand-color {
  color: #00B95F;
}

.u-dark-green-color {
  color: #003232;
}

.u-gray-color {
  color: #68737A;
}

.u-inline-block {
  display: inline-block;
}

.u-align-self-flex-end {
  align-self: flex-end;
}

.u-no-top-margin {
  margin-top: 0;
}

.u-margin-top-bottom-4 {
  margin: 4px 0;
}

.u-margin-top-bottom-40 {
  margin: 40px 0;
}

.u-margin-top-bottom-12 {
  margin: 12px 0;
}

.u-margin-top-bottom-32 {
  margin: 32px 0;
}

.u-margin-top-32 {
  margin-top: 32px;
}

.u-margin-top-102 {
  margin-top: 102px;
}

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

.u-margin-bottom-56 {
  margin-bottom: 56px;
}

.u-margin-4 {
  margin: 4px;
}

.u-margin-32 {
  margin: 32px;
}

.u-margin-top-bottom-64 {
  margin: 64px 0;
}

.u-margin-14 {
  margin: 14px;
}

.u-margin-top-0 {
  margin-top: 0;
}

.u-padding-0 {
  padding: 0;
}

.u-padding-sides-8 {
  padding: 0 8px;
}

.u-padding-sides-16 {
  padding: 0 16px;
}

.u-padding-top-64 {
  padding-top: 64px;
}

.u-center {
  margin: 0 auto;
}

.u-font-size-75 {
  font-size: 0.75em;
}

.u-max-width-600 {
  max-width: 600px;
}

.u-max-width-800 {
  max-width: 800px;
}

.u-max-width-1000 {
  max-width: 1000px;
}

.u-light-blue-bg {
  background-color: #F5FAFF;
}

.u-white-color {
  color: white;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.bauhub-icon {
  max-width: 30px;
  max-height: 30px;
  padding: 16px;
  margin: 4px;
  background-color: #00B95F;
  border-radius: 64px;
}

.features-header {
  text-align: center;
  margin: 64px 0 80px;
}

.features-text {
  padding: 16px;
}

.features-icon-container {
  flex: 25%;
  align-items: center;
}

.features-icons-container {
  display: flex;
  flex-direction: row;
}

.feature-container {
  display: flex;
  flex-direction: column;
  max-width: 1612px;
  margin: 0 auto;
  overflow: auto;
}

.feature-img {
  height: 380px;
  width: 100%;
  max-height: 380px;
  max-width: 610px;
  margin: 80px auto 0;
  position: relative;
}

.feature-img .features-pattern-left, .feature-img .features-pattern-right {
  position: absolute;
  width: 290px;
  top: 100px;
}

.feature-img .features-pattern-left {
  left: -290px;
}

.feature-img .features-pattern-right {
  right: -290px;
}

.feature-img .pattern-ios-left {
  left: -83px;
}

.feature-img .pattern-ios-right {
  right: -83px;
}

.feature-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bauhub-loading-container.features-loading {
  width: 604px;
}

@media (min-width: 1024px) and (max-width: 1320px) {
  .feature-img .features-pattern-left, .feature-img .features-pattern-right {
    width: 13vw;
  }

  .feature-img .features-pattern-left {
    left: -13vw;
  }

  .feature-img .features-pattern-right {
    right: -13vw;
  }

  .feature-img .pattern-ios-left, .feature-img .pattern-ios-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .features-icons-container {
    flex-direction: column;
  }

  .features-icon-container {
    flex-direction: row;
    display: flex;
  }

  .features-header {
    text-align: left;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 40px;
  }

  .feature-img {
    height: auto;
    margin: 40px auto 8px;
  }

  .feature-img .features-pattern-left, .feature-img .features-pattern-right {
    display: none;
  }

  .bauhub-loading-container.features-loading {
    height: 58vw;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature-img .features-pattern-left, .feature-img .features-pattern-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .features-icon-container {
    text-align: center;
  }

  .feature-text {
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .feature-text-container {
    flex-direction: row;
  }

  .feature-text-container .feature-text {
    flex: 1 1 50%;
  }
}
.prices-header {
  min-height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-items-container {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
}

.pricing-items-container .pricing-item {
  padding: 64px;
}

.container ul.prices-list li:before {
  content: url("../assets/ic-ok-24px.svg");
  display: inline-block;
  margin-left: -40px;
  width: 32px;
  top: 4px;
}

.container ul.prices-list li.disabled:before {
  content: url("../assets/ic-cancel-24px.svg");
}

.container ul.prices-list li {
  padding: 4px 0;
}

.price-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #CDD2D7;
  border-bottom: 1px solid #CDD2D7;
}

.price-item .price {
  flex: 50%;
}

@media (max-width: 1024px) {
  .pricing-items-container {
    margin: 0;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pricing-items-container .pricing-item {
    padding: 36px 0;
  }

  .pricing-items-container .pricing-item.u-light-blue-bg {
    padding: 36px 16px;
  }

  .prices-header {
    justify-content: left;
    min-height: auto;
    margin: 8px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pricing-items-container .pricing-item {
    padding: 48px 32px;
  }

  .prices-header {
    min-height: auto;
    margin: 24px 0 0;
  }
}
@media (min-width: 1024px) {
  .pricing-items-container .pricing-item {
    flex: 50%;
  }
}
#support-category-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.support-category {
  padding: 56px;
  flex: 33% 0;
}

.support-category .bauhub-icon {
  margin: 0;
}

.support-category .support-title h3 {
  margin-top: 8px;
  padding-bottom: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #CDD2D7;
}

.support-category .support-description {
  margin: 24px 0;
}

.support-category-accordion h2 {
  padding: 40px 0 16px;
  margin: 0;
  border-bottom: 1px solid #CDD2D7;
}

.support-category-accordion h2:first-child {
  padding-top: 8px;
}

.support-page-container {
  display: flex;
  flex-direction: column;
  margin: 64px 0;
}

.support-page-content {
  padding-bottom: 24px;
}

#support-nav-scroll {
  position: fixed;
  transition: all 100ms ease-in;
}

#support-nav-scroll.scrolled {
  position: absolute;
  bottom: 0;
}

.support-page {
  border-bottom: 1px solid #CDD2D7;
}

.support-page:first-child {
  border-top: 1px solid #CDD2D7;
}

.support-page h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  padding: 18px 0;
  margin: 0;
}

/*.support-page .image-container {*/
/*  width: auto !important;*/
/*}*/

.support-page .support-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.support-page .support-title .support-title-icon {
  flex: 0 0 50px;
}

.support-page .support-title .support-title-text {
  flex: 1;
}

.support-page.active .support-title-chevron {
  background-image: url("/assets/ic-chevron-down-bauhub-color.svg");
}

.support-page.active .toeleht-button {
  color: #00B95F;
}

.support-title-chevron {
  background-image: url("/assets/ic-chevron-right.svg");
  height: 24px;
  width: 24px;
}

.search-input-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

#search-results-container {
  position: relative;
  margin: 64px auto;
  max-width: 816px;
  display: none;
  width: 100%;
}

.voog-search-modal-result {
  margin-top: 32px !important;
}

.voog-search-modal-result h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.voog-search-modal-result h3 a {
  color: #0050E1;
}

.voog-search-modal-result h3 a.hover, .voog-search-modal-result h3 a:hover, .voog-search-modal-result h3 a.active, .voog-search-modal-result h3 a:active, .voog-search-modal-result h3 a.visited, .voog-search-modal-result h3 a:visited {
  color: #003778;
}

.voog-search-modal-result p {
  color: #68737A;
}

.voog-search-modal-result em {
  font-weight: bold;
  background-color: #A0E6C3;
  color: #003232;
  font-style: normal;
  padding: 2px;
}

.voog-search-modal-result h3, .voog-search-modal-result p {
  margin: 0;
}

.support-nav {
  position: relative;
}

#search {
  position: relative;
}

.support-btn-back {
  display: none;
}

input.edy-editable {
  display: inline-block;
  width: auto;
  height: auto;
}

.voog-search-modal-contained, .voog-search-modal-results {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .support-page-container {
    flex-direction: row;
    min-height: 660px;
  }

  .support-page-container .support-nav {
    width: 286px;
    margin-right: 56px;
  }

  .support-page-container .support-content {
    width: calc( 100% - 286px );
    margin-left: 56px;
  }

  .support-page-input {
    height: 64px;
    font-size: 24px;
    line-height: 38px;
    color: #161619;
    background: url(/assets/ic-search-32px.svg) no-repeat scroll 22px 13px;
    padding-left: 72px;
  }
}
@media (max-width: 1024px) {
  .support-page-container .support-nav {
    display: none;
  }

  .support-page-container {
    margin: 12px 0 40px;
  }

  .support-btn-back {
    display: block;
  }

  .search-input-container {
    max-width: 400px;
    margin-bottom: 24px;
  }

  #search-icon-btn {
    right: 0;
    top: 9px;
    height: 20px;
    width: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .support-category {
    flex: 50% 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .support-category {
    flex: 50% 0;
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .support-category {
    flex: 100%;
    padding: 32px 16px;
    text-align: center;
  }
}
.blog-header {
  margin: 80px 0;
}

.post-author {
  display: inline-block;
  font-weight: bold;
}

.gray-round-ellipse {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #68737A;
  border-radius: 2px;
  bottom: 2px;
  position: relative;
  margin: 0 8px;
}

.blog-post-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.article {
  position: relative;
  width: calc( 50% - 32px );
  display: inline-block;
  margin-right: 32px;
  border-bottom: 1px solid #CDD2D7;
  padding-bottom: 32px;
  margin-top: 32px;
}

.blog-article {
  text-align: center;
}

.blog-article .article {
  width: 100%;
  max-width: 816px;
  display: inline-block;
  border-bottom: 1px solid #CDD2D7;
  padding-bottom: 32px;
  margin: 104px auto 32px;
  text-align: left;
}

.blog-article .blog-back-btn {
  display: inline-block;
}

.post-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-img {
  height: 270px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.post-link-left {
  width: 49%;
  display: inline-block;
  text-align: left;
}

.post-link-right {
  width: 49%;
  display: inline-block;
  text-align: right;
}

.blog-back-btn {
  display: none;
  position: absolute;
  left: -88px;
}

.post-title {
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .first-post .post-img, .first-post .post-text {
    flex: 1 1 100%;
  }

  .first-post .post-text {
    border-top: 1px solid #CDD2D7;
    border-bottom: 1px solid #CDD2D7;
    padding-left: 32px;
  }

  .first-post .post-img {
    height: 420px;
    border-radius: 6px 0 0 6px;
  }

  .first-post.article {
    width: 100%;
    margin: 32px 0;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: none;
  }
}
@media (max-width: 1024px) {
  .blog-post-container {
    flex-direction: column;
  }

  .article {
    width: 100%;
  }

  .blog-article .article {
    margin: 0 auto 16px;
  }

  .blog-back-btn {
    position: relative;
    left: 0;
    margin: 16px 0;
  }

  .blog-header {
    margin: 8px 0 0;
  }
}
@media (max-width: 767px) {
  .blog-header {
    text-align: left;
  }

  .article a.btn-ghost {
    flex: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }
}
.about-header {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}

.about-header .about-header-numbers {
  position: relative;
}

.about-header .about-header-numbers h1 {
  margin-bottom: 0;
}

.about-header .about-header-numbers h1.pattern-1 {
  background: url("/assets/pattern-1-1.svg");
  background-size: 14px;
  -webkit-text-fill-color: #a0e6c370;
  -webkit-background-clip: text;
}

.about-header .about-header-numbers h1.pattern-2 {
  background: url("/assets/pattern-2-1.svg");
  background-size: 14px;
  -webkit-text-fill-color: #00B95F70;
  -webkit-background-clip: text;
}

.about-header .about-header-numbers h1.pattern-3 {
  background: url("/assets/pattern-3-3.svg");
  background-size: 14px;
  -webkit-text-fill-color: #00323270;
  -webkit-background-clip: text;
}

.about-header .about-header-numbers h1.pattern-4 {
  background: url("/assets/pattern-2-3.svg");
  background-size: 14px;
  -webkit-text-fill-color: #0050E170;
  -webkit-background-clip: text;
}

.about-header .about-header-numbers h4 {
  margin-top: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .about-header .about-header-numbers h1.pattern-1 {
    background: none;
    color: #a0e6c3;
  }

  .about-header .about-header-numbers h1.pattern-2 {
    background: none;
    color: #00B95F;
  }

  .about-header .about-header-numbers h1.pattern-3 {
    background: none;
    color: #003232;
  }

  .about-header .about-header-numbers h1.pattern-4 {
    background: none;
    color: #0050E1;
  }

  .about-header .about-header-numbers h4 {
    margin-top: 0;
  }
}
.full-width-img {
  margin: 64px 0;
  width: 100%;
}

.jobs-container {
  display: flex;
  flex-direction: row;
}

.jobs-container .about-jobs-list .job-item:first-child {
  border-top: 1px solid #CDD2D7;
}

.jobs-container .about-jobs-list .job-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #CDD2D7;
}

.jobs-container .about-jobs-list .job-item .title {
  flex: 1 0 0;
}

.jobs-container .about-jobs-list .job-item .job-button {
  width: 94px;
  height: 64px;
  padding: 8px 24px;
}

.job-ad-container {
  display: flex;
  flex-direction: row;
  margin: 84px 0;
}

.job-ad-container .job-ad-info {
  padding-top: 16px;
  flex: 0 0 400px;
  padding-right: 32px;
}

.job-ad-container .job-ad-content {
  flex: 1 0 0;
  padding-left: 32px;
}

.job-ad-container #ad-info-scroll {
  position: relative;
}

.us-pictures-container {
  display: flex;
  flex-direction: column;
  margin: 64px 0;
}

.us-pictures-container .left-picture-container, .us-pictures-container .right-picture-container {
  display: flex;
  flex-direction: row;
}

.us-pictures-container .full-width-img {
  display: block;
  margin: 0;
}

.us-pictures-container .left-picture {
  flex: 0 0 40%;
}

.us-pictures-container .right-picture {
  flex: 0 0 60%;
}

.us-blocks-right {
  height: 100%;
  top: calc(100% / 3);
  position: relative;
}

.us-blocks-right .us-tile-row {
  height: calc(100% / 3);
}

.us-blocks-right .us-tile {
  width: calc( 100% / 3 );
}

.us-blocks-left {
  height: 100%;
  top: calc(100% / -5);
  position: relative;
}

.us-blocks-left .us-tile-row {
  height: calc(100% / 5);
}

.us-blocks-left .us-tile {
  width: calc( 100% / 2 );
}

.us-tile-row {
  display: flex;
  flex-direction: row;
}

.us-tile-row .us-tile {
  background-size: 27px 17px !important;
  background-repeat: repeat !important;
}

.us-tile-row .us-tile-1 {
  background: url("/assets/pattern-3-2.svg") white;
}

.us-tile-row .us-tile-2 {
  background: url("/assets/pattern-1-1.svg") white;
}

.us-tile-row .us-tile-3 {
  background: url("/assets/pattern-2-2.svg") white;
}

.us-tile-row .us-tile-4 {
  background: url("/assets/pattern-3-3.svg") white;
}

.us-tile-row .us-tile-5 {
  background: url("/assets/pattern-1-4.svg") white;
}

.bauhub-loading-container.about-loading {
  height: calc( 100vw / 1.5 );
  padding: 64px 0;
}

.bauhub-loading-container.about-loading-tiles-left {
  height: calc( 40vw / 1.5 );
}

.bauhub-loading-container.about-loading-tiles-right {
  height: calc( 60vw / 1.5 );
}

@media (min-width: 1024px) {
  .about-header .about-header-text {
    flex: 1 1 450px;
    padding-right: 62px;
  }

  .about-header .about-header-numbers {
    flex: 1 1 60%;
    padding-left: 62px;
  }

  .jobs-container .about-jobs-text {
    flex: 50%;
    padding-right: 104px;
  }

  .jobs-container .about-jobs-list {
    flex: 50%;
    padding-left: 64px;
    padding-top: 32px;
  }
}
@media (max-width: 1024px) {
  .about-header {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }

  .jobs-container {
    flex-direction: column;
  }

  .job-ad-container {
    flex-direction: column;
    margin: 32px 0;
  }

  .job-ad-container .job-ad-info {
    padding-top: 8px;
    flex: 1 0 0;
    padding-right: 0;
  }

  .job-ad-container .job-ad-content {
    padding-left: 0;
  }

  .job-ad-container #ad-info-scroll {
    position: static;
  }
}
@media (max-width: 767px) {
  .us-pictures-container {
    margin-bottom: 0;
  }

  .us-pictures-container .left-picture-container, .us-pictures-container .right-picture-container {
    flex-direction: column;
  }

  .us-pictures-container .right-picture {
    height: 260px;
  }

  .us-pictures-container .right-picture .us-blocks-right {
    top: calc(100% / -3);
  }

  .us-pictures-container .right-picture .us-blocks-right .us-tile {
    width: calc( 100% / 2 );
  }

  .us-pictures-container .left-picture.bottom {
    height: 180px;
    order: 2;
  }

  .us-pictures-container .left-picture.bottom .us-blocks-left {
    top: calc(100% / -2);
  }

  .us-pictures-container .left-picture.bottom .us-tile-row {
    height: calc(100% / 2);
  }

  .us-tile-row .us-tile {
    background-size: 22px 14px !important;
  }
}
@font-face {
  font-family: "Axiforma-Bold";
  src: url("/assets/3B2378_0_0.eot");
  src: url("/assets/3B2378_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/3B2378_0_0.woff2") format("woff2"), url("/assets/3B2378_0_0.woff") format("woff"), url("/assets/3B2378_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Axiforma-Regular";
  src: url("/assets/3B2378_1_0.eot");
  src: url("/assets/3B2378_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/3B2378_1_0.woff2") format("woff2"), url("/assets/3B2378_1_0.woff") format("woff"), url("/assets/3B2378_1_0.ttf") format("truetype");
}
html, .header, #mobile-menu {
  min-width: 300px;
}

body {
  margin: 0;
  padding: 70px 0 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #161619;
  overflow-y: scroll;
}

.bauhub div {
  box-sizing: border-box;
}

h1 {
  font-family: "Axiforma-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 70px;
  margin: 32px 0;
}

h2 {
  font-family: "Axiforma-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-family: "Axiforma-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-family: "Axiforma-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
}

.container ul li {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  align-items: center;
}

.container ul li:before {
  content: "•";
  font-size: 26px;
  color: #00B95F;
  font-weight: bold;
  display: inline-block;
  margin-left: -18px;
  line-height: 18px;
  width: 18px;
  height: 20px;
  top: 4px;
  position: relative;
}

.container ul.small-bold-ul {
  padding: 0 18px;
}

.container ul.small-bold-ul li {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}

.container article ul li {
  font-size: 16px;
  line-height: 24px;
}

.container ul.menu li:before {
  content: none;
}

.container ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.container ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  font-size: 20px;
  line-height: 28px;
}

.container ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  white-space: nowrap;
}

.container ol li ol > li:before {
  content: counters(item, ".") " ";
}

q {
  font-family: "Axiforma-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
}

.large-body {
  font-size: 20px;
  line-height: 28px;
}

.hidden {
  display: none;
}

.bauhub-loading-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bauhub-loading-icon {
  height: 50px;
  width: 50px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hide-ie {
    display: none;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
    line-height: 56px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

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

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .large-body {
    font-size: 16px;
    line-height: 24px;
  }

  .container ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
::-ms-clear {
  display: none;
}

.show {
  display: block !important;
}

#deprecated-browser-notification {
  color: #003232;
  overflow: auto;
  padding: 8px;
  width: 100%;
  display: none;
  background: #e6a0a0;
  position: fixed;
  bottom: 0;
  left: 0;
}

/*# sourceMappingURL=main.css.map */
