/* -----------------------------------------
      V 5.8     
-------------------------------------------- */

html, body {
   font-family: "titillium", sans-serif;
   color: white;
   background-color: #414141;
}



.aktivborder { background-color: rgba(255, 190, 0, 0.25); }



/* -----------------------------------------
    Bildindex
-------------------------------------------- */

section.bildindex {
    position: absolute;
    top: 100px;
    width:75%;
    left:50%;
    transform: translatex(-50%); 
    line-height: 1.6em; 
    padding-bottom: 60px;
    background-color: #414141;
    padding-top: 2em;
}

img.indexthumb {
   height: 100px;
   object-fit: contain;
   background-color: #333; 
}




/* -----------------------------------------
    Index Thumb-Korrektur
-------------------------------------------- */

.bildindex .uk-thumbnav {
    margin-left: 0 !important;
    text-align: center;
    justify-content: center;
}

.bildindex .uk-thumbnav > li {
    padding-left: 8px;
    padding-right: 8px;
    display: inline;
}


/* -----------------------------------------
    Arcivbar
-------------------------------------------- */


.archivbar {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;

}
.archivbar a {
    font-size: 120%;
    color: lightgray;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 13px 40px;
    border-radius: 0 0 10px 10px;
    transition: 0.5s all;
    
    
}

.archivbar a.aktiv {
    color: white;
    font-weight: 800;
    background-color: darkgoldenrod;
}

.archivbar a:hover {
    color: white;
    font-weight: 800;
    background-color: darkgoldenrod;
}




/* -----------------------------------------
    Homeslider
-------------------------------------------- */

.homeslider-goleft,
.homeslider-goright {
    position: absolute;
    top: 20%;
    width: 48px;
    height: 48px;
    z-index: 1000;
}

.homeslider-goleft:hover,
.homeslider-goright:hover {
    cursor: pointer;
}

.homeslider-goleft  { left:  3%;  }
.homeslider-goright { right: 3%;  }


/* -----------------------------------------
     Copyright
-------------------------------------------- */

.copyright {
    position: fixed;
    bottom: 20px;
    left:0;
    width:100%;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

.copyright span {
   font-size: 14px;
   font-family: Arial;
   display: inline-block;
   margin-right: 0.5em;
}


@media (max-width: 800px) {

    .copyright {
        bottom: 10px;
    }


    
}




/* -----------------------------------------
    TEXT
-------------------------------------------- */

section.textblock {
    position: absolute;
    top: 50%;
    width:60%;
    left:50%;
    transform: translate(-50%, -50%);
    line-height: 1.6em; 
    max-width: 700px;
    margin: 0 auto;
}


/* -----------------------------------------
    Date
-------------------------------------------- */

.imagetag {
   position: fixed;
   top: 50%;
   right:0;
   width: auto;
   height: auto;
   padding:20px 25px;
   color: white;
   background-color: darkgoldenrod;
   z-index: 10000;
   border-radius: 12px 0 0 12px ; 
}

.imagetag-day {
   font-size: 30px;
}

.imagetag-year {
   opacity: 0.5;
}

@media (max-width: 800px) {
 
    .imagetag {
       position: fixed;
       top: 0;
       right:50%;
       border-radius: 0 0 12px 12px ; 
       width: auto;
       height: auto;
       padding:10px 30px;
       transform: translateX(50%); 

    }
    
    .imagetag-day {
      font-size: 20px;
      text-align: center;
    }
    .imagetag-year {
        opacity: 0.5;
        text-align: center;
    }


}


.captionbyline {text-align: center;}

img.slide {

   width: 80vw;
   height: 80vh;
   object-fit: contain;
}

#slideshow {
   height: 80vh !important;
}

.imagecontainer {
   position: relative;
   height: 100% !important;
   text-align: center;
}

.imagecontainer > p {
   position: absolute;
   bottom: 0;
   left:0;
   width: 100%;
   height:auto;
   padding:0;
   transform: translatey(0x);
   z-index: 1000;
   color: red;
   text-align: center;
}

.ikonbar {
   position: fixed;
   width: 60px;
   height: auto;
   top: 50%;
   left: 0;
   color: white;
   text-align: right;
}

.ikonbar a {
   position: abolsute;
   border-radius: 0px 12px 12px 0;
   width: 100%;
   height: auto;
   padding: 10px;
   margin-bottom:1em;
   top: 0;
   left: 0;
   background-color:black;
   color: white;
}

.imagebar {
   position: absolute;
   width: 80vw;
   height: 80vh;

   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain; 
}


@media (max-width: 800px) {
    .ikonbar {
        position: fixed;
        width: 20px;
        height: auto;
        top: 50%;
        transform: translateY(-50%); 
        left: 0;
        color: white;
        text-align: right;
    }
 
}

/* -----------------------------------------
    Lightbox
-------------------------------------------- */

.uk-lightbox-toolbar.uk-position-bottom {
   padding: 10px 10px;
   background: rgba(0, 0, 0, .5);
   color:rgba(255, 255, 255, 1);
   font-size: 19px;
}

.uk-lightbox-toolbar.uk-position-top {
   background: rgba(0, 0, 0, 0) !important;
   
}

.uk-lightbox-items img {
   border: 10vw solid transparent !important;
}


