/* ### Indexed Search Engine ### */

#search_form_linke_spalte .searchform {
    position: relative;
}

#search_form_linke_spalte button {
    border: none;
    background: none;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #b6c0c1;
}

#search_form_linke_spalte input {
    font: inherit;
    font-size: 14px;
    border: none;
    width: 100%;
    padding: 0px 40px 0px 15px;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #d0d0d0;
}

/*Detailsseite*/

.searchform {
    position: relative;
    margin-bottom: 10px;
}

.searchform input {
    font: inherit;
    font-size: 14px;
    width: 100%;
    padding: 0px 40px 0px 15px;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #d0d0d0;
}

.searchform button {
    border: none;
    background: none;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #b6c0c1;
}

.tx-indexedsearch-res {
    padding: 20px 0px;
    border-top: 1px solid #d0d0d0;
    position: relative;
}

.content .tx-indexedsearch-res h3 {
    font-size: 1.5em;
}

.tx-indexedsearch-percent {
    position: absolute;
    top: 20px;
    right: 0px;
    background: #d0d0d0;
    color: white;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 7px;
    border-radius: 15px;
}

.tx-indexedsearch-browsebox {
    margin-bottom: 25px;
}

.tx-indexedsearch-browsebox ul {
    list-style-type: none;
    margin: 0px;
}

.tx-indexedsearch-browsebox ul li {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #d0d0d0;
    margin-right: 15px;
    font-size: 14px;
}

.tx-indexedsearch-browsebox ul li a {
    color: #d0d0d0;
}

.tx-indexedsearch-browsebox ul li a:hover {
    text-decoration: none;
}

.tx-indexedsearch-browsebox ul li:before {
    display: none;
}

.tx-indexedsearch-browsebox  ul li.tx-indexedsearch-browselist-currentPage a {
    color: #4c4c4e;
}

/* Lightbox Settings */

#search_field_lightbox {
    background: none;
    overflow: initial;
    width: 50%;
    padding: 50px 0px;
}

#search_field_lightbox .searchform {
    margin: 0;
}

#search_field_lightbox .searchform input {
    height: 50px;
}

#search_field_lightbox .searchform input:focus {
    outline: none;
}

#search_field_lightbox .searchform button {
    height: 50px;
    width: 50px;
}

/* Lightbox Button */
.search_field_lightbox_button {
    width: 100%;
    text-align: center;
    background: white;
    display: block;
    box-shadow:  0px 10px 30px rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 10px 0px;
    font-weight: bold;
    margin: 10px 0px;
    transition: all .2s;
    color: var(--spotcolor1);
}

.search_field_lightbox_button:hover {
    text-decoration: none;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.search_field_lightbox_button i {
    margin-left: 5px;
}


/* Responsive Anpassung ================================================================= */

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    #search_field_lightbox {
        width: 80%;
    }
}