h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-variation-settings: "wdth"75, "wght"800;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 36px;
}

.body {
  color: #112d69;
  object-fit: cover;
  font-family: Opensans Var, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.logo {
  width: 40vw;
  max-width: 360px;
  min-width: 200px;
  margin: 3em auto;
  display: block;
}

.blue-bg {
  background-image: url('../images/bg.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 1px;
  position: relative;
}

.heading {
  font-variation-settings: "wght"800, "wdth"75;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: Opensans Var, sans-serif;
  font-size: 3em;
  line-height: 1.1;
}

.text-outline {
  color: rgba(0, 0, 0, 0);
}

.container {
  max-width: 60em;
  margin-bottom: 3em;
  padding-left: 2em;
  padding-right: 20px;
  position: relative;
}

.container.con-small {
  max-width: 800px;
}

.p-intro {
  color: #fff;
  text-align: center;
}

.intro {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 1px;
  margin-bottom: 3em;
  padding: 1em;
}

.bg-overlay {
  z-index: 0;
  mix-blend-mode: multiply;
  background-color: rgba(17, 45, 105, .87);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.is-inverted {
  color: #fff;
}

.service-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.service-item {
  color: #112d69;
  font-variation-settings: "wght"800, "wdth"75;
  text-align: center;
  background-color: #fff;
  padding: .25em .5em;
  font-size: 1.5em;
  box-shadow: 2px 2px #112d69, 4px 4px #fff;
}

.h2-small {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 1em;
}

.quotes {
  color: #fff;
  font-variation-settings: "wght"800, "wdth"75;
  text-align: center;
  letter-spacing: .05em;
  border-left-style: none;
  padding-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2;
}

.quotationmark {
  color: #3db651;
  margin-top: -.5em;
  padding-bottom: .25em;
  font-size: 3em;
  line-height: .5;
  display: block;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  padding-top: 5em;
  font-size: 14px;
}

.cite {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: .75em;
}

.sec-about {
  background-color: #ddd;
}

.button-wrap {
  z-index: 5;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  transform: translate(0, -50%);
}

.button {
  letter-spacing: .025em;
  background-color: #3db651;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-size: .75em;
  font-weight: 700;
  transition: background-color .3s;
}

.button:hover {
  background-color: #112d69;
  border-color: #fff;
}

.about {
  clear: left;
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 5em;
  margin-bottom: 2em;
  display: flex;
}

.about-img-wrap {
  width: 50%;
  text-align: center;
}

.about-text-wrap {
  width: 50%;
  margin-bottom: 2em;
}

.h2-normal {
  margin-top: 0;
  margin-bottom: 1em;
}

.figcaption {
  width: 100%;
  background-color: rgba(17, 45, 105, .8);
  margin-bottom: -2em;
  margin-left: 10px;
  padding: .75em;
  position: relative;
  transform: translate(0, -90%);
}

.figure {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph, .figcaption-litem {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.figcaption-list {
  padding-left: 20px;
}

.projekt {
  margin-bottom: 3em;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.projekt-desc {
  width: 33%;
  background-color: #112d69;
  padding: 0 1.5em .5em;
}

.projekt-slider {
  height: 50vh;
  flex: 1;
}

.projekt-heading {
  color: #fff;
  font-variation-settings: "wght"800, "wdth"75;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.25em;
}

.projekt-slides {
  padding-bottom: 75%;
}

.image-2 {
  object-fit: cover;
}

.slide {
  object-fit: contain;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-list {
  color: #fff;
  padding-left: 1em;
  font-size: .75em;
}

.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projekt-slider-nav {
  font-size: 12px;
}

.kontakt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2em;
  display: grid;
}

.logo-footer {
  width: 70%;
  max-width: 400px;
}

.paragraph-2 {
  margin-bottom: 1.5em;
}

.legal {
  border-top: 1px solid #112d69;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .75em;
  display: flex;
}

.paragraph-3 {
  max-width: 500px;
}

.service-link {
  color: #112d69;
  text-decoration: none;
}

.link, .link-2 {
  color: #112d69;
}

.text-span {
  font-family: Opensans Bold, sans-serif;
}

@media screen and (max-width: 991px) {
  .service-item {
    font-size: 1em;
  }

  .slide-nav {
    padding-top: 1em;
  }

  .about-text-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .figure {
    width: 80%;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 60vw;
  }

  .heading {
    font-size: 2em;
  }

  .service-list {
    grid-template-columns: 1fr 1fr;
  }

  .slide-nav {
    padding-top: 2em;
  }

  .about {
    grid-row-gap: 2em;
    flex-direction: column;
    display: flex;
  }

  .about-img-wrap, .about-text-wrap {
    width: 80%;
  }

  .h2-normal {
    margin-top: 0;
  }

  .figcaption {
    margin-right: -100%;
  }

  .projekt {
    flex-direction: column;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .projekt-desc {
    width: 100%;
    order: 1;
  }

  .left-arrow, .right-arrow, .left-arrow-2, .right-arrow-2, .left-arrow-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 70vw;
    min-width: 160px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .slider {
    height: auto;
  }

  .slide-nav {
    padding-top: 4em;
  }

  .about-img-wrap, .about-text-wrap {
    width: 100%;
  }

  .figcaption {
    transform: translate(0, -50%);
  }

  .mask {
    overflow: visible;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .kontakt {
    display: block;
  }

  .logo-footer {
    width: 100%;
    margin-bottom: 3em;
  }
}


@font-face {
  font-family: 'Opensans Var';
  src: url('../fonts/OpenSans-VariableFont_wdthwght.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}