@import url(/world/style16.css);

@media screen {
  .taiwan-2025 #header {
    background: url(hero_ws.jpg) no-repeat;
    background-position: 50% 11%;
    background-size: cover;
    margin-bottom: 0;
    position: relative;
    }

  /* Overlay für dunkleres Bild */
  .taiwan-2025 #header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1;
    pointer-events: none;
  }


  .taiwan-2025 #header #titlebox h1 {
    background: url(../world/vietnam.svg) no-repeat;
    background-position: center 110px;
    background-size: 34px;
  }
  
  #datebox {
    position: absolute;
    top: 550px;
    width: 200px;
    z-index: 20;
  }
  
  .datelabel {
    line-height: 2.2rem;
    background: black;
    color: white;
    margin: 0 0 4px 0;
    padding: 5px 20px;
    white-space: nowrap;
    letter-spacing: 0.1rem;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1rem;
  }
  
  
  img#map {
    max-width: 900px;
    margin: 30px auto 0px auto;
    z-index: -10;
  }
  
  
  @media (max-width: 800px) {
    .taiwan-2025 #header {
      margin-bottom: 0;
      position: relative;
      background: url(hero_ws.jpg) no-repeat;
      background-size: cover;
      background-position: 50% 10%
    }

    .datelabel {
      display: none;
    }
    #titlebox {
      height: 200px;
      margin: 0px auto -200px 0;
      text-align: center;
      top: -30px;
      color: white;
      border: 0;
    }
    .taiwan-2025 #header #titlebox h1 {
      background: url(../world/vietnam.svg) no-repeat;
      background-position: center 125px;
      background-size: 27px;
    }
  }
}
