
/* Clearer */
.tx-kesearch-pi1 .clearer {
    display: block;
    height: 1px;
    line-height: 1px;
    clear: both;
}


/* formElements */
#form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword{
    width: 100%;
    color: #999 !important;
}
#form_kesearch_pi1 .kesearch_searchbox .kesearchbox{
    margin-bottom:15px;
}
#form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:hover,
#form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:focus,
#form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:active{
    box-shadow: 0 0 0px transparent !important;
    border: none !important;
    color: #000 !important;
    padding: .4rem .6rem;
    background-color: #FFF !important;
    border: 1px solid #D1D1D1 !important;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transition: border .2s;
    transition: border .2s;
}
.tx-kesearch-pi1 form{
    background-color: #dce4ef;
    border-radius: 10px;
}
.tx-kesearch-pi1 form fieldset{
    margin:0;
    padding:15px;
}
.tx-kesearch-pi1 .kesearch_searchbox {
    border:none;
}
.tx-kesearch-pi1 .kesearch_searchandsubmit {
    display: block;
    float: left;
    width: 60%;
}
.tx-kesearch-pi1 .kesearchfield {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin-bottom: 1em;
    min-height: 30px;
    padding: 1%;
}
.tx-kesearch-pi1 .kesearchfield input[type="text"]{
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.tx-kesearch-pi1 .kesearchfield input[type="image"]{
    float: right;
}
.tx-kesearch-pi1 .kesearchfield #ke_search_sword {
    width: 80%;
    background: transparent;
}

.sidebar .search .tx-kesearch-pi1 form {
    border: 0 none;
    margin: 0;
    max-height: 40px;
    background-color: #dce4ef;
    border-radius: 6px;
  }
  .sidebar .search .tx-kesearch-pi1 form:focus,
  .sidebar .search .tx-kesearch-pi1 form:active,
  .sidebar .search .tx-kesearch-pi1 form:hover {
    background-color: #eee;
    border-radius: 6px;
  }
  .sidebar  .tx-kesearch-pi1 form fieldset {
    margin: 0;
    padding: 0;
  }
  .sidebar   #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword{
    padding: .4rem .6rem;
  }
  .sidebar   #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:hover, 
  .sidebar  #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:focus, 
  .sidebar #form_kesearch_pi1 .kesearch_searchbox .kesearchbox input#ke_search_sword:active {
    color: #000 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px;
  }
  .sidebar #form_kesearch_pi1 span.submitbutt input{

  }
/* Buttons */

span.resetbutt a {
    background: #97111a url("../Images/close_btn.png") no-repeat scroll 6px 8px;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: block;
    padding: 6px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: left;
    margin: 0 1em 0 0;
    min-height: 26px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-size: .8rem;
}

span.resetbutt a:hover {
    background: #96b7d4 url("../Images/close_btn.png") no-repeat scroll 6px 8px;
}


/* fix firefox button size (line-height is not working in firefox submit button)*/
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"]{
    cursor: pointer;
    padding: 6px;
}
span.submitbutt input:hover,
span.submitbutt input:focus,
span.submitbutt input:active{
    background-color:#96b7d4 !important;
}

span.resetbutt {
    float:left;
}

/* buttFixes */
#kesearch_filters .list li.checkboxButton,
#kesearch_filters .list li.checkboxButtonSubmit{
    text-decoration: none !important;
    padding-bottom: 5px;
}
#kesearch_filters .list li.checkboxButtonSubmit{ margin-bottom: 1px;}
#kesearch_filters .list li.checkboxButtonSubmit{ padding-bottom: 0;}

/* SearchBox */
div.kesearchbox{
    position: relative;
    height: 35px;
}
.tx-kesearch-pi1 .kesearchbox label {
    float: left;
}

/* Filters */
#kesearch_filters {
    margin: 0px;
}
#kesearch_filters .list .head {
    color: #164e93;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}
#kesearch_filters .list .head img {
    display: none;
}

#kesearch_filters .list ul.expanded { display:block; }
#kesearch_filters .list ul.closed { display:none; }
#kesearch_filters .list li {
    background-image: none;
    display:block;
    list-style-type:none;
    margin:0 0 10px 0;
    line-height:16px;
    color: #444;
}
#kesearch_filters .list li a{
    color: #444;
}
#kesearch_filters .list li:hover,
#kesearch_filters .list li a:hover{
    text-decoration: none;
    color: #444;
    cursor: pointer;
}
#kesearch_filters .list li.selected { font-weight: bold; }
#kesearch_filters .list li.parent0,
#kesearch_filters .list li.level0 { margin-left: 14px; }
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.level1 { margin-left: 21px; }
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.level2 { margin-left: 28px; }
#kesearch_filters .list li.parent3,
#kesearch_filters .list li.level3 { margin-left: 35px; }
#kesearch_filters .list li.parent0,
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.parent3 {
    font-weight: bold;
    list-style-image: url("../Images/list-bullet-cat.gif");
    list-style-position: outside;
}

