body {
  color: #333;
  letter-spacing: 1px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: #2d4057;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: #2d4057;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

h3 {
  color: #2d4057;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #2d4057;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: #2d4057;
}

strong {
  font-weight: 600;
}

.body-1 {
  background-color: #f3eee8;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.menu-button {
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bar-link {
  height: 40px;
  color: #2d4057;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  color: #2d4057;
}

.home {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.home:hover {
  color: #fff;
}

.home.footer.w--current {
  font-size: 18px;
}

.burger {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.burger-line {
  width: 20px;
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.site-name-text-span {
  font-weight: 400;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-3 {
  min-height: 40vh;
  background-image: none;
  background-position: 0 0;
}

.section-wrapper.glow-3.uu {
  background-image: linear-gradient(to right, rgba(49, 82, 91, .76) 13%, rgba(255, 161, 1, .21) 81%), url('../images/Bildschirm_foto-2023-02-23-um-13.19.39.png');
  background-position: 0 0, 50% 0;
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0));
}

.section-wrapper.glow-2 {
  background-image: radial-gradient(circle closest-corner at 100%, rgba(68, 84, 254, .1), rgba(68, 84, 254, 0));
}

.section-container {
  max-width: 1400px;
  flex: 1;
}

.section-container.hero {
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-container.service {
  padding-top: 50px;
}

.section-container.process, .section-container.faqs {
  padding-top: 125px;
}

.section-container.contact {
  padding-top: 125px;
  padding-bottom: 245px;
}

.hero-content-conatiner {
  max-width: 600px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-title {
  width: 80vw;
  color: #2d4057;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albra, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  display: none;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 16px;
  display: none;
}

.button-1 {
  background-image: linear-gradient(#b3dee5, #b3dee5);
  border-radius: 8px;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-1.hero {
  background-image: none;
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 20px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
}

.button-content.hero {
  justify-content: space-between;
  padding-left: 0;
}

.button-arrow {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.webflow-partner-badge {
  width: 200px;
  height: 10px;
  padding: 35px;
  position: relative;
}

.section-tag-container {
  width: 100%;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 60px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.service-card {
  width: 30%;
  background-image: linear-gradient(to top, #fae6b1, rgba(179, 222, 229, .2) 86%), url('../images/20230114-20230114_143554000_iOS.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0 80px;
  padding: 50px;
  transition: all .4s;
}

.service-card:hover {
  background-color: rgba(68, 84, 254, .1);
}

.service-card.second {
  border-radius: 80px 0;
}

.service-card-title {
  color: #fff;
  margin-top: 220px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.service-card-title.black {
  color: #282c67;
}

.service-card-paragraph {
  margin-bottom: 15px;
}

.service-card-paragraph.black {
  color: #282c67;
}

.section-title-container {
  width: 46%;
  max-width: 450px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title {
  color: #2d4057;
  margin-top: 0;
  margin-bottom: 0;
}

.process-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-content-container.reverse {
  flex-direction: row-reverse;
}

.process-card-container {
  width: 100%;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.process-card {
  width: 48%;
  grid-row-gap: 20px;
  background-image: linear-gradient(140deg, #b3dee5, #f3eee8);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 50px;
  display: flex;
}

.process-card.second {
  margin-right: 0%;
}

.process-card-title {
  color: #2d4057;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.process-card-paragraph {
  color: #2d4057;
  margin-bottom: 0;
}

.faq-wrapper {
  width: 50%;
  grid-row-gap: 5px;
  flex-direction: column;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-answer {
  font-size: 14px;
}

.faq-toggle {
  width: 100%;
  height: 75px;
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-container {
  flex-direction: column;
  display: flex;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-answer-container {
  background-color: rgba(255, 255, 255, .05);
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.contact-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-form-container {
  width: 50%;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.field-label {
  color: #2d4057;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #2d4057;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field:focus-visible {
  border-bottom-color: #fff;
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.textarea {
  min-height: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #2d4057;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.textarea:focus {
  border-bottom-color: #fff;
}

.textarea:focus-visible {
  border-bottom-color: #fff;
}

.textarea[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.submit-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 50px;
  padding: 20px 25px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  height: 100%;
  color: #fff;
  background-color: rgba(221, 221, 221, .05);
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.form-block {
  flex: 1;
}

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

.error-message {
  color: #9e5847;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
  font-family: Anek Malayalam, sans-serif;
  line-height: 1.3em;
}

.projects-wrapper {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.projects-marquee-container {
  width: 240vw;
  display: flex;
}

.project-thumbnail-container {
  width: 400px;
  height: 220px;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
}

.project-marquee {
  width: 50%;
  display: flex;
}

.explore-button-copntainer {
  max-width: 1400px;
  flex: 1;
  justify-content: flex-end;
  padding-bottom: 70px;
  display: flex;
}

.explore-button-wrapper {
  z-index: 2;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #d5a2ab;
  justify-content: space-between;
  align-items: center;
  padding: 12px 28px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.arrow-circle {
  padding: 12px;
}

.section-tag-line {
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #2d4057);
  flex: 1;
  margin-left: 20px;
}

.section-tag-line.reverse {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #2d4057);
  margin-left: 0;
  margin-right: 20px;
}

.slide-nav {
  display: none;
}

.project-container {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project-info-container {
  width: 42%;
  max-width: 520px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  line-height: 1.6em;
  display: flex;
}

.project-image-container {
  width: 50%;
  max-height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.left-arrow {
  width: 80px;
  height: 80px;
  background-color: #212232;
  border-radius: 10px;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.left-arrow:hover {
  background-color: #2d2e3a;
}

.right-arrow {
  width: 80px;
  height: 80px;
  background-color: #212232;
  border-radius: 10px;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  background-color: #2d2e3c;
}

.project-tag {
  color: #2d4057;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  padding: 10px 12px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.project-description {
  margin-bottom: 30px;
  font-weight: 300;
}

.project-title {
  margin-top: 0;
  margin-bottom: 0;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #d5a2ab;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.project-link.black {
  color: #282c67;
}

.link-arrow {
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-arrow.black {
  filter: brightness(0%);
}

.project-image {
  min-height: 450px;
  object-fit: cover;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0) 95%);
}

.slider-section-container {
  max-width: 1400px;
  flex: 1;
  padding-top: 125px;
}

.navigation-wrapper {
  width: 90vw;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navigation-container {
  max-width: 1400px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: -10px;
  display: flex;
}

.navbar {
  z-index: 999;
  height: 10vh;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f3eee8;
  justify-content: space-around;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer-wrapper {
  height: 120px;
  background-color: #f3eee8;
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer-container {
  max-width: 1400px;
  color: #fff;
  flex: 1;
  justify-content: space-between;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.button-text {
  align-items: center;
  display: flex;
}

.projectteaserimage {
  width: 100%;
  height: 350px;
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(255, 255, 255, .1);
  background-image: linear-gradient(rgba(105, 56, 52, .33), rgba(105, 56, 52, .33)), url('../images/20230114-20230114_095631000_iOS.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.projectteaserimage.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.projectteaserimage.chien {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/20230114-20230114_095500000_iOS.jpg');
  background-position: 0 0, 50% 0;
}

.projectteaserimage.pax {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/20230114-20230114_132826000_iOS.jpg');
  background-position: 0 0, 50%;
}

.projectteasertitlecontainer {
  width: 100%;
  height: 55px;
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  margin-top: 10px;
  padding: 0 50px 0 30px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.projectteasertitlecontainer.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.projectteasercontainer {
  width: 100%;
  background-image: linear-gradient(rgba(248, 193, 202, .6), rgba(248, 193, 202, .6));
  margin-bottom: 40px;
  overflow: hidden;
}

.projectteasercontentcontainer {
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 30px 30px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.image {
  object-fit: cover;
}

.text-block {
  font-family: Albra, sans-serif;
  font-style: italic;
  font-weight: 400;
  display: none;
}

.image-2 {
  margin-top: -50px;
  margin-left: -50px;
}

.nutshellcard {
  width: 30%;
  background-image: linear-gradient(#f3deca, #f3deca);
  padding: 50px;
  transition: all .4s;
}

.nutshellcard:hover {
  background-color: rgba(68, 84, 254, .1);
}

.nutshellcard.second {
  border-radius: 80px 0;
}

.service-card-titel {
  color: #2d4057;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.service-card-titel.black {
  color: #282c67;
}

.image-3 {
  max-width: 100px;
  filter: invert();
  display: none;
}

.lottie-animation {
  max-height: 30vh;
  max-width: 80vw;
  filter: invert();
  margin-top: 60px;
}

.aktuelleevents {
  display: none;
}

.lottie-animation-2 {
  height: 75px;
}

.section {
  max-height: 90vh;
  min-height: 40vh;
  background-image: linear-gradient(329deg, #f3eee8, #f3deca 55%, #f3eee8);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section.disabled {
  display: none;
}

.divider {
  width: 2px;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .39), #fff 50%, rgba(255, 255, 255, 0));
  margin-left: 2vw;
  margin-right: 2vw;
}

.lottie-animation-3 {
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  height: 90vh;
  background-image: linear-gradient(357deg, #f3eee8, #f3deca 44%, #f3eee8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 60vw;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: 5vw;
  margin-right: 5vw;
}

.div-block-2 {
  display: flex;
}

.heading {
  letter-spacing: 1.5px;
  margin-bottom: 10vh;
  line-height: 1.5em;
}

.disabled {
  display: none;
}

.image-5 {
  width: 100px;
}

@media screen and (min-width: 1280px) {
  .service-card {
    padding: 55px;
  }

  .process-card-container {
    justify-content: space-between;
  }

  .nutshellcard {
    padding: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .section-container.hero {
    min-height: 60vh;
    padding-top: 110px;
    padding-bottom: 150px;
  }

  .hero-content-conatiner {
    max-width: 620px;
    min-height: 60vh;
    justify-content: center;
  }

  .hero-title {
    font-size: 42px;
  }

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

  .button-content {
    font-size: 17px;
  }

  .button-content.hero {
    padding-left: 0;
  }

  .webflow-partner-badge {
    width: 250px;
    height: 250px;
  }

  .service-card {
    font-size: 15px;
  }

  .service-card-title {
    font-size: 26px;
  }

  .service-card-paragraph {
    font-size: 15px;
  }

  .process-card-title {
    font-size: 22px;
  }

  .process-card-paragraph {
    font-size: 15px;
  }

  .button-2, .project-tag-container {
    font-size: 17px;
  }

  .project-description {
    font-size: 15px;
  }

  .navbar {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nutshellcard {
    font-size: 15px;
  }

  .service-card-titel {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .section-container.hero {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .service-card {
    padding: 60px;
  }

  .section-title-container {
    max-width: 530px;
  }

  .section-title {
    font-size: 40px;
  }

  .process-card-container, .faq-wrapper, .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .projects-marquee-container {
    width: 200vw;
  }

  .project-title {
    font-size: 40px;
  }

  .nutshellcard {
    padding: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .menu-button {
    display: flex;
  }

  .nav-bar-link {
    height: auto;
    background-color: rgba(20, 21, 32, 0);
    justify-content: flex-start;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-bar-link:hover {
    color: #fff;
    background-color: #d5a2ab;
  }

  .home.footer.w--current {
    font-size: 18px;
  }

  .section-container.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 100px;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .hero-content-conatiner {
    max-width: 500px;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .button-1:hover {
    transform: none;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: rgba(68, 84, 254, 0);
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-paragraph {
    font-size: 12px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .process-card {
    grid-row-gap: 10px;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 12px;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .field-container {
    margin-bottom: 30px;
  }

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

  .textarea {
    border-radius: 0;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .button-2 {
    padding: 8px 9px 8px 21px;
  }

  .button-2:hover {
    transform: none;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .project-image-container {
    width: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .left-arrow {
    top: 370px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    top: 370px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .slider-section-container {
    padding-top: 100px;
  }

  .navigation-wrapper {
    padding-right: 0;
  }

  .nav-menu {
    background-color: #f3eee8;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding: 20px 0 20px 2.5vw;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    height: 120px;
    margin-top: -120px;
  }

  .nutshellcard {
    padding: 35px 25px;
  }

  .nutshellcard:hover {
    background-color: rgba(68, 84, 254, 0);
  }

  .service-card-titel {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 75px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .hero-content-conatiner {
    max-width: 470px;
    grid-row-gap: 16px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .webflow-partner-badge {
    display: none;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .process-card {
    grid-row-gap: 15px;
    padding: 40px;
  }

  .process-card-paragraph {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-form-container {
    width: 100%;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .projects-marquee-container {
    width: 320vw;
  }

  .explore-button-copntainer {
    padding-bottom: 50px;
  }

  .button-2 {
    font-size: 15px;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 250px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .project-title {
    font-size: 24px;
  }

  .project-link {
    font-size: 14px;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }

  .project-image {
    height: 320px;
    max-height: none;
    min-height: auto;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 75px;
  }

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

  .nutshellcard {
    padding: 40px;
  }

  .service-card-titel {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-container.hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 60px;
  }

  .section-container.contact {
    padding-top: 60px;
    padding-bottom: 210px;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .process-card {
    width: 100%;
    margin-right: 0%;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 13px;
  }

  .faq-answer-container {
    padding: 20px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .explore-button-copntainer {
    padding-bottom: 35px;
  }

  .explore-button-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .arrow-circle {
    padding: 10px;
  }

  .project-info-container {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .project-slider {
    height: auto;
    max-width: 100vw;
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .left-arrow, .right-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .project-image {
    height: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider-section-container {
    padding-top: 60px;
  }

  .nav-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-wrapper {
    height: 150px;
    margin-top: -150px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
  }

  .projectteasercontentcontainer {
    padding: 20px;
  }

  .nutshellcard {
    padding: 30px;
  }

  .service-card-titel {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .divider {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .39), #fff 42%, rgba(255, 255, 255, 0));
    margin: 20px 0;
  }

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

  .heading {
    max-width: 90vw;
    text-align: center;
  }
}


@font-face {
  font-family: 'Albra';
  src: url('../fonts/Albra-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}