.toolbar {
    margin-top: 50px;
    height: 10px;
    cursor: cursor;
    width: 100%;
    opacity: 0.8;
}

.toolbar .toolbarBlending {
    height: 50px;
    width: 100%;
    margin-top: 0;
}

div.blending div#blendingStartText {
    position: absolute;
    top: 80px;
    width: 32px;
    height: 32px;
    margin-left: 30px;
}

div.blending div#blendingEndText {
    position: absolute; 
    right: 50px;
    top: 80px;
    width: 32px;
    height: 32px;
}

#nextPreviousNavi {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
}

@charset "UTF-8";

content {
    display: flex;
    position: relative;
    flex-direction:row;
}

.front {
    padding:80px 150px 0px 150px;
}

imagearea {
    position:relative;
    display: flex;
    width: 100%;
    height:100vh;
    align-items: center;
    justify-content: center;
    padding:80px 150px 80px 150px;
}

.closeup, .closeupobject {
    padding:0;
    background-color:white;
}

imagearea > img {
    max-width:100%;
    max-height:100%;
    -webkit-box-shadow: 10px 10px 49px -5px rgba(0,0,0,0.37);
    -moz-box-shadow: 10px 10px 49px -5px rgba(0,0,0,0.37);
    box-shadow: 10px 10px 49px -5px rgba(0,0,0,0.37);
    cursor: pointer;
}

imagearea.closeup > img {
    position:relative;
    width:100%;
    height:100%;
    object-fit: cover;
}

imagearea.closeupobject > img {
    position:relative;
    width:100%;
    height:100%;
    object-fit: contain;
}

infoarea {
    position: relative;
    width: 350px;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

infoheader {
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 0 20px;
    flex-shripnk: 0;
}

infobody {
    position:relative;
    overflow-y: scroll;
    display: block;
    padding: 0px 20px 20px 20px;
}


narratorimage {
    display:block;
    width:100px;
    height:100px;
    margin: 0 20px 20px 0;
}

narratortxt {
    font-size:0.8em;
    font-weight:700;
}

imgcredits::before {
    content: "Image ";
    font-weight:700;
}

imgcredits > * {
}

imgtitle, pubtitle {
    font-style:italic;
}

photographer::before {
    content:" Photo: ";
}

imgyear:before {
    content:"(";
}

imgyear:after {
    content:")";
}

spacetime {
    display: flex;
    flex-direction: column;
    margin-bottom:15px;
}

time, etapetime {
    font-weight:700;
    font-size:1.5em;
}

place, etapetitle {
    font-weight:300;
    font-size:1.1em;
    display:block;
}

imgcredits {
    font-size: 0.8em;
    display:block;
    margin-bottom:5px;
}

txtsource {
    font-size: 0.8em;
    display:block;
}

txtsource::before {
    //	content: "Text ";
    font-weight:700;
}

page::before {
    //	content: "p. ";
}


closebutton {
    position:absolute;
    top: 0;
    right: 0;
    width:50px;
    height:50px;
    background-color:black;
    color:white;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:2em;
    cursor: pointer;
}


frontimage {
    position:relative;
    flex:0 1 400px;
}

frontimage > img {
    width:100%;
}

