.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: Roboto;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Raisonne DemiBold';
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

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

p {
  margin-bottom: 20px;
  font-family: Roboto;
  color: grey;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

a {
  padding-bottom: 5px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  font-family: Roboto;
  color: grey;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

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

figure {
  margin-bottom: 10px;
}

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

.hero {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-bottom: 15vh;
  -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;
}

.hero.pages {
  height: 70vh;
  -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;
}

.wrapper-title {
  overflow: hidden;
  width: 100%;
  margin-top: 16vw;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
}

.vertical {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 6vw;
  height: 100vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto;
  color: #9b9b9b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.section.main {
  top: 100vh;
  height: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.vertical-social {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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;
}

.main-h1 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 500;
}

.main-h1.bold {
  font-weight: 900;
}

.main-h1.bold.home {
  margin-top: 0px;
  color: #000;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 400;
}

.main-h1.home {
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 400;
}

.main-h1.cv {
  margin-bottom: 10%;
  color: #0fcebe;
}

.paragraph {
  width: 70%;
  margin-top: 2%;
  margin-bottom: 0%;
  font-family: Opensans, sans-serif;
  color: grey;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph.bolder {
  width: 40vw;
  margin-bottom: 5vh;
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 54px;
}

.paragraph.goals {
  width: 100%;
  font-family: Opensans, sans-serif;
}

.paragraph.content-link {
  width: auto;
  font-family: 'Raisonne DemiBold';
  color: #0fcebe;
}

.paragraph.content-link.pathly {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Maison neue mono', sans-serif;
  color: #000;
}

.paragraph.content-link.pathly:hover {
  border-color: #91a0f4;
  box-shadow: none;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  color: #000;
}

.column {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.column._100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  min-height: 100vh;
  padding-right: 10vw;
  padding-left: 15vw;
  -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;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

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

.column._100vh.black {
  padding-top: 20vh;
  padding-bottom: 20vh;
  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: 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: #1b1b1b;
}

.column.background-image {
  overflow: visible;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.column.wrapper-img-about {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-left: 5vw;
  -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;
  background-color: #000;
  color: #fff;
}

.column.about:hover {
  background-color: #000;
  opacity: 1;
}

.column.about.black {
  padding-top: 20vh;
  padding-bottom: 20vh;
  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: 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: #1b1b1b;
}

.home-subhead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  margin-top: 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;
  background-color: transparent;
}

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

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

.h2 {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 5vh;
  line-height: 6vh;
  text-align: left;
}

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

.h2.white {
  width: 40vw;
  margin-bottom: 0vh;
  font-family: 'Maison neue mono', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

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

.h2.pathly {
  width: 60vw;
  color: #91a0f4;
  font-size: 5vh;
  line-height: 7vh;
}

.h2.project {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  -webkit-transition: -webkit-transform 90ms ease;
  transition: -webkit-transform 90ms ease;
  transition: transform 90ms ease;
  transition: transform 90ms ease, -webkit-transform 90ms ease;
}

.h2.t-rkis {
  font-family: Raisonne, sans-serif;
  color: #0fcebe;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 400;
  text-transform: none;
}

.h2.dark {
  color: #000;
}

.h2.breg {
  margin-top: 0%;
  font-family: 'Maison neue mono', sans-serif;
  color: #000;
  font-size: 3vh;
  line-height: 5vh;
  text-transform: none;
}

.h2.typo {
  font-family: 'Maison Neue Mono', sans-serif;
  font-size: 4vh;
  line-height: 5vh;
}

._w-h1 {
  position: relative;
  overflow: hidden;
  width: 70vw;
  padding-right: 0vw;
  background-color: transparent;
}

._w-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 2px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto;
  color: #636363;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

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

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

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

.project-info {
  position: relative;
  z-index: 20;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-info.head {
  left: 0vw;
  margin-top: 10vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  -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;
  border-bottom-style: none;
  border-radius: 100px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Icomoon;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

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

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

.section---image {
  position: relative;
  top: 70vh;
  width: 100vw;
  height: auto;
  float: none;
  background-color: #fff;
}

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

.wrapper.contact {
  padding-top: 20vh;
  padding-bottom: 20vh;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f8f8f8;
}

.wrapper.center {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.center.form {
  min-height: auto;
  margin-top: 15vh;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper.center.form.base {
  padding-bottom: 30vh;
}

.wrapper.center.form.base.hide {
  display: none;
}

.wrapper.about {
  background-image: url('../images/Website_Gif-small.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  height: 100%;
  background-color: transparent;
  background-image: url('../images/001.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 6vw;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-section {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  margin-bottom: 150px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.wrapper-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -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;
}

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

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

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

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.wrapper-list-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cv-text {
  margin-bottom: 40px;
}

.wrap-content {
  width: 60vw;
  margin-top: 10vw;
  margin-bottom: 10vw;
  padding-top: 0px;
  padding-right: 0vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrap-content.links {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-content.competences {
  display: block;
  width: 90vw;
  height: auto;
  margin-top: 5vw;
}

.field {
  height: 60px;
  margin-bottom: 45px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bbb;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 22px;
}

.div-block-18 {
  width: 30vw;
  margin-right: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  padding: 25px 55px;
  background-color: #000;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
}

.button:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
  color: #000;
}

.link-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60%;
  -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;
  border-bottom-style: none;
  font-family: skolar-sans-latin;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

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

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

.container {
  padding-top: 50px;
}

.body {
  background-color: #f0f0f0;
}

.div-block-20 {
  display: block;
  margin-bottom: 10px;
  padding: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #e7e5e5;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9b9b9b;
  font-size: 12px;
  text-decoration: none;
}

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

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

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

.bold {
  color: #161616;
}

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

.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-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;
  background-color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  margin-top: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

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

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 20vh;
  padding: 5vh 5vw 0vh;
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

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

.brand.w--current {
  position: static;
  width: 20%;
  height: 100%;
  box-shadow: none;
}

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

.link-nav {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 5px;
  box-shadow: none;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  font-family: Raisonne, sans-serif;
  color: #cecece;
  font-size: 24px;
  font-weight: 400;
}

.link-nav:hover {
  box-shadow: inset 0 -3px 0 0 #0fcebe;
  color: #0fcebe;
}

.link-nav.w--current {
  position: relative;
  box-shadow: inset 0 0 0 0 rgba(15, 206, 190, 0.1);
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 24px;
}

.link-nav.w--current:focus {
  box-shadow: inset 0 -10px 0 0 rgba(15, 206, 190, 0.1);
  color: #0fcebe;
}

.link-nav.deutsch {
  font-family: Raisonne, sans-serif;
  color: #cecece;
}

.link-nav.deutsch:hover {
  color: #0fcebe;
}

.signature {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #dbdbdb;
  background-color: #000;
}

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

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

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

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.number {
  position: relative;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: grey;
  font-size: 70px;
  line-height: 60px;
  font-weight: 400;
}

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

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

._w-form {
  min-height: 400px;
}

.proj_body {
  text-align: left;
}

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

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

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

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

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

.next-project {
  padding: 5vw;
}

.project-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 10%;
  margin-left: 0%;
  padding-right: 0px;
  padding-bottom: 0%;
  padding-left: 0px;
  clear: none;
  border: 0px solid transparent;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Raisonne DemiBold';
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-link:hover {
  margin-left: 0%;
  padding-bottom: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #91a0f4;
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: translate(24px, 0px);
  -ms-transform: translate(24px, 0px);
  transform: translate(24px, 0px);
  color: #fff;
}

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

.project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 5vw;
  line-height: 5vw;
}

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

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

.image-licensing {
  width: 70%;
  margin-top: 30px;
  margin-bottom: 15vh;
  padding: 15px 15px 15px 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: Opensans, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.footer-links {
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 0 0 transparent;
  font-family: 'Maison Neue Mono', sans-serif;
}

.footer-links:hover {
  border: 0px none #fff;
  box-shadow: 0 2px 0 0 #0fcebe;
  opacity: 1;
  color: #0fcebe;
}

.project-name-link {
  margin-bottom: 5px;
  font-family: skolar-sans-latin;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.project-name-link:hover {
  box-shadow: none;
  opacity: 0.8;
  color: #000;
}

.project-name-link:active {
  opacity: 0.7;
}

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.works-grid {
  margin-bottom: 0px;
  padding-top: 10vw;
  padding-right: 5vw;
  padding-left: 5vw;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area-3 . ."
    ". . Area-4"
    "Area . Area-2";
  -ms-grid-columns: 1.5fr 30px 0.25fr 30px 1.5fr;
  grid-template-columns: 1.5fr 0.25fr 1.5fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
  background-color: #fff;
}

.section-3 {
  position: static;
  display: block;
  height: 100%;
  margin-top: 10vw;
  margin-right: 5vw;
  margin-left: 5vw;
}

.section-3.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-3.cc-home-wrap {
  height: auto;
  margin-top: 10vw;
  margin-bottom: 10vw;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.container-2 {
  width: 100%;
  max-width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 5vw;
  background-color: #fff;
}

.paragraph-light {
  margin-top: 5%;
  margin-bottom: 10px;
  opacity: 0.6;
  font-family: 'Maison neue mono', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
  text-decoration: none;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
  color: #636363;
}

.paragraph-light.pathly {
  opacity: 1;
  color: #91a0f4;
}

.position-name-text {
  margin-bottom: 10px;
  font-family: skolar-sans-latin;
  color: #99b898;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
}

.carrer-headline-wrap {
  width: 70%;
  margin-top: 80px;
  margin-bottom: 50px;
}

._12345 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

._12345:hover {
  opacity: 0.8;
}

._12345:active {
  opacity: 0.7;
}

._12345.cc-work-1 {
  width: 100%;
  height: 30vw;
  padding-bottom: 0px;
  background-image: url('../images/Pathly.png');
  background-size: cover;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

._12345.cc-work-1:hover {
  box-shadow: none;
  opacity: 1;
}

._12345.cc-work-4 {
  margin-right: 20px;
  padding-bottom: 0px;
  background-image: url('../images/_MG_8648-Anschnitt.jpg');
  background-size: cover;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
}

._12345.cc-work-2 {
  padding-bottom: 0px;
  background-image: url('../images/Wekschau-1-768x490.jpg');
  background-size: cover;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
}

._12345.cc-work-3 {
  padding-bottom: 0px;
  background-image: url('../images/Foto-Echo11.jpg');
  background-size: cover;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
}

._12345.cc-work-5 {
  padding-bottom: 0px;
  background-image: url('../images/ZurQuelle_17_Inhalt_Mockup_breit_farbe.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease-in-out, box-shadow 200ms ease, color 200ms ease;
  transition: all 500ms ease-in-out, box-shadow 200ms ease, color 200ms ease;
}

._12345.cc-work-5:hover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._12345.cc-work-6 {
  padding-bottom: 0px;
  background-image: url('../images/_MG_9973.jpg');
  background-size: cover;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.insta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insta-row.row-2 {
  margin-bottom: 0px;
  margin-left: -50vw;
}

.insta-post-wrap {
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.insta-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-3 {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 1450px;
}

.container-3.insta-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  display: block;
  height: 50px;
  margin-right: 15px;
}

.insta-section-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  background-color: #ec8675;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.social-wrap:hover {
  color: #fff;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-4.footer-insta {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eef0f4;
}

.container-social-media {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5vw 5vw 10vw;
  background-color: #fff;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom: 0px;
  padding-right: 0vw;
  padding-bottom: 0vw;
  padding-left: 0vw;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #fff;
}

.email-section {
  width: 100%;
  margin: 0px auto;
  padding: 10vw 5vw;
  background-color: #fff;
  text-align: center;
}

.email-link {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

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

.email-link:active {
  opacity: 0.7;
}

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

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

.countainer-about {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #000;
  color: #fff;
}

.label {
  margin-bottom: 40px;
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.label.cc-about-light {
  opacity: 0.6;
}

.label.cc-light {
  opacity: 0.6;
}

.about-intro-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25vh;
  margin-bottom: 25vh;
  -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;
  grid-auto-columns: 1fr;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.25fr minmax(200px, 40vw);
  grid-template-columns: 0.25fr minmax(200px, 40vw);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-head-text-wrap {
  margin-left: 5vw;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Raisonne DemiBold';
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 18px 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14vw;
  height: 3vw;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1vw;
  background-color: #0fcebe;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}

.button-small.white-small {
  display: inline-block;
  width: auto;
  height: 60px;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: 0px;
  padding: 18px 40px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4vw;
  background-color: #0fcebe;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, color 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Raisonne DemiBold';
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.button-small.white-small:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button-label {
  display: block;
  margin: 0px auto auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Raisonne DemiBold';
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
}

.container-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin: -1px 0px -1px 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;
  background-color: #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 55vh;
  margin: 0vw auto 10vw 5vw;
  padding-top: 0vw;
  padding-bottom: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
  text-align: center;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  background-color: #99b898;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 26px;
}

.button-2.cc-jumbo-button:hover {
  box-shadow: inset 0 0 0 0 #000;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.paragraph-bigger.cc-bigger-light {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 5vw;
  margin-left: auto;
  opacity: 0.6;
  font-family: skolar-sans-latin;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.div-block-28 {
  width: 100%;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 10vw;
  padding-bottom: 10vw;
  padding-left: 0vw;
  background-color: #fff;
  font-family: skolar-sans-latin;
  font-weight: 700;
}

.link-soical {
  font-family: skolar-sans-latin;
  color: #636363;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.link-soical:hover {
  box-shadow: inset 0 -2px 0 0 #99b898;
  color: #99b898;
}

.heading-8 {
  margin-bottom: 20px;
  font-family: skolar-sans-latin;
  font-size: 32px;
}

.image-9 {
  position: fixed;
  max-width: 65%;
  margin-top: 0vw;
  margin-left: 20vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-4 {
  width: auto;
  font-family: 'Maison neue mono', sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}

.text-block-4 {
  font-family: skolar-sans-latin;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.service-icon {
  width: auto;
  height: 80px;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-bottom: 30px;
}

.paragraph-light-2 {
  padding-bottom: 0%;
  border-radius: 0px;
  opacity: 1;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-light-2.cc-position-name {
  margin-bottom: 5px;
  line-height: 28px;
}

.container---skills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0vw;
  margin-right: auto;
  margin-left: auto;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.our-services-grid {
  margin-bottom: 0px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-bottom: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Raisonne DemiBold';
  color: #000;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.container-project-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  margin-top: 0vw;
  margin-right: 0px;
  margin-left: 0vw;
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #91a0f4;
  text-align: left;
}

.container-project-header.quelle {
  height: auto;
  padding-bottom: 0vw;
}

.project-details-grid {
  margin-top: 0vw;
  margin-bottom: 3vw;
  padding-top: 10vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  width: 90%;
  margin-bottom: 30px;
}

.project-pics {
  margin-bottom: 120px;
  text-align: center;
}

.detail-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5vw;
}

.project-overview-grid {
  margin-top: 15vw;
  margin-bottom: 135px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 50px 1fr 50px 0.25fr 50px 1fr;
  grid-template-columns: 1fr 1fr 0.25fr 1fr;
  -ms-grid-rows: auto 100px auto;
  grid-template-rows: auto auto;
}

.section-5 {
  margin-right: 0px;
  margin-left: 0px;
}

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

.email-section-2 {
  width: 70%;
  margin: 140px auto 200px;
  text-align: center;
}

.email-link-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.email-link-2:hover {
  opacity: 0.8;
}

.email-link-2:active {
  opacity: 0.7;
}

.container-next-projekt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-bottom: 5vw;
  -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-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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.paragraph-bigger-_right {
  margin-bottom: 10px;
  opacity: 1;
  font-family: skolar-sans-latin;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: right;
}

.paragraph-bigger-_right.cc-bigger-light {
  margin-bottom: 5vw;
  opacity: 0.6;
}

.div-block-29 {
  font-size: 16px;
}

.heading-9 {
  margin-top: 0vw;
  margin-bottom: 10vw;
  font-family: Raisonne, sans-serif;
  color: #0fcebe;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 700;
  text-align: left;
}

.paragraph-5 {
  width: 100%;
  font-family: 'Maison Neue Mono', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph-6 {
  width: 100%;
  font-family: 'Maison Neue Mono', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -1px;
}

.heading-10 {
  font-family: 'Raisonne DemiBold';
  color: #0fcebe;
  font-size: 4vh;
  line-height: 3vh;
  text-transform: none;
}

.bold-text {
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 3vh;
  line-height: 4vh;
  text-transform: none;
}

.colored-text-yellow {
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 3vh;
  line-height: 3vh;
  text-transform: none;
}

.logo-bg {
  position: absolute;
  overflow: auto;
  height: 70px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-11 {
  font-family: Raisonne, sans-serif;
  font-size: 48px;
}

.paragraph_intro {
  margin-top: 5px;
  margin-right: 0vw;
  margin-bottom: 5vw;
  padding-right: 0vw;
  opacity: 0.8;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph_intro.cc-position-name {
  margin-bottom: 5px;
  color: #636363;
}

.column-2 {
  height: auto;
  padding-right: 20px;
  padding-left: 0px;
}

.heading-12 {
  font-family: 'Raisonne DemiBold';
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 700;
  letter-spacing: 0px;
  text-indent: 0px;
}

.heading-13 {
  margin-bottom: 10vh;
  font-family: 'Raisonne DemiBold';
  letter-spacing: 0px;
}

.columns {
  margin-top: 5vw;
}

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

.column-4 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 20px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-2 {
  box-shadow: inset 0 -2px 0 0 #9b9b9b;
  font-family: skolar-sans-latin;
  font-size: 20px;
}

.link-2:hover {
  box-shadow: inset 0 -2px 0 0 #99b898;
  color: #99b898;
}

.heading-14 {
  font-family: 'Raisonne DemiBold';
}

.content-link {
  box-shadow: inset 0 0 0 0 rgba(15, 206, 190, 0.1);
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Maison Neue Mono', sans-serif;
  color: #0fcebe;
  font-size: 24px;
}

.content-link:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #0fcebe;
  box-shadow: inset 0 -3px 0 0 #0fcebe;
  color: #0fcebe;
}

.button-scoll {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin: 5vh auto 5vw 0vw;
  padding: 10px 10px 0vw 0px;
  border-radius: 50px;
  background-color: #0fcebe;
  background-image: url('../images/Arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-scoll:hover {
  margin-top: 5vh;
  margin-bottom: 5vw;
  box-shadow: 7px 7px 20px 0 hsla(0, 0%, 80.9%, 0.7);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button-scoll.pathly {
  position: relative;
  left: 0vw;
  top: 0vw;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 0vh;
  margin-bottom: 0vw;
  padding-top: 12px;
  padding-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #91a0f4;
  font-size: 16px;
}

.button-scoll.previous-project {
  position: relative;
  left: 75vw;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.button-scoll.previous-project:hover {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.08);
}

.button-scoll.previous-project.next {
  margin-left: 2vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.grid {
  padding-top: 10vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.project {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  width: 300px;
  margin-bottom: 150px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 4vh;
  line-height: 5vh;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.card-div {
  width: 100%;
  height: 100%;
}

.card-div:hover {
  opacity: 1;
}

.image-11 {
  width: 100%;
  max-width: none;
  padding-left: 0vw;
}

.image-right {
  width: 100%;
  height: auto;
  margin-top: 10vw;
  box-shadow: 35px 35px 50px -30px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.image-right:hover {
  border: 1px none #000;
}

.projekt-link {
  padding-bottom: 0px;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.projekt-link:hover {
  box-shadow: none;
}

.portfolio {
  max-width: 100%;
  padding-left: 5vw;
}

.image-left {
  width: 100%;
  box-shadow: 35px 35px 50px -40px rgba(0, 0, 0, 0.2);
}

.image-left.project-image {
  position: relative;
  height: auto;
  margin-top: 5vw;
  box-shadow: 14px 14px 40px -20px rgba(51, 51, 51, 0.1);
}

.image-left.image-hover {
  box-shadow: 35px 35px 50px -40px rgba(0, 0, 0, 0.2);
}

.projects {
  box-shadow: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.projects:hover {
  box-shadow: none;
}

.project-grid {
  margin: 10vw 5vw 0vw;
  grid-auto-flow: row;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 0.5fr minmax(200px, 0.5fr);
  grid-template-columns: 0.5fr minmax(200px, 0.5fr);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: rgba(51, 51, 51, 0.11);
}

.logo-overlay {
  position: static;
  height: 70px;
  margin-top: 4px;
  margin-left: -4px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-12 {
  overflow: auto;
  margin-top: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.h3 {
  position: static;
  left: 0%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Raisonne, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.h3.white {
  color: #fff;
}

.h3.pathly {
  color: #91a0f4;
}

.container-projects {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 15vw;
}

.h2-link {
  font-family: Raisonne, sans-serif;
  color: #0fcebe;
  font-size: 5vh;
  line-height: 7vh;
}

.h2-link:hover {
  box-shadow: inset 0 -4px 0 0 #0fcebe;
  color: #0fcebe;
}

.h2-link.pathly {
  color: #91a0f4;
  font-size: 5vh;
  line-height: 6vh;
}

.h2-link.pathly:hover {
  box-shadow: inset 0 -4px 0 0 #91a0f4;
}

.text-span {
  color: #0fcebe;
}

.text-span-2 {
  color: #0fcebe;
}

.text-span-3 {
  color: #0fcebe;
}

.text-span-4 {
  color: #0fcebe;
}

.text-span-5 {
  color: #0fcebe;
}

.container-contact-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0vw;
  -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;
  background-color: #fff;
  color: transparent;
}

.cta-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25vw auto 5vw 5vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.footer-links-2 {
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 0 0 transparent;
  font-family: 'Maison Neue Mono', sans-serif;
}

.footer-links-2:hover {
  border: 0px none #fff;
  box-shadow: 0 2px 0 0 #0fcebe;
  opacity: 1;
  color: #0fcebe;
}

.h2-link-2 {
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Raisonne DemiBold';
  color: #fff;
  font-size: 24px;
}

.h2-link-2:hover {
  box-shadow: none;
  -webkit-transform: translate(10%, 0px);
  -ms-transform: translate(10%, 0px);
  transform: translate(10%, 0px);
  color: #fff;
}

.footer-3 {
  width: 100%;
  height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  border-top: 1px none #dbdbdb;
  background-color: #000;
}

.h2-2 {
  width: 50vw;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Raisonne DemiBold';
  color: #fff;
  font-size: 4vh;
  line-height: 5vh;
  text-align: left;
}

.skills {
  background-color: #000;
}

.button-label-2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Raisonne DemiBold';
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.button-label-2:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 10vw;
  font-family: skolar-sans-latin;
  color: #0fcebe;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 700;
  text-align: left;
}

.text-span-6 {
  color: #0fcebe;
}

.bold-text-2 {
  font-family: Raisonne, sans-serif;
}

.bold-text-3 {
  font-family: 'Raisonne DemiBold';
}

.bold-text-4 {
  font-family: Raisonne, sans-serif;
}

.bold-text-5 {
  font-family: 'Raisonne DemiBold';
}

.bold-text-6 {
  font-family: 'Raisonne DemiBold';
}

.datenschutz {
  font-family: Raisonne, sans-serif;
  color: #0fcebe;
}

.link-3 {
  font-family: Opensans, sans-serif;
  color: #0fcebe;
  font-size: 20px;
  font-weight: 700;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 2%;
  bottom: 0%;
  width: 35%;
  max-width: 100%;
  margin-top: -5vw;
  margin-left: 0vw;
  padding-left: 0px;
}

.project-intro {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vh;
  padding: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #181111;
}

.project-intro.pathly {
  background-color: #91a0f4;
}

.project-intro.dlv {
  height: auto;
  padding-top: 15vw;
}

.project-intro.ino {
  background-color: #00999e;
}

.project-intro.zurquelle {
  background-color: #e95478;
}

.project-intro.breg {
  background-color: #004b76;
}

.project-intro.haufe {
  background-color: #0058ff;
}

.image-14 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 100vh;
  margin-top: 0vh;
  margin-left: 14vw;
}

.project-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 25vh;
  margin-right: 5vw;
  margin-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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.project-header.quelle {
  height: auto;
}

.project-header-title {
  position: static;
  left: 5vw;
  top: 20vw;
  right: auto;
  bottom: auto;
  display: block;
  width: 60%;
  height: auto;
  -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;
  color: #91a0f4;
}

.div-block-32 {
  width: 60%;
}

.container-project-infos {
  display: block;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-project-infos.info-section {
  padding-top: 0vw;
  padding-bottom: 0vw;
}

.container-project-infos.info-section.dlv {
  margin-top: 10vw;
  padding-top: 0vw;
}

.project-tags {
  width: 90%;
  margin-bottom: 5vw;
}

.tag {
  margin-right: 16px;
  margin-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.4);
  box-shadow: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.tag:hover {
  box-shadow: 1px 1px 3px 0 transparent;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.tag.info {
  background-color: #fff;
  color: #91a0f4;
}

.tag.info.dlv {
  color: #000;
}

.tag.info.ino {
  color: #00999e;
}

.tag.info.zurquelle {
  color: #e95478;
}

.button-3 {
  height: 4vw;
  padding: 10px 24px;
  border: 1px solid transparent;
  border-radius: 20vh;
  background-color: #0fcebe;
  box-shadow: none;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Raisonne DemiBold';
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.button-3:hover {
  border-width: 0px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image-15 {
  color: #fff;
}

.text-block-5 {
  border: 0px solid transparent;
  font-family: 'Raisonne DemiBold';
  color: #fff;
  font-size: 24px;
}

.link-block-4 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.heading-16 {
  color: #91a0f4;
}

.project-image {
  margin-top: 5%;
}

.project-image.system {
  margin-top: 70px;
}

.project-image.header {
  width: 90vw;
  height: auto;
  max-width: none;
  margin-top: 0%;
}

.project-image.exil {
  max-width: 100%;
  min-width: 80%;
  margin-top: 0%;
}

.project-image.gif {
  margin-top: 0%;
}

.grid-2 {
  grid-template-columns: minmax(200%, 1fr) repeat(auto-fit, 50%);
}

.project-goal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-33 {
  width: auto;
  padding-right: 20px;
}

.image-16 {
  width: 50px;
}

.div-block-34 {
  width: 80%;
}

.grid-3 {
  margin-top: 5%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-4 {
  grid-template-areas: ". Area"
    ". Area";
}

.colum-color-left {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.colum-color {
  height: 20vw;
  max-width: none;
}

.colum-typo {
  height: 20vw;
  max-width: none;
  min-height: 0px;
  min-width: 0px;
}

.research-methods {
  background-color: #ff696e;
}

.grid-5 {
  margin-top: 5%;
  grid-auto-flow: row;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.research {
  padding: 10vw 5vw;
}

.columns-color-typo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.colum-typo-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.div-block-36 {
  margin-top: 0vw;
}

.div-block-37 {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-research {
  max-width: 100%;
  padding-right: 5%;
  padding-left: 0%;
}

.column-image-left {
  padding-right: 0px;
  padding-left: 0px;
}

.column-image-right {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns-3 {
  width: auto;
  margin-top: 5%;
}

.column-17 {
  position: static;
  right: 0%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-18 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-19 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-20 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-4 {
  margin-top: 5%;
}

.image-19 {
  max-width: 89%;
}

.video {
  margin-top: 5%;
}

.image-20 {
  height: auto;
  max-width: 90%;
}

.image-21 {
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: 0px;
}

.image-22 {
  max-width: 100%;
}

.div-block-38 {
  margin-top: 5%;
}

.button-next-project {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 50px;
  background-color: #0fcebe;
  background-image: url('../images/Arrow-Right.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-next-project:hover {
  box-shadow: none;
}

.button-next-project.w--current {
  background-color: #fff;
  background-image: url('../images/Arrow-Up-Right.svg');
}

.button-next-project.left {
  position: relative;
  width: 60px;
  height: 60px;
  padding-right: 10px;
  background-image: url('../images/Arrow-Left.svg');
}

.button-next-project.left.pathly {
  width: 60px;
  height: 60px;
  background-color: #91a0f4;
}

.button-next-project.pathly {
  width: 60px;
  height: 60px;
  background-color: #91a0f4;
}

.button-next-project.project-info:active {
  background-color: #fff;
  background-image: url('../images/Arrow-Up-Right.svg');
}

.next-project-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 90vw;
  margin-top: 0%;
  margin-bottom: 5%;
  -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;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.next-project-section:hover {
  bottom: 0%;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.next-project-section:active {
  bottom: 0%;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

.next-project-section.project-info {
  height: 60vh;
  margin-bottom: 3%;
}

.next-project-section.project-info.ux {
  height: 60vh;
}

.next-project-section.project-info.bwma {
  opacity: 0;
}

.button-next-project-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-39 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.scroll-down {
  position: static;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.schmuckelement-footer {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 70%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 10%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-website {
  width: 60px;
  height: 60px;
  border-radius: 70px;
  background-color: #fff;
  background-image: url('../images/Arrow-Up-Right.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.button-website:hover {
  box-shadow: 1px 1px 3px 0 transparent;
  opacity: 1;
}

.button-website.w--current {
  width: 70px;
  height: 70px;
  padding-bottom: 0px;
  border-radius: 70px;
  background-color: #fff;
  box-shadow: none;
  color: #000;
}

.header {
  position: relative;
  top: 0vh;
  height: 80vh;
}

.header.quelle {
  height: auto;
  margin-bottom: 5vw;
}

.body-3 {
  height: auto;
}

.colum-image {
  height: 30vw;
  max-width: none;
}

.colum-div {
  margin-top: 5%;
}

.slider {
  height: 100%;
  margin-bottom: 10vw;
}

.image-about {
  height: 40vw;
  max-width: none;
}

.columns-5 {
  margin-top: 5vw;
}

.colum-ino {
  margin-top: 5%;
}

.exil {
  margin-top: 5%;
}

.colum-2-spalten {
  margin-top: 0%;
}

.colum-2-spalten.breg {
  margin-top: 5%;
}

.colum-2-spalten-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.5vw;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.colum-2-spalten-rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 2.5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-24 {
  height: 100.0000680791955%;
}

.image-25 {
  height: 100%;
}

.breg {
  margin-top: 5%;
}

.social-media-grid-2 {
  margin-top: 5vw;
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-40 {
  position: relative;
  z-index: 2;
}

.text-field {
  width: 390px;
  height: 60px;
  margin-bottom: 0px;
  padding: 10px 24px;
  border-radius: 210px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.submit-button {
  width: 170px;
  height: 50px;
  margin-top: 0px;
  margin-left: -175px;
  padding: 10px 24px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 80px;
  background-color: #0fcebe;
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.heading-17 {
  font-family: Raisonne, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 64px;
}

.passwort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  width: 200px;
  max-width: none;
  margin-bottom: auto;
}

.heading-18 {
  font-family: 'Raisonne DemiBold';
}

.image-27 {
  width: 160px;
}

.heading-19 {
  font-family: Raisonne, sans-serif;
  color: #fff;
}

.text-block-6 {
  height: auto;
  font-family: 'Maison neue mono', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.content-link-mono {
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Maison Neue Mono', sans-serif;
  color: #91a0f4;
  font-size: 20px;
  line-height: 36px;
}

.content-link-mono:hover {
  box-shadow: none;
  color: #91a0f4;
}

.image-29 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 56vh;
  max-width: none;
  margin-bottom: 10vh;
}

.bold-text-13 {
  font-family: Raisonne, sans-serif;
}

.bold-text-14 {
  font-family: Raisonne, sans-serif;
}

.div-block-41 {
  margin-top: 10vh;
}

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

@media screen and (min-width: 1920px) {
  .hero {
    width: 100%;
    min-height: auto;
  }

  .wrapper-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    margin-top: 20vw;
    margin-bottom: 0vw;
    -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;
  }

  .section.main {
    height: auto;
  }

  .paragraph {
    font-size: 32px;
    line-height: 48px;
  }

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

  .paragraph.content-link.pathly {
    font-size: 40px;
  }

  .paragraph.content-link.pathly:hover {
    box-shadow: none;
  }

  .home-subhead {
    width: 60vw;
  }

  .h2 {
    width: 60%;
    margin-bottom: 5%;
    font-size: 7vh;
    line-height: 9vh;
  }

  .h2.pathly {
    font-size: 5vh;
    line-height: 6vh;
  }

  .h2.dark {
    color: #000;
  }

  .utility-page-wrap {
    margin-bottom: -1px;
  }

  .brand {
    height: auto;
  }

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

  .link-nav {
    margin-right: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .link-nav.w--current {
    font-size: 40px;
  }

  .image-licensing {
    border-width: 0px;
  }

  .footer-links {
    font-size: 24px;
    line-height: 32px;
  }

  .project-name-link {
    font-size: 48px;
    line-height: 56px;
  }

  .project-name-link:hover {
    opacity: 1;
    color: #0fcebe;
  }

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

  .countainer-about {
    margin-top: -1px;
  }

  .about-head-text-wrap {
    width: 45%;
    margin-top: 0px;
  }

  .hi-there-heading {
    font-size: 4vw;
    line-height: 5vw;
  }

  .button-small.white-small {
    width: 40%;
    height: 100px;
    padding-top: 30px;
  }

  .button-small.white-small:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .button-label {
    padding-top: 0px;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .container-contact {
    margin-top: -1px;
  }

  .paragraph-bigger {
    font-size: 40px;
    line-height: 54px;
  }

  .paragraph-4 {
    width: auto;
    font-size: 36px;
    line-height: 50px;
  }

  .service-icon {
    height: 140px;
  }

  .paragraph-light-2 {
    font-size: 32px;
    line-height: 44px;
  }

  .our-services-grid {
    grid-row-gap: 80px;
  }

  .project-overview-header {
    height: auto;
  }

  .container-project-header {
    height: 60vh;
  }

  .logo-bg {
    width: auto;
    height: 120px;
    max-width: none;
  }

  .paragraph_intro {
    width: 100%;
    font-size: 32px;
    line-height: 48px;
  }

  .content-link {
    font-size: 36px;
  }

  .button-scoll {
    position: static;
    width: 100px;
    height: 100px;
    margin-top: 0vh;
    margin-bottom: 0vw;
    margin-left: 0vw;
    background-size: 50%;
  }

  .button-scoll:hover {
    margin-top: 5vh;
    margin-bottom: 0vw;
  }

  .button-scoll.pathly {
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-size: 45%;
  }

  .project {
    width: 310px;
  }

  .logo-overlay {
    height: 120px;
    max-width: none;
    margin-top: 8px;
    margin-left: -8px;
  }

  .h3 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .h3.white {
    font-size: 40px;
    line-height: 48px;
  }

  .container-projects {
    padding-bottom: 10vw;
  }

  .h2-link {
    font-size: 7vh;
  }

  .h2-link.pathly {
    font-size: 5vh;
  }

  .h2-2 {
    font-size: 4vh;
    line-height: 5vh;
  }

  .button-label-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 12%;
    margin-right: 0px;
    margin-left: 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-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;
  }

  .project-intro {
    margin-top: 0vh;
    padding-top: 5vw;
  }

  .project-header {
    height: auto;
  }

  .project-header-title {
    height: auto;
  }

  .container-project-infos.info-section.dlv {
    margin-top: 5vw;
  }

  .tag {
    margin-right: 24px;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 54px;
  }

  .project-image {
    max-width: 100%;
  }

  .project-image.exil {
    width: 90vw;
    height: auto;
    max-width: none;
  }

  .project-image.gif {
    width: 90vw;
  }

  .image-16 {
    width: 80px;
  }

  .colum-color {
    height: 20vw;
  }

  .colum-typo {
    height: 20vw;
  }

  .columns-color-typo {
    height: auto;
  }

  .colum-typo-right {
    position: relative;
    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;
  }

  .icon-research {
    height: 120px;
  }

  .column-image-right {
    height: auto;
  }

  .column-18 {
    padding-right: 0px;
  }

  .image-19 {
    max-width: 90%;
  }

  .image-20 {
    height: 20vw;
    max-width: 95%;
  }

  .image-21 {
    height: 20vw;
    max-width: 100%;
  }

  .image-22 {
    max-width: 99%;
  }

  .next-project-section.project-info {
    height: 70vh;
  }

  .next-project-section.project-info.ux {
    height: 40vh;
  }

  .schmuckelement-footer {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 65%;
    margin-top: auto;
  }

  .button-website {
    width: 80px;
    height: 80px;
    background-size: 80%;
  }

  .slider {
    height: 1080px;
  }

  .slide-nav {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 20px;
    line-height: 22px;
  }

  .text-field {
    width: 520px;
    height: 80px;
    font-size: 24px;
  }

  .submit-button {
    width: 190px;
    height: 70px;
    margin-left: -195px;
    font-size: 24px;
  }

  .heading-17 {
    font-size: 70px;
    line-height: 70px;
  }

  .image-26 {
    width: 320px;
  }

  .heading-19 {
    font-size: 80px;
    line-height: 92px;
  }

  .text-block-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-28 {
    width: 90vw;
    height: auto;
    max-width: none;
  }

  .image-slider {
    width: 90vw;
    max-width: none;
  }

  .image-29 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 70vh;
    max-width: none;
  }
}

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

  .hero {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-title {
    width: 100vw;
    height: auto;
    margin-top: 30vh;
    padding-top: 0vw;
    padding-left: 5vw;
  }

  .vertical {
    width: 100vw;
    height: 20vh;
    padding: 0vh 10vw;
    -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;
  }

  .link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section.main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-h1 {
    margin-top: 0vw;
    font-size: 72px;
    line-height: 80px;
    text-align: left;
  }

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

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

  .main-h1.home {
    margin-top: 0vw;
    font-size: 8vh;
    line-height: 10vh;
  }

  .paragraph {
    width: 100%;
  }

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

  .paragraph.content-link.pathly {
    box-shadow: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
  }

  .paragraph.content-link.pathly:hover {
    box-shadow: none;
    -webkit-transform: translate(20px, 0px);
    -ms-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
  }

  .column._100vh {
    width: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .column._100vh.black {
    padding: 80px 70px;
  }

  .column.wrapper-img-about {
    height: 500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .column.about.black {
    padding: 80px 70px;
  }

  .home-subhead {
    width: auto;
  }

  .h2 {
    width: 70vw;
    font-size: 7vh;
    line-height: 8vh;
  }

  ._w-h1 {
    width: auto;
  }

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

  .project-info.head {
    margin-top: 0vh;
    margin-bottom: 0px;
    padding-top: 0vh;
    padding-bottom: 0vh;
    padding-left: 0px;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

  .wrapper-list-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrap-content {
    width: 100%;
  }

  .div-block-18 {
    width: auto;
  }

  .utility-page-content {
    width: 70vw;
  }

  .utility-page-form {
    width: 70vw;
  }

  .div-block-26 {
    width: auto;
    -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;
  }

  .footer {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

  .project-title {
    font-size: 7vw;
    line-height: 8vw;
  }

  .project-name-link {
    font-family: 'Raisonne DemiBold';
    font-size: 7vh;
    line-height: 8vh;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .works-grid {
    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;
  }

  .section-3.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .position-name-text {
    text-align: left;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  ._12345 {
    margin-bottom: 30px;
  }

  ._12345.cc-work-1 {
    width: 90vw;
    height: 80vw;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .social-icon {
    height: 30px;
  }

  .insta-section-line {
    height: 150px;
  }

  .social-wrap {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
  }

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

  .social-media-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .countainer-about {
    margin-right: 0px;
    margin-left: 0px;
  }

  .label {
    text-align: left;
  }

  .about-intro-grid {
    display: block;
    margin-top: 20vh;
    margin-bottom: 20vh;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-head-text-wrap {
    width: 100%;
    margin-top: 10vw;
    margin-right: auto;
    margin-left: auto;
  }

  .hi-there-heading {
    font-size: 4vh;
    line-height: 5vh;
    text-align: left;
  }

  .button-small.white-small {
    width: 30vw;
    height: 8vw;
  }

  .button-small.white-small {
    display: block;
    width: 30vw;
    height: 60px;
    padding-top: 16px;
  }

  .button-label {
    width: auto;
    height: auto;
    margin-top: 1px;
    font-size: 24px;
    text-align: center;
  }

  .cta-text {
    width: auto;
  }

  .container-contact {
    height: auto;
  }

  .cta-wrap {
    width: auto;
    height: 80vh;
    margin-right: 5vw;
    padding: 80px 0px 0px;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-28 {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .image-9 {
    position: fixed;
    left: 5%;
    top: 45%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-left: 40vw;
  }

  .paragraph-4 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .service-icon {
    display: block;
    text-align: left;
  }

  .paragraph-light-2 {
    text-align: left;
  }

  .container---skills {
    margin-right: 0px;
    margin-left: 0px;
  }

  .our-services-grid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 39px;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 39px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
    text-align: left;
  }

  .container-project-header {
    height: 100vw;
    margin-top: 0vw;
    padding-bottom: 0vw;
  }

  .project-details-grid {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0vw;
    margin-left: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .details-wrap {
    width: 100%;
  }

  .project-pics {
    margin-bottom: 5vh;
  }

  .detail-image {
    max-width: 100%;
  }

  .project-overview-grid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    grid-row-gap: 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .email-section-2 {
    margin-bottom: 160px;
  }

  .email-link-2 {
    font-size: 36px;
    line-height: 54px;
  }

  .heading-9 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .logo-bg {
    height: 60px;
  }

  .body-2 {
    text-align: left;
  }

  .paragraph_intro {
    font-size: 22px;
    line-height: 34px;
    text-align: left;
  }

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

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

  .column-4 {
    padding-right: 0px;
  }

  .column-5 {
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-link {
    font-size: 22px;
  }

  .button-scoll {
    width: 60px;
    height: 60px;
    margin-top: 10vh;
    margin-bottom: 10vw;
  }

  .button-scoll:hover {
    margin-top: 10vh;
  }

  .button-scoll.pathly {
    width: 60px;
    height: 60px;
  }

  .project {
    font-size: 3.5vh;
  }

  .image-11 {
    width: 90%;
    margin-bottom: 5vh;
  }

  .image-left {
    padding-top: 10vw;
  }

  .projects {
    margin-top: 0vw;
  }

  .project-grid {
    display: block;
    margin-bottom: 10vw;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
  }

  .logo-overlay {
    height: 60px;
  }

  .h3 {
    width: 100%;
  }

  .h2-link {
    font-size: 7vh;
    line-height: 8vh;
  }

  .cta-wrap-2 {
    width: auto;
    padding: 80px 50px 90px 0px;
  }

  .h2-link-2 {
    font-size: 4vh;
  }

  .footer-3 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .h2-2 {
    width: 80vw;
    font-size: 4vh;
    line-height: 5vh;
  }

  .button-label-2 {
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .heading-15 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .image-13 {
    top: 3%;
    right: 5%;
    width: 80%;
  }

  .project-intro {
    margin-top: 0vh;
  }

  .image-14 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 80vh;
    margin-top: 0px;
    margin-bottom: 0vh;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .project-header {
    height: 80vh;
    padding-bottom: 0vh;
  }

  .project-header-title {
    width: 100%;
  }

  .container-project-infos.info-section {
    width: auto;
    padding-right: 0vw;
  }

  .project-tags {
    width: 100%;
  }

  .tag {
    margin-right: 19px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }

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

  .colum-color-left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .colum-color {
    height: 20vw;
  }

  .colum-typo {
    width: auto;
    height: auto;
    margin-top: 0vw;
  }

  .grid-5 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .columns-color-typo {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .colum-typo-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-image-left {
    position: static;
  }

  .column-image-right {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    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;
  }

  .column-18 {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-19 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-4 {
    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;
  }

  .image-19 {
    width: 90vw;
    max-width: none;
  }

  .image-20 {
    width: 90vw;
    max-width: none;
  }

  .image-21 {
    width: 90vw;
    max-width: none;
    margin-top: 10%;
  }

  .image-22 {
    width: 90vw;
    max-width: none;
    margin-top: 10%;
  }

  .button-next-project.w--current {
    width: 60px;
    height: 60px;
  }

  .button-next-project.left.pathly {
    width: 60px;
    height: 60px;
  }

  .button-next-project.pathly {
    width: 60px;
    height: 60px;
  }

  .next-project-section.project-info {
    width: 80px;
    padding-right: 0vw;
    padding-bottom: 0vh;
    padding-left: 0vw;
  }

  .scroll-down {
    margin-bottom: 10%;
  }

  .schmuckelement-footer {
    top: auto;
    bottom: auto;
    width: 80%;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 25%;
  }

  .header {
    height: 90vh;
  }

  .header.ino {
    height: auto;
    margin-bottom: 5vw;
  }

  .colum-image {
    position: static;
    width: 90vw;
    height: auto;
    margin-top: 5%;
  }

  .colum-image-both {
    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;
  }

  .colum-div {
    display: block;
    -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;
  }

  .slider {
    height: 100%;
  }

  .image-about {
    height: 70vw;
  }

  .social-media-grid-2 {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-27 {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    position: fixed;
    margin-right: 5vw;
    margin-left: 0vw;
    padding-left: 5vw;
  }

  .hero.pages {
    margin-bottom: 15vh;
    padding-right: 5vw;
    padding-left: 5vh;
    text-align: center;
  }

  .wrapper-title {
    width: 90vw;
    height: auto;
    margin: 30vw 0vw 10vh;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.main {
    top: 100vh;
  }

  .vertical-social {
    position: relative;
    width: 100%;
    height: 30vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
  }

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

  .main-h1.home {
    font-size: 60px;
    line-height: 70px;
  }

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

  .paragraph {
    font-size: 24px;
  }

  .paragraph.bolder {
    width: auto;
    line-height: 56px;
  }

  .paragraph.content-link.pathly {
    margin-top: 5%;
    font-size: 24px;
  }

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

  .column._100vh.black {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .column.about {
    width: 100%;
  }

  .column.about.black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-subhead {
    width: 90vw;
  }

  .h2 {
    width: auto;
    font-size: 28px;
    line-height: 40px;
  }

  .h2.white {
    font-size: 18px;
  }

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

  .section---image {
    top: 100vh;
  }

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

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

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

  .wrapper-info.contact {
    display: block;
  }

  .wrapper-list-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .utility-page-content {
    width: 80vw;
  }

  .navbar {
    top: 0%;
    display: block;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    height: auto;
    margin-top: 0px;
  }

  .brand.w--current {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: -25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .link-nav {
    margin-bottom: 0px;
  }

  .link-nav.w--current {
    margin-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .nav-menu {
    margin-top: 5vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .project-title {
    text-align: left;
  }

  .project-name-link {
    font-family: 'Raisonne DemiBold';
    font-size: 32px;
    line-height: 40px;
  }

  .work-experience-grid {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-3 {
    margin-top: 5vw;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .section-3.cc-cta {
    padding: 15px;
  }

  .section-3.cc-home-wrap {
    margin-top: 3vw;
    margin-right: 5vw;
    margin-left: 5vw;
  }

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

  .paragraph-light {
    line-height: 28px;
    text-align: left;
  }

  .paragraph-light.cc-position-name {
    text-align: left;
  }

  .position-name-text {
    text-align: left;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .insta-section-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-wrap {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .social-wrap.left-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-social-media {
    text-align: center;
  }

  .social-media-heading {
    width: 100%;
    max-width: 470px;
    margin-left: 0px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .countainer-about {
    text-align: center;
  }

  .label {
    margin-bottom: 0px;
    font-size: 6vw;
    line-height: 8vw;
    text-align: left;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }

  .hi-there-heading {
    text-align: left;
  }

  .button-small.white-small {
    width: 40vw;
    height: 10vw;
  }

  .button-small.white-small {
    width: 50%;
    height: 60px;
    padding-top: 18px;
    border-radius: 8vw;
  }

  .cta-text {
    text-align: left;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
    text-align: left;
  }

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

  .cta-wrap {
    padding: 40px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-bigger {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-bigger.cc-bigger-light {
    max-width: 100%;
    margin-left: 0px;
    text-align: left;
  }

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

  .heading-8 {
    text-align: left;
  }

  .image-9 {
    max-width: 90%;
    margin-top: -40vw;
    margin-left: 25vw;
  }

  .paragraph-4 {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -1px;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .service-icon {
    display: block;
    max-width: 100%;
  }

  .paragraph-light-2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }

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

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-overview-header {
    height: auto;
    margin-bottom: 5vh;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
    text-align: left;
  }

  .container-project-header {
    margin-top: 0vw;
    padding-bottom: 0vw;
    text-align: center;
  }

  .project-details-grid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    grid-row-gap: 0px;
  }

  .detail-image {
    max-width: 100%;
    margin-bottom: 5vw;
  }

  .project-overview-grid {
    width: 100%;
    margin: 90px 0px 95px;
  }

  .section-5 {
    margin-right: 15px;
    margin-left: 15px;
  }

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

  .email-section-2 {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link-2 {
    font-size: 36px;
    line-height: 54px;
  }

  .container-next-projekt {
    -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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph-bigger-_right {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-9 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 32px;
  }

  .logo-bg {
    margin-top: 0px;
  }

  .paragraph_intro {
    text-align: left;
  }

  .paragraph_intro.cc-position-name {
    text-align: left;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-link {
    font-size: 20px;
  }

  .button-scoll {
    width: 60px;
    height: 60px;
    margin-top: 5vh;
  }

  .button-scoll:hover {
    margin-top: 5vh;
  }

  .button-scoll.pathly {
    width: 50px;
    height: 50px;
    background-size: 50%;
  }

  .project {
    font-size: 28px;
    line-height: 32px;
  }

  .image-11 {
    width: 90%;
  }

  .h3.white {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-link {
    font-size: 5vh;
    line-height: 6vh;
  }

  .h2-link.pathly {
    font-size: 28px;
    line-height: 40px;
  }

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

  .cta-wrap-2 {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .heading-15 {
    margin-bottom: 15vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .image-13 {
    top: 3%;
  }

  .project-intro {
    height: auto;
    margin-bottom: 10vw;
  }

  .image-14 {
    height: auto;
    max-width: 80vh;
  }

  .container-project-infos.info-section.dlv {
    margin-top: 25vw;
  }

  .project-tags {
    width: 120%;
  }

  .tag {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .project-image {
    margin-top: 10%;
  }

  .colum-color {
    width: 90vw;
    height: auto;
  }

  .colum-typo {
    width: 90vw;
  }

  .grid-5 {
    margin-top: 10vw;
  }

  .columns-color-typo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colum-typo-right {
    margin-top: 10vw;
  }

  .icon-research {
    max-width: 80%;
  }

  .column-image-right {
    margin-top: 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .button-next-project.left.pathly {
    width: 50px;
    height: 50px;
    background-size: 60%;
  }

  .button-next-project.pathly {
    width: 50px;
    height: 50px;
    background-size: 60%;
  }

  .next-project-section {
    width: 80px;
    height: 50vh;
    margin-bottom: 0%;
  }

  .next-project-section.project-info {
    margin-bottom: 10%;
  }

  .div-block-39 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .schmuckelement-footer {
    bottom: auto;
    width: 80%;
    margin-top: auto;
    margin-bottom: 0px;
    padding-bottom: 0%;
  }

  .button-website {
    width: 50px;
    height: 50px;
  }

  .button-website.w--current {
    width: 50px;
    height: 50px;
    background-size: 70%;
  }

  .header {
    height: 100vh;
  }

  .colum-image {
    width: 90vw;
    height: auto;
  }

  .slider {
    height: 100%;
  }

  .colum-2-spalten-links {
    margin-bottom: 2.5vw;
    padding-right: 0vw;
  }

  .colum-2-spalten-rechts {
    padding-top: 2.5vw;
    padding-left: 0vw;
  }

  .social-media-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-27 {
    width: 120px;
  }
}

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

  .hero {
    position: fixed;
    height: 100vh;
    min-height: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero.pages {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 2vh;
    padding-left: 2vh;
    text-align: center;
  }

  .wrapper-title {
    width: 100%;
    height: auto;
    margin: 25vh 5vw 10vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.main {
    position: relative;
    top: 100vh;
    width: auto;
  }

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

  .main-h1 {
    width: auto;
    margin-top: 75vw;
    font-size: 50px;
    line-height: 50px;
  }

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

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

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

  .main-h1.cv {
    margin-top: 5vw;
  }

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

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

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

  .paragraph.content-link.pathly {
    font-size: 20px;
  }

  .column._100vh {
    padding: 60px 40px;
  }

  .column._100vh.black {
    padding: 0vh 0px 0px 0vw;
  }

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

  .column.about {
    margin-top: 0vh;
    padding: 60px 2vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column.about.black {
    padding: 0vh 0px 0px 0vw;
  }

  .home-subhead {
    width: auto;
    margin-top: 20px;
  }

  .h2 {
    width: auto;
    font-size: 32px;
    line-height: 40px;
  }

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

  .h2.white {
    width: 80vw;
    font-size: 16px;
  }

  .h2.contact {
    width: auto;
  }

  .h2.pathly {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  ._w-h1 {
    position: relative;
    width: 100%;
    padding-right: 0vw;
  }

  .project-info {
    padding: 0px;
  }

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

  .section---image {
    top: 100vh;
  }

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

  .wrapper.center {
    width: 100%;
    margin-right: 0vh;
    margin-left: 0vw;
    padding-right: 0vh;
    padding-left: 0vw;
  }

  .wrapper.center.form {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .wrapper-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-info.contact {
    display: block;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-list-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 100px;
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cv-text {
    width: auto;
  }

  .wrap-content {
    width: 90vw;
    max-width: none;
    min-width: auto;
    margin-right: 0vh;
    margin-left: 0vh;
    padding-right: 0vw;
    padding-left: 0vh;
  }

  .div-block-18 {
    width: auto;
  }

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

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .utility-page-content {
    width: 300px;
  }

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

  .navbar {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 20vh;
    margin-right: 0px;
    padding-top: 2vh;
    padding-right: 0vw;
    padding-left: 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;
    text-align: center;
  }

  .brand {
    width: 40%;
    height: 80px;
    margin-top: -25px;
    padding-top: 3vh;
    padding-left: 3vh;
    float: none;
    -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;
  }

  .brand.w--current {
    width: 30%;
    height: 80px;
    padding-top: 4vw;
    padding-left: 2vw;
    float: none;
    -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;
  }

  .link-nav {
    margin-right: 0px;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .link-nav.w--current {
    margin-right: 0px;
    font-size: 22px;
  }

  .footer {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 0vh;
    padding-left: 0vh;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 65px;
    margin-right: 0px;
    padding-right: 2vh;
    padding-left: 0px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

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

  .image-licensing {
    width: auto;
    margin-right: 0vh;
    margin-left: 0vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-name-link {
    font-family: 'Raisonne DemiBold';
    font-size: 32px;
    line-height: 40px;
  }

  .section-3.cc-home-wrap {
    margin-top: 25vw;
  }

  .paragraph-light {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-light.cc-position-name {
    font-size: 17px;
  }

  .position-name-text {
    font-size: 20px;
    text-align: left;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .social-icon {
    margin-right: 10px;
  }

  .insta-section-line {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .countainer-about {
    width: auto;
  }

  .label {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    text-transform: none;
  }

  .about-intro-grid {
    width: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .hi-there-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-small.white-small {
    width: 60vw;
    height: 14vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-small.white-small {
    display: block;
    width: auto;
    height: 50px;
    margin-top: auto;
    padding: 0px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
  }

  .button-label {
    position: relative;
    top: 16px;
    display: block;
    margin-top: auto;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 20px;
  }

  .heading-jumbo-small {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
  }

  .container-contact {
    height: auto;
    margin-left: 0vw;
  }

  .cta-wrap {
    width: 90%;
    height: auto;
    margin-top: 15vw;
    margin-right: 5vh;
    margin-left: 5vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-2.cc-jumbo-button {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    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;
    text-align: center;
  }

  .paragraph-bigger {
    text-align: left;
  }

  .paragraph-bigger.cc-bigger-light {
    max-width: 100%;
    margin-bottom: 5vh;
    font-size: 18px;
    text-align: left;
  }

  .div-block-28 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .link-soical {
    font-size: 24px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .image-9 {
    top: 40%;
    max-width: 100%;
    margin-left: 0vw;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .service-icon {
    display: block;
    max-width: 100%;
    text-align: left;
  }

  .paragraph-light-2 {
    font-size: 17px;
    line-height: 26px;
    text-align: left;
  }

  .container---skills {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .project-overview-header {
    height: auto;
    margin-bottom: 5vh;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }

  .container-project-header {
    height: 40vh;
  }

  .project-details-grid {
    width: 100%;
    margin-top: 2vh;
    grid-row-gap: 0px;
  }

  .project-pics {
    margin-bottom: 5vh;
  }

  .detail-image {
    max-width: 100%;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
    margin-top: 15vh;
  }

  .email-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .email-link-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .container-next-projekt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-bigger-_right.cc-bigger-light {
    text-align: left;
  }

  .paragraph-5 {
    position: static;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-6 {
    width: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .colored-text-yellow {
    font-size: 2.5vh;
    line-height: 2vh;
  }

  .logo-bg {
    max-width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .datenschutz-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-11 {
    padding-left: 0px;
    font-family: 'Raisonne DemiBold';
  }

  .paragraph_intro {
    margin-bottom: 15vw;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph_intro.cc-position-name {
    font-size: 17px;
  }

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

  .content-link {
    font-size: 18px;
  }

  .content-link:hover {
    box-shadow: inset 0 -2px 0 0 #0fcebe;
  }

  .button-scoll {
    position: static;
    width: 60px;
    height: 60px;
    margin-top: 5vh;
    margin-bottom: 0vw;
    margin-left: 0vw;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.08);
  }

  .button-scoll:hover {
    margin-top: 10vh;
  }

  .project {
    font-size: 24px;
    line-height: 28px;
  }

  .image-11 {
    width: 100%;
  }

  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .h3.white {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-link {
    font-size: 30px;
  }

  .h2-link.pathly {
    font-size: 28px;
  }

  .cta-wrap-2 {
    width: 90%;
    margin-right: 5vh;
    margin-left: 5vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-3 {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 0vh;
    padding-left: 0vh;
  }

  .h2-2 {
    width: 100vw;
    font-size: 30px;
    line-height: 40px;
  }

  .image-13 {
    top: 2%;
    right: 25px;
    width: 90%;
    max-width: 90%;
  }

  .project-intro {
    height: auto;
    margin-top: 0vh;
    padding-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-14 {
    top: 30%;
    height: 60%;
    max-width: none;
    margin-top: auto;
    font-size: 14px;
  }

  .project-header {
    height: 66vh;
  }

  .container-project-infos.info-section {
    width: auto;
    margin-top: 5vw;
  }

  .container-project-infos.info-section.dlv {
    margin-top: 50vw;
  }

  .project-tags {
    width: 100%;
  }

  .tag {
    margin-right: 8px;
    margin-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: 0px;
    -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;
  }

  .div-block-33 {
    padding-right: 10px;
  }

  .image-16 {
    width: 40px;
  }

  .colum-color {
    height: 90vw;
  }

  .grid-5 {
    margin-top: 25%;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-research {
    max-width: 100%;
  }

  .button-next-project {
    width: 50px;
    height: 50px;
  }

  .button-next-project.left {
    width: 50px;
    height: 50px;
  }

  .button-next-project.left.pathly {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-position: 50% 50%;
    background-size: 60%;
  }

  .button-next-project.pathly {
    width: 50px;
    height: 50px;
    background-size: 60%;
  }

  .next-project-section.project-info {
    width: 60px;
    height: 40vh;
  }

  .scroll-down {
    margin-bottom: 0%;
  }

  .schmuckelement-footer {
    top: auto;
    bottom: auto;
    overflow: hidden;
    width: 90%;
    margin-top: auto;
  }

  .button-website {
    width: 50px;
    height: 50px;
  }

  .header {
    height: 80vh;
  }

  .slider {
    height: 220px;
  }

  .slide-nav {
    background-color: #000;
    color: #000;
  }

  .icon {
    opacity: 0;
  }

  .icon-2 {
    opacity: 0;
  }

  .image-about {
    height: 85vw;
  }

  .bold-text-10 {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-12 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-field {
    width: 280px;
    height: 50px;
    text-align: center;
  }

  .submit-button {
    width: 280px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .heading-17 {
    width: auto;
    font-size: 40px;
    line-height: 48px;
  }

  .passwort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-26 {
    width: 180px;
  }

  .image-27 {
    width: 120px;
  }
}

#w-node-a127db58-0020-7083-0026-d56edaba023a-c5f205be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a127db58-0020-7083-0026-d56edaba0246-c5f205be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a127db58-0020-7083-0026-d56edaba0240-c5f205be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a127db58-0020-7083-0026-d56edaba024c-c5f205be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a127db58-0020-7083-0026-d56edaba0252-c5f205be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a127db58-0020-7083-0026-d56edaba0259-c5f205be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd5-5d0af1dc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd5-5d0af1dc:active {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd6-5d0af1dc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd7-5d0af1dc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd8-5d0af1dc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd9-5d0af1dc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfda-5d0af1dc {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfdb-5d0af1dc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfdc-5d0af1dc {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (min-width: 1920px) {
  #w-node-a127db58-0020-7083-0026-d56edaba0246-c5f205be {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f4bcb088-f41a-2122-a147-1231b0bb0322-b4f205bb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba0246-c5f205be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba024c-c5f205be {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba0252-c5f205be {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba0259-c5f205be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd6-5d0af1dc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd8-5d0af1dc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfd9-5d0af1dc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfda-5d0af1dc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfdb-5d0af1dc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ff231b09-4c5c-94db-a710-aea4f4d5cfdc-5d0af1dc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a127db58-0020-7083-0026-d56edaba0246-c5f205be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba0240-c5f205be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba024c-c5f205be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba0252-c5f205be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-a127db58-0020-7083-0026-d56edaba0259-c5f205be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@font-face {
  font-family: 'Raisonne';
  src: url('../fonts/raisonne-demibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison neue mono';
  src: url('../fonts/Maison-Neue-Mono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}