.icon-shadow.text-shadow,
.text-shadow {
  text-shadow: rgba(0,0,0,.66) 0 4px 10px
}
.header-bg {
  background-image: url("../images/camera-on-table.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom
}
.icon-shadow.text-shadow {
  box-shadow: #000 0 0 2px 5px
}

.hp {
  opacity: 0;
}

#loading-spinner {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);

  .loader {
    position: relative;
    left: 50%;
    top: 50%;

    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #fff #0000;
    animation: l1 1s infinite;
  }
}

@keyframes l1 {to{transform: rotate(.5turn)}}

.imprint {
  h1 {
    font-size: 18pt;
    font-weight: 500;
    font-family: 'IBM Plex Sans';
  }
  h2 {
    font-size: 14pt;
    margin-bottom: 14pt;
  }
  h3 {
    font-size: 14pt;
    font-weight: 500;
    margin-bottom: 14pt;
  }
  h4 {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 12pt;
    margin-top: 12pt;
  }
}

.prices {
  h2 {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "IBM Plex Serif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
