/*----------------------------------------------------------------------
01 Wenn Primär und Sekundärfarbe Blau
----------------------------------------------------------------------*/
:root {
    --mpgprimary: #00445F;
    --mpgsecondary: #006699;
    --activestate: #00445F;
    }


/*----------------------------------------------------------------------
02 Logo DE und Logo EN
----------------------------------------------------------------------*/
html:lang(en) header .navbar-brand {
    background: url(../images/logo-campusbib.svg) no-repeat;
    background-size: auto 100px;
    }

html:lang(de) header .navbar-brand {
    background: url(../images/logo-campusbib.svg) no-repeat;
    background-size: auto 100px;
    }

header .navbar-brand {
    width: 450px;
    }

@media only screen and (max-width: 1080px) {

    html:lang(en) header .navbar-brand,
    html:lang(de) header .navbar-brand {
        background-size: auto 50px;
        background-position: left center;
        }
        
    header .navbar-brand {
        width: 230px;
        }
}


/*----------------------------------------------------------------------
03 Hintergrundbild Startseite
----------------------------------------------------------------------*/
/*.template-name-home {
    background: url('../images/namehintergrund.png') no-repeat;
    background-size: cover;
    }

.search.container.navbar {
  background: transparent;
  }*/


/*----------------------------------------------------------------------
04 Signatur Ergebnisliste einschalten
----------------------------------------------------------------------*/
/*.result .callnumAndLocation {
    display: block !important;
    }*/
    

/*----------------------------------------------------------------------
05 Kein Dropdown-Filter an der Sucheingabe
----------------------------------------------------------------------*/

/*#searchForm_type {
    display: none;
    }

#searchForm_lookfor {
    width: calc(100% - 55px);
    }

@media only screen and (max-width: 800px) {
    #searchForm_lookfor {
        width: 100%;
    }
}*/


/*----------------------------------------------------------------------
06 Keine Tabs und Suchfilter links
----------------------------------------------------------------------*/

/*.prime-search-filters article {
    width: 100%;
    }

.search-prefilter {
    text-align: left;
    }

.search-prefilter li {
    padding: 0 15px 0 0; 
    }*/

.template-name-results .nav-tabs {
    display: none;
    }


/*----------------------------------------------------------------------
07 weitere Anpassungen
----------------------------------------------------------------------*/

.home-linkmenu {
    list-style: none;
    }

.home-linkmenu li a {
    background: url(../images/icon-external.svg) left center no-repeat;
    background-size: 16px 16px;
    padding: 5px 0 5px 30px;
    display: block;
    }
      
.participating-institutes {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    }
    
.participating-institutes li {
    border-top: 1px solid var(--mpglightgrey);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    }

.participating-institutes li:last-child {
    border-bottom: 1px solid var(--mpglightgrey);
    }

.participating-institutes li:hover {
    background: var(--mpgfoggrey);
    }

.pi-link {
    font-weight: bold;
    }

.template-dir-myresearch.template-name-checkedout .checkbox, .template-dir-holds.template-name-list .checkbox {
    width: auto;
    margin-right: 10px;
    }

@media only screen and (max-width: 1080px) {
    .participating-institutes li, .pi-link, .pi-text {
        display: block;
  }
}
