:root {
  --dark-grey: #9b9b9b;
  --black: black;
  --white: white;
  --main: #c5b49d;
  --grey: grey;
  --black-2: #333;
  --dim-grey: #636363;
  --red: rgba(250, 25, 25, .5);
}

body {
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h4 {
  color: var(--dark-grey);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: gray;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: gray;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

a {
  color: var(--black);
  padding-bottom: 5px;
  font-size: 18px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  box-shadow: inset 0 -2px rgba(0, 0, 0, .1);
}

a:hover {
  color: #000;
  box-shadow: inset 0 -2px #000;
}

ul {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 32px;
}

li {
  color: var(--black);
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.hero {
  width: 100%;
  min-height: 100vh;
  color: var(--white);
  background-image: url('../images/pexels-photo-4210784.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.hero.pages {
  height: 70vh;
  background-color: var(--main);
  background-image: none;
  justify-content: center;
  position: fixed;
}

.wrapper-title {
  width: 100%;
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.vertical {
  z-index: 900;
  width: 6vw;
  height: 100vh;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.link {
  height: auto;
  color: #9b9b9b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Roboto;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: rotate(-90deg);
}

.link:hover {
  background-image: none;
}

.link.w--current {
  text-decoration: line-through;
  position: relative;
}

.section {
  height: 100vh;
  background-color: #dcdee0;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 100vh;
}

.section.main {
  flex-direction: column;
}

.section.footer {
  width: 100%;
  height: auto;
}

.section.contact {
  width: 100%;
  background-color: var(--main);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
}

.section.fixed {
  position: fixed;
}

.section.contact {
  width: 100%;
  background-color: var(--main);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
}

.vertical-social {
  z-index: 30;
  width: 10vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.main-h1 {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14vh;
  line-height: 16vh;
  position: relative;
}

.main-h1.bold {
  color: var(--white);
  font-weight: 900;
}

.main-h1.bold.home {
  margin-top: 0;
  font-weight: 400;
  line-height: 15vh;
}

.main-h1.home {
  color: var(--white);
  font-size: 15vh;
  line-height: 22vh;
}

.main-h1.contact {
  width: auto;
  text-align: left;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 8vh;
  line-height: 10vh;
}

.main-h1.contact.row {
  font-size: 5vh;
  line-height: 7vh;
}

.paragraph {
  width: auto;
  color: #9b9b9b;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
}

.paragraph.bolder {
  width: 55vw;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

.paragraph.bolder.is--black {
  color: var(--black);
  text-align: left;
}

.column {
  border: 1px #000;
  flex: 1;
  overflow: hidden;
}

.column._100vh {
  width: 50%;
  min-height: 100vh;
  color: #fff;
  background-color: rgba(0, 0, 0, .75);
  flex: none;
  align-items: center;
  padding-left: 15vw;
  padding-right: 10vw;
  display: flex;
  overflow: visible;
}

.column._100vh:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .75);
}

.column.background-image {
  background-image: url('../images/Inka_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: visible;
}

.column.background-image._2 {
  background-image: url('../images/Inka_3.jpg');
  background-position: 0%;
  background-size: auto;
}

.column.about {
  width: 50%;
  height: auto;
  min-height: 100vh;
  color: #fff;
  background-color: rgba(0, 0, 0, .75);
  flex: none;
  align-items: center;
  padding-left: 15vw;
  display: flex;
  overflow: visible;
}

.column.about:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .75);
}

.home-subhead {
  width: 50vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hr {
  width: 35px;
  height: 1px;
  background-color: #9b9b9b;
  margin-top: 12px;
  margin-right: 30px;
}

.hr.mail {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 0;
}

.h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  line-height: 48px;
}

.h2.mail {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.h2.contact {
  width: 40vw;
  text-align: center;
}

._w-h1 {
  padding-right: 10vw;
  position: relative;
  overflow: hidden;
}

._w-link {
  color: #636363;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 2px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

._w-link:hover {
  color: #000;
}

._w-link.social {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.line-hover {
  width: 100%;
  height: 2px;
  background-color: #ddd;
  margin-top: 3px;
  overflow: hidden;
}

.project-info {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-info.head {
  align-items: flex-start;
  left: 0;
}

.icon-social {
  width: 45px;
  height: 45px;
  color: rgba(0, 0, 0, .3);
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Icomoon;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.icon-social:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.fill-hover {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.section-2 {
  float: none;
  display: block;
  position: relative;
  top: 70vh;
}

.section-2._1, .section-2._2 {
  display: block;
}

.section-2.nogap {
  margin-bottom: -30vh;
}

.wrapper {
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.contact {
  width: 100%;
  height: auto;
  background-color: var(--main);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 7vh;
  padding-bottom: 7vh;
  padding-left: 0;
  position: relative;
}

.wrapper.center {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.center.form {
  min-height: auto;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrapper.about {
  width: auto;
  background-image: url('../images/pexels-photo-1410226.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.wrapper.services {
  width: auto;
  background-image: url('../images/pexels-photo-1809340.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-4 {
  width: 6vw;
  height: auto;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._w-title {
  width: 100vw;
  height: 70vh;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 150px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.wide-background {
  width: 100vw;
  height: 100vh;
  background-color: #657580;
  margin-bottom: 10%;
}

.wide-background._01 {
  background-image: url('../images/5b109a993a8396648e723c7a_screen-001.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10 {
  margin-bottom: 30px;
  display: flex;
}

.wrapper-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.wrapper-info.about {
  border-bottom: 0 #e4e4e4;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.wrapper-info.about:hover {
  border-bottom-style: none;
  border-bottom-color: var(--white);
}

.wrapper-info.about.logos {
  width: 100%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.wrapper-info.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-vertical-nav {
  z-index: 900;
  border-right-style: solid;
  border-right-color: #ddd;
}

.light {
  color: #9b9b9b;
  margin-top: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.wrapper-list-links {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-16 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-16.has__nopaddingbottom {
  padding-bottom: 0;
}

.div-block-16.has__nopaddingtop {
  padding-top: 0;
}

.wrap-content {
  width: 50%;
}

.wrap-content.logos {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding-top: 0;
  padding-right: 0;
  display: grid;
}

.wrap-content.contact {
  width: 50%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.link-block-2 {
  height: 60%;
  color: #9b9b9b;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-2:hover {
  text-decoration: line-through;
}

.link-block-2.w--current {
  border-bottom-style: none;
  border-right: 2px #000;
  flex: 1;
  text-decoration: none;
  box-shadow: inset 5px 0 rgba(250, 25, 25, .5);
}

.container {
  padding-top: 50px;
}

.body {
  background-color: #f0f0f0;
}

.div-block-20 {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  display: block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

.div-block-24 {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.link-block-3 {
  color: #9b9b9b;
  border: 1px #e7e5e5;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  color: #272727;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 0 2px #000;
}

.image-8 {
  height: 23px;
  margin-bottom: 10px;
}

.heading-6 {
  color: #c3c3c3;
  margin-bottom: 50px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  line-height: 66px;
}

.bold {
  color: #161616;
}

.text-block-3 {
  text-align: center;
  line-height: 16px;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.alt-next {
  color: #9b9b9b;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-25 {
  width: 100vw;
  height: 20vh;
  justify-content: space-between;
  display: flex;
}

.navbar {
  width: 100%;
  height: auto;
  background-color: var(--white);
  padding: 0 5vw;
  position: fixed;
}

.brand {
  height: 90px;
  box-shadow: none;
  border-bottom: 1px #000;
  align-items: center;
  display: flex;
}

.brand:hover {
  box-shadow: none;
  border-bottom-style: none;
}

.brand.w--current, .brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  box-shadow: none;
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 3px;
  font-size: 16px;
  transition: color .2s, box-shadow .2s;
}

.link-nav:hover, .link-nav.w--current {
  box-shadow: inset 0 -3px 0 0 var(--main);
  color: var(--main);
}

.div-block-26 {
  width: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-2 {
  height: 60vh;
  background-color: #f3f3f3;
  justify-content: center;
  display: block;
}

.div-block-27 {
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.logo-footer {
  margin-bottom: 30px;
}

.nav-menu {
  float: right;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.arrow {
  filter: brightness(200%);
  color: var(--white);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.number {
  float: none;
  color: gray;
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 70px;
  line-height: 60px;
  position: relative;
}

.number.zero {
  color: var(--white);
}

.big-link {
  color: #000;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  line-height: 80px;
}

.proj_body-wrap {
  width: 90vw;
  text-align: center;
}

.proj_body {
  text-align: left;
}

.proj_body h2, .proj_body p, .proj_body h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.proj_body figure {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.proj_body figcaption {
  color: gray;
  margin-bottom: 20px;
}

.next-project {
  padding: 5vw;
}

.project-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: inset 0 -2px rgba(255, 255, 255, .2);
}

.project-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--main);
  color: var(--main);
}

.paragraph-2 {
  margin-bottom: 0;
}

.project-description {
  color: #7a7a7a;
  font-size: 18px;
}

.arrow-2 {
  margin-bottom: 1px;
  margin-left: 8px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.footer-links {
  box-shadow: inset 0 -2px 0 0 var(--main);
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 2px;
  font-size: 16px;
}

.footer-links:hover {
  box-shadow: inset 0 -2px 0 0 var(--main);
  color: var(--main);
}

.paragraph-3 {
  color: var(--main);
  padding-left: 8px;
  font-size: 2.6em;
}

.text-span-2 {
  text-decoration: underline;
}

.form-block {
  min-width: 400px;
  position: relative;
}

.form-block.row {
  width: 50%;
  margin-left: 40px;
}

.field-label {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 400;
}

.field-label.row {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkbox-label {
  text-decoration: none;
}

.checkbox-label.row {
  color: var(--white);
}

.success-message {
  background-color: var(--main);
  border-radius: 7px;
}

.text-field {
  max-height: 75px;
  color: rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, 0);
  border-top: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #000;
  border-right: 0 #000;
  margin-bottom: 4px;
  padding: 8px 0;
  font-size: 1.8em;
  font-weight: 400;
  transition: all .25s ease-in-out;
  overflow: visible;
}

.text-field:active {
  font-size: 1.8em;
}

.text-field:focus {
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  color: #888;
  font-size: 1.8em;
  font-weight: 400;
}

.text-field::placeholder {
  color: #888;
  font-size: 1.8em;
  font-weight: 400;
}

.text-field.area {
  font-size: 1em;
  line-height: 1.2em;
}

.spacer._30 {
  height: 30px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1.3em;
  transition: all .25s ease-in-out, color .25s ease-in-out;
}

.button-2:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.button-2.black {
  background-color: var(--main);
  border-style: none;
  border-radius: 0;
  margin-right: 30px;
}

.button-2.black:hover {
  background-color: var(--white);
  color: var(--main);
}

.button-2.black.row {
  border-style: solid;
  border-color: var(--main);
  color: var(--main);
  background-color: #fff;
  border-radius: 1px;
  margin-right: 21px;
}

.button-2.black.row:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--main);
  color: var(--white);
  border-radius: 1px;
}

.button-2.black.g-recaptcha {
  margin-left: 0;
}

.error-message {
  background-color: #d38383;
  border-radius: 9px;
}

.contact {
  width: 50vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  padding-left: 90px;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 0;
}

.rich-text-block-2 {
  color: var(--black-2);
  font-size: 16px;
  line-height: 29px;
}

.accordion-item {
  background-color: var(--main);
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--white);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-family: Materialicons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-paragraph {
  color: #fff;
}

.accordion-wrapper-2 {
  margin-top: 50px;
}

.contact-social {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  box-shadow: inset 0 -2px rgba(228, 116, 51, .5);
}

.contact-social:hover {
  color: var(--main);
  box-shadow: inset 0 -2px #e47433;
}

.contact-social.inverted {
  margin-left: 4px;
  margin-right: 4px;
  box-shadow: inset 0 -2px #fff;
}

.contact-social.inverted:hover {
  color: rgba(255, 255, 255, .75);
  box-shadow: inset 0 -2px rgba(255, 255, 255, .75);
}

.contact-social.last {
  margin-right: 0;
}

.div-block-28 {
  flex-direction: column;
  display: flex;
}

.meh {
  flex-flow: wrap;
  align-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.pagewrapper {
  max-width: 100vw;
}

.project-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: inset 0 -2px rgba(255, 255, 255, .2);
}

.project-link-2:hover {
  box-shadow: inset 0 -2px 0 0 var(--main);
  color: var(--main);
}

.datenschutz li {
  color: var(--grey);
}

.html-embed {
  margin-right: 21px;
}

.recaptcha-hinweis {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.link-google-hinweis {
  font-size: 1em;
}

.g-recaptcha {
  max-width: 200px;
  border: 1px solid var(--white);
  background-color: var(--main);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 20px;
  font-size: 1.3em;
  transition: all .25s ease-in-out;
  display: block;
}

.g-recaptcha:hover {
  background-color: var(--white);
  color: var(--main);
}

.text-block-4 {
  font-size: 1.2em;
}

.text-block-5 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.text-block-6 {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
}

.html-embed-2 {
  display: none;
}

.success1 {
  text-align: left;
  font-size: 2.6em;
  line-height: 1em;
}

.success2 {
  text-align: left;
  padding-top: 23px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.body-2 {
  font-family: PT Serif, serif;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 0 0 -20px var(--white);
  border: 0 solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 70px;
  padding-bottom: 70px;
  transition-property: none;
  display: grid;
}

.div-block-17:hover {
  box-shadow: 0 0 0 -20px var(--white);
}

.image-9 {
  max-height: 50vh;
}

.image-9.has--border {
  border: 1px solid #000;
  border-radius: 1px;
}

.text-span-3 {
  font-size: 40px;
}

.contact_content {
  width: 50vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  padding-left: 90px;
  display: flex;
}

.text-span-4 {
  color: var(--black);
}

.body-3 {
  font-family: Vollkorn, sans-serif;
}

html.w-mod-js [data-ix="load-up"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  a {
    margin-bottom: 20px;
  }

  .hero {
    background-position: 50%;
    justify-content: flex-start;
    padding-left: 0;
  }

  .wrapper-title {
    width: 100vw;
  }

  .vertical {
    width: 100vw;
    height: 20vh;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10vw;
  }

  .link {
    transform: none;
  }

  .section.main {
    justify-content: flex-start;
  }

  .section.contact {
    background-position: 43%;
    padding-left: 0;
  }

  .main-h1, .main-h1.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold.home {
    line-height: 15vh;
  }

  .main-h1.home {
    font-size: 13vh;
    line-height: 15vh;
  }

  .paragraph.bolder {
    width: auto;
    margin-bottom: 0;
  }

  .column._100vh {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #000, #000 0%, rgba(255, 255, 255, 0));
    padding-left: 0;
    padding-right: 0;
  }

  .column._100vh:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .column.background-image {
    background-position: 75%;
  }

  .column.background-image._2 {
    background-position: 50%;
  }

  .column.about {
    width: auto;
    background-color: rgba(0, 0, 0, .3);
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .column.about:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .home-subhead {
    width: auto;
  }

  .project-info {
    width: 60%;
    padding: 10vh 5vw;
  }

  .project-info.head {
    width: 80%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .project-info.head.landing {
    width: 80%;
  }

  .wrapper {
    flex-direction: column-reverse;
  }

  .wrapper.contact {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.center {
    padding: 5vw;
  }

  .wrapper.center.form {
    padding-left: 70px;
  }

  .wrapper.about {
    background-position: 75%;
  }

  .wrapper.services {
    background-position: 60%;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-info.about.logos {
    width: auto;
  }

  .wrapper-list-links {
    width: auto;
    flex-direction: row;
    align-items: flex-start;
  }

  .wrap-content {
    width: 100%;
  }

  .wrap-content.logos {
    width: 100%;
    grid-column-gap: 10vw;
    grid-row-gap: 7vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrap-content.contact {
    width: 100%;
  }

  .div-block-26 {
    width: auto;
    align-items: center;
  }

  .div-block-27 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-menu {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .big-link {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .form-block {
    width: 100%;
  }

  .field-label {
    margin-bottom: 15px;
  }

  .spacer._30 {
    height: 20px;
  }

  .contact {
    width: 58vw;
    padding-left: 0;
  }

  .contact-social {
    margin-bottom: 0;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 18px;
  }

  .contact-social.last {
    font-size: 17px;
  }

  .meh {
    margin-top: 25px;
  }

  .project-link-2 {
    margin-top: 30px;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .text-block-6 {
    text-align: left;
  }

  .contact_content {
    width: 58vw;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero.pages {
    text-align: center;
    padding-left: 40px;
  }

  .section.main {
    height: auto;
  }

  .section.contact {
    background-position: 54%;
  }

  .vertical-social {
    width: 100%;
    height: 30vh;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
  }

  .main-h1 {
    text-align: left;
  }

  .column._100vh {
    width: 100%;
    min-height: auto;
  }

  .column.background-image {
    width: 100%;
    flex: 0 auto;
  }

  .column.about {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .project-info {
    width: 75%;
  }

  .project-info.head {
    padding-left: 0;
  }

  .wrapper.center {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    flex-direction: row;
    align-items: flex-start;
  }

  .wrap-content.contact {
    flex-direction: column;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: center;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2vh 5vw;
    display: block;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0;
  }

  .nav-menu {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .big-link {
    font-size: 30px;
    line-height: 30px;
  }

  .form-block.row {
    width: 100%;
    margin-left: 0;
  }

  .text-field {
    font-size: 1.4em;
  }

  .button-2.black {
    margin-left: 0;
    font-size: 1em;
  }

  .contact {
    width: 80vw;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-28 {
    width: 100%;
  }

  .contact_content {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero {
    background-position: 57%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.pages {
    text-align: center;
    padding: 20px;
  }

  .wrapper-title {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    height: auto;
  }

  .section.contact {
    height: auto;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 70px 10px;
  }

  .vertical-social {
    height: 60px;
    background-color: #fff;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h1.bold.home {
    line-height: 8vh;
  }

  .main-h1.home {
    font-size: 7vh;
    line-height: 8vh;
  }

  .main-h1.contact {
    padding-top: 0;
    padding-bottom: 70px;
    font-size: 6vh;
    line-height: 6vh;
  }

  .paragraph.bolder {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .column._100vh {
    background-image: linear-gradient(to right, #000, #000 0%, rgba(0, 0, 0, .39));
    padding: 60px 20px;
  }

  .column.background-image {
    width: 100%;
    background-position: 72%;
    flex: 0 auto;
  }

  .column.background-image._2 {
    background-position: 62%;
  }

  .column.about {
    padding: 27px;
  }

  .home-subhead {
    width: auto;
  }

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

  .h2.mail {
    font-size: 24px;
  }

  .h2.contact {
    width: auto;
  }

  ._w-h1 {
    padding-right: 0;
  }

  .project-info {
    width: 86%;
    padding: 0;
  }

  .project-info.head {
    margin-bottom: 0;
    padding: 0;
  }

  .project-info.head.landing {
    width: 100%;
  }

  .wrapper {
    flex: none;
  }

  .wrapper.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.center {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.center.form {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-info {
    flex-direction: column;
  }

  .wrapper-info.about {
    flex-direction: column;
    padding: 20px;
  }

  .wrapper-info.about.logos {
    padding: 20px;
  }

  .wrapper-info.contact {
    flex-direction: column;
  }

  .wrapper-list-links {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-16.datenschutz {
    justify-content: center;
    display: flex;
  }

  .wrap-content.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .heading-6 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .alt-next {
    font-size: 20px;
    line-height: 40px;
  }

  .navbar {
    text-align: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    width: 100%;
    height: 80px;
    float: none;
    justify-content: center;
    padding-left: 0;
  }

  .brand.w--current {
    height: 80px;
    float: none;
    justify-content: center;
    padding-left: 0;
  }

  .link-nav {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 11px;
  }

  .link-nav.w--current {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 13px;
    display: none;
  }

  .div-block-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .big-link {
    font-size: 20px;
    line-height: 20px;
  }

  .project-description {
    color: #cfcece;
  }

  .footer-links {
    flex: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .paragraph-3 {
    padding-left: 2px;
  }

  .form-block {
    min-width: 0;
  }

  .form-block.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field {
    font-size: 1.1em;
    line-height: 1em;
  }

  .button-2.black {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact {
    width: auto;
    margin-top: 0;
    padding: 70px 20px;
  }

  .paragraph-4 {
    margin-top: 70px;
  }

  .accordion-item {
    padding: 13px;
  }

  .accordion-heading {
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .icon.accordion-icon {
    font-size: 30px;
  }

  .contact-social {
    flex: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .contact-social.last {
    margin-right: 15px;
  }

  .meh {
    flex-flow: column;
    display: flex;
  }

  .bold-text-3 {
    line-height: 8vh;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .g-recaptcha {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-6 {
    margin-top: 34px;
  }

  .success1 {
    text-align: center;
    font-size: 1.8em;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
  }

  .image-9 {
    max-height: 100%;
  }

  .contact_content {
    width: auto;
    margin-top: 0;
    padding: 0 20px;
  }

  .has__nopaddingbottom {
    padding-bottom: 0;
  }

  .has__nopaddingtop {
    padding-top: 0;
  }
}

#w-node-_8c62238c-f818-3b2b-1e04-00761f392580-9dbff058 {
  justify-self: end;
}

#w-node-_8c62238c-f818-3b2b-1e04-00761f392581-9dbff058 {
  justify-self: start;
}

#w-node-c5705317-6f88-2735-d709-3e10ba189fad-9dbff058 {
  justify-self: end;
}

#w-node-c5705317-6f88-2735-d709-3e10ba189fae-9dbff058 {
  justify-self: start;
}

#w-node-_0ab2ef73-8f0a-1060-e5c4-640a036deae7-9dbff058 {
  justify-self: end;
}

#w-node-_0ab2ef73-8f0a-1060-e5c4-640a036deae8-9dbff058 {
  justify-self: start;
}

#w-node-_584fb241-767a-473b-bd1a-799810a95d4b-9dbff058 {
  justify-self: end;
}

#w-node-_584fb241-767a-473b-bd1a-799810a95d4c-9dbff058 {
  justify-self: start;
}

#w-node-fde2cca1-f849-dea1-a92a-32043697c99c-9dbff058 {
  justify-self: end;
}

#w-node-fde2cca1-f849-dea1-a92a-32043697c99d-9dbff058 {
  justify-self: start;
}

#w-node-c7bc67e3-c5b2-228e-1189-c80ff1a7be7a-6e9c5f95 {
  justify-self: end;
}

#w-node-b3a19abd-4a82-4476-232f-2674092d317d-6e9c5f95 {
  justify-self: start;
}

#w-node-_42ea603d-20be-be15-27a0-6e09358628ab-6e9c5f95 {
  justify-self: end;
}

#w-node-_42ea603d-20be-be15-27a0-6e09358628ac-6e9c5f95 {
  justify-self: start;
}

#w-node-db7df558-066f-f0d8-487b-eb6ce8d72b0c-6e9c5f95 {
  justify-self: end;
}

#w-node-db7df558-066f-f0d8-487b-eb6ce8d72b0d-6e9c5f95 {
  justify-self: start;
}

#w-node-e5806962-b0af-9e98-a6d7-348bab5791a7-6e9c5f95 {
  justify-self: end;
}

#w-node-e5806962-b0af-9e98-a6d7-348bab5791a8-6e9c5f95 {
  justify-self: start;
}

#w-node-_8b40fefa-b352-bb0a-a8b7-fc7b4d7ffa60-6e9c5f95 {
  justify-self: end;
}

#w-node-_8b40fefa-b352-bb0a-a8b7-fc7b4d7ffa61-6e9c5f95 {
  justify-self: start;
}

#w-node-_6e6b5c8e-7343-dd99-4084-82e6191e3bc6-6e9c5f95 {
  justify-self: end;
}

#w-node-_6e6b5c8e-7343-dd99-4084-82e6191e3bc7-6e9c5f95 {
  justify-self: start;
}

#w-node-d53f4933-5af7-e82c-2247-8db83e48c86e-6e9c5f95 {
  justify-self: end;
}

#w-node-d53f4933-5af7-e82c-2247-8db83e48c86f-6e9c5f95 {
  justify-self: start;
}

#w-node-_57c3e841-f023-4095-9911-1d00603e4cb0-6e9c5f95 {
  justify-self: end;
}

#w-node-_57c3e841-f023-4095-9911-1d00603e4cb1-6e9c5f95 {
  justify-self: start;
}

#w-node-_4e147065-49f8-a5dd-fa46-a686b7e2646c-6e9c5f95 {
  justify-self: end;
}

#w-node-_4e147065-49f8-a5dd-fa46-a686b7e2646d-6e9c5f95 {
  justify-self: start;
}

#w-node-_5bb8040c-f9fb-4753-b3b9-477ce3251d35-6e9c5f95 {
  justify-self: end;
}

#w-node-_5bb8040c-f9fb-4753-b3b9-477ce3251d36-6e9c5f95 {
  justify-self: start;
}

#w-node-_2ed482d1-2eba-d522-690b-4c5b8badafd2-6e9c5f95 {
  justify-self: end;
}

#w-node-_2ed482d1-2eba-d522-690b-4c5b8badafd3-6e9c5f95 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_8c62238c-f818-3b2b-1e04-00761f392580-9dbff058, #w-node-c5705317-6f88-2735-d709-3e10ba189fad-9dbff058, #w-node-_0ab2ef73-8f0a-1060-e5c4-640a036deae7-9dbff058, #w-node-_584fb241-767a-473b-bd1a-799810a95d4b-9dbff058, #w-node-fde2cca1-f849-dea1-a92a-32043697c99c-9dbff058, #w-node-c7bc67e3-c5b2-228e-1189-c80ff1a7be7a-6e9c5f95, #w-node-_42ea603d-20be-be15-27a0-6e09358628ab-6e9c5f95, #w-node-db7df558-066f-f0d8-487b-eb6ce8d72b0c-6e9c5f95, #w-node-e5806962-b0af-9e98-a6d7-348bab5791a7-6e9c5f95, #w-node-_8b40fefa-b352-bb0a-a8b7-fc7b4d7ffa60-6e9c5f95, #w-node-_6e6b5c8e-7343-dd99-4084-82e6191e3bc6-6e9c5f95, #w-node-d53f4933-5af7-e82c-2247-8db83e48c86e-6e9c5f95, #w-node-_57c3e841-f023-4095-9911-1d00603e4cb0-6e9c5f95, #w-node-_4e147065-49f8-a5dd-fa46-a686b7e2646c-6e9c5f95, #w-node-_5bb8040c-f9fb-4753-b3b9-477ce3251d35-6e9c5f95, #w-node-_2ed482d1-2eba-d522-690b-4c5b8badafd2-6e9c5f95 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Nyata';
  src: url('../fonts/nyataftrregular-ez1vp-webfont.woff2') format('woff2'), url('../fonts/nyataftrregular-ez1vp-webfont.woff') format('woff'), url('../fonts/NyataFtrRegular-eZ1Vp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-BoldItalic.ttf') format('truetype'), url('../fonts/Vollkorn-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Bold.ttf') format('truetype'), url('../fonts/Vollkorn-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}