body {
    font-family: sans-serif;
}

.WholePage {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.WholePage-Main {
    order: 11;
    max-width: 1001px;
    margin-left: auto;
    margin-right: auto;
}

.StickyNaviContainer {
    background: black;
    width: 100%;
    padding: 0 10px;
    order: 12;
}

.StickyNaviContainer.flagUserIsAdmin {
    background: lightcoral;
}

.StickyNavi {
    width: 100%;
    max-width: 761px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.StickyNavi.flagUserIsAdmin {
    background: lightcoral;
}

.StickyNavi-Button {
    line-height: 3em;
    background: black;
    color: white;
    height: 3em;
    display: inline-block;
    border-bottom: solid 4px black;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    padding-left: 1em;
    padding-right: 1em;
}

.StickyNavi-Button.flagUserIsAdmin {
    background: lightcoral;
}

@media only screen and (min-width: 730px) {
    .StickyNaviContainer {
        order: 10;
    }
    .StickyNavi {
        flex-direction: row;
    }
}

.StickyNavi-Button-current {
    border-bottom: solid 4px #ccc;
}

.StickyNavi-Button-external {

}

.StickyNavi-Button:hover {
    border-bottom: solid 4px #ccc;
}

.StickyFooter {
    width: 100%;
    background: black;
    order: 13;
}

.StickyFooter-Counter {
    line-height: 3em;
    background: black;
    color: white;
    height: 3em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
}

.FullPageContent {
    margin: 10px;
}
.FullName, .PictureMainCaption {
    display: block;
    font-size: 130%;
    font-weight: bold;
}
.FullName {
    padding-top: 20px;
}

.ExtraHeading, .PictureSubCaption {
    display: block;
    font-size: 110%;
    margin-top: 3px;
}

.Breadcrump {
    margin-top: 10px;
}

.Breadcrump-Link, .Beadcrumb-Separator {
    color: #555;
    text-decoration: none;
    font-size: 90%;
}

.Breadcrump-Link:hover {
    text-decoration: underline;
}

.CaptionsBox {
    display: flex;
    padding-top: 10px;
    gap: 4px;
}

.InCaptionsBoxContent {
    border: 2px solid #444;
    border-radius: 5px;
    flex-grow: 1;
    padding-left: 4px;
    padding-right: 4px;
}

.InCaptionsBoxNavi {
    display: block;
    border: 2px solid #444;
    border-radius: 5px;
    width: 50px;
    background-color: #ccc;
    text-align: center;
    font-size: x-large;
    padding-top: 3px;
}

.PictureImg {
    margin-top: 10px;
}

.ThumbnailBoxes {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 10px;
    gap: 0 16px;
}

.ThumbnailBox {
    box-sizing:border-box;
    width: 170px;
    min-height: 258px;
    display: inline-block;
    padding: 20px;
    color: black;
    text-decoration: none;
    margin-bottom: 16px;
}

@media only screen and (min-width: 710px) {
    .ThumbnailBoxes {
        gap: 0 0;
    }
    .ThumbnailBox {
        margin-right: 21px;
        margin-bottom: 21px;
    }
}

.ThumbnailBox label {
    cursor: pointer;
    pointer-events: none;
    overflow-wrap: break-word;
    word-break: break-word;
}

.ThumbnailBox img {
    margin-top: 9px;
    width: 100%;
}

.ThumbnailBox-forNode {
    background: #E8E8E8;
}

.ThumbnailBox-forNode.flagUserIsAdmin {
    background: lightcoral;
}

.ThumbnailBox-forPicture {
    background: #bbb;
}

.ThumbnailBox-forPicture.flagUserIsAdmin {
    background: lightcoral;
}


.Emph {
    font-style: italic;
}

.NormPara {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 23px;
}

.SmallGap {
    margin-top: 12px;
}

@media only screen and (min-width: 710px) {
    .SmallGap {
        margin-top: 0;
    }
}

.BodyHeadline {
    font-weight: bold;
    font-size: 22px;
    margin-top: 4px;
    margin-bottom: 4px;
}

@media only screen and (min-width: 550px) {
    .BodyHeadline {
        font-size: 29px;
    }
}


.Section {
    max-width: 1080px;
    margin: 10px;
}

.HomeSection1 {
}

.HomeSection1 div img {
    width: 100%;
}

@media only screen and (min-width: 710px) {
    .HomeSection1 {
        display: flex;
        column-gap: 30px;
    }

    .HomeSection1 div {
        width: 49%;
    }

}

.HomeSection2 {
}

.HighlightLink {
    height: 55px;
    background: black;
    padding: 0 6px;
}

.HighlightLink-Link {
    color: white;
    font-size: 21px;
    line-height: 55px;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 550px) {
    .HighlightLink {
        padding: 0 12px;
    }
    .HighlightLink-Link {
        font-size: 30px;
        line-height: 55px;
    }
}

.HomeSection3 {
    margin-top: 30px;
}

.LuEntry {
    display: block;
    width: 100%;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: larger;
    background-color: #ddd;
    text-decoration: none;
    color: black;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LuEntry:hover {    
    background-color: #bbb;
}

.LuEntry:active {    
    background-color: #eee;
}

.LuEntry-NameParent {
}

.LuEntry-Name {
}

.LuEntry-Parent {
    font-weight: lighter;
    font-style: italic;
    color: #777;
    padding-left: 1em;
    display: inline-block;
}

.LuEntry-Date {
    font-weight: lighter;
    font-style: italic;
    color: #777;
    padding-left: 1em;
    text-align: right;
}