
/*-----Importerer skrifttype-----*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

/*-----Header-----*/
body.general.neutral:not(.dkhist) header .section-header.row .columns {
    background-color: #003e5c;
}

header .menu a {
    font-size: 15px;
}

/*-----Footer-----*/
footer.global .columns {
    background-color: #003e5c;
}

/*-----Skjuler AU-logo-----*/
.main-logo object {
    display: none;
}

/*-----Indsætter logo-----*/
@media only screen and (min-width: 640px){
a.main-logo::before {
    position: absolute;
    content: url(/fileadmin/byhistorie/LOGO/byhistorie-logo-75.png);
    top: 10px;
    left: 25px;
    }
}

/*-----Indsætter "Site title" i headerbjælken----*/
@media only screen and (min-width: 801px) {
a.main-logo::after {
    position: absolute;
    content: "DANSK CENTER FOR BYHISTORIE";
    font-family: open sans, sans-serif;
    font-weight: 600;
    font-size: 25px;
    left: 128px;
    top: 18px;
    }
.logo::after {
    position: relative;
    content: "Et samarbejde mellem Den Gamle By og Aarhus Universitet";
    left: 114px;
    top: -3px;
    font-family: open sans, sans-serif;
    }
}

@media only screen and (min-width: 640px) and (max-width: 800px) {
a.main-logo::after {
    position: absolute;
    content: "DANSK CENTER FOR BYHISTORIE";
    font-family: open sans, sans-serif;
    font-weight: 600;
    font-size: 20px;
    left: 128px;
    top: 22px;
   }
.logo::after {
    position: relative;
    content: "Et samarbejde mellem Den Gamle By og Aarhus Universitet";
    left: 114px;
    top: -7px;
    font-family: open sans, sans-serif;
    font-size: 13px;
    }
}



/*-----FONT-----*/

body, header, p, a, .content .au_focus, .content .au_focus h1, .button, label, footer.global .columns h3, .aubanner.aubanner-2 p, .aubanner.aubanner-2 ul {
    font-family: open sans, sans-serif;
}

.au_news_events a {
    font-family: open sans, sans-serif;
    font-size: 15,4px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: open sans, sans-serif;
    font-weight: 600;
}

.aubanner h2 {
    font-family: open sans, sans-serif;
}

/*-----Søgefelt baggrundsfarve og kanter-----*/
@media only screen and (min-width: 640px) {
.au_searchform #cludo-search-form-input {
    background: #ffffff99;
    border:0;
}
}

@media only screen and (max-width: 639px) {
a.main-logo::after {
    position: absolute;
    content: "DANSK CENTER FOR BYHISTORIE";
    font-family: open sans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    left: 12px;
    top: 17px;
    }
.au_searchform #cludo-search-form-input {
    background: #003e5c;
    border: 0;
    }
#cludo-search-form-input {
   width: 70%;
   margin-left: 15%;
   }
.button {
   margin-bottom: 50px;
   }
}


/*-----Justerer linket til andet sprog-----*/
.neutral .language-selector {
    position: absolute;
    right: 0;
    top: 95px;
    z-index: 5;
   }
.neutral .language-selector a {
    color: #1d2129;
    font-size: 14px;
   }
}

/*-----Skjuler bjælke med sidetitel under burgermenuen-----*/
.header-menu .menu-title {
    display: none;
}

/*-----Regulerer højden af headeren-----*/
.department header, .general.neutral header {
    height: auto;
}

/*-----Venstremenu + vandret menu - farver-----*/


/*-----Burgermenuen-----*/
.header-menu.open li a {
    color: black;
}
li.au_current.lv2 a {
    color: white;
    font-style: bold;
}
@media screen and (max-width: 39.9375em){
body:not(.department) .header-menu.open .menu-icon:after {
    background: #e6e6e6 !important;
    box-shadow: 0 7px 0 #e6e6e6, 0 14px 0 #e6e6e6;
   }
}

.au_contentauthor {
    display: none;
}
