/*-----Skjuler AU-logo-----*/
.main-logo object {
    display: none;
}

/*-----Indsætter "Site title" i headerbjælken----*/
@media only screen and (min-width: 550px) {
a.main-logo::before {
    position: absolute;
    content: "The History of Human Freedom and Dignity in Western Civilization";
    font-family: AUPassataRegular;
    font-weight: 600;
    font-size: 25px;
    left: 10px;
    top: 60px;
    color: black;
    }
}

/*-----Indsætter MINDRE logo som pseudoelement-----*/
@media only screen and (max-width: 549px) {
a.main-logo::after {
    position: absolute;
    content: "The History of Human Freedom and Dignity in Western Civilization";
    font-family: AUPassataRegular;
    font-weight: 600;
    font-size: 20px;
    left: 10px;
    top: 60px;
    color: black;
    }
}

/*-----Ændrer farven på burgermenu-----*/
@media screen and (max-width: 39.9375em) {
body:not(.department) .mobile-nav .menu-icon:after {
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    }
}

/*-----Header-farve-----*/
body.general.neutral:not(.dkhist) header .section-header.row .columns {
    background-color: white;
  }

/*-----Header-højde-----*/
header .section-header.row {
    height: 116px;
  }

.department header, .general.neutral header {
    height: 100px;
}

/*-----Fjerner top-menu-----*/
header .header-menu .columns .menu {
    display: none;
}


/*-----Link til andet sprog-----*/
body.general.neutral .language-selector a {
    color: #000000b0;
    padding: 
  }

/*-----Søgeboksen-----*/
.au_searchform #cludo-search-form-input {
    background: white;
    border-color: black;
  }
.au_searchform:before {
    color: black;
  }
[type=search] {
    box-shadow: none;
  }