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


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

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

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

@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: 255px;
        }
}


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

.template-name-home .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: right;
    }

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

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


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

.prime-welcome h1 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    }

.search-primeaddons li {
    margin: 0 5px 10px 0;
    }

.search-primeaddons a {
    padding: 5px 15px;
    background: var(--mpgprimary);
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    border: 0px none !important;
    text-decoration: none !important;
    }

.search-primeaddons a:hover {
    padding: 5px 15px;
    text-decoration-thickness: 1px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
    text-underline-position: under;
    text-underline-offset: -0.1em;
    border: 0px none;
    background: var(--black);
    }

.search-prefilter li {
    padding: 5px 15px;
    background: var(--mpgprimary);
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

.template-name-home .search.container.navbar {
    background: url('../images/mpib-background.jpg') center center no-repeat;
    background-size: cover;
    }

.home-text-content object {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    overflow: hidden;
    }

.checkedout_hint {
    display: inline-block;
    margin-bottom: 10px;
    }

.myresearch-menu .holds-status .badge.account-info {
	display: none;
    }

.search_home_hint a,
.search_home_hint a:hover {
    text-transform: none;
    font-weight: 700;
    }

