.sidebar-right .PhotoGalleryWidget h3 {
    display: block;
}

.thumbnail {
    position: relative;
}

.video-thumbnail .thumbnail-wrapper,
.thumbnail .thumbnail-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-thumbnail .thumbnail-wrapper:before,
.thumbnail .thumbnail-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.video-thumbnail .thumbnail-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: white;
    border: 1px solid white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    width: 45px;
    background: rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0, 0.5);
    box-shadow: 0 0 10px 2px rgba(0,0,0, 0.5);
    padding: 9px 9px 8px 10px;
}

.thumbnail .thumbnail-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: white;
    border: 1px solid white;
    padding: 9px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    width: 45px;
    background: rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0, 0.5);
    box-shadow: 0 0 10px 2px rgba(0,0,0, 0.5);
}

.PhotoGalleryWidget .thumbnail {
    margin-bottom: 20px;
}

.PhotoGalleryWidget .photogallerywidget__wrapper {
    min-height: 250px;
}

.copyright {
    position: absolute;
    left: 6px;
    bottom: 2px;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
}

.thumbnail .summary {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    opacity: 0;
    padding: 10px;
}

.thumbnail .summary:hover {
    opacity: 0.7;
}

#PhotoModal .thumbnail {
    border: none;
    max-width: 660px;
    background-color: transparent;
}


#PhotoModal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#PhotoModal table td {
}

#PhotoModal .modal-title {
    color: #fff;
    font-family: "Myriad W01 SmBd";
    font-size: 16px;
}

#PhotoModal .modal-description {
    color: #fff;
    font-family: "Myriad W01 Regular";
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background-color: #000;
    padding: 8px;
    opacity: .5;
}

#PhotoModal button {
    width: 38px;
    height: 38px;
    opacity: 1;
    background-color: transparent;
    border: none;
}

#PhotoModal button:focus {
    outline: none;
}

#PhotoModal .close {
    background-image: url(../images/close1.png);
}

#PhotoModal .close:hover {
    background-image: url(../images/close2.png);
}

#PhotoModal .next {
    background-image: url(../images/rechts1.png);
}


#PhotoModal .prev {
    background-image: url(../images/links1.png);
}

#PhotoModal .next:hover {
    background-image: url(../images/rechts2.png);
}

#PhotoModal .prev:hover {
    background-image: url(../images/links2.png);
}

.modal-backdrop.in {
    opacity: .8;
}

#PhotoModal table {
    width: 100%;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 990px;
    }

    #PhotoModal table td {
        padding: 5px 50px;
    }
}

.photogallery__thumnail__wrapper {
    min-height: 225px;
}