/* Checkboxes */
#kesearch_filters .list ul.checkboxList{
    margin-left: 0px;
    padding-bottom: 1px;
    width:100%;
}
#kesearch_filters .list li.optionCheckBox {
    float: left;
    text-decoration: none;
    margin-bottom: 4px;
    width:100%;
}
#kesearch_filters .list li.optionCheckBox input[type="checkbox"]{
    float: left;
    margin: 0 5px 0 0;
}
#kesearch_filters .list li.clearer {
    font-size: 0;
    line-height: 0;
    float: none;
    margin: 0 !important;
}
#kesearch_filters label{
    margin:0 0 4px 0;
    width: auto;
}
#kesearch_filters .list li.region {
    font-weight: bold;
    margin-top: 5px;
}
#kesearch_filters .list li.noclick { cursor: default !important; }
#kesearch_filters .list li.country { margin-left: 7px; }

/* SPECIAL CSS CLASS */
#kesearch_filters .small {
    display:block;
    height: 65px;
    max-height: 65px;
    overflow-y: auto;
    overflow-x: hidden;
}
#kesearch_filters .larger {
    display:block;
    height: 130px;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* multiselectPage */
.tx-kesearch-pi1 .multiselect .multi-option {
    float: left;
    width: 200px;
    margin: 0 0 5px 0;
}
.tx-kesearch-pi1 .multiselect .multi-option input[type="checkbox"]{
    float: left;
    margin: 0 5px 0 0;
}
.tx-kesearch-pi1 .multiselect label {
    font-weight: normal;
    padding: 0 10px 0 0;
    float: left;
}
.tx-kesearch-pi1 .multiselect .multiselectButtons{ padding: 10px 0 0 0; }


/* Results */
.tx-kesearch-pi1 #kesearch_results dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dce4ef;
}
.tx-kesearch-pi1 #kesearch_results .typeIcon {
    background-repeat: no-repeat;
    background-position: 0 0;
	background-size: 30px;
    padding-left: 35px;
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typeakteure {
    background-image: url('../Icons/akteure.png');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typepage {
    background-image: url('../Icons/inhaltsseiten.svg');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typenews {
    background-image: url('../Icons/meldungen_02.svg');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typenewsletter {
    background-image: url('../Icons/enewsletter.svg');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typeevent {
    background-image: url('../Icons/event.svg');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typeglossar {
    background-image: url('../Icons/Glossar.gif');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typeaward {
    background-image: url('../Icons/award.svg');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typefile {
    background-image: url('../Icons/file_pdf.png');
}
.tx-kesearch-pi1 #kesearch_results .typeIcon.typemethod {
    background-image: url('../Icons/methoden.svg');
}
.tx-kesearch-pi1 #kesearch_results dt {
    padding-bottom: 5px;
    padding-top: 20px;
    margin-top: 20px;
    font-weight: 700;
    border-top: 1px solid #dce4ef;
}
.tx-kesearch-pi1 #kesearch_results dt .additionalTitleInfo {
    display: block;
	font-weight: 400;
    margin-bottom:5px;
}

.tx-kesearch-pi1 #kesearch_results dt time {
    font-style: italic;
    font-weight: 400;
    text-align: right;
    float: right;
    padding-left: 15px;
}
.tx-kesearch-pi1 #kesearch_results .score.relevance {
    text-indent: 0;
    margin-bottom: 5px;
}
#kesearch_num_results{
    color: #898989;
    float: left !important;
    padding-right: 0.5em;
    width:40%
}

#kesearch_results .result-list-item{
    clear:both;
    margin: 20px 0 30px 0;
    padding: 0;
}
#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
    font-size:18px;
}
#kesearch_results {
    clear:both;
    margin-top:20px;
}
#kesearch_results .result-list-item .result-teaser {
    color:#707070;
}

.tx-kesearch-pi1 #kesearch_results .score.percent {
    display: none;
}
.tx-kesearch-pi1 #kesearch_results .score.percent {
    text-indent: 0;
    margin-bottom: 5px;
}
.tx-kesearch-pi1 #kesearch_results .score.bar {
    font-size: 0.75em;
    width: 50%;
    background-color: #f0f3f6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}
