html {
    height: 100%;
}

main {
    flex: 1;
}
  
body {
    min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-image: url("../img/BG-3.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5 {
    font-family: DynaPuff !important;
}

.card svg {
    width: 1rem;
    margin-left: .25rem;
}

a {
    color: #0691AF !important;
    fill: #0691AF !important;
    font-weight: bold;
    text-decoration: none !important;
}

audio {
    width: 100%;
}

footer {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

footer a {
    color: black !important;
    font-weight: normal !important;
}

.impressum {
    color: black;
}


.glass-box {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    margin: 2rem auto;
  }

.card-- {
    background-color: #fafaf5 !important;
    border: none !important;
}

@media (max-width: 768px) {
    .circle-image-mobile {
      width: 10rem !important;
      height: 10rem;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
    }
}