:root {
  --p1: Inter, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

.footer {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 48px;
  transition: opacity .2s;
  display: flex;
}

.footer.lp {
  margin-top: 24px;
}

.right-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.right-wrapper.footer {
  margin-top: 0;
}

.body-lp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 24px;
  display: flex;
  overflow: clip;
}

.left-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-top: 24px;
  padding-right: 48px;
  display: flex;
}

.left-wrapper.footer {
  margin-top: 0;
  padding-top: 0;
}

.p1 {
  font-family: var(--p1);
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.p1.long {
  max-width: 850px;
  font-weight: 400;
}

.p1.spacing {
  max-width: 700px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.p1.spacing.bottom {
  padding-top: 0;
}

.button {
  font-family: var(--p1);
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 10px 32px;
  font-weight: 700;
  line-height: 16px;
  transition: all .2s cubic-bezier(.47, 0, .745, .715);
  display: block;
}

.button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 700;
}

.section-2 {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading {
  font-weight: 400;
}

.heading-2 {
  color: #000;
  overflow-wrap: anywhere;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 68px;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 24px;
}

.right-wrapper---vertikal-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hover-card {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.inline-link {
  color: #000;
  text-decoration: underline;
  transition: all .2s cubic-bezier(.47, 0, .745, .715);
}

.inline-link:hover {
  color: gray;
  text-decoration: underline;
}

.div-block-2 {
  background-color: #fff;
  position: absolute;
  overflow: visible;
}

.image {
  border-radius: 10px;
  max-width: 550px;
  max-height: 450px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  padding: 24px;
  display: flex;
}

.left-wrapper---fixed {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-top: 0;
  padding-right: 48px;
  display: flex;
  position: static;
  top: 24px;
}

.hover-card---fixed-height {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
  overflow: visible;
}

.p1---spacing {
  font-family: var(--p1);
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.profil-image {
  background-image: url('../images/Luis.webp');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 400px;
  margin-bottom: 48px;
  overflow: hidden;
}

.portfolio-image---full {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.portfolio-image---half {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.portfolio-image---between {
  border-radius: 10px;
  width: 75%;
}

.p1-impressum {
  font-family: var(--p1);
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.p1-impressum.long {
  max-width: 850px;
  font-weight: 400;
}

.p1-impressum.spacing {
  padding-top: 36px;
  padding-bottom: 36px;
}

.p1-impressum.spacing.bottom {
  padding-top: 0;
}

.background-video {
  border-radius: 10px;
  width: 50%;
  height: 750px;
  max-height: none;
}

.background-video.full {
  border-radius: 10px;
  width: 100%;
  height: auto;
  min-height: 600px;
}

.background-video.square {
  width: 650px;
  height: 650px;
}

.code-embed {
  width: 75%;
  height: 600px;
}

.div-block-3 {
  width: 75%;
  height: 0;
}

.div-block-4 {
  margin-bottom: 24px;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-7 {
  margin-bottom: 24px;
}

.image-2 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .div-block-5, .div-block-6 {
    flex-flow: row;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .body-lp {
    height: auto;
    overflow: visible;
  }

  .left-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .section-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: auto;
    position: static;
  }

  .div-block {
    position: static;
  }

  .right-wrapper---vertikal-flex {
    width: 100%;
    height: auto;
  }

  .hover-card {
    height: 450px;
    overflow: hidden;
  }

  .left-wrapper---fixed {
    width: 100%;
    padding-right: 0;
    position: static;
  }

  .background-video.full {
    min-height: 400px;
  }

  .image-2 {
    border-radius: 10px;
    max-width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .profil-image {
    height: 400px;
  }

  .image-2 {
    border-radius: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .body-lp {
    height: auto;
    padding: 12px 12px 24px;
    overflow: auto;
  }

  .left-wrapper {
    width: auto;
  }

  .section-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: flex;
    overflow: hidden;
  }

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

  .right-wrapper---vertikal-flex {
    height: auto;
    display: flex;
  }

  .hover-card {
    height: 350px;
  }

  .inline-link {
    word-break: break-all;
  }

  .body {
    padding: 12px 12px 24px;
    overflow: auto;
  }

  .left-wrapper---fixed {
    display: flex;
  }

  .hover-card---fixed-height {
    height: 350px;
  }

  .profil-image {
    width: 250px;
    height: 250px;
    margin-bottom: 24px;
  }

  .portfolio-image---full {
    max-width: none;
  }

  .portfolio-image---half, .portfolio-image---between {
    width: 100%;
  }

  .background-video {
    width: 100%;
    height: 400px;
  }

  .background-video.full {
    display: none;
  }

  .background-video.square {
    width: 100%;
    height: 400px;
    display: inline-flex;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-2 {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
  }
}


