/* unknown */

.grid {
    border: 1px solid #cccccc;
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing : border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.grid-img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.grid-img.img-loaded{
    visibility: visible;
    opacity: 1;
}

/* general */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700|Vollkorn:400,700');

html, body, a, div, span, p, pre {
    font-family: 'Ubuntu', sans-serif;
    color: #637682 !important;

}

body {
    background-color: #f3f3f3 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Vollkorn', serif;
    font-weight: bold;
    color: #637682 !important;
}
#khuddam_bg {
    background-color: #F0F0F0;
    background-image: url('https://ahmadiyyajugend.de/wp-content/uploads/2016/12/background_img.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.displayer {
    color: #ffffff !important;
}
@media(max-width: 786px) {
    .displayer {
        display: none;
        color: #ffffff !important;
    }
}


/* Tag-Autocomplete-List */
.sf_left-panel {
    float: left;
}

.sf_left-panel img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.sf_right-panel {
    float: left;
    margin-left: 5px;
    margin-top: 7px;
}

.sf_right-panel span:first-child {
    font-size: 16px;
}

.sf_right-panel span:nth-child(2) {
    font-size: 14px;
    color: gray;
}

.sf_right-panel span:last-child {
    display: block;
    font-size: 14px;
    font-style: italic;
}

/* Startpage-Searchform */
.search_form{
    margin-top: 80px;
    /*padding-right: 0px !important;*/
}

.tag-item{
    /*background: #95a5a6 !important;*/
    background: #bdc3c7 !important;
    border-radius: 8px !important;
    margin: 6px !important;
    border: 0 solid !important;
}

/* startpage-area */
.kiosk_box{
    background-color: rgba(255,255,255,0.7);
    border-bottom: 0 none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    padding: 24px;
}



/* tagged-search page*/

#tagged_search_form {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tagged_search_form_box {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 0 none;
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);*/
    /*background-color: #ecf0f1;*/
}

.tags{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* buttons */

.btn-ci {
    color: #fff;
    background-color: #fbbd00;
    border-color: #fbbd10;
}

.btn-ci:hover {
    color: #fff;
    background-color: #f1c40f;
    border-color: #f1c41f;
}

.btn-ci:focus, .btn-ci.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-ci.disabled, .btn-ci:disabled {
    background-color: #f1c40f;
    border-color: #f1c41f;
}

.btn-ci:active, .btn-ci.active,
.show > .btn-ci.dropdown-toggle {
    color: #fff;
    background-color: #fbbd00;
    background-image: none;
    border-color: #fbbd10;
}


/* modal */

.dark-modal .modal-content {
    background-color: #292b2c;
    color: white;
}
.dark-modal .close {
    color: white;
}

/* image display */

.imageContainerImg{
    border-bottom: 0 none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
.imageContainer{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.imagePlacerClass {
    margin: 1px;
}
@media(max-width: 768px) {
    .imageContainerImg{
        border-bottom: 0 none;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    }

    .imagePlacerClass {
        margin: 1px;
    }
    .linkBoxMargin {
        margin-bottom: 24px;
    }
}

@media(min-width: 768px) {
    .linkBoxMarginSpecial{
        margin-bottom: 24px;
    }
}


.folderStyle{
    color: #6AC9FA !important;
    font-size: 150px;
}

/*.lb-prev,*/
/*.lb-next{*/
    /*display: block !important;*/
/*}*/