/* last updated: 07.12.2023 16:54:10 */

@font-face{
    font-family: WorkSans;
    src:url(https://steiff.digitales-weihnachten.de/content/fonts/steiff/WorkSans/WorkSans-Regular.ttf)
}
@font-face{
    font-family: Bodoni;
    src:url(https://steiff.digitales-weihnachten.de/content/fonts/steiff/Bodoni-06-Book.ttf)
}
@font-face{
    font-family: WebSans;
    font-weight: bold;
    src:url(https://steiff.digitales-weihnachten.de/content/fonts/steiff/WorkSans/WorkSans-Bold.ttf)
}

body, html {
  font-family: WorkSans, Arial, sans-serif;
}

.header h1, h1 {
  font-family: Bodoni, Arial, sans-serif;
}

.header .header-icon {
  display: none;
}

@media (max-width: 768px) {
      .header h1 {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 40px; } 
}

.header a.logo img {
    max-height: 90px;
}