@charset "windows-1250";

    body { font-family: 'Nunito', sans-serif; }
    :root {
      --headline-main: #5a3a1b;
      --headline-sec:  #7a4f25;
      --headline-sub:  #444;
    }
    
    a {
  color: #2980b9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
    
    .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
  }
  .modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
  }
  .modal-close {
    position: absolute;
    top: 20px; right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  
      .member {
      display: flex;
      flex-wrap: wrap;
      gap: 1.3rem;
      align-items: flex-start;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1.2rem;
    }
    
          .aktual { 
      gap: 1rem;
      align-items: flex-start;
      border-bottom: 1px solid #ccc;
      padding-bottom: 1rem;
    }
    
 /* minikalendář */  
  
 body.minikalendar {
  background: transparent;
  font-family: 'Nunito', sans-serif;
  color: #333;
  margin-left: 0px;
  /*font-size: 14px;*/
}

.tabulka-mini {
  
  /*padding: 10px;
  border-radius: 8px;*/
}

.nazev_akce {
  font-weight: bold;
/*  color: #f39c12; /* Shoptet orange */
  margin-bottom: 8px; /* horní mezera mezi akcemi */
}

.nazev_akce a {
  color: #2980b9; /* 6a5f4d */
  text-decoration: none;
  
}

.nazev_akce a:hover {
  text-decoration: underline;
}

.datum_cas {

 /* color: #2980b9; /* Shoptet blue */
  display: inline;
  font-weight: bold;
}


.kde {
display: inline;
 /* color: #6ab04c; /* Shoptet green */

}

.kdo {
width: 8rem}

.typ_akce {
  display: none;
  font-style: italic;
  color: #555;
}

.separator {
  border-bottom: 0px solid #ccc;
  margin: -5px 0;
}

.vsechny-koncerty {
  display: none;
}


/* kalendář */
  body {
    font-family: 'Nunito', sans-serif;
    background-color: transparent; /* aby přes iframe nelezlo bílé pozadí */
    color: var(--headline-sub, #444);
    font-size: 16px;
  }
  


  table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
    font-size: 0.9rem;
  }
  
  .terminy {
	border: 0px solid #E00029;
	border-collapse:collapse;
	font-size: 0.9rem;
}

  thead {
    background-color: var(--headline-main, #5a3a1b);
    color: #fff;
  }

  th, td {
    padding: 0.6rem 0.8rem;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    vertical-align: top;
  }

  tr:nth-child(even) {
    background-color: rgba(90, 58, 27, 0.05); /* jemný proužek */
  }

  tr:hover {
    background-color: rgba(90, 58, 27, 0.12);
    transition: background-color 0.2s ease;
  }

  /* Odkazy v tabulce */
  a {
    color: var(--headline-sec, #7a4f25);
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }
.terminy-stare {
	border: 0px solid #E00029;
	border-collapse:collapse;
	font-size: 0.95rem;
}

tr.terminy-hlavicka {
	font-weight: bold;
	font-size: clamp(12px, 7vw, 18px);
}
/*
.terminy-stare tr.radek0 {
	background-color: #FAFFC8;
}

.terminy-stare td {
	border: 0px solid #E00029;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
*/
.separator {
	width: 550px;
	border: 0px solid #E00029;
	margin-top: 30px;
}

.stare-nadpis {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

td.datum, td.mesto {
	white-space: nowrap;
}

div.main {margin-bottom: 5px;}
div.podpis {margin-bottom: 5px;font-style: italic}

a {border: none; text-decoration: none; color: #2980b9}
a:hover {text-decoration:underline;color: #2980b9}