main table.schedule {
    line-height: 1.3;
}

.lg-backdrop {
	z-index: 100000!important;
}
.lg-outer{
	z-index: 105000!important;
}  

.submenuKategorie .heading {
  display: none;  
}
.submenuKategorie {
  margin-bottom: 20px;
}
.submenuKategorie a {
    font-size: 14px;
    color: #181816;
    border-bottom: 1px solid #eaedf0;
    padding: 5px 10px 5px;
}
@media (min-width: 1010px) {
  .submenuKategorie {
  display: none;  
}  
}
.MagnifyImageDiv {
position: relative;
overflow:hidden;
padding:0;
margin:0;
display: inline-block;
}
.MagnifyImageDiv .hovermagnified {
position: absolute;
top:0;
left:0;
pointer-events:none;
transform:scale(1);
transform-origin: 0 0;
transition: transform 0.3s;
z-index:1;
margin: 0;
}
.MagnifyImageDiv .hovermagnified.hovered {
transition: transform 0.3s;
transform:scale(1.5);
}
.container.hp-banners.genpartneri-hp{
background-color: #fff;
margin-top: 5px;
box-shadow: 0 3px 6px 0 rgb(0 0 0 / 7%);
}
.genpartneri-nadpis{
margin: 0 0 20px 0;
padding-top: 30px;
text-align: center;
font-weight: bold;
font-family: "stolzl"
}

.clubs-row {
  display: flex;
  justify-content: center;

  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.clubs-row img { padding: 5px; }

.dropdown-nav-submenu {
  left: 185px;
}
@media (min-width: 830px){
  .textpartneri > div:nth-child(2) > div {
    flex: 0 0 33%;
    max-width: 33%;
}


}

.topimage { height: 720px; }

.btn-povstante{
  display: inline-block;
  border-radius: 20px;
  background-color: #2c2c2c;
  border: 1.5px solid #2c2c2c;
  padding: 2%;
  font-weight: bold;
  font-size: 0.86em;
  align-self: center;
  width: 24%;
  max-width: 170px;
  margin: 7%;
  color: #eee;
  -webkit-tap-highlight-color: white;
}
.btn-povstante:hover{

  text-decoration: none;
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in;
}
.btn-povstante:active{
  color: white;
  -webkit-tap-highlight-color: white;
}
.pribeh-identity-logo{
  width: 40%; 
  margin: 20px auto; 
  display: block;
}
@media (max-width: 720px){
  .btn-povstante{
    font-size: 0.8em;
    padding: 2%;
    width: 26%;
    margin: 4%;
  }
  .pribeh-identity-logo{
    width: 75% !important
  }
}
.flex-povstante{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80px; 
  text-align: center;
  box-shadow: 0 2px 2px -2px grey;
  padding-bottom: 45px;
  padding-top: 40px;
}
@media (max-width: 520px){
  .btn-povstante{
    font-size: 0.8em;
    padding: 6%;
    width: 40%;
    margin: 2%;
  }
  .flex-povstante{
    flex-direction: column;
    height:fit-content;
  }
}
@media (max-width: 415px){
  .btn-povstante{
    width: 65%;
  }
}
.pribeh-identity-img{
  width: 65%; 
  margin: 20px auto; 
  display: block;
}
@media (max-width: 1200px){
  .pribeh-identity-img{
    width: 100%;
  }
  
  .video-povstante{
    display: none !important;
  }
}

/*
.topimage .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
*/

.nice-tables video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media (max-width: 640px) {
  .topimage .overlay-text h1 {
    font-size: 24px;     
  }
  .topimage .overlay .overlay-text {
    left: 4%;
    right: 4%;
  }
}

/* malsovicka arena */
.malsovicka-arena-photo-container {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.malsovicka-arena-photo-container a {
  display: block;
  position: relative;
  transition: opacity .2s ease-in;
}

.malsovicka-arena-photo-container a:hover {
  opacity: .8;
}

.malsovicka-arena-photo-container a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}

.malsovicka-arena-photo-container a:nth-child(5)::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.text img {
  object-fit: contain; 
}
.btn-fanshop:hover{
  text-decoration: none;
  background-color: #000 !important;
  color: #fff !important;
  transition: all 0.3s ease-in;
}