/*
-------------------------------------------
	Search CONTENT

inner
  intro
  main
-------------------------------------------
*/


/*
-------------------------------------------
	1. INNER
-------------------------------------------
*/

.inner,
.wrapper {
    margin: 2rem auto 0 auto;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.inner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .inner {
    height: 1%;
}


/*
-------------------------------------------
	1. INTRO
-------------------------------------------
*/

#intro {
    float: left;
    width: 100%;
    display: block;
    /* padding: 30px 0 10px 0; */
    margin-bottom: 4%;
    text-align: center;
    color: black !important;
}


/*
-------------------------------------------
	2. MAIN
-------------------------------------------
*/

div#htr_search.htr_search {
    /*color: rgb(0, 100, 166);*/
    line-height: 12px;
    text-align: center;
    text-indent: 0;
    margin: 40px auto;
}

.search_input {
    float: left;
    width: 100%;
    padding: 1px;
    border-bottom: solid 1px #E4E4E4;
    background-color: #fff;
}

.search_input input {
    border: 0;
    box-shadow: none;
    width: 90%;
}

input#suggest1 {
    height: 40px;
}

.search_input button {
    width: 5%;
    border: 0;
    background: none;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search_input input:focus {
    outline: 0;
}

.search_buttons {
    float: left;
    width: auto;
}

.search_buttons input {
    float: right;
    margin-left: 5px;
}

input#submit_query {
    width: 110px;
    height: 50px;
}

.active input {
    width: 90%;
    transition: width 0.8s linear;
}

.active {
    visibility: visible;
}

.exo-red-color {
    color: #f26161;
}

.exo-blue-color {
    color: rgb(0, 100, 166);
}

#exo-view span {
    background-image: url("../images/ansichtIcons.png");
}

.exo-multi-facet div.exo-FName a {
    background: url("../images/search-sprite.png") no-repeat scroll -86px -30px transparent !important;
}

/*
-------------------------------------------
	 RESPONSIVE LAYOUT
-------------------------------------------
*/


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .htr_search {
        width: 70% !important;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .htr_search {
        width: 60% !important;
        font-size: 10px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .htr_search {
        width: 60% !important;
        font-size: 13px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .htr_search {
        width: 50% !important;
        font-size: 13px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .htr_search {
        width: 50% !important;
        font-size: 15px;
    }
}