
/*-----Importerer skrifttype-----*/
@import url('https://fonts.googleapis.com/css?family=Merriweather');

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

/*-----Indsætter logo-----*/
a.main-logo::before {
    position: absolute;
    content: url(/fileadmin/ecml.dk/LOGO/ECML-Kontaktpunkt-DK-logo75px.png);
    top: 10px;
    left: 10px;
}

/*-----Header baggrundsfarve-----*/
header .section-header.row .columns {
    background-color: #283583;
}

/*-----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) {
.au_searchform #cludo-search-form-input {
    background: #283583;
    border: 0;
   }
a.main-logo::before {
    content: url(/fileadmin/ecml.dk/LOGO/ECML-Kontaktpunkt-Logo-h45.png);
    top: 8px;
    }
#cludo-search-form-input {
   width: 70%;
   margin-left: 15%;
  }
.button {
     margin-bottom: 50px;
     }
}

/*-----Indsætter "site title" i headerbjælken----*/
@media only screen and (min-width: 801px) {
a.main-logo::after {
    position: absolute;
    content: "ECML Kontaktpunkt Danmark";
    font-size: 30px;
    font-weight: 500;
    left: 128px;
    top: 29px;
    font-family: merriweather, serif;
    }
}
@media only screen and (min-width: 640px) and (max-width: 800px) { 
a.main-logo::after {
    position: absolute;
    content: "ECML Kontaktpunkt Danmark";  
    font-size: 20px;
    font-weight: 500;
    left: 128px;
    top: 38px;
    font-family: merriweather, serif;
   }
}
/*-----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;
}

/*-----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;
   }
}

/*-----Venstremenu + vandret menu - farver-----*/
.left-menu a:hover, .left-menu li.au_current:before, .left-menu li.au_current a, li.au_current {
    color: rgba(226,0,26);
}
body.department header .is-dropdown-submenu-parent a:hover, body.general.neutral header .is-dropdown-submenu-parent a:hover {
    color: #002546;
}
.department header .top-bar.custom .menu>li>a:hover, .general header .top-bar .menu>li>a:hover {
    color: #002546;
}

.general .menu .active>a {
    color: rgba(226,0,26);
}


/*-----Linkfarve-----*/

a, #cludo-search-results .search-results .search-results-item a h2, #cludo-search-results .search-filters .search-filter-header h2, .cludo-searchall .search-filter-header h2 {
    color: #283583;
}

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

.au_contentauthor {
    display: none;
}

