/* SLIMBOX */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../grafiken/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: table;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
    opacity: 0;
}

#lbImage:hover #lbPrevLink,
#lbImage:hover #lbNextLink {
    opacity: 1;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:before,
#lbNextLink:before {
    content: "\e916";
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    bottom: 47%;
    border: none;
    color: #ae232e;
    cursor: pointer;
    position: absolute;
    left: -10px;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 50px;
    font-size: 34px;
    line-height: 1.5 !important;
}

#lbNextLink:before {
    content: "\e90d";
    right: 0px;
    left: auto;
}

#lbPrevLink:hover:before,
#lbNextLink:hover:before {
    color: #fff;
    background-color: #ae232e;
}

#lbNextLink {
    right: -10px;
}

#lbBottom {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin: 5px 0;
    outline: none;
}

#lbCloseLink:before {
    content: "\e902";
    font-size: 20px;
    color: #ae232e;
}

#lbCloseLink:hover:before {
    text-shadow: 1px 1px #080808;
}

#lbCaption,
#lbNumber {
    margin-right: 71px;
}

#lbNumber {
    font-weight: 600;
    margin-top: 10px;
}