* {
    margin: 0 auto;
    padding: 0;
    position: relative;
   /* z-index: 3;*/
}

.vlajky{
    margin-right: 2%;
    height: 25px;
    width: 240px;
    text-align: right;
    z-index: 999; 
}

.vlajka{
    float: right;
    width: auto;
    height: 14px;
    margin-left: 15px;
    background-repeat: no-repeat; 
}

ul.text{
    font-family: sans-serif;
    font-size: 16px;
    margin-left: 20px;
    text-align: left;
}

.h2-highlight {
    height: 2px;
    z-index: 5;
    position: relative;
    width: 10%;
}

.bgdarkorange {
    background-color: darkorange;
    margin: 10px auto;
}

.left {
    text-align: left;
}

.p15{
    padding: 5px 15px 15px; 
    margin-top: 0px;
}
.p20{
    padding: 20px;
}

.p25{
    padding: 25px;  
}
.p40{
    padding: 40px;  
}

.p0-35{
    padding: 10px 35px;
}

.fscreen-video {
    position: fixed;
    top: 50;
    left: 0;
    z-index: -1;
    min-width: 100%;
    min-height: auto;
    overflow: none;
    }

.video-pruh {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 2, 0, 0.6);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding-top: 20%;
}

.aktualita{
    position: relative;
    color: rgb(0, 35, 60);
    background-color: darkorange; /* Pro oznamení je barva darkorange, pro aktualitu rgb(0,153,255)*/
    border: 1px solid rgb(0,153,255);
    border-radius: 5px;
    opacity: 0.9;
/*    display: none; */
}

.textaktuality{
    position: relative;
    color: rgb(0, 35, 60);
    font: 20px Montserrat, sans-serif;
    margin: 0 0 0 0px;
    padding: 5px 0px 0px;
    height: auto;
    line-height: 1.6;
}

.aktualita_mala{
    color: rgb(0, 35, 60);
    font: 20px Montserrat, sans-serif;
    background-color: darkorange; /* Pro oznamení je barva darkorange, pro aktualitu rgb(0,153,255)*/
    margin: 0 0 0 0px;
    opacity: 1;
    padding: 1px 3px 1px; 
    height: auto;
    line-height: 1.6;
/*    display: none; */
}
div.slogan
{
    position: relative;
    width: 800px;
    padding: 0px auto;
    margin: 0px auto;
    top: 55px;
    height: 80px;
}
h2.slogan{
    line-height: 150%;
}
.ikonymereni{
    position: relative;
    top: 50px;
}

.text-politika{
    font-family: sans-serif;
    font-size: 16px;
    color: black;
    text-decoration: none !important;
}

.text-politika:visited{
    color: black;
}

.text-politika:hover{
    color: darkorange;    
}

.text-spokojenost{
    font-family: sans-serif;
    font-size: 16px;
    color: #555555;
    text-decoration: none !important;
}

.text-spokojenost:visited{
    color: #555555;
}

.text-spokojenost:hover{
    color: darkorange;    
}

footer > span{
    font-size: small;
}

#tlacitkoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: darkorange;
    color: white;
    cursor: pointer;
    padding: 1px 15px;
    border-radius: 4px;
  }
  
  #tlacitkoTop:hover {
    background-color: white;
    color: darkorange;
  }

  .sipkaNahoru {
    border: solid rgb(0, 35, 60);
    border-width: 0 3px 3px 0px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }