/** HEADER ***/

body {
    background: #f5f5f5;    
    color: #444444;
 }
 header {
     background: #f5f5f5;    
     color: #444444;
     margin-bottom: 0;       
 }
 
 .container {
     border-radius: 0;
 }
 
 .banner.container.navbar > .container.hidden-print {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;    
    padding-left: 0;
    padding-right: 0;
 }
 
 .container.hidden-print::before,
 .container.hidden-print::after {
     display: inline;
     content: none;
 }
 
 
 #logo_hd {
     background: url("../images/arthistoricumLogo.svg") no-repeat scroll left center transparent;
     background-size: contain;
     display: block;
     float: none;
     margin-top: 0;
     width: 420px;
     height: 90px;
 }
 
 #hd_themenbanner {
     background-size: cover !important;
     background-position-x: center;
     height: 200px;
     margin-top: 1em;
 }
 
 
 .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
 .dropdown-menu > .active > a:focus {
     background-color: #b41815;
 }
 
 
 /*** TYPOGRAFIE ***/
 
 h2 {
     border-bottom: 0;
     background: #f5f5f5;
     color: #b41815;
     font-size: 1.7em;
     margin: 0;
     padding: 10px 15px 10px 15px;
 }
 
 
 a {
     color: #666666;
     text-decoration: none;
 }
 
 a.facet, a.facet-group, 
 a.checkbox-filter, 
 a.save-record {
    color:#666666;
    text-decoration: none;
 }
 a:focus, a:hover {
    color:#b41815;
 }
 
 
 
 
 /*** SEITENINHALT ***/
 
 .searchHomeContent {
     margin: 1em 0 1em 0;
 }
 
 .search-home-facets {
     align-items: stretch;
     justify-content: start;    
    }
    
 .home-facet {
     margin: 2em 15px 1em 0;
     border: 1px solid lightgray;
     flex: 0 1 auto;
 }    
    
 .home-facet-list {
     padding: 15px;
 }
  
 .home-facet-list > li {
    margin-bottom: 0.15em;
 }
 
 
 .searchHomeForm a, 
 .searchHomeForm a:hover {
     color: #666666;
     text-decoration: underline;
 }
 
 .sortSelector label {
     color: #EE5500;
 }
 
 .highlight, mark {
     background: #ffcc90 none repeat scroll 0 0;
     padding: 0.1em 0.2em;
 }
 
 .slider-container .slider-handle {
     background: #b41815 none repeat scroll 0 0;
     border: 1px solid #265680;
     box-shadow: none;
     opacity: 0.7;
 }
 .slider-container .slider-handle:hover, 
 .slider-container .slider-handle:active, 
 .slider-container .slider-handle:focus {
     background: #fff none repeat scroll 0 0;
     border-color: #b41815;
     opacity: 1;
 }
 
 .pagination > li > a, .pagination > li > span {
     background-color: #fff;
     border: 1px solid #ddd;
     color: #666;
 }
 
 .pagination > .active > a, 
 .pagination > .active > span, 
 .pagination > .active > a:hover, 
 .pagination > .active > span:hover, 
 .pagination > .active > a:focus, 
 .pagination > .active > span:focus {
     background-color: #b41815;
     border-color: #ddd;
     color: #fff;
     cursor: default;
     z-index: 2;
 }
 
 .form-control:focus {
     border-color: #b41815;
 }
 
 
 .pull-left {
     float: left !important;
     margin-right: 10px;
 }
 
 input {
     background:url("http://www.arthistoricum.net/fileadmin/images/arthistoricum/searchWordBG.png") repeat-x scroll left bottom transparent;
     border-color: #999999 #FFFFFF #FFFFFF #999999;
     border-style: solid;
     border-width: 1px;
     color: #666666;
     font-weight: bold;
     padding: 0 2px;
 }
 
 
 .advSearchContent input[type="submit"], 
 .searchform input[type="submit"] {
     padding-left: 25px;
     background:url("../images/lupe.png") no-repeat left bottom transparent;
 }
 
 input:focus {
     color: #b41815;
 }
 
 select {
     color: #330000;
     font-size: 11px;
     margin: 1px 0;
     padding: 1px;
     position: relative;
 }
 
 .advSearchContent, .searchbox, .searchHomeForm {
     background:none repeat scroll 0 0 #EEEEEE;
     border: 1px solid #CCCCCC;
     padding: 10px;
 }
 
 #searchHolder .group0 {
     background: none;
 }
 
 .sidegroup dt:before {
     content: "// ";
     font-size: 10px;
     letter-spacing: -2px;
     margin: 0 4px 0 2px;
 }
 
 .list-group-item.title {
     font-weight: bold;
     color: #EE5500;
 }
 .active-filters .filters .filter-value, .active-filters .facet, .facet-group .active {
 /*.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { */
     background-color: #b41815;
     color: #fff;
     text-decoration: none;
     border-color: #ddd;
 }
 
 .badge {
     background-color: #ddd;
     color: #b41815;
 }
 
 .result a.title {
     text-decoration: none;
 }
 
 .label-info, .result .format, .sidebar .format {
 /* .label-info { */
     background-color: #fff;
     color: #444444;
 }
 
 
 
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
     color: #b41815;
     cursor: default;
     background-color: #EDEDED;
     border: 1px solid #ddd;
     border-bottom-color: transparent;
 }
 
 .breadcrumb {
     margin-top: 20px;
 }
 
 .well {
     margin-top: 20px;
     margin-bottom: 20px;
 }
 
 
 #hd_Menu {
     height: 30px;
     margin: 0px auto;
     width: 950px;
     text-align: right;
     color: #444444;
     font-size: 95%;
 }
 
 #langForm {
     float: right;
     margin-left: 4em;
 }
 
 
 #hd_Login {
     float: left;
 }
 
 a.login, a.account {
     color: #444444;
 }
 a.logout {
     color: #444444;
     text-decoration: none
 }
 
 div.bulkActionButtons input.button {
     background-color:transparent;
     background-position: 2px center;
     text-decoration: underline;
     border:0 none;
     cursor:pointer;
     padding:0 0 0 20px;
     vertical-align: top;
     color: #777777;
 
 }
 div.bulkActionButtons input.button:hover {
     color: #b41815;
 }
 
 .info {
     background:#FBE3E4;
     color:#8A1F11;
     border-color:#FBC2C4;
 }
 
 .info a {
     color: #222222;
 }
 
 .myresearch-menu a.active {
    background-color: #b41815;
    color: #fff;
 }
 
/*** Form***/
.form-search-newitem {
    margin-top: 2em;
}


 /*** BUTTONS ***/
 .btn-link {
     background-color: transparent;
     border: 1px solid #b41815;
     border-radius: 0;
     color: #b41815;    
 }
 
 .btn-primary {
     background-color: #b41815;
     border-color: #fff;
     border-radius: 5px;
     border-style: solid;
     border-width: 1px;
     color: #fff;
 }
 
 .btn-primary:hover, 
 .btn-primary:focus, 
 .btn-primary:active, 
 .btn-primary.active, 
 .open .btn-primary.dropdown-toggle {
     color: #b41815;
 }
 
 .btn-link:hover, 
 .btn-link:focus {
     background-color: transparent;
     color: #b41815;
     text-decoration: underline;
 }
 
 .btn-default .badge {
     background-color: #ddd;
     color: #666;
 }
 .btn-default:hover, 
 .btn-default:focus, 
 .btn-default:active, 
 .btn-default.active, 
 .open .dropdown-toggle.btn-default {
     background-color: #b41815;
     border-color: #adadad;
     color: #fff;
 }
 
 
 
 /***FOOTER***/
 footer,
 #footer {
     width: 100%;  
     color: #444444;
}
 
 footer {
    padding-left: 0;
    padding-right: 0;     
}
 

#footer {
  padding-top: 2em;    
}

#footer > div > ul {
     list-style-type: none;
     padding-left: 0;
 }
 
 footer.container {
     width: 100%;
     max-width: 1200px;
 }

 #footer-logos {
     width: 100%;
     color: #444444;
 }

 
 @media only screen  and (max-device-width : 800px) {
    #hd_themenbanner {
     display: none;
    } 
  }

 
