

body {
    background-color: #111111;
    color: white;
}


#mainTitle
{
    display: flex;
    justify-content: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;

}
h1
{
    font-size: 210%;
    color: white;
}
h2
{
    margin-bottom: 1em;
}
#headerHolder
{
    padding-bottom: 1.2em;
}
#header
{
    
    display: flex;
    flex-direction: column;
}

#topMenu
{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
#topMenu a
{
    margin-left: 1em;
    margin-right: 1em;
    text-decoration: none;
    font-size: 110%;
    color: #666666;
    font-weight: bold;
}
#topMenu a.active
{
    color: #dddddd;
}

#topMenu a:hover
{
    color: #F51B1C;
}

#topMenuMobile {
         display: none;
         padding-left: 1.2em;
         padding-top: 1.2em;
     }

#icoMenuMobile
{
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
#icoMenuMobile .mobile
{
    display: block;
    width: 100%;
    height: 0.2em;
    background-color: white;
    margin-bottom: 0.4em;
}

#submenuMobileHolder
{
    display: none;
}

#submenuMobile
{
    overflow:hidden; 
    display: none; 
    transition: height 0.4s;
}

#submenuMobile a
{
    display: block;
    width: 100%;
     text-decoration: none;
    font-size: 110%;
    color: #666666;
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 1.2em;
}

#submenuMobile a:hover
{
    color: #F51B1C;
}


#bottomMenu
{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
#bottomMenu a
{
    margin-left: 1em;
    margin-right: 1em;
    text-decoration: none;
    font-size: 90%;
    color: #666666;
    font-weight: bold;
}

#bottomMenu a:hover
{
    color: #F51B1C;
}


#contentHolder
{
    display: flex;
    justify-content: center;
    
}
#content
{
     margin-left: 2em;
    margin-right: 2em;
    max-width: 1200px;
    width: 100%;
}

#footer
{
    
    padding-top: 1.2em;
    padding-bottom: 1em;
    overflow:hidden;
}


a, a:visited
{
    color: #FF9960;
    text-decoration: none;
}

a:hover
{
     color: #FF6640;
}

li {
    padding-bottom: 0.6em;
    line-height: 1.2;
}












.fotogalerie
{
    display: flex;
    flex-wrap: wrap;
}


.fotogalerieHolder
{
    width: 9.2em;
    min-height: 11em;
   margin-right: 1em;
   margin-bottom: 1em;
   cursor: pointer;
}



.fotogalerieHolder.noclick
{
    cursor: auto;
}

.fotogalerieFoto
{
    width: 100%;
    background-size:cover;
    background-position: 50%;
    height: 6em;
    border-radius: 0.5em;
    border: 1px solid #555555;
    margin-bottom: 0.6em;
    
}
.fotogalerieJmeno
{
    text-align: center;
}
.fotogalerieDatum
{
    margin-top: 0.4em;
    text-align: center;
    font-size: 80%;
    color: #bbbbbb;
}
.fotogalerieKategorie {
    margin-top: 0.5em;
    text-align:center;
}
    .fotogalerieKategorie span {
        display: inline-block;
        background-color: #444;
        color: #000;
        font-size: 70%;
        padding: 0.1em 0.3em;
        border-radius: 6px;
        margin: 0 0.3em;
    }

    .denikKategorieHolder .fotogalerieKategorie {
        max-width: 1200px;
        text-align: right;
        margin-left: auto;
        margin-right: auto;
    }


#denikHeaderContentHolder
{
    width: 100%;
    display: flex;
    justify-content: center;
}
#denikHeaderContent
{
     margin-left: 2em;
    margin-right: 2em;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 1.4em;
}

#denikHeaderContent h2
{
   font-size: 200%;
   margin-bottom: 0;
}
#denikHeaderContent h3
{
    margin-top: 1em;
}

#denikMenuHolder
{
    width: 100%;
    display: flex;
    justify-content: center;
}

#denikMenu
{
     margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 1200px;
    width: 100%;
    color: #666666;
    display:flex;
    flex-direction: row;
}
#denikMenu a
{
     text-decoration: none;
    font-size: 110%;
    color: #666666;
    font-weight: bold;
}
#denikMenu a.active
{
     color: #dddddd;
}
#denikMenu a.active:hover
{
    color: #dddddd;
}
#denikMenu a:hover
{
    color: #F51B1C;
}

#denikContent
{
    display: flex;
    flex-direction: row;
}
#denikContentText
{
    margin-right: 2em;
}

#denikContentText h2
{
    text-align: center;
    margin-bottom: 0.3em;
}
#denikContentText h3.datum
{
    text-align: center;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1em;
}
#denikContentText .topinfo
{
    text-align: right;
    font-size: 85%;
    font-style:italic;
    margin-top: 0.5em;
}


#denikTextFooter
{
    display: flex;    
    margin-bottom: 1em;
}
#denikTextFooter div
{
   
    flex-grow: 1;
}
#denikTextFooter div a
{
     background-repeat: no-repeat;
    background-size: auto 1em;
    height: 1em;
    display: block;
}

#denikTextFooterPrev a
{
    background-image: url('../images/icoPrev.png');    
    padding-left: 1.5em;
}
#denikTextFooterNext
{
    text-align: right;
}
#denikTextFooterNext a
{
    background-image: url('../images/icoNext.png');
    
    background-position-x: 100%;
    padding-right: 1.5em;
}








@media all and (min-width:1050px) {
    body {
        font-size: 14pt;
    }
    
}

@media all and (min-width:950px) and (max-width:1050px) {
    body {
        font-size: 13pt;
    }
    
}
@media all and (min-width:850px) and (max-width:950px) {
     body {
        font-size: 12pt;
    }
    
}
@media all and (min-width:690px) and (max-width:850px) {
     body {
        font-size: 11pt;
    }
   
}
@media all and (max-width:690px) {
     body {
        font-size: 11pt;
    }

     #header
{
    flex-direction: row-reverse;
}

     #mainTitle
     {
         flex-grow:1;
     }
     #topMenu
{
    flex-direction: column;
    display: none;
}
     #topMenuMobile {
         display: block;
         flex-grow:0;
     }
     
     #submenuMobileHolder
{
    display: block;
}

     #denikMenu
{     
    flex-direction: column;
}
     #denikMenu > div
     {
         margin-bottom: 1em;
     }

     #denikContent
{
    
    flex-direction: column;
}
     #denikContentText
{
    margin-right: 0;
}
    
}

#denikContentFoto #imgHolder img {
    max-height: 18em;
}


