.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

a {
  color: #0075ea;
  text-decoration: underline;
}

.body {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 5px 0px 0px;
  border-color: #0075ea #000 #000;
  font-family: Apercu, Arial, sans-serif;
  color: #342e37;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.daniel-beintner {
  position: relative;
  display: block;
  width: 230px;
  height: 43px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 10px 10px 10px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Apercu, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.1px;
}

.daniel-beintner:hover {
  opacity: 0.85;
}

.hamburger-icon-hover-animation {
  position: relative;
  left: 0px;
  z-index: 0;
  display: block;
  width: 42px;
  height: 43px;
  max-height: 43px;
  max-width: 42px;
  min-height: 43px;
  min-width: 42px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 0px 10px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  cursor: pointer;
}

.navbar-container {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80vw;
  min-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-top: 0px solid #0075ea;
  background-color: transparent;
  text-align: left;
}

.header-intro-paragraph {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 875px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 10vw;
  font-family: 'Gt sectra fine book', Georgia, sans-serif;
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: 0.83px;
}

.daniel-beintner-header {
  position: relative;
  z-index: 210;
  display: block;
  overflow: visible;
  height: 100vh;
  max-height: 100vh;
  margin-top: 0px;
  margin-bottom: 100px;
  background-color: transparent;
}

.hello-animation {
  display: block;
  height: 40vh;
  max-width: 60vw;
  margin: 100px auto 5vh;
}

.main-button {
  position: relative;
  display: block;
  padding-left: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #0075ea;
  font-size: 23px;
  line-height: 29px;
  text-decoration: underline;
}

