/* Generated custom CSS (2024-05-13 17:24:50) */

li:before {
    border-radius: 10px !important;
    background-color: #00b6ff !important;
}
li::marker {
    content: " ";
}

.nav-flex {
display: flex;
flex-wrap:wrap;

}
.btn-chci-destinaci { 
display:flex;
justify-content:center;
}
.wrap-destinace-row-1 {
min-height:100px;

}
.wrap-destinace-row-2 {
min-height:100px;

}
.wrap-destinace-row-3 {
min-height:100px;

}
.wrap-destinace-row-4 {
min-height:100px;

}

.wrap-destinace-row-5 {
min-height:100px;

}
.container-rychla-nav {
margin-top: -30px;
}

.rychla-nav-destinace { 
display: inline; 
margin-left: 15px;
}

.container-destinace {
margin-top: -40px;
}


.alert {
background-color: #f7f4ee;
}

.col-2 {
    flex: 0 0 5.66667%;
    max-width: 5.66667%;
}
.list-icon ul>li ul li:before {
    background-color: transparent;
}
@media (min-width: 1260px) {
.col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (max-width: 1259px) {
.wrap-destinace-row-1, .wrap-destinace-row-2, .wrap-destinace-row-3, .wrap-destinace-row-4, .wrap-destinace-row-5{
min-height: 100px;
}

}

@media(max-width: 625px  ) {
.list-icon{
    padding-left: 1.125rem;
}
}

@media(max-width: 417px  ) {
.rychla-nav-destinace a {
font-size: 13px;
}
.alert h5 {
font-size: 14px;
}
.list-icon {
    padding-left: .5rem;
}
}

/* zkopírováno z www.w3schools.com/howto/howto_css_responsive_iframes.asp  */

.video-kontejner {
  position: relative;
  overflow: hidden;
width: 100%;
}

.video-iframe  {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; 
border: none;
   box-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
}
.player .vp-title .vp-title-header h1, .player .vp-title .vp-title-header h2 {
    background: rgba(30,30,30,.2) !important; 
}
.player .vp-title .vp-title-header h1 a {
    color: black !important;
}
.player-6fa8f24f-bdf3-405c-a9ed-5c1643248a49 .vp-title a, player .vp-title a:hover{
    color: black !important;
}
.player .vp-title .vp-portrait  {
display:none;
}
/*mobil přepnout na   width: 100%*/
@media(max-width: 625px  ) {
.video-main {
width: 100%!important;
height: auto;

}
}