html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, .img-top-text, .detailpostinfo .fz42b {
    font-family: 'Amatic SC', cursive;
}
body {
    font-family: 'Quicksand', cursive;
}

.background {
    background-color: rgba(24, 24, 24, 0.85);
    color: white;
}

.background .desktopmenuItem {
    color: white;
}

.background .mobileheaderschrift {
    color: white;
}

/*

.header { 
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    font-size: 15pt;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 99;
    width: 100%;
    transition: all 1s;
}
*/
.ma16tb {
    margin-right: 32px;
}
  /* latin */
@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/amatic.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/quicksand.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32pt;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  
  body {
      margin: 0;
      font-family: 'Quicksand', cursive;
  }
  
.cwhite {
    color: white;
}


header {
      font-family: 'Amatic SC', cursive;
      position: sticky;
      position: -webkit-sticky;
      top: 0;
}
  
  .header {
      display: none;
  }
  
  @media only screen and (min-width: 1280px) {   
    .header { 
        position: fixed;
        top: 0;
        display: flex;
        justify-content: space-between;
        font-size: 15pt;
        padding-left: 16px;
        padding-right: 16px;
        z-index: 99;
        width: 100%;
        transition: all 1s;

    }
  .hamburger {
      display: none;
  }
  .menu {
      display: none;
  }
  .mobileheader {
      display: none;
  }
  .mobileheaderschrift {
    color: black;
}

  }
  
.hamburger {
      position: fixed;
      z-index: 999;
      top: 5px;
      right: 1rem;
      padding: 4px;
      cursor: pointer;
}
  
  
.mobileheader {
      background-color: #181818;
      width: 100%;
      color: white;
      height: 48px;
      top: 0;
      font-size: 24pt;
      font-weight: bold;
  }
  
  .closeIcon {
      display: none;
  }
  
  .menu {
      position: fixed;
      transform: translateY(-100%);
      transition: transform 0.2s;
      top: 0;
      left: 20%;
      right: 0;
      bottom: 0;
      z-index: 99;
      color: white;
      list-style: none;
      padding-top: 4rem;
      margin: 0px;
      width: 80%;
      overflow: hidden;
  }
  
  .showMenu {
    transform: translateY(0);
  }
  
  .menuItem {
          color: white; 
          text-decoration: none; 
          margin-right: 5px;
          font-size: 24pt;
  }
  
  @media only screen and (min-height: 540px) {
      .menuItem {
      color: white; 
      text-decoration: none; 
      margin-right: 5px;
      font-size: 32pt;
      }
  }
  
  .menuItem a {
      color: white; 
      text-decoration: none; 
  }
  
  .menuItem a:hover{
      font-weight: bold; 
  }

  .desktopmenuItem {
    text-decoration: none; 
    margin-right: 5px;
    z-index: 99;
  }
  
  .desktopmenuItem:hover {
      font-weight: bold;
  }
  
  .mobileduck {
      position: absolute;
      bottom: 0%;
      right: 0;
      opacity: 0.5;
  }
  
  .mobileduck:hover {
      -webkit-animation:spin 0.1s linear infinite;
      -moz-animation:spin 0.1s linear infinite;
      animation:spin 0.1s linear infinite;
  }
  @-moz-keyframes spin { 
      100% { -moz-transform: rotate(360deg); } 
  }
  @-webkit-keyframes spin { 
      100% { -webkit-transform: rotate(360deg); } 
  }
  @keyframes spin { 
      100% { 
          -webkit-transform: rotate(360deg); 
          transform:rotate(360deg); 
      } 
}

footer {
    font-family: 'Quicksand', sans-serif;
    font-size: 11pt;
}

.footer-links {
    display: block; text-align: center;
}

footer p {
    margin-left: 15px;
    font-size: 11pt;
    margin-top: 0;
}

.mobileheaderschrift {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.td-none {
    text-decoration: none;
}

header {
    z-index: 99;
}

.ma16tb {
    margin-top: 16px; 
    margin-bottom: 16px;
}

.shitcode {
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
}

.cwmar15 {
    color: white; 
    margin-right: 15px;
}

.pab25 {
    position: absolute; 
    bottom: 25px;
}

[data-fill="white"]  {
    fill: white;
}

[data-color="white"] {
    color: white;
}

.cwhitednone {
    color: white;
    display: none;
}

.wissen_options {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background-color: #101010; 
    top: 22px;
    font-size: 15pt;
    width: 90%;
    padding: 18px 5% 5% 5%;
    z-index: 0;
}

#wissen:hover + .wissen_options {
    display: flex;
}

.wissen_options:hover {
    display: flex;
}

::selection {
    background-color: #ffcc00;
    color: black;
}