.tx-kesearch-pi1 #kesearch_results .score.bar .value {
    color: #164e93;
    background-color: #dce4ef;
    padding: 8px 0;
    text-indent: 20px;
    line-height: 0;
}
.tx-kesearch-pi1 #kesearch_results .hit {
    color: #98141f;
    font-weight: 700;
}
.tx-kesearch-pi1 #kesearch_results a .hit {
    font-weight: inherit;
}
/* Query time */
.tx-kesearch-pi1 #kesearch_query_time {
    font-style: italic;
    text-align: center;
    font-size: 80%;
}

/* Searchbox */
.tx-kesearch-pi1 .searchbox {
    margin-bottom: 5px;
}
.tx-kesearch-pi1 .searchbox input {
    margin-left: 0;
    width: 145px;
}
.tx-kesearch-pi1 .searchbox input.submit {
    width: 18px;
    height: 18px;
    border: none;
    background: none;
    vertical-align: middle;
}
.tx-kesearch-pi1 form.static .searchbox input.submit {
    margin-top: -16px;
}
.tx-kesearch-pi1 form.ajax .searchbox input.submit {
    margin-top: -4px;
}
.tx-kesearch-pi1 .searchbox .search_input {
    float:left;
    margin-right: 5px;
}

/* Spinner / updating */
.tx-kesearch-pi1 #kesearch_updating_filters,
.tx-kesearch-pi1 #kesearch_updating_results {
    display:none;
    text-align: center;
}
.tx-kesearch-pi1 #testbox {
    margin-top: 100px;
    border: 1px solid red;
}

/* General Message */
.tx-kesearch-pi1 .general-message {
    padding: 5px;
}
.tx-kesearch-pi1 .general-message .image {
    float:left;
    vertical-align: middle;
    margin-right: 10px;
}

/* Pagebrowser */
#kesearch_pagebrowser_top{
    clear:both;
}
.kesearch_pagebrowser {
    margin: 20px 0;
}
.kesearch_pagebrowser:after {
    content: "";
    display: table;
    clear: both;
  }
.kesearch_pagebrowser .meta {
    margin: 20px 0;
    font-style: italic;
}
.kesearch_pagebrowser ul li {
	background: none !important;
	float: left;
	padding: 0 0.5em 0 0 !important;
}
.kesearch_pagebrowser a {
    background-color: #f0f3f6;
    display: inline-block;
    padding: 14px;
    line-height: 0;
    border-radius: 10px;
}
.kesearch_pagebrowser a:hover {
    background-color: #dce4ef;
    color: #164e93;
}
.kesearch_pagebrowser a.current {
    color: white;
    background-color: #164e93;
}
.kesearch_pagebrowser a.current:hover {
    color: white;
    background-color: #164e93;
}
.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
    display:inline-block;
    width:24px;
    height:29px;
    color:transparent;
    text-decoration:none;
    overflow:hidden;
}
.tx-kesearch-pi1 .next{background: transparent url('../Images/arrow-next.gif') no-repeat left 0;}
.tx-kesearch-pi1 .prev{background: transparent url('../Images/arrow-prev.gif') no-repeat right 0;}
.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev{
    display:inline-block;
    width:24px;
    height:29px;
    color:transparent;
    text-decoration:none;
    padding:0 !important;
    margin:0 0 -10px 0;
}

/* Ordering */
.tx-kesearch-pi1 #kesearch_ordering span.down {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: #97111a transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
    margin-left:5px;
}
.tx-kesearch-pi1 #kesearch_ordering span.up {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent #97111a;
    border-style: none solid solid;
    border-width: 0 4px 4px;
    margin-left:5px;
}
.tx-kesearch-pi1 #kesearch_ordering  {
    float: right;
    width: 60%;
    text-align: right;
}
.tx-kesearch-pi1 #kesearch_ordering .ordering{
    width:100%;
    text-align: right;
}
.tx-kesearch-pi1 #kesearch_ordering ul {
    display: inline-block;
    height: 20px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}
.tx-kesearch-pi1 #kesearch_ordering ul li {
    float: left;
    margin-right: 10px;
    background:none;
}
.tx-kesearch-pi1 #kesearch_ordering div.clearer {
    clear: left;
}
/* needed for autocomplete */
ul.ui-autocomplete li a {
    font-size: 12px;
}



@media only screen and (max-width: 600px) {
	#kesearch_num_results {
        float: none !important;
        width: 100%;
     }
    .tx-kesearch-pi1 #kesearch_ordering {
        float: none !important;
        width: 100%;
      }
}