[id] {
  scroll-margin-top: 7em;
}

.gw-heading {
  margin-top: 5em;
  margin-bottom: 5em;
  color: royalblue;
  font-size: clamp(30px, 10vw, 70px);
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.uhrenwerkstatt-img,
.werkbank-img,
.zuenderherstellung-img {
  width: 100%;
  height: auto;
}

.werkbank-img {
  margin-bottom: -0.5em;
}

.img-container-werkbank {
  margin: 0 auto 7em;
  width: 75%;
}

.magazin-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 2em;
}

.magazin-row .img-container {
  flex: 0 0 auto;
  width: auto;
  margin-left: 1em;
}

.magazin-row .magazin-download {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
  text-decoration: none;
}

.magazin-row .img-wrapper-mag {
  display: inline-block;
  position: relative;
  width: auto;
}

.magazin-row .magazin-preview-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.magazin-row .magazin-download-label {
  position: absolute;
  pointer-events: none;
}

.magazin-download-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.magazin-row .img-wrapper-mag {
  display: inline-block;
  position: relative;
  width: 150px;
  max-width: 20vw;
  padding: 0;
}

.magazin-row .magazin-preview-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.download-icon {
  height: 35%;
  width: auto;
}

.magazin-download:hover .magazin-download-label {
  opacity: 1;
}

.zuenderherstellung-img {
  margin-bottom: -0.5em;
}

.img-container-zuenderherstellung {
  margin: 1em auto 4em;
  width: 75%;
}

@media (max-width: 500px) {
  [id] {
    scroll-margin-top: 9em;
  }

  .gw-heading {
    margin-top: 8em;
    margin-bottom: 7em;
  }

  .uhrenwerkstatt-img {
    width: 100%;
  }

  .img-container-werkbank {
    margin-top: 4em;
  }

  .magazin-download-label {
    opacity: 1;
  }

  .img-container-zuenderherstellung {
    width: 100%;
  }

  .img-container-werkbank {
    margin: 0 auto 3em;
    width: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
