  body { font-family: sans-serif;}
   text-decoration: none;
#podpora-stranek{color:white;text-align:center;font-family: 'Segoe UI', Tahoma,}
body { font-family: sans-serif;padding:0px;margin:0px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
#zacatek{text-align:center;/*background: linear-gradient(135deg ,#f8b500,  #005bea,  #f8b500 );*/color:white;}
#podzacatkem{}

#hlava{text-decoration: none;}
    * { margin: 0; padding: 0; box-sizing: border-box;  }
 body { font-family: Arial, sans-serif; }
    header { /* background: linear-gradient(135deg ,#f8b500,  #005bea,  #00c6fb, #00c6fb, #f8b500 );*/ padding: 10px 20px; display: flex; justify-content: space-between; align-items:center; flex-wrap: wrap; position: relative; } 
 .logo { font-size: 1.5rem; font-weight: bold;  }
   .hamburger { display: none; font-size: 30px; cursor: pointer; /*background: none; */border: none;color:white; }
 nav.menu { display: flex; gap: 20px; }
   nav.menu a { text-decoration: none; color: black; padding: 10px; }
nav.menu a:hover { /*background-color: rgba(0, 0, 0, 0.1); */border-radius: 5px; }
     /* RESPONSIVE – mobilní zobrazení */
    @media (max-width: 768px) { .hamburger {  display: block; }
 nav.menu {  text-align:center;display: none; flex-direction: column; width: 100%;   /*background: linear-gradient(-135deg ,#f8b500,  #005bea,  #00c6fb, #00c6fb, #f8b500 );*/ position: absolute; top: 100px; left: 0; z-index: 10;  }
     nav.menu.show { display: flex; }
    }