

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}



body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

h1 {
  margin-top: 130px;
  margin-bottom: 60px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}



h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: -60px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

/*.textstory {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}*/

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  background-color: #e61f22;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .6s;
  display: block;
}

.button.full-width:hover {
  opacity: 1;
  background-color: rgba(255, 0, 0, .49);
}

.button.tab {
  width: 250px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Varela, sans-serif;
  transition-duration: .45s;
  display: inline-block;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section.accent {
  -webkit-text-fill-color: inherit;
  background-color: #192024;
  background-image: url('../images/bg-muster.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  padding-top: 0;
  padding-bottom: 100px;
}

.section.counter {
  background-color: #000;
  padding-bottom: 0;
}

.white-box {
  height: 250px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.section .geschichte {
  background-color: white;
  padding-left: 20px;
  padding-right:20px;
}


/* BOX GALLERY */


.container-geschichte {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 8px;
  background: white;
  padding: 20px 20px 150px;
}
.container-geschichte img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 100ms ease-out;
}
.container-geschichte img:hover {
  transform: scale(1.04);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* END BOX GALLERY */

/* ========== .Gallery.. ========== */


. {
  box-sizing: border-box;
  margin: 0 ;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}

.responsive-image {
  max-width: 100%;
}
.cell img {
  display: block;
}
@media screen and (min-width: 600px){
  .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cell {
    width:50%;
  }
}
@media screen and (min-width: 1000px){
  .cell {
    width:calc (100%/3);
  }
}
.cell {
  margin: 1rem;
}

@media screen and (min-width: 600px){
  .cell {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1000px){
  .cell{
    width: calc(33.3333% - 2rem);
  }
}


/* ========== .Gallery_End. ========== */

/* ========== .Section Hero Referenzen =============*/

body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("../images/gab-immobilien-hausansicht-gruen.png");
  

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image-impressum {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("../images/aussenansicht-p-1080.png");
  

  height: 50%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* ========== .End Hero Referenzen =============*/


/* =========== .Number Counts ============== */


body {
  font-family: sans-serif;
  min-height: 100vh;
  text-align: center;
  color: black;
}

.counter-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 40px 0;
  margin: 0 0 100px 0;
}
  .col-4 {
    flex-basis: 100%;
    padding: 45px 0;
    border: 1px solid rgba(255,255,255,0.5);
  }
    h4 {
      font-size: 20px;
      font-weight: 200;
      text-transform: uppercase;
      margin-top: 10px;
    }
    span {
      display: inline-block;
      width: 100%;
      font-size: 55px;
      font-weight: 600;
    }

@media screen and (min-width: 450px) {
  .col-4 {
    flex-basis: 33.33%;
  }
}

/* end of number counts */





/* ========== .hero background... ========== */
.hero {
  color: white;
  aspect-ratio: 16 / 9;
  background-color: #558;
  background-image: url('../images/gab-immobilien-gebaeude-aussen.png');
  background-size: cover;
  background-position: center;

  /* https://cubic-bezier.com/#0,0,0,1 */
  animation: slides calc(4 * 5s) cubic-bezier(0, 0, 0, 3) 5s infinite;
  /* animation: name duration timing-function delay iteration-count direction fill-mode; */
  animation-play-state: running;
}

@keyframes slides {
  25% {
    background-image:url('../images/gab-hausansicht-aussen-weiss.png');
  }
  50% {
    background-image: url('../images/gab-immobilien-haus-aussen-baum.png');
  }
  75% {
    background-image: url('../images/gab-immobilien-haus-interieur.png');
  }
}
/* ========== .hero background. ========== */

.hero .content-hero {
  aspect-ratio: 16/9;
  text-align: center;
  background-color: #0008;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw;
}




.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 40px;
  font-family: Varela, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Varela, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 100px;
  padding-bottom: 25px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.section-heading.centered.white {
  color: #fff;
  margin-top: 20px;
}

.section-heading.secteam {
  color: var(--dark-khaki);
  text-align: center;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  margin-top: 100px;
  padding-bottom: 0;
}

.section-title-group {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  display: block;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #C1C1C1;
}

.footer.center {
  text-align: center;
  background-color: #d3d3d3;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 40%;
  box-shadow: 0 0 0 1px var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #ed070b;
  background-clip: border-box;
  border: 8px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  transition: all .5s;
  display: block;
}

.grid-image:hover {
  background-color: rgba(255, 0, 0, .62);
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: auto;
  margin-bottom: 20px;
}

.white-text {
  height: auto;
  direction: ltr;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: 1;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  align-self: auto;
  margin-bottom: 20px;
  padding: 0 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.white-text.single {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  font-size: 18px;
  font-weight: 500;
}

.form {
  margin-top: 40px;
}

.spc {
  display: block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  float: left;
  clear: none;
  overflow-wrap: normal;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navbar-wrapper {
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  flex: none;
  font-family: Varela, sans-serif;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  text-align: left;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 27px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: red;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .4s;
  transform: rotate(0);
}

.button-primary:hover {
  color: #fff;
  background-color: #676767;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  font-size: 5px;
  line-height: 5px;
  display: block;
}

.paragraph {
  color: #000;
  margin-top: 34px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.heading {
  letter-spacing: 5px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-2 {
  color: #000;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-2 {
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.paragraph-3 {
  color: #000;
  margin-top: 20px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-3 {
  letter-spacing: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-4 {
  color: #000;
  margin-top: 20px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.grid {
  grid-template-rows: 300px 300px;
}

.image {
  aspect-ratio: auto;
  margin-top: 5px;
  margin-left: 0;
}

.paragraph-5 {
  color: #000;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-6 {
  color: #000;
  text-align: justify;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
  position: static;
}

.paragraph-left {
  color: #000;
  text-align: left;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
  position: static;
}

.slide {
  padding-top: 195px;
  padding-bottom: 195px;
}

.slide-2 {
  background-image: url('../images/photo-1416400639808-f41f0c149b09.jpg'), url('../images/kitchen-2400367_1280.jpg'), url('../images/residence-2219972_1280.webp');
  background-position: 50%, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

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

.container-2 {
  width: 100%;
  max-width: 940px;
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px;
}

.centered-heading {
  color: var(--medium-sea-green);
  text-align: center;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-right: 0;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  width: auto;
  height: 450px;
  border: 1px solid var(--dim-gray-3);
  background-color: var(--dark-slate-gray);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.team-member-image-two {
  border: 1px #fff;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  display: block;
  position: static;
}

.team-block-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.team-member-text {
  color: var(--black);
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

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

.slider, .slider-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-2 {
  padding-top: 0;
}

.slide-3 {
  height: 500px;
}

.text-block-2 {
  color: #3adf56;
  font-size: 18px;
}

.text-block-3 {
  color: #163cd2;
}

.mask {
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  color: #163cd2;
}

.container-3 {
  margin-top: 0;
  padding-top: 20px;
}

.paragraph-7 {
  color: #000;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.image-3 {
  text-align: left;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1920px;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: fixed;
}

.container-5 {
  width: 100%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-menu-three-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e40a32;
  border-radius: 7px;
  padding: 12px 25px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .5s;
}

.button-primary-3:hover {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #4e5055;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-block-5, .bold-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight:400; 
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bold-text:hover {
  color: red;
}

.bold-text-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-transform: uppercase; 
  letter-spacing: 1px;
  font-weight: 300;
}

.bold-text-2:hover {
  color: red;
}

.flex-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.text-block-6 {
  color: var(--black);
  text-align: right;
  font-family: Varela, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  text-align: left;
}

.columns-2 {
  margin-top: 500px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2.columns-2-oben {
  margin-top: 0;
}

.columns-2.columns-2-oben.columns2unten {
  display: block;
}

.heading-4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.portfolio {
  margin-top: 100px;
}

.image-4 {
  position: static;
}

.image-5 {
  margin-bottom: 20px;
}

.list-item {
  list-style-type: disc;
}

.container-6 {
  background-color: rgba(233, 233, 233, 0);
  margin-bottom: 60px;
  font-family: Varela, sans-serif;
}

.section-2 {
  background-color: #e9e9e9;
  padding-bottom: 10px;
}

.body {
  background-color: #fff;
}

.quick-stack {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  aspect-ratio: 1 / 1;
  flex: 1;
  align-self: center;
  padding: 0;
}

.flex-block-2 {
  flex-flow: row;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding: 20px;
  display: flex;
}

.heading-5 {
  font-family: Varela, sans-serif;
  font-size: 30px;
}

.column-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.columns-3 {
  margin-left: 10px;
  margin-right: 10px;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.columns-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column dense;
}

.image-6 {
  width: auto;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.column-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding-left: 0;
  display: flex;
}

.columns-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-6 {
  align-self: center;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  transition: all .6s;
}

.gallery-image.shadow-two:hover {
  opacity: .65;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  font-family: Varela, sans-serif;
}

.body-2 {
  background-color: #fff;
}

.paragraph-8 {
  height: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 10px;
  display: flex;
}

.serviceblock {
  height: 480px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .58);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: auto;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hservice {
  color: white;
  border-bottom: .8px solid #fff;
  border-radius: 0;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.lottie-animation {
  object-fit: fill;
}

.image-7 {
  align-self: center;
}

.image-8 {
  clear: none;
  align-self: center;
  margin-top: -45px;
}

.column-5, .column-6, .column-7 {
  margin-top: 20px;
}

.popup-toggle-text {
  color: #36b558;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.popup-toggle-text:hover {
  color: rgba(54, 181, 88, .63);
}

.copy-large {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
  font-size: 14px;
}

.popup-content-wrapper {
  z-index: 1;
  width: 90vw;
  max-height: 90%;
  max-width: 55em;
  background-color: #fff;
  border-radius: 1.2em;
  position: relative;
  overflow: auto;
}

.popup-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-toggle {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-close {
  z-index: 2;
  width: 3.5em;
  height: 3.5em;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.p-sm-start {
  padding-top: 3em;
}

.image-9 {
  align-self: center;
}

.container-10 {
  height: auto;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.section-5 {
  background-color: rgba(0, 0, 0, .22);
}

.gallery-overview-2 {
  text-align: left;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 12px;
  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-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.heading-7 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  padding: 35px;
  position: relative;
}

.text-block-7 {
  color: #171717;
  letter-spacing: 1px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  text-align: left;
}

.image-10 {
  padding-top: 86px;
}

.phil-button {
  background-color: var(--medium-sea-green);
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-8 {
  padding-left: 31px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-9 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-9.team, .text-block-8 {
  text-decoration: none;
}

.flex-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
}

.gallery-overview-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-wrapper-3 {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  grid-template: "Bilder . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

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

.gallery-features-block-3 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-3 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.gallery-grid-3 {
  grid-row-gap: 40px;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-3 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .button.tab {
    width: 200px;
  }

  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .white-text {
    font-size: 12px;
    line-height: 20px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .paragraph-5 {
    text-align: center;
  }

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

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

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .navbar-wrapper-three-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #2D3E4F;
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .button-primary-3 {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
  }

  .menu-button-3 {
    color: #dd1828;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-content: stretch;
  }

  .column-2 {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .hservice {
    font-size: 12px;
    line-height: 25px;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

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

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

  .image-10 {
    padding-top: 87px;
  }

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

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    font-size: 28px;
    line-height: 30px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .footer-link-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-menu {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .spc {
    text-align: center;
    margin-bottom: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .team-member-name-two {
    font-size: 16px;
    line-height: 20px;
  }

  .team-member-text {
    align-items: stretch;
    font-size: 12px;
    line-height: 20px;
    display: block;
  }

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

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .serviceblock {
    margin-top: 140px;
  }

  .image-8 {
    margin-top: auto;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    text-align: center;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .gallery-overview-2 {
    padding: 60px 15px;
  }

  .text-block-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery-overview-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .white-box.transparent {
    margin-bottom: -55px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .hero-heading {
    float: none;
    white-space: normal;
    object-fit: fill;
    padding-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .section-heading.centered {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-heading.centered.white {
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    font-size: 12px;
  }

  .grid-image {
    width: 35%;
  }

  .footer-link.with-icon {
    margin-left: 0;
  }

  .footer-link-wrapper {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

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

  .spc {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-6 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

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

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

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

  .team-member-text {
    letter-spacing: 1px;
  }

  .container-3 {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-7 {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

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

  .navbar-brand-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .text-block-6 {
    text-transform: uppercase;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 10px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    display: grid;
  }

  .gallery-overview {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: block;
  }

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

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

  .serviceblock {
    margin-top: 20px;
  }

  .container-8 {
    margin-top: -83px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .text-block-7 {
    text-align: center;
  }

  .image-10 {
    padding-bottom: 40px;
  }

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

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

#w-node-_16ca344e-b9a8-0c3e-2570-75091ad78ea8-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eb2-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eac-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eaf-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eab-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eb3-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eb6-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eb7-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eb8-b42fa7c6, #w-node-_16ca344e-b9a8-0c3e-2570-75091ad78eb9-b42fa7c6, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a52-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a55-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a56-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a57-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a58-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a59-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a5c-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a5d-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a5e-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a5f-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a60-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a61-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a62-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a63-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a64-fd178a4f, #w-node-e388e4e4-eda5-5d13-f341-eff6fd178a65-fd178a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}



