.text-left-block {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: column wrap-reverse;
  place-content: stretch flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 100px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  z-index: 1;
}

.text-block {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 400px;
  margin-left: 0;
  padding-left: 0;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  display: block;
  position: static;
  left: 0;
  right: auto;
}

.logo-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  z-index: 1;
}

.heading {
  width: 450px;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.left-block {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.image {
  object-fit: contain;
  flex: 1;
  align-self: stretch;
  display: block;
}

.img-logo {
  width: auto;
  height: 85px;
}

.img-logo.htw {
  mix-blend-mode: multiply;
  width: 116px;
  height: auto;
}

.img-logo.bmwk {
  mix-blend-mode: multiply;
  width: 136px;
  height: auto;
}

.section {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding: 40px 60px;
  display: flex;
}

.htw-img, .studio-img {
  width: 250px;
}

.text-block-2 {
  align-self: flex-start;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 11px;
}

.div-block {
  align-self: center;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.footer {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-self: flex-end;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 11px;
  display: flex;
}

.link, .link-2 {
  color: #333;
  font-family: Spacegrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.double {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: flex-start;
  padding-top: 0;
  display: flex;
}

.double.middle-logo {
  align-self: center;
}

.div-block-2 {
  background-color: #f73939;
  width: 150px;
  height: 200px;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #b2d1ba;
  display: flex;
}

.test-div1 {
  background-color: #d2df8c;
  width: 150px;
  height: 100px;
}

.link-3 {
  color: #09e099;
  text-decoration: none;
}

.link-4-mail {
  color: #937ef3;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .text-left-block {
    place-content: space-between flex-start;
    align-self: stretch;
    align-items: center;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .text-block {
    align-self: stretch;
    width: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .logo-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    align-self: center;
    align-items: center;
    padding-bottom: 40px;

  }

  .heading {
    align-self: auto;
    width: auto;
    font-size: 6vw;
    line-height: 8vw;
  }

  .left-block {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: space-between flex-start;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .img-logo.bmwk {
    height: 140px;
  }

  .section {
    justify-content: flex-start;
    padding: 20px;
  }

  .text-block-2 {
    padding-top: 10px;
  }

  .footer, .double {
    align-self: center;
  }

  .double.middle-logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }
}


@font-face {
  font-family: 'Spacegrotesk Variablefont Wght';
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}