body {
    margin: 0 auto;
    max-width: 50em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #121212;
    color: #E8E6E3;
    background-image: url('background.webp');
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
}

.cover-bild {
    display: block;
    margin: 8px auto 0;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.cover {
    max-width: 300px;
    display: block;
    margin: 0 auto 1.5rem auto;
    border-radius: 12px;
}

.moment video {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.moment img {
    width: 100%;
    display: block;
    border-radius: 24px;
    opacity: 0;
    animation: einblenden 1s ease forwards;
    transition: filter 0.5s ease;
}

@keyframes einblenden {
    to { opacity: 1; }
}

.moment img:hover {
    filter: brightness(1.08);
}

.bildtext {
    margin-top: 1rem;
    color: #9a9a9a;
    font-size: 0.9em;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #89CFF0;
}

strong, b {
    color: #89CFF0;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(137, 207, 240, 0), rgba(137, 207, 240, 0.75), rgba(137, 207, 240, 0));
}

a:link, a:visited {
    color: #FFA500;
}

a:hover {
    color: #FFD700;
}

a:active {
    color: #FF4500;
}

.mittig {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    body {
        margin: 8px;
    }
}

audio {
    width: 100%;
}
