@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.spezialfont {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Birthstone Bounce", sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

/* birthstone-bounce-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Birthstone Bounce';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/birthstone-bounce-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/birthstone-bounce-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/birthstone-bounce-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/birthstone-bounce-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/birthstone-bounce-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/birthstone-bounce-v9-latin-regular.svg#BirthstoneBounce') format('svg'); /* Legacy iOS */
}



/* voltaire-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Voltaire';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/voltaire-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/voltaire-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/voltaire-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/voltaire-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/voltaire-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/voltaire-v15-latin-regular.svg#Voltaire') format('svg'); /* Legacy iOS */
}

