/* SLIMBOX */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
}

#lbBottomContainer {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    height: inherit;
    text-align: center;
}

.lbLoading {
    background: #fff url(../grafiken/loading.gif) no-repeat center;
}

#lbImage {
    position: fixed;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 1080px;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    background-size: contain;
}

#lbPrevLink,
#lbNextLink {
    display: table;
    position: fixed;
    top: 0;
    width: 50%;
    outline: none;
    height: 100% !important;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:before,
#lbNextLink:before {
    font-size: 13px;
    line-height: 45px !important;
    content: "\e900";
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border: none;
    color: var(--Orange);
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    bottom: 48%;
    left: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

#lbNextLink:before {
    content: "\e911";
    right: 10px;
    left: auto;
}

#lbPrevLink:hover:before,
#lbNextLink:hover:before {
    color: #fff;
    background-color: var(--Orange);
}

#lbNextLink {
    left: 50%;
}

#lbBottom {
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    border-top-style: none;
    padding: 0px;
    position: fixed !important;
    bottom: 0;
    left: -999px;
    right: -999px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    width: 100% !important;
}

#lbCloseLink {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 5px 0;
    outline: none;
    border-radius: 50%;
    background: none;
    position: fixed;
    right: 10px;
    top: 5px;
    background-color: #fff;
    text-decoration: none;
}

#lbCloseLink:before {
    content: "\e914";
    font-size: 30px;
    color: var(--Orange);
    line-height: 45px !important;
}

#lbCloseLink:hover {
    background-color: var(--Orange);
}

#lbCloseLink:hover:before {
    color: #fff;
}

#lbCaption {
    display: table;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

#lbCaption h1,
#lbCaption h2,
#lbCaption h3,
#lbCaption h4,
#lbCaption p,
#lbCaption span {
    color: #fff !important;
}

#lbNumber {
    display: none;
}