/*----------------------------------------------------------------------
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-coll-en.svg) no-repeat;
    background-size: auto 80px;
    margin: 10px 0 0 0;
    }

html:lang(de) header .navbar-brand {
    background: url(../images/logo-coll-de.svg) no-repeat;
    background-size: auto 80px;
    margin: 10px 0 0 0;
    }

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

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

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


/*----------------------------------------------------------------------
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
----------------------------------------------------------------------*/
.template-name-home .search.container.navbar {
    background: url('../images/mpi-coll-background.jpg') center top no-repeat;
    background-size: cover;
    }

.prime-welcome h1 {
    font-size: 200%;
    line-height: 150%;
    font-weight: 700;
    }

.prime-welcome h2 {
    margin-top: 10px;
    font-size: 150%;
    line-height: 120%;
    }

.search-home-columnset article {
    width: calc(50% - 30px);
    }

@media only screen and (max-width: 1080px) {
    .search-home-columnset article {
        width: 100%;
    }
}
