

h2.card-title{
    font-size: 80%;
}

     .timeLine {
        position: relative;
        max-height: 250px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: all .5s ease;
    }
    .boxGradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0.2)));
           }
           .showMore{
               margin-bottom: 15px;
           }

/** sticky banner*/
    #ssp-zone-123542{
      position: sticky;
      position: -webkit-sticky;
      top: 20px;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px;
      margin-top: 5px;
    }

    .stickyBanner{
      position: sticky;
      position: -webkit-sticky;
      top: 20px;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px;
      margin-top: 5px;
    }

    /** stejne vysoke sloupce
        */
    .row.display-flex {
      display: flex;
      flex-wrap: wrap;
    }
    .row.display-flex > [class*='col-'] {
      display: flex;
      flex-direction: column;
    }

.oid-footer{
    background: #F7F7F7;
}

/* tab pane styling */
.textpanes > div {
    display:none;
    padding:15px 15px;
    /*border:1px solid #999;*/
    border-top:0;
    font-size:13px;
    background-color:#fff;
    background-image: url(img/bg_oid_text.png);
    background-repeat: no-repeat;
}

.txtNadpis{
  font-weight: bold;
}
div.table-col{
     border:none;
     font-size: 11px;
     background-image: url(img/bg_cas_osa.png);
     background-repeat: repeat-x;
}

.oidTexts{
  font-size: larger;
  padding-left: 10px;
}


.oid-thumb-a{
  position: relative;
  float: left;
  margin: 2px;
}
.oid-thumb-a:hover{
    box-shadow: 0 0 8px 2px #3366CC;
}

.oid-thumb{
  margin: 1px;
  padding: 1px;
  border: 1px solid #7A7A7A;
  border-radius: 3px;
  width: 85px;
  height: 65px;
}
.thumbcenter{
  position: absolute;
  left: 30%;
  line-height: 70px;
  color: #FF0000;
  font-size: 250%;
}

.oid_perex{
  font-size: 20px;
  text-shadow: 1px 1px 1px #888888;
  margin: 20px 0 0 0;
}

.typMistaBox{
  font-family: Verdana, Geneva, sans-serif;
  font-style: italic;
  border: 1px solid Gray;
  border-radius: 3px;
  padding: 3px;
}

.youtube-play{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: 30%;
}




  .sluzbaDopText{
    text-align: left;
    color: Black;
    background: #FFFFCC;
    padding: 2px;
    font-size: 11px;
  }



/** Upravený styl pro modal okno s galerií
    */
.reklamaPopis{
    font-size: 10px;
    color: #A3A3A3;
    text-align: right;
}


.favIconStatic{
    position: relative;
}

/** Timeline jen pro tuto stranu*/
ul.timeline h3{
    font-size: 125%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #347AB8;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li:hover{
    background: #F5F5F5;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #347AB8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/** Paticka mista*/
.mistoFooter{
    font-size: 80%;
    margin-bottom: 15px;
    background:  #347AB8;
    color: #FFFFFF;
}
.mistoFooter A{
    color: #FFFFFF;
    text-decoration: none;
}


/** Pudorysy*/

.transparent{
   opacity: 0.5;
   filter: alpha(opacity=50);
   -moz-opacity: 0.5;
   -khtml-opacity: 0.5;
}

/** Zvyrazneni stredovz ikony*/
.hi-vyrazne {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  padding: 10px;
  background-color: rgba(0, 0, 0, .3);
}

/** Nastaveni ikon na mape*/
.mapIcons{
  /*-webkit-text-stroke: 1px white;*/
   text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
   font-size: 20px;
   color: #000000;
}

/** Texty formatovani vzpisu textu v OID
    */
 .kategorie-nadpis{
    border-left: 10px solid #EEEEEE;
    padding-left: 15px;
    color: #DDDDDD;
 }
.kategorie-nadpis .subkategorie{
    margin-left: 20px;
}

h3.text-link{
     font-size: 1rem;
     margin-left: 20px;
}




/** Page text accordion */

.accordion {
border-radius: 8px;
margin-bottom: 10px;
overflow: hidden;
font-family: Helvetica, sans-serif;
position: relative; /* aby se bublinka mohla správně umístit */
}

.accordion .badge-time {
position: absolute;
top: 10px;               /* místo -8px -> dovnitř */
right: 10px;
background: #fff;
color: #B8B8B8;
font-size: 0.8em;
padding: 2px 8px;
border-radius: 12px;
border: 1px solid #DEDEDE;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
white-space: nowrap;
font-size: 70%;
opacity: 0;                 /* standardně skrytá */
pointer-events: none;        /* aby neblokovala klikání */
transition: opacity 0.3s;    /* plynulé zobrazení */

}

.accordion:hover .badge-time {
opacity: 1;                 /* při hoveru se ukáže */
}



/* jen otevřený accordion má rámeček */
.accordion.active {
border: 1px solid #ddd;    /* tady nastavíš jaký rámeček chceš */
}

.accordion-header {
cursor: pointer;
padding: 15px;
background-color: #fff;    /* výchozí světlá barva */
color: #474747;
transition: background 0.3s, color 0.3s;
display: flex;
justify-content: space-between;
align-items: center;
}

/* efekt po najetí myší */
.accordion-header:hover {
background-color: #E0EFFF; /* probarvení při hoveru */
color: #474747;
}

/* texty a ikony při hoveru */
.accordion-header:hover .accordion-title,
.accordion-header:hover .accordion-subtitle,
.accordion-header:hover i {
color: #474747;
}

.accordion-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.accordion-subtitle {
    font-size: 0.95em;
    color: #474747;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 15px;
    color: #464646;
    background: #fff;
    font-family: Tahoma, Geneva, sans-serif;
}
.accordion-content p {
    margin: 15px 0;
    line-height: 1.6;
}
.accordion.active .accordion-content {
    /* max-height bude nastavena dynamicky JS */
}
/* Šipka */
.arrow {
    transition: transform 0.3s;
    font-size: 1.2em;
}
.accordion.active .arrow {
    transform: rotate(90deg);
}

.close-accordion {
display: block;
margin: 15px auto;
padding: 8px 16px;
background: #347AB8;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;
}
.close-accordion:hover {
background: #255a86;
}

.zdroje{
font-style: italic;

}

.close-accordion:hover {
background: #255a86;
}

.accordion.active .autorHead,
.accordion.active .badge-time {
display: none;
}

.autor, .autorHead{
font-style: italic;
font-size: 80%;
}