﻿/* suchformular */
.tree-search-box {background: #f3f2f1; padding: 1px 10px; margin: 0.8em 0;}
.tree-search-box input {font-size: inherit;}

.tree-search-box p {margin: 0.8em 0;}
.tree-search-box .fastaccess-dropdown {margin: 0;}

/* kategorien */
.tree-search-categories {list-style-type: none; margin: 0; padding: 0; overflow: hidden; width: 100%}
.tree-search-category { display: block; vertical-align: middle; font-weight: bold; line-height: 130%; text-align: center; padding: 0.5em 1em; background: #e0e0e0; border-right: 1px solid #d0d0d0; cursor: pointer}
.tree-search-category.tab-selected { background: #f3f2f1; color: #ba122b; }
.tree-search-category.tab-selected:last-child {border-right: 1px solid #e0e0e0}
.tree-search-category a {color: inherit;}

#tree-search-results, #tree-search-input { background: #f3f2f1; padding: 5px 5px 5px 5px; margin: 10px;} 
#tree-search-input input.date {width:80px}

/* suchergebnisse */
.tree-search-result {padding: 10px; background: #f3f2f1; display: block; border-bottom: 1px solid white; overflow: hidden;}
.tree-search-result .indicator { float: left; margin-right: 0.3em;}
.tree-search-result .content {clear: both; padding-top: 10px;}
.tree-search-result time {display: inline-block; vertical-align: top; line-height:1.4em; color: #909090; margin-right: 2em;}
.tree-search-result-header { cursor: pointer; }
.tree-search-result h2,
.tree-search-result h3 { margin:0; padding-top:0 !important; display: inline-block; max-width: 412px }

.tree-search-result .richtext p:first-child { padding-top:0px }

.tree-search-link-list {list-style-type: none; margin-top: 0.8em;}
.tree-search-link-list li {display: inline-block; margin-right: 0.3em;}

.tree-search-preview-image {float: left; margin-right: 0.7em}

.tree-search-pager {padding: 10px; background: #f3f2f1; display: block; border-bottom: 1px solid white}
.tree-search-pager select {float:right; display:block}
.tree-search-pager a {display: inline-block; margin-right: 0.1em; background: white; padding: 0 0.4em; border: 1px solid white; border-radius: 5px;  }
.tree-search-pager a.current {display: inline-block; color:white !important; margin-right: 0.1em; background: #ba122b; padding: 0 0.4em; border: 1px solid #ba122b; border-radius: 5px;  }

.tree-search-error {padding:10px 10px 10px 10px; background: #f3f2f1}
.tree-search-num-results { background:#f3f2f1;  padding-right: 10px;  padding-bottom: 4px; text-align:center; }

.lt-ie9 .tree-search-box label.wide {width: 120px; display: inline-block;}
.lt-ie9 .tree-search-categories.table-tabs { display: table; table-layout: fixed; }
.lt-ie9 .tree-search-categories.table-tabs .tree-search-category { display: table-cell; }
.lt-ie9 .tree-search-categories.float-tabs .tree-search-category { display: block; float:left; border-bottom: 1px solid #d0d0d0 }  

@media(max-width: 568px) { 
  .tree-search-box label.wide {display: block;}
  .tree-search-category { border-bottom: 1px solid #d0d0d0 }
}
@media(min-width: 569px)  
{    
   #tree-search-input input.text {width:250px}
  .tree-search-box label.wide {width: 120px; display: inline-block;}
  .tree-search-categories.table-tabs  {display: table; table-layout: fixed; }
  .tree-search-categories.table-tabs .tree-search-category { display: table-cell; }
  .tree-search-categories.float-tabs .tree-search-category { display: block; float:left; border-bottom: 1px solid #d0d0d0 }  
}