#overlay {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlay p{
    color: #ffffff;
    position: absolute;
    top: 50%;
    left:40%;
}

.dropdown ul.dropdown-menu li a label.disabled {
    color: #cacaca;
}

.map-filter-box #forschungen .dropdown input[disabled] {
    border: 1px solid #cacaca;
}
.map-filter-box #forschungen .dropdown input[disabled]:checked ~ .checkmark {
    background-color: #cacaca;
}
.map-filter-box #forschungen .dropdown .dropdown-menu {
    border: 1px solid #0078bd;
}
.map-filter-box #anwendungen .dropdown button {
    border: 1px solid #4cba7b;
}
.map-filter-box #anwendungen .dropdown button .caret::before {
    border-top-color: #4cba7b;
}
.map-filter-box #anwendungen .dropdown button .dropdown-text {
    color: #4cba7b;
}
.map-filter-box #anwendungen .dropdown .checkmark {
    border: 1px solid #4cba7b;
}
.map-filter-box #anwendungen .dropdown input:checked ~ .checkmark {
    background-color: #4cba7b;
}
.map-filter-box #anwendungen .dropdown .dropdown-menu {
    border: 1px solid #4cba7b;
}
.map-filter-box #institutionen .dropdown button {
    border: 1px solid #858585;
}
.map-filter-box #institutionen .dropdown button .caret::before {
    border-top-color: #858585;
}
.map-filter-box #institutionen .dropdown button .dropdown-text {
    color: #858585;
}
.map-filter-box #institutionen .dropdown .checkmark {
    border: 1px solid #858585;
}
.map-filter-box #institutionen .dropdown input:checked ~ .checkmark {
    background-color: #858585;
}

.list-view .list-item {
    position: relative;
}

.details .page-header-wrapper .page-header .page-title-container .page-meta .meta-list .people-view {
    display:none;
}

.list-view .list-item a.full-link {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*.details.additional-record .page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .show-filter,
.details.additional-record .page-header-wrapper .page-header .page-title-container .page-meta .meta-filter .reset-filter,
.details.additional-record .page-header-wrapper .page-header .page-title-container .page-meta .meta-list .list-view,
.details.additional-record .mapview
{
    display:none;
}
*/

.map-filter-box #forschungen .group-label {
    color:#0078bd;
    font-size: 14px;
    line-height:16px;
    font-weight: bold;
}
.map-filter-box #anwendungen .group-label {
    color:#4cba7b;
    font-size: 14px;
    line-height:16px;
    font-weight: bold;
}
.map-filter-box #institutionen .group-label {
    color:#858585;
    font-size: 15px;
    line-height:17px;
    font-weight: bold;
}
.mob-bottom-show-products em {
    font-style: normal;
}

.filter-container {
    padding-bottom:2em;
    border-bottom: 2px solid #eee;
}
#map-section .filter-container .tab-content .tab-pane {
    padding-bottom:0;
}
#map-section .search-filters .filter-container .selected-filters {
    padding: 0 3em;
}
.legend-container {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #f2f6fa;
    font-size: 14px;
}
.legend-container .legend-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.legend-container div {
    margin-bottom: 5px;
}
.legend-container img {
    vertical-align: middle;
}

.wrapper-separator .page-title-container {
    padding-bottom:2em;
    border-bottom: 2px solid #eee;
}
#content.event-list .content-section {
    padding-top:3em;
}
.detail-page {
    background: #fff;
}

 #content.detail-page .content-section .main_content {
    padding-bottom:0;
}
@media (min-width: 1200px) {
    .detail-page .content-section {
        max-width: 1486px;
        margin:0 auto;
    }
}
