@font-face {
  font-family: "TimesNewArial";
  src: url("../fonts/TimesNewArialVF.woff2");
  font-variation-settings:
    "srff" 100,
    "ital" 0,
    "wght" 70;
}
@font-face {
  font-family: "FormaDJRDisplay";
  src: url("../fonts/FormaDJRDisplay.ttf");
}
html,
body {
  background: #fff;
  z-index: 1;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
label {
  cursor: pointer;
  color: black;
  text-decoration: none;
  background-color: white;
  width: fit-content;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.title {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  justify-content: space-between;
  font-family: "forma-djr-text", sans-serif;
  z-index: 100;
  font-size: 15px;
  padding: 1em 1.15em;
}

.overflowHidden {
  overflow: hidden;
}

.overflowHidden .title {
  transform: translateY(100px);
}

#home {
  width: 100vw;
  height: 200dvh;
  transform: translateY(-100px);
  overflow: scroll;
  background-color: red;
}

#home img {
  position: absolute;
  z-index: 10;
}

#projekte {
  width: 100vw;
  padding: 1em 1.15em;
  font-size: 15px;
  line-height: 1.1;
  font-family: "forma-djr-text", sans-serif;
}

.projektTitel {
  font-style: italic;
}

#baustellenromantik {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#baustellenromantik #col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#imgcol {
  display: flex;
  flex-direction: column;
}

#baustellenromantik #left {
  width: 100%;
}

#baustellenromantik #right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.eigenschaften {
  font-size: 12px;
}

#projekte img {
  width: 100%;
}

@media (min-width: 400px) {
  .title,
  #projekte {
    font-size: 18px;
  }

  #baustellenromantik #col {
    gap: 18px;
  }

  #baustellenromantik #right {
    gap: 18px;
  }

  .eigenschaften {
    font-size: 15px;
  }
}

@media (min-width: 1025px) {
  .title,
  #projekte {
    font-size: 22px;
  }
  .eigenschaften {
    font-size: 18px;
  }
  .title {
    flex-direction: row;
  }
  #baustellenromantik #col,
  #imgcol {
    flex-direction: row;
  }
  #baustellenromantik #left {
    width: 25%;
  }
  #baustellenromantik #right {
    width: 75%;
    padding-left: 20px;
  }
  #imgcol {
    gap: 18px;
  }
}

@media (min-width: 1280px) {
  .title,
  #projekte {
    font-size: 25px;
  }
  .eigenschaften {
    font-size: 22px;
  }
  #baustellenromantik {
    gap: 25px;
  }
  #baustellenromantik #right {
    gap: 25px;
  }
}

@media (min-width: 1442px) {
  .title,
  #projekte {
    font-size: 32px;
  }
  .eigenschaften {
    font-size: 25px;
  }
}
