:root{
  --zluta-hover: #ffee10;
}

@media (max-width: 1154px) {
    .mapa1000{
        display: none;
    }
    .mapa700{
        display: block;
    }
    .mapa400{
        display: none;
    }
  .logo_menu_velke {
      display: none;
  }

  .logo_menu_male {
      margin: 5px;
      display: block;
  }

 .navigace {
      padding: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      justify-content: center;
  }

  .nav_polozka {
      padding: 5px;
      width: 90px;
      height: 50px;
      line-height: 50px;
      text-align: center;
  }

  .nav_polozka a {
      font-family: 'Poppins', sans-serif;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.1em;
      text-align: center;
      text-decoration: none;
  }

  ul li a:hover {
    color: #ffee10;
    text-shadow: 0 0 5px #ffee10;
    font-size: 1.2em;
    transition: 0.1s;
  }
}


@media (max-width: 768px) {
    .mapa1000{
        display: none;
    }
    .mapa700{
        display: none;
    }
    .mapa400{
        display: block;
    }
    

  .navigace {
      padding: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      justify-content: center;
  }

  .nav_polozka {
      padding: 5px;
      width: 70px;
      height: 50px;
      line-height: 50px;
      text-align: center;
  }

  .nav_polozka a {
      font-family: 'Poppins', sans-serif;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 0.8em;
      text-align: center;
      text-decoration: none;
  }
  ul li a:hover {
    color: #ffee10;
    text-shadow: 0 0 5px #ffee10;
    font-size: 0.9em;
    transition: 0.1s;
  }
}

@media (max-width: 620px) {
    .mapa1000{
        display: none;
    }
    .mapa700{
        display: none;
    }
    .mapa400{
        display: block;
    }
    
    .hamburger {
      display: block;
      margin: 0px 20px;
  }

     .logo_menu_male {
      display: none;
  }

  .nav_polozka_logo {
      display: none;
  }

  .navigace {
      justify-content: start;
      flex-direction: column;
      align-items: center;
      position: fixed;
      top: 50px;
      right: -130px;
      width: 130px;
      height: 200px;
      padding-top: 65px;
      border-radius: 20px 0 0 20px;

  }


  .nav_polozka {
      padding: 2px;
      width: 100%;
      height: 25px;
      margin-left: 10px;
      line-height: 00px;
      text-align: left;
      font-family: 'Poppins', sans-serif;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.0em;
      text-decoration: none;
  }

  .nav_polozka a {
      font-family: 'Poppins', sans-serif;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.0em;
      text-decoration: none;
  }
  ul li a:hover {
    color: #ffee10;
    text-shadow: 0 0 5px #ffee10;
    font-size: 1.1em;
    transition: 0.1s;
  }
  .header{
      padding: 10px 20px;
  }

  h1.nadpis {
      font-size: 1.6em;
      text-align: left;
      margin-top: 20px;
  }

  h2.podnadpis {
      font-weight: 700;
      font-size: 1.2em;
      text-align: center;
      margin-top: 10px;
  }

  p.slogan {
      font-family: Lora;
      font-size: 1em;
      font-style: italic;
      text-align: left;
      margin-top: 0px;
  }


  .logo_menu_male_tx {
    margin-top: 10px;
      display: block;
  }


}