body {
  color: #333;
  background-color: #22201b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow {
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #faf5e4;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: PP_Agrandir_Light, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f8b400;
  font-family: PP_Agrandir_Heavy, sans-serif;
}

.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-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.body {
  background-color: #22201b;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading {
  color: #faf5e4;
  text-align: center;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 100px;
}

.heading-2 {
  color: #faf5e4;
  text-align: center;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Light, sans-serif;
  font-weight: 300;
}

.heading-3 {
  color: #f8b400;
  text-align: center;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Light, sans-serif;
  position: static;
  top: auto;
  bottom: 10%;
  left: 25%;
  right: 25%;
}

.bannersection {
  width: 100vw;
  height: 100%;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.div-block {
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 25%;
  right: 25%;
}

.banner {
  overflow: visible;
}

.bannertext {
  width: 9000px;
  color: #f8b400;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 100px;
  line-height: 100px;
  transform: translate(0);
}

.bannertext.bannertext1 {
  letter-spacing: 2px;
  line-height: 130px;
  transform: translate(0)translate(0);
}

.bannertext.bannertext2 {
  letter-spacing: 2px;
  line-height: 130px;
  overflow: hidden;
  transform: translate(-600px)translate(0);
}

.bannertext.bannertext3 {
  letter-spacing: 2px;
  line-height: 130px;
  overflow: visible;
  transform: translate(-1200px)translate(0);
}

.bannertext.bannertext4 {
  letter-spacing: 2px;
  transform: translate(-1000px)translate(0);
}

.worksection {
  width: 100vw;
  height: 100%;
  max-width: 1400px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.sectionheading {
  color: #faf5e4;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 76px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.sectionheading.getintouchheading {
  color: #22201b;
}

.projektheading {
  color: #faf5e4;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 55px;
  text-decoration: none;
}

.paragraph {
  color: #faf5e4;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Light, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.projekt1 {
  display: flex;
}

.projekt1.projekt2, .projekt1.projekt3 {
  align-items: center;
  margin-top: 145px;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 28px;
  display: flex;
}

.tags {
  color: #f8b400;
  letter-spacing: 1px;
  cursor: default;
  border: 3px solid #f8b400;
  border-radius: 100px;
  margin-top: 0;
  padding: 10px 15px;
  font-family: PP_Agrandir_Light, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.tagscontainer {
  width: 100%;
  height: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 27px;
  display: flex;
  overflow: hidden;
}

.column-2 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.philosophy {
  width: 100vw;
  height: 100vh;
  max-width: 1400px;
  margin-top: 130px;
  padding-left: 100px;
  padding-right: 100px;
}

.image {
  width: 80%;
  height: 90%;
  cursor: pointer;
}

.primarybutton {
  color: #22201b;
  background-color: #f8b400;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 16px;
}

.link-block {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 10px;
}

.link-block.w--current {
  border-radius: 100px;
}

.image-2 {
  background-color: #22201b;
  border-radius: 100px;
}

.image-3 {
  width: 80%;
  height: 90%;
}

.getintouch {
  width: 100vw;
  height: 50vh;
  background-color: #f8b400;
  align-items: center;
  display: flex;
}

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

.button {
  color: #f8b400;
  background-color: #22201b;
  border-radius: 100px;
  padding: 25px 40px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 30px;
}

.right {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.leftgetintouch {
  position: absolute;
}

.rightgetintouch {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  width: 100vw;
  height: 100%;
  padding-top: 61px;
  padding-bottom: 80px;
}

.headingfooter {
  color: #faf5e4;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 33px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.footerlink {
  color: #faf5e4;
  text-align: left;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Light, sans-serif;
  font-size: 21px;
  line-height: 30px;
  text-decoration: none;
}

.footerlink:hover {
  color: #f8b400;
  font-family: PP_Agrandir_Heavy, sans-serif;
}

.list {
  text-align: center;
}

.body-2 {
  background-color: #22201b;
}

.section {
  width: 100vw;
  height: 100%;
  margin-top: 103px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.text-block {
  font-family: PP_Agrandir_Light, sans-serif;
}

.html-embed {
  color: #faf5e5;
  font-family: PP_Agrandir_Light, sans-serif;
}

.heading-4 {
  color: #e9e4d4;
  letter-spacing: 2px;
  margin-top: 63px;
  margin-bottom: 17px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-weight: 900;
}

.text-block-2 {
  color: #e9e4d4;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Light, sans-serif;
}

.link.linkimprint {
  font-family: PP_Agrandir_Light, sans-serif;
  text-decoration: none;
}

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

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

.heading-5 {
  color: #faf5e4;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Heavy, sans-serif;
}

.text-block-3 {
  color: #faf5e4;
  letter-spacing: 2px;
  font-family: PP_Agrandir_Light, sans-serif;
}

.image-4 {
  color: #faf5e4;
}

.link-block-2, .link-block-3 {
  justify-content: center;
  display: flex;
}

.link-block-4 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about {
  width: 100vw;
  height: 100vh;
  max-width: 1400px;
  margin-top: 165px;
  margin-bottom: 132px;
  padding-left: 100px;
  padding-right: 100px;
}

.column-3 {
  padding-left: 20px;
}

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

.column-4 {
  justify-content: center;
  display: flex;
}

.body-3 {
  background-color: #22201b;
}

.section-2 {
  width: 100vw;
  height: 100%;
  margin-top: 79px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-3 {
  width: 100vw;
  height: 100%;
  max-width: 1040px;
  margin-top: 78px;
  margin-bottom: 200px;
}

.body-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headingproject {
  color: #faf5e4;
  margin-top: 94px;
  font-family: PP_Agrandir_Heavy, sans-serif;
  font-size: 55px;
  line-height: 65px;
  overflow: hidden;
}

.headingproject.subheadingproject {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 900;
  overflow: visible;
}

.imageheaderproject {
  width: 100%;
  object-fit: cover;
  border-radius: 100px;
  margin-top: 47px;
  display: block;
  position: relative;
  overflow: auto;
}

.columns-2 {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.bigimageproject {
  object-fit: cover;
  border-radius: 150px;
  margin-top: 150px;
}

.embeded {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

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

.image-6 {
  width: 100%;
  margin-top: 29px;
}

.link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 19px;
  }

  .bannertext.bannertext1, .bannertext.bannertext2, .bannertext.bannertext3 {
    font-size: 80px;
    line-height: 100px;
  }

  .bannertext.bannertext4 {
    font-size: 80px;
  }

  .worksection {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionheading {
    font-size: 50px;
  }

  .projektheading {
    font-size: 22px;
  }

  .paragraph {
    font-size: 18px;
  }

  .tags {
    font-size: 10px;
  }

  .tagscontainer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image, .image-3 {
    width: 90%;
  }

  .about {
    height: 100%;
  }

  .columns {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .column-4 {
    justify-content: space-around;
    align-items: center;
    display: block;
    position: static;
  }

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

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingproject {
    font-size: 50px;
  }

  .headingproject.subheadingproject {
    font-size: 22px;
    line-height: 35px;
  }

  .imageheaderproject {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    color: #22201b;
    background-color: #22201b;
  }

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

  .nav-menu {
    width: 100vw;
    height: 100vh;
    background-color: #22201c;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    color: #f8b402;
    padding-top: 10px;
    padding-bottom: 52px;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
  }

  .nav-link:hover {
    color: #f8b402;
  }

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

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

  .menu-button.w--open {
    background-color: #22201c;
  }

  .heading-3 {
    font-size: 15px;
  }

  .div-block {
    left: 5%;
    right: 5%;
  }

  .worksection {
    margin-top: 0;
  }

  .projektheading {
    line-height: 30px;
  }

  .paragraph {
    line-height: 25px;
  }

  .tags {
    border-width: 2px;
    padding: 5px 10px;
  }

  .tagscontainer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .philosophy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon {
    color: #faf5e4;
    font-size: 40px;
  }

  .button {
    padding: 15px 30px;
    font-size: 21px;
  }

  .right {
    height: 200px;
  }

  .left {
    height: 150px;
    top: 13%;
  }

  .leftgetintouch {
    height: 150px;
    top: 5985.81px;
  }

  .container-3, .about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingproject {
    font-size: 40px;
  }

  .headingproject.subheadingproject {
    float: left;
    clear: left;
    margin-bottom: 50px;
    font-size: 22px;
    overflow: scroll;
  }

  .imageheaderproject {
    object-fit: cover;
    border-radius: 50px;
  }

  .bigimageproject {
    border-radius: 90px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    z-index: 1000;
    color: #f8b402;
    background-color: #22201c;
    position: fixed;
  }

  .nav-menu {
    color: #f8b402;
    background-color: #22201c;
    flex-direction: column;
    padding-bottom: 194px;
  }

  .nav-link, .nav-link.w--current {
    color: #f8b402;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    background-color: #22201c;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #22201c;
  }

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

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

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

  .bannersection {
    height: 50vh;
    margin-top: -91px;
    margin-bottom: 0;
  }

  .div-block {
    left: 5%;
    right: 5%;
  }

  .bannertext.bannertext1, .bannertext.bannertext2 {
    font-size: 40px;
    line-height: 50px;
  }

  .bannertext.bannertext3 {
    font-size: 40px;
    line-height: 50px;
    transform: translate(-120px)translate(0);
  }

  .bannertext.bannertext4 {
    font-size: 40px;
    line-height: 50px;
    transform: translate(-243px)translate(0);
  }

  .worksection {
    margin-top: 10px;
  }

  .sectionheading {
    font-size: 25px;
    line-height: 30px;
  }

  .projektheading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

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

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

  .projekt1.projekt2 {
    flex-direction: column;
    margin-top: 90px;
  }

  .projekt1.projekt3 {
    margin-top: 90px;
  }

  .column {
    padding-left: 0;
  }

  .tags {
    border-width: 1.5px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .tagscontainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image {
    width: 100%;
    margin-top: 26px;
  }

  .image-3 {
    margin-top: 25px;
  }

  .button {
    font-size: 15px;
  }

  .right {
    bottom: 15%;
  }

  .leftgetintouch {
    height: 100px;
    top: 5164.81px;
  }

  .heading-4 {
    object-fit: scale-down;
    font-size: 20px;
    line-height: 25px;
    overflow: auto;
  }

  .container-3 {
    overflow: hidden;
  }

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

  .headingproject {
    flex-flow: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .headingproject.subheadingproject {
    overflow: visible;
  }

  .imageheaderproject {
    height: 50vh;
    object-fit: cover;
    border-radius: 50px;
  }

  .columns-2 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .bigimageproject {
    height: 80vh;
    border-radius: 40px;
    margin-top: 50px;
  }
}


@font-face {
  font-family: 'PP_Agrandir_Heavy';
  src: url('../fonts/PPAgrandir-GrandHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP_Agrandir_Light';
  src: url('../fonts/PPAgrandir-GrandLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}