.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.section {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #060d1f;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 140%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.heading {
  z-index: 1;
  margin-top: 1vh;
  margin-bottom: 0;
  font-size: 110vh;
  font-weight: 900;
  line-height: 85vh;
  position: relative;
  overflow: hidden;
}

.heading.center {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#15a05f, #070f2b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -9.4vh;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.body {
  background-color: #060d1f;
}

.image {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.flex-block {
  padding-left: 4vw;
}

.fourth-name {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 1vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.fourth-name.mood {
  z-index: 1;
  width: 60vw;
  height: 60vh;
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 1vh;
  overflow: auto;
}

.fourth-name.logo {
  opacity: 1;
  mix-blend-mode: normal;
  margin-top: 0;
  padding-left: 5vw;
}

.fourth-about {
  color: #fff;
  padding-right: 4vw;
  font-weight: 300;
  display: block;
}

.paragraph {
  z-index: 2;
  max-width: 260px;
  margin-bottom: 0;
  padding: .4em .4em .8em;
  font-size: 1.1em;
  line-height: 150%;
  position: relative;
}

.paragraph.contact {
  margin-bottom: 1em;
  padding-bottom: .4em;
  line-height: 140%;
}

.paragraph.imprint {
  text-transform: none;
  font-size: .9em;
}

.image-2 {
  background-image: url('../images/AdobeStock_293027254_Preview.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.mood {
  z-index: 2;
  width: 60vw;
  height: 60vh;
  opacity: .85;
  border-radius: 10px;
  position: relative;
  overflow: auto;
}

.fourth-info {
  color: #fff;
  padding-left: 2vw;
  padding-right: 4vw;
  font-weight: 300;
  display: block;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 5px;
  padding: 15px 30px;
  font-size: 1.1em;
}

.heading-2 {
  color: #fff;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 1em;
}

.button-2:hover {
  color: #021f15;
  background-color: #fff;
}

.link {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .fourth-name {
    padding-top: 5vh;
    padding-left: 4vw;
  }

  .fourth-name.mood {
    height: 60vh;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fourth-name.logo {
    padding-left: 0;
  }

  .paragraph.contact {
    line-height: 140%;
  }

  .paragraph.contact.link, .paragraph.imprint {
    padding-left: 0;
  }

  .mood {
    object-fit: cover;
  }

  .fourth-info {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100vw;
    height: 100vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 10px auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    margin-left: -30px;
    margin-right: -30px;
    display: grid;
    position: relative;
    overflow: auto;
  }

  .fourth-name.mood {
    width: 65vw;
    height: 40vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    display: block;
    overflow: hidden;
  }

  .fourth-name.logo {
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .paragraph.contact {
    margin-bottom: 1em;
    padding-top: .25em;
    padding-bottom: 0;
  }

  .paragraph.contact.link {
    padding-left: 0;
  }

  .paragraph.imprint {
    padding-top: .25em;
    padding-left: 0;
  }

  .mood {
    width: 80vw;
    height: 40vh;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: visible;
  }

  .logo {
    display: inline-block;
  }

  .fourth-info {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}

#w-node-e2bd5aee-bf96-a81d-cd13-5c04fe9b8680-2d39ad73 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b37e3fb9-84ce-6e77-c914-85d80ad71ff6-2d39ad73 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_918d24e3-d126-5dfc-a91d-b0dc18792f9c-2d39ad73 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6b51b641-d14a-84e2-b517-cf1406aeedfa-2d39ad73 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_87190674-9a29-d9e0-9d05-83f3c040744d-2d39ad73 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e2bd5aee-bf96-a81d-cd13-5c04fe9b8680-2d39ad73 {
    grid-column-start: 2;
    align-self: center;
  }

  #w-node-_918d24e3-d126-5dfc-a91d-b0dc18792f9c-2d39ad73 {
    align-self: start;
  }

  #w-node-_87190674-9a29-d9e0-9d05-83f3c040744d-2d39ad73 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e2bd5aee-bf96-a81d-cd13-5c04fe9b8680-2d39ad73, #w-node-_918d24e3-d126-5dfc-a91d-b0dc18792f9c-2d39ad73 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_87190674-9a29-d9e0-9d05-83f3c040744d-2d39ad73 {
    justify-self: start;
  }
}


