
/*-----Indsætter logo som pseudoelement-----*/
@media only screen and (min-width: 620px){
a.main-logo::before {
    position: absolute;
    content: url(/fileadmin/www.technucation.dk/logo.png);
    top: 30px;
    left: 25px;
    zoom: 80%;
    }
}
/*-----Indsætter MINDRE logo som pseudoelement-----*/
@media only screen and (max-width: 619px) {
a.main-logo::after {
    position: absolute;
    content: url(/fileadmin/www.technucation.dk/technucation-lille-logo.jpg);
    left: 12px;
    top: 17px;
    }
}

/*-----Ændrer farven på burgermenu-----*/
@media screen and (max-width: 39.9375em) {
body:not(.department) .mobile-nav .menu-icon:after {
    background: #634b03;
    box-shadow: 0 7px 0 #634b03, 0 14px 0 #634b03;
    }
}

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

/*-----Header-højde-----*/
header .section-header.row {
    height: 116px;
    }

/*-----Link til andet sprog-----*/
.neutral .language-selector a {
    color: #000000b0;
    }

/*-----Søgeboksen-----*/
.au_searchform #cludo-search-form-input {
    background: white;
    border-color: #634b03
    }
.au_searchform:before {
    color: #634b03;
    }
[type=search] {
    box-shadow: none;
    }
