.galleryitem
{
    margin-bottom:20px;
}
.galleryitem_small
{
    width:140px;
}
.galleryitem_big
{
    width:300px;
}
.gallery-page {
    margin-top: 24px;
}

.blider-download .slidercontrol{
    top: 30%;
}

#blider-download {
    margin-bottom: 50px;
    position: relative;
}

.blider-download  iframe{
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.25);
}

.bild_block::after {
    content: "";
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bild_block span {
    opacity: 0;
    position: absolute;
    z-index: 11;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.bild_block span i {
    color: #fff;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10000;
    cursor: pointer;
    background-color:#e5c282;
    width: 75px;
    height: 75px;
    box-shadow: 0 0 17px rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 20px;
    font-weight: 100;
}
.bilderbox:hover .bild_block::after {
    opacity: 1;
}

.bilderbox:hover .bild_block span,
.bilderbox:hover .bild_block i {
    opacity: 0.9;
}

.fancybox-image, .fancybox-spaceball {
    height: auto !important;
    top: 0px !important;
    
}

.fa-search-plus:hover {
    color: #fff !important;
}


.border-button:hover {
    color: #e5c282;
    text-decoration: none;
}

.fancybox-image, .fancybox-spaceball {
    height: 100% !important;
    top: 0px !important;
}

@media (max-width: 1199.98px){

    .bild_block span i {
        width: 60px !important;
        height: 60px !important;
        padding: 14px !important;
 
    }
}

@media (max-width: 767.98px){
    .blider-download  .slidercontrol{
        display: none;
    }

    .blider-download  iframe{
        max-width: 95%;
    }

    #blider-download {
        margin-bottom: 0;
    }
    .span-bild{
        top: 40% !important;
    }

    .bild_block span i {
        width: 75px !important;
        height: 75px !important;
        padding: 20px !important;
    }
    .bilderbox img{
        width: 500px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .gallery-page .pt-200{
        padding-top: 120px !important;
    }
}  
@media only screen and (max-width: 992px) {
    .gallery-page {
        margin-top: 4px;
    }
}    
@media only screen and (max-width : 768px) {
    .galleryitem_small
    {
        width:100px;
    }
    .galleryitem_big
    {
        width:220px;
    }
    .gallery-page {
        margin-top: -1px !important;
    }
}
@media only screen and (max-width : 484px) {
    .gallery-page {
        margin-top: -6px !important;
    }
}
@media only screen and (max-width : 375px) {
    .gallery-page {
        margin-top: -6.6px !important;
    }
}
@media only screen and (max-width : 320px) {
    .gallery-page {
        margin-top: 14px !important;
    }
    .gallery-page .pt-200{
        padding-top: 00px !important;
    }
}
