.wrapper {
  max-width: 1290px;
  margin: 0 auto;
  padding-top: 10px;
}

body {
  margin: 0px;
}

.header img {
  max-width: 100%;
  display: flex;
}

#Mobil_menu {
  display: none;
}

.menu_div {
  display: none;
}

.children {
  display: none;
}

.footer {
  text-align: center;
  padding: 30px 0 30px;
  font-size: 0.9em;
}

p {
  color: black;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
#ZapatiCara {
  margin-bottom: 10px;
}

hr {
  background-color: #818181;
  margin: 0 auto;
  height: 1px;
  border: 0;
  width: 70%;
  margin-bottom: 18px;
}

h1 {
  color: #ff6600;

  font-family: 'Merriweather';

  margin: 0px 0 5px 0;
}

h2 {
  color: #ff6600;

  font-family: 'Merriweather';

  margin: 20px 0 5px 0;
}

h3 {
  color: #ff6600;

  font-family: 'Merriweather';

  margin: 20px 0 5px 0;
}

h4 {
  color: #000000;

  font-family: 'Merriweather';

  margin: 20px 0 5px 0;
}

/* unvisited link */

a:link {
  color: white;

  text-decoration: none;
}
a:visited {
  color: white;

  text-decoration: none;
}
a:hover {
  color: white;

  text-decoration: underline;
}
a:active {
  color: white;

  text-decoration: underline;
}

.GlaerieODD {
  color: #ff6600;
}

.navigace {
  margin-bottom: 0px;
}

.navigace a {
  color: #ff6600;
}

@media (max-width: 480px) {
  .type-page {
    overflow: hidden;
  }

  .header {
    height: 100%;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 4;
  }

  .menu_div {
    background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/ZUSCara.png');
    height: 40px;
    text-align: center;
    display: flex;
  }

  .menu_div p {
    background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/menu3.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 30px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: auto;
    line-height: 30px;
    z-index: 100;
  }

  #Mobil_menu {
    background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/ZUSCara.png');
  }

  .menu li {
    width: 200px;
  }

  #ZapatiCara {
    display: none;
  }

  .leftbar {
    display: none !important;
  }

  .rightbar {
    min-height: unset !important;
  }

  #Mobil_menu .leftbar {
    display: flex !important;
    min-height: unset !important;
    padding-top: 1em !important;
    align-items: center;
    padding-bottom: 20px;
  }
  #Mobil_menu .menu1,
  #Mobil_menu .menu2,
  #Mobil_menu .menu3 {
    margin-left: 0px !important;
    width: 200px;
  }
}