.main-button:hover {
  color: #3f9fff;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  margin-right: auto;
  margin-bottom: 220px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project.show-less-project {
  display: none;
  overflow: hidden;
}

.project-heading {
  position: relative;
  left: -7px;
  overflow: visible;
  max-width: 780px;
  margin-top: 35px;
  margin-bottom: 0px;
  font-family: 'Gt sectra fine book', Georgia, sans-serif;
  color: #342e37;
  font-size: 90px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: -2px;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-animation {
  position: relative;
  top: -40px;
  width: 260px;
  margin-top: -10px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-paragraph {
  display: block;
  max-width: 735px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 50px;
  color: #342e37;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.project-column {
  margin-top: 50px;
}

.project-button {
  margin-left: 0vw;
  padding-left: 0px;
  background-color: transparent;
  color: #0075ea;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}

.project-button:hover {
  color: #3f9fff;
}

.footer-text {
  margin-top: 0px;
  padding-left: 0px;
  color: #342e37;
  font-size: 23px;
  line-height: 29px;
  text-align: left;
}

.footer-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-right: 0px;
  padding-bottom: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

.footer-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #342e37;
}

.footer {
  position: relative;
  z-index: 205;
  display: block;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: transparent;
}

.footer-e-mail-link {
  display: inline-block;
  margin-right: 0px;
  padding-bottom: 3px;
  color: #342e37;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-e-mail-link:hover {
  opacity: 0.77;
}

.imprint {
  display: block;
  margin-left: 10vw;
  padding-right: 10px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Apercu, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.imprint:hover {
  opacity: 0.77;
}

.textlink:hover {
  color: #3f9fff;
}

.menu-right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  overflow: hidden;
  width: 20vw;
  height: 101vh;
  min-width: 380px;
  padding-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 0px solid #fff;
  border-radius: 0px;
  background-color: #0075ea;
  box-shadow: none;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-content {
  position: fixed;
  left: auto;
  top: 17vh;
  right: 5vw;
  bottom: auto;
  width: 18vw;
  height: 50vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.menu-button {
  display: block;
  min-width: 120px;
  margin-top: 2vh;
  margin-bottom: 0vh;
  padding: 10px 10px 10px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #fff;
  background-color: transparent;
  font-family: Apercu, Arial, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.menu-button:hover {
  opacity: 0.77;
  color: #fff;
}

.language {
  position: fixed;
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5vh;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lottie-animation {
  position: fixed;
  top: 5vh;
  right: 5vw;
  display: inline-block;
  width: 35px;
  margin-top: 20px;
  padding-right: 0px;
  cursor: pointer;
}

.responsive-menu-close {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 80vw;
  height: 105vh;
  padding-bottom: 58px;
}

.navbar-scroll {
  position: fixed;
  left: 0%;
  top: -100px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.menu {
  position: relative;
  z-index: 1000;
  display: none;
}

.content-header {
  position: static;
  bottom: auto;
  display: block;
  margin-top: 10vh;
  margin-bottom: 100px;
}

.about-photo {
  position: relative;
  left: 60px;
  top: -80px;
  display: block;
  overflow: hidden;
  width: 380px;
  height: 523px;
  min-height: 523px;
  min-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 40px none #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.about-photo:hover {
  z-index: 1;
  opacity: 1;
}

.about-bild {
  position: relative;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.about-intro-paragraph {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40vw;
  max-width: 560px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Gt sectra fine book', Georgia, sans-serif;
  color: #342e37;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0px;
}

.beintner-projects {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  color: #342e37;
  text-decoration: none;
}

.beintner-projects.w--current {
  line-height: 26px;
}

.beintner-projects.w--current:hover {
  opacity: 1;
}

.section-headline {
  position: relative;
  display: block;
  width: 222px;
  height: 38px;
  margin: 0px auto 0px 10vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Apercu, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}

.about-background {
  position: relative;
  top: -500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1060px;
  margin-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px solid #000;
  border-radius: 3px;
  background-color: transparent;
  color: #3f9fff;
}

.grid {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.25fr 2fr;
  grid-template-columns: 0.25fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-paragraph {
  position: relative;
  display: block;
  width: 40vw;
  max-width: 560px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #342e37;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.about {
  display: block;
  margin-top: 25vh;
  margin-bottom: 30vh;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-6 {
  position: relative;
  width: 30vw;
  margin-top: 60px;
  margin-right: 15vw;
  margin-left: 55vw;
}

.about-button {
  margin-left: 0vw;
  padding-left: 0px;
  background-color: transparent;
  color: #0075ea;
  font-size: 16px;
  line-height: 29px;
  text-decoration: underline;
}

.about-button:hover {
  color: #3f9fff;
}

.footer-container-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-box {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.footer-icon {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  margin-right: 10px;
  padding: 0px;
  cursor: pointer;
}

.footer-container-social-media {
  position: relative;
  left: 0px;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-overview {
  height: 100px;
}

.footer-text-small {
  padding-top: 9px;
  padding-right: 10vw;
  padding-bottom: 9px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  font-family: 'Gt sectra fine book', Georgia, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  font-family: Apercu, Arial, sans-serif;
  font-weight: 500;
}

.image-4 {
  position: relative;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.footer-button-social-media {
  position: relative;
  left: 0px;
  height: 30px;
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-button-social-media:hover {
  opacity: 0.77;
}

.footer-container-right {
  position: relative;
  top: 28px;
}

.about-text {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 50px;
}

.about-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-mail-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inproject-header-intro-paragraph {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Gt sectra fine book', Georgia, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.inproject-header-content-text-big {
  width: 45vw;
}

.inproject-animation {
  position: relative;
  top: 80px;
  width: auto;
  height: 70vh;
  min-width: 30vw;
  margin-bottom: 0px;
  margin-left: 5vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inproject-content-header {
  position: static;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  margin-top: 15vh;
  margin-bottom: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.inproject-main-button {
  position: relative;
  display: none;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #0075ea;
  font-size: 23px;
  line-height: 29px;
  text-decoration: underline;
}

.inproject-main-button:hover {
  color: #3f9fff;
}

.inproject-project-heading {
  position: relative;
  left: -7px;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Gt sectra fine book', Georgia, sans-serif;
  font-size: 90px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: -2px;
  -o-object-fit: fill;
  object-fit: fill;
}

.inproject-visual {
  position: relative;
  z-index: 205;
  background-color: #f5f5f5;
}

.inproject-visual-container {
  position: relative;
  top: -120px;
  width: 80vw;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 10px rgba(0, 0, 0, 0.06);
}

.inproject-start {
  height: 180px;
}

.inproject-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-left:hover {
  opacity: 0.8;
}

.impressum {
  margin-top: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
}

.impressum-paragraph {
  margin-top: 75px;
  font-size: 16px;
  line-height: 20px;
}

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

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

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

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

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

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

.text-span-7 {
  text-transform: uppercase;
}

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

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

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

.text-span-11 {
  font-size: 10px;
}

.text-span-12 {
  font-size: 10px;
}

.daniel-beintner-header-empty {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 180px;
  background-color: transparent;
}

.about-container {
  position: relative;
  left: -60px;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-2 {
  position: relative;
  right: -10px;
  display: none;
  width: 80vw;
  max-width: 1060px;
}

.lottie-animation-4 {
  position: relative;
  top: -129px;
  width: 250px;
  height: 250px;
}

.inproject-navigation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inproject-arrow {
  width: 12%;
  margin-right: 10px;
  margin-left: 10px;
}

.inproject-arrow:hover {
  opacity: 0.8;
}

.shp-content-animation {
  position: relative;
  max-height: 786px;
  max-width: 1400px;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #342e37;
  text-decoration: none;
}

.image-8 {
  position: static;
}

.inproject-content-header-mobil {
  position: static;
  bottom: auto;
  display: none;
  overflow: visible;
  width: 100vw;
  margin-top: 15vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie-animation-5 {
  display: none;
}

.project-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-button-container:hover {
  opacity: 0.8;
}

.project-icon-arrow {
  width: auto;
  height: 16px;
  margin-right: 8px;
}

.header-icon-arrow {
  width: auto;
  height: 24px;
  margin-right: 15px;
}

.header-button {
  margin-left: 0vw;
  padding-left: 0px;
  background-color: transparent;
  font-family: Apercu, Arial, sans-serif;
  color: #0075ea;
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
  text-decoration: underline;
}

.header-button:hover {
  color: #3f9fff;
}

.header-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-left: 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-button-container:hover {
  opacity: 0.8;
}

.about-outline-box {
  position: relative;
  display: none;
  width: 80vw;
  height: auto;
  max-width: 1060px;
  min-height: 480px;
  min-width: 840px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.inproject-header-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inproject-header-button-container:hover {
  opacity: 0.8;
}

.inproject-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inproject-link:hover {
  opacity: 0.8;
}

.footer-text-right {
  margin-top: 0px;
  padding-left: 0px;
  color: #342e37;
  font-size: 23px;
  line-height: 29px;
  text-align: right;
}

.inproject-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-content-oben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-content-unten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-photo-mobil {
  position: relative;
  left: 60px;
  top: -80px;
  display: none;
  overflow: hidden;
  width: 380px;
  height: 523px;
  min-height: 523px;
  min-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 40px none #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.about-photo-mobil:hover {
  z-index: 1;
  opacity: 1;
}

.gradient {
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
  background-image: linear-gradient(180deg, #f5f5f5, #fff);
}

.inproject-animation-mobil {
  display: none;
}

.link-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-right:hover {
  opacity: 0.8;
}

.header-icon-hamburger {
  display: none;
}

.inproject-header-content-oben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inproject-header-content-text-small {
  width: 45vw;
}

.navbar-scroll-sticky {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.between-animation {
  overflow: hidden;
  height: 160px;
  margin-bottom: 240px;
  background-color: #fff;
}

.between-animation.show-less-between {
  display: none;
}

.image-schlitze {
  display: block;
  width: auto;
  min-height: 100vh;
  min-width: 100vw;
}

.loading-animation-image-avancis {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #ffece9;
  background-image: url('../images/daniel-beintner-kommunikationsdesign-project-space-avancis.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.loading-animation-white {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  width: 100vw;
  height: 110vh;
  background-color: #fff;
}

.between-screen-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #22262a;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Flat-Earth-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.navbar-scroll-fix {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: none;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #fff;
}

.between-screen-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #ffece9;
  background-image: url('../images/daniel-beintner-kommunikationsdesign-project-space-avancis.svg');
  background-size: cover;
}

.between-screen-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #ff5f5f;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Schweizerhaus-Puchau-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.between-screen-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #5fc19b;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Wann-Wenn-Nicht-Jetzt-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.loading-animation-image-shp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #ff5f5f;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Schweizerhaus-Puchau-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.loading-animation-image-wwnj {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #5fc19b;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Wann-Wenn-Nicht-Jetzt-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.loading-animation-image-flat-earth {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #22262a;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Flat-Earth-02.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.close {
  position: fixed;
  top: 5vh;
  right: 5vw;
  display: inline-block;
  width: 25px;
  cursor: pointer;
}

.start-animation-blue {
  position: relative;
  top: -10vh;
  z-index: 300;
  display: none;
  width: 100vw;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0075ea;
}

.text-block {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.daniel-beintner-start-animation {
  position: fixed;
  left: 0%;
  top: 48vh;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 260px;
  height: 43px;
  margin: 0px auto;
  padding: 10px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Apercu, Arial, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.1px;
}

.daniel-beintner-start-animation:hover {
  opacity: 0.85;
}

.kommunikationsdesign-animation-start {
  position: fixed;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 280px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Gt sectra fine book', Georgia, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.logos {
  display: none;
  max-width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-headline-about {
  position: relative;
  left: 10vw;
  display: block;
  width: 222px;
  height: 38px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Apercu, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}

.kunden {
  display: none;
  margin: 40px auto 0px;
  padding-left: 0px;
  color: #aeb4bb;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
}

.sprache-menu {
  display: none;
  margin-left: 10vw;
  padding-right: 10px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Apercu, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.sprache-menu:hover {
  opacity: 0.77;
}

.inproject-visual-container-multi-image {
  position: relative;
  top: -120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.inproject-multi-image.shadow {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.inproject-visual-multi {
  position: relative;
  z-index: 205;
  background-color: #fff;
}

.gradient-multi-image {
  height: 150px;
  background-color: #fff;
}

.navbar {
  top: -100px;
}

.loading-animation-image-club-fusion {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #ffece9;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Club-Fusion-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.loading-animation-image-ocka {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #ffece9;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Ocka-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.loading-animation-image-land-labor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #ffece9;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Land-Labor-01.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.show-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show-button.less {
  display: none;
}

.header-icon-arrow-down {
  width: auto;
  height: 24px;
  margin-right: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.show-less-container {
  position: relative;
  top: -120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-icon-arrow-up {
  width: auto;
  height: 24px;
  margin-right: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.between-screen-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #36169d;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Club-Fusion-01.svg');
  background-size: cover;
}

.between-screen-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #ffd161;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Land-Labor-01.svg');
  background-size: cover;
}

.between-screen-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #f9dcbe;
  background-image: url('../images/Daniel-Beintner-Kommunikationsdesign-Project-Space-Ocka-01.svg');
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .hamburger-icon-hover-animation {
    display: block;
  }

  .project {
    margin-bottom: 220px;
  }

  .project-heading {
    font-size: 116px;
    line-height: 104px;
  }

  .project-paragraph {
    font-size: 22px;
    line-height: 29px;
  }

  .project-button {
    font-size: 22px;
  }

  .content-header {
    margin-bottom: 60px;
  }

  .beintner-projects.w--current {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .inproject-header-intro-paragraph {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }

  .inproject-animation {
    top: 30px;
  }

  .inproject-content-header {
    margin-bottom: 60px;
  }

  .inproject-project-heading {
    margin-bottom: 40px;
    font-size: 128px;
    line-height: 104px;
    letter-spacing: -2.5px;
  }

  .link-block-left {
    margin-bottom: 0px;
  }

  .header-content-oben {
    height: 50vh;
  }

  .header-content-unten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .gradient {
    height: 150px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
    background-image: linear-gradient(180deg, #f5f5f5, #fff);
  }

  .link-block-right {
    margin-bottom: 0px;
  }

  .header-icon-hamburger {
    display: none;
  }

  .inproject-header-content-oben {
    height: auto;
  }

  .loading-animation-white {
    display: block;
  }

  .logos {
    margin-right: auto;
    margin-left: auto;
  }

  .gradient-multi-image {
    height: 150px;
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  .daniel-beintner {
    height: 21px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 26px;
    line-height: 26px;
  }

  .hamburger-icon-hover-animation {
    display: none;
    width: auto;
    height: 21px;
    max-height: 21px;
    max-width: none;
    min-height: 21px;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .navbar-container {
    max-width: 90vw;
  }

  .header-intro-paragraph {
    width: 80vw;
    margin-right: 5vw;
    margin-left: 5vw;
    font-size: 38px;
    line-height: 42px;
  }

  .daniel-beintner-header {
    display: block;
    height: auto;
    margin-bottom: 60px;
  }

  .hello-animation {
    height: auto;
    max-width: 50vw;
    margin-top: 140px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .main-button {
    font-size: 19px;
  }

  .project {
    max-width: 90vw;
    margin-bottom: 150px;
  }

  .project-heading {
    position: static;
    overflow: visible;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 90px;
    line-height: 80px;
    letter-spacing: -3px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .project-animation {
    position: relative;
    width: 160px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .project-paragraph {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .project-column {
    margin-top: 15px;
  }

  .project-button {
    display: block;
    font-size: 16px;
    line-height: 22px;
  }

  .footer-text {
    position: relative;
    width: 230px;
    font-size: 19px;
    line-height: 22px;
    text-align: left;
  }

  .footer-links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 0px;
  }

  .footer-e-mail-link {
    text-align: left;
  }

  .imprint {
    margin-left: 5vw;
  }

  .menu-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    width: 45vw;
  }

  .menu-content {
    width: 36vw;
  }

  .menu-button {
    min-width: 200px;
  }

  .menu {
    position: relative;
    z-index: 1000;
  }

  .content-header {
    margin-top: 15vh;
    margin-bottom: 60px;
  }

  .about-photo {
    left: 30px;
    top: -85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 266px;
    height: 366px;
    min-height: 366px;
    min-width: 266px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
  }

  .about-intro-paragraph {
    position: relative;
    right: auto;
    display: block;
    width: 45vw;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .beintner-projects {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .beintner-projects.w--current {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-headline {
    top: 35px;
    height: auto;
    margin-left: 5vw;
    font-size: 22px;
    line-height: 22px;
  }

  .about-background {
    top: -470px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75vw;
    height: 730px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid {
    display: block;
  }

  .about-paragraph {
    width: 47vw;
    height: 110px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .about {
    margin-top: 10vh;
    margin-bottom: 0vh;
    padding-top: 0px;
  }

  .div-block-6 {
    width: 80vw;
    margin-top: 50px;
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .about-button {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .footer-box {
    margin-top: 70px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-icon {
    width: 32px;
    height: 28px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-text-small {
    padding-right: 5vw;
  }

  .utility-page-wrap {
    width: auto;
    height: auto;
    margin-top: 85px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-container-right {
    top: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-text {
    display: block;
    width: 44vw;
    margin: 5vw 0vw 70px 4vw;
  }

  .about-content {
    max-width: 760px;
  }

  .project-content {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .inproject-header-intro-paragraph {
    width: 90vw;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .inproject-header-content-text-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 40vh;
    padding-bottom: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .inproject-animation {
    position: relative;
    top: 0px;
    display: none;
    width: 240px;
    height: auto;
    min-width: 0vw;
    margin-bottom: 30px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .inproject-content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    max-width: 860px;
    min-height: 660px;
    margin-top: 10vh;
    margin-bottom: 5vw;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .inproject-main-button {
    font-size: 19px;
  }

  .inproject-project-heading {
    position: static;
    overflow: visible;
    width: 90vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 90px;
    line-height: 80px;
    text-align: left;
    letter-spacing: -2px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .inproject-visual-container {
    width: 100vw;
    box-shadow: 0 0 0 -20px rgba(0, 0, 0, 0.06);
  }

  .inproject-navigation {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .link-block-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .daniel-beintner-header-empty {
    display: block;
    margin-bottom: 135px;
  }

  .about-container {
    left: 0px;
    width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .lottie-animation-2 {
    right: auto;
    width: 100vw;
  }

  .lottie-animation-4 {
    top: -100px;
    width: 160px;
    height: 160px;
  }

  .inproject-arrow {
    margin-right: 10px;
    margin-left: 10px;
  }

  .inproject-content-header-mobil {
    display: none;
    margin-top: 30vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lottie-animation-5 {
    display: none;
  }

  .project-button-container {
    margin-top: 10px;
  }

  .project-icon-arrow {
    height: 16px;
    margin-right: 8px;
  }

  .header-button {
    display: block;
    font-size: 19px;
    text-align: center;
  }

  .header-button-container {
    margin-left: 5vw;
  }

  .about-outline-box {
    width: 700px;
    max-width: 95vw;
    min-height: 480px;
    min-width: 0px;
  }

  .inproject-header-button-container {
    margin-top: 0px;
  }

  .footer-text-right {
    position: relative;
    left: 38px;
    width: 230px;
    margin-right: 5vw;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 19px;
    line-height: 22px;
    text-align: right;
  }

  .inproject-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-content-oben {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    min-height: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-content-unten {
    height: 40vh;
    min-height: 190px;
  }

  .about-photo-mobil {
    left: 30px;
    top: -39px;
    display: none;
    width: 280px;
    height: 385px;
    min-height: 385px;
    min-width: 280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
  }

  .gradient {
    height: 200px;
  }

  .inproject-animation-mobil {
    display: block;
    height: 40vh;
    min-height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-icon-hamburger {
    display: block;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .inproject-header-content-oben {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0px;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .inproject-header-content-text-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 40vh;
    min-height: 240px;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .between-animation {
    margin-bottom: 200px;
  }

  .lottie-animation-6 {
    display: block;
    max-width: 730px;
    margin-top: 60px;
  }

  .logos {
    max-width: 600px;
    margin-bottom: 100px;
  }

  .section-headline-about {
    left: 5vw;
    top: 35px;
    height: auto;
    font-size: 22px;
    line-height: 22px;
  }

  .kunden {
    position: relative;
    width: 230px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: center;
  }

  .sprache-menu {
    margin-left: 5vw;
  }

  .inproject-visual-container-multi-image {
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: 0 0 0 -20px rgba(0, 0, 0, 0.06);
  }

  .gradient-multi-image {
    height: 200px;
  }

  .show-less-container {
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-icon-hover-animation {
    display: none;
  }

  .navbar-container {
    min-width: 320px;
  }

  .header-intro-paragraph {
    width: auto;
    max-width: 90vw;
    margin-right: 5vw;
    margin-bottom: 5px;
    margin-left: 5vw;
  }

  .daniel-beintner-header {
    max-height: none;
    margin-bottom: 0px;
  }

  .main-button {
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 16px;
  }

  .main-button.w--current {
    font-size: 16px;
  }

  .project {
    display: block;
    margin-bottom: 80px;
  }

  .project-heading {
    font-size: 60px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -3px;
  }

  .project-animation {
    top: 0px;
    width: 160px;
    margin: 0px auto 20px;
  }

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

  .project-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-e-mail-link {
    padding-bottom: 0px;
    line-height: 16px;
  }

  .menu-right {
    width: 65vw;
  }

  .menu-content {
    width: 56vw;
  }

  .navbar-scroll {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content-header {
    margin-bottom: 4vh;
  }

  .about-photo {
    top: -17px;
    display: none;
  }

  .about-intro-paragraph {
    position: relative;
    left: 0px;
    width: 80vw;
    max-width: none;
    margin: 0px auto 20px;
    text-align: center;
  }

  .section-headline {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .about-background {
    top: 0px;
    width: auto;
    height: auto;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-paragraph {
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .about {
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .about-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .about-button.w--current {
    margin-top: 10px;
    text-align: center;
  }

  .footer-container-main {
    display: block;
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-box {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-container-social-media {
    left: -15px;
    top: -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .project-overview {
    height: 60px;
  }

  .footer-button-social-media {
    margin-bottom: 15px;
  }

  .footer-container-right {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-text {
    width: 90vw;
    margin-top: auto;
    margin-right: 0vw;
    margin-left: 0px;
  }

  .footer-mail-contact {
    margin-top: 30px;
    margin-bottom: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .inproject-header-intro-paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .inproject-header-content-text-big {
    min-height: 224px;
    padding-bottom: 8vw;
  }

  .inproject-animation {
    top: 0px;
    width: auto;
    height: 30vh;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .inproject-content-header {
    min-height: 320px;
  }

  .inproject-main-button {
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 19px;
  }

  .inproject-main-button.w--current {
    font-size: 16px;
  }

  .inproject-project-heading {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 48px;
  }

  .inproject-visual-container {
    top: 0px;
  }

  .inproject-start {
    height: 100px;
  }

  .inproject-navigation {
    margin-top: 90px;
  }

  .link-block-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-container {
    left: auto;
    margin-bottom: 230px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .lottie-animation-4 {
    top: -10px;
    right: 0vw;
    display: block;
    overflow: visible;
    width: 160px;
    height: 160px;
  }

  .project-link-area {
    display: block;
  }

  .inproject-content-header-mobil {
    display: block;
    margin-top: -14vh;
  }

  .lottie-animation-5 {
    display: block;
    width: 100vw;
  }

  .project-button-container {
    position: relative;
    left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-icon-arrow {
    height: 20px;
  }

  .header-button {
    font-size: 16px;
    line-height: 22px;
  }

  .about-outline-box {
    display: none;
  }

  .inproject-header-button-container {
    margin-top: 5px;
  }

  .footer-text-right {
    left: auto;
    margin-right: auto;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .header-content-oben {
    height: 50vh;
    min-height: 300px;
  }

  .header-content-unten {
    height: 50vh;
    min-height: 300px;
  }

  .about-photo-mobil {
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .gradient {
    height: 120px;
  }

  .inproject-animation-mobil {
    min-height: 300px;
    margin-top: 20px;
  }

  .link-block-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-icon-hamburger {
    display: block;
  }

  .inproject-header-content-oben {
    height: 0px;
    min-height: 0px;
  }

  .inproject-header-content-text-small {
    min-height: 224px;
    padding-bottom: 8vw;
  }

  .navbar-scroll-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .between-animation {
    margin-bottom: 80px;
  }

  .navbar-scroll-fix {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lottie-animation-6 {
    display: none;
  }

  .logos {
    max-width: 440px;
    margin-bottom: 0px;
  }

  .section-headline-about {
    left: 0vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .inproject-visual-container-multi-image {
    top: 0px;
  }

  .gradient-multi-image {
    height: 120px;
  }

  .header-icon-arrow-down {
    height: 20px;
  }

  .show-less-container {
    top: 0px;
  }

  .header-icon-arrow-up {
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-icon-hover-animation {
    display: none;
  }

  .navbar-container {
    min-width: 280px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-intro-paragraph {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.2px;
  }

  .daniel-beintner-header {
    display: block;
    height: auto;
    max-height: none;
    min-height: 500px;
    margin-bottom: 0px;
  }

  .hello-animation {
    height: 150px;
    max-width: 100vw;
  }

  .main-button {
    padding-left: 0px;
    font-size: 18px;
  }

  .project {
    margin-bottom: 80px;
  }

  .project-heading {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: 48px;
    line-height: 44px;
    letter-spacing: -3px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .project-animation {
    margin-right: auto;
    margin-left: auto;
  }

  .project-paragraph {
    margin-top: 5px;
  }

  .footer-text {
    width: 190px;
    letter-spacing: -0.5px;
  }

  .footer-button-container {
    margin-top: 50px;
  }

  .imprint {
    padding-left: 10px;
  }

  .menu-right {
    width: 85vw;
    min-width: 220px;
  }

  .menu-content {
    right: 8vw;
    width: 57vw;
  }

  .menu-button {
    min-width: 180px;
  }

  .language {
    right: 8vw;
  }

  .lottie-animation {
    top: 3vh;
    right: 8vw;
  }

  .beintner-projects.w--current {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-paragraph {
    height: auto;
  }

  .about {
    margin-top: 140px;
    margin-bottom: 80px;
  }

  .about-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 10px;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 16px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .project-overview {
    height: 50px;
  }

  .footer-text-small {
    margin-right: 5vw;
    padding-right: 10px;
  }

  .footer-button-social-media {
    width: 117px;
  }

  .footer-mail-contact {
    margin-top: 40px;
  }

  .inproject-header-intro-paragraph {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }

  .inproject-header-content-text-big {
    min-height: 300px;
  }

  .inproject-animation {
    width: auto;
    height: 35vh;
    min-width: auto;
  }

  .inproject-main-button {
    padding-left: 0px;
    font-size: 16px;
  }

  .inproject-project-heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
    line-height: 44px;
    letter-spacing: -2px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .inproject-navigation {
    margin-top: -30px;
  }

  .link-block-left {
    margin-bottom: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .daniel-beintner-header-empty {
    display: block;
    height: auto;
    max-height: none;
    margin-bottom: 140px;
  }

  .about-container {
    margin-bottom: 270px;
  }

  .lottie-animation-4 {
    left: 16px;
    right: 0vw;
    width: 110px;
    height: 140px;
    max-width: 140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .inproject-navigation-inner {
    margin-top: 65px;
  }

  .inproject-arrow {
    margin-right: 8px;
    margin-left: 8px;
  }

  .inproject-content-header-mobil {
    display: block;
  }

  .project-button-container {
    position: relative;
    left: -10px;
    margin-top: 15px;
  }

  .header-icon-arrow {
    height: 20px;
  }

  .header-button {
    font-size: 16px;
    line-height: 18px;
  }

  .header-content-unten {
    display: block;
  }

  .about-photo-mobil {
    width: 224px;
    height: 308px;
    min-height: 308px;
    min-width: 224px;
  }

  .gradient {
    height: 100px;
  }

  .inproject-animation-mobil {
    min-height: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-right {
    margin-bottom: 45px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-icon-hamburger {
    display: block;
  }

  .inproject-header-content-text-small {
    min-height: 300px;
  }

  .image-schlitze {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .logos {
    max-width: 280px;
  }

  .kunden {
    width: 190px;
    letter-spacing: -0.5px;
  }

  .sprache-menu {
    padding-left: 10px;
  }

  .gradient-multi-image {
    height: 100px;
  }

  .header-icon-arrow-down {
    height: 20px;
  }

  .header-icon-arrow-up {
    height: 20px;
  }
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/apercu-medium.woff2') format('woff2'), url('../fonts/apercu-medium.eot') format('embedded-opentype'), url('../fonts/apercu-medium.woff') format('woff'), url('../fonts/apercu-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt sectra fine book';
  src: url('../fonts/GT-Sectra-Fine-Book.woff2') format('woff2'), url('../fonts/GT-Sectra-Fine-Book.eot') format('embedded-opentype'), url('../fonts/GT-Sectra-Fine-Book.woff') format('woff'), url('../fonts/GT-Sectra-Fine-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}