/*----------HEADER----------*/
.section-header.row .columns {
background-color: #003e5c !important;
}

header .section-header.row {
    height: 77px;
}

/*----------Logo----------*/
a.main-logo {
background-image: url(https://danmarkshistorien.dk/fileadmin/dkhist/dkhis_logo_historien_i_hvid.png) !important;
margin-top: 25px;
}

/*---------Søgefelt----------*/
.au_searchform {
    margin-top: 18px;
}

.au_searchform #cludo-search-form-input {
background-color: #f2f2f2;
border-bottom: 0;
}
.au_searchform:before {
    color: #003f5c;
}

@media screen and (max-width:640px){
.au_searchform #cludo-search-form-input {
    background-color: #013e5b;
  }
}

#cludo-search-content-form input[type=search]:focus {
    background-color: #fefefe;
    color: #0a0a0a;
}

#cludo-search-content-form input[type=search] {
    border: 2px solid #003e5b;
}

#cludo-search-content-form button {
    color: #003e5b;
}

#cludo-search-content-form button:hover {
    background-color: #003e5b;
}

#cludo-search-form-frontpage input[type=search]:focus {
    border: 2px solid #003e5a;
}

/*MEGA-drop-down-menu*/
.top-bar-content p {
    font-size: 20px;
    font-family: aupassatabold;
}

header .top-bar-content h5 {
    font-size: 18px;
    font-family: aupassataregular;
}

.header-menu.open li li a {
    padding-left: 0;
    border: 0;
}

@media screen and (max-width:639px){
.top-bar-content p {
    font-size: 14px;
    }
}

.lvl2 a, .lv2 a {
    font-size: 14px !important;
}


/*Tablet tilpasning*/
@media screen and (min-width:639px) and (max-width:875px){
.general header .top-bar .menu>li>a {
    padding-right: 15px;
    }
.general header .top-bar .menu>li>a:after {
    right: 2px;
    }
}

.header-menu.open li {
    background: #ececec;
}

body:not(.department) .header-menu.open li a {
    border: 0;
}

.header-menu.open .responsive-pagenav li:before {
    color: #d3572f;
}



/*----------Link til andet sprog----------*/
div.language-selector {
    display: none;
}

/*------h2 justering ved manchet-----*/
.short-text-block h2 {
    margin-bottom: 0;
    margin-top: 0;
}

/*-----Billedtekst (bruges på ooc)-----*/
p.billedtekst {
    background: #f2f2f2;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 35px;
    line-height: 20px;
    font-family: aupassataregular;
    margin-top: -22px;
}

/*----------FOOTER---------*/
footer {
width: 100%;
border-top: 0;
color: white;
background-color: #003e5c;
font-family: auPassataRegular;
padding: 20px;
}

p#tagline {
text-align: right;
}

div.au_social_sharebox {
    padding-bottom: 15px;
}

footer a {
    color: white !important;
    text-decoration: underline;
}

.page-id {
    color: #87878740 !important;
}

.erklaering {
    text-align: right;
    margin-bottom: 40px;
    margin-top: 30px;
}

.erklaering a {
    color: #fefefe80 !important;
    text-decoration: none !important;
}

.erklaering a:hover {
    color: white !important;
  }

div#c60064 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*----------SMALLE SKÆRME----------*/
@media (max-width: 39.9375em) {

  body.dkhist header .main-logo {
     width:170px!important;
  }
a.main-logo {
    margin-top: 15px !important;
 }
.au_searchform #cludo-search-form-input {
    background-color: #003e5c;
    width: 70%;
    margin-left: 8px;    
}



p#tagline {
    text-align: left;
    margin-top: -17px;
    }

.erklaering {
    text-align: left;
    }

}

/*-----FARVER-----*/

body.general.dkhist a, 
.au_branch.au_selected_branch a, 
.menu-title a, 
.au_branch a, 
.menu a, 
ul#au_section_nav_inner_list a,
body.general.dkhist .left-menu li:before,
body.general.dkhist .left-menu li.au_current:before,
body.general.dkhist a:hover,
body.general.dkhist .left-menu a:hover {
    color: #013e5c;
}

body.general.dkhist a:hover {
    color: #cf4818;
}

body.general.dkhist header .top-bar .menu>li>a:hover,
.general header .top-bar .menu>li>a:hover:after {
    color: #c2421a;
}

.general .menu .active>a, .general .menu .active>a:hover {
    color: #e2007a;
    background-color: transparent;
}

/*-----Menu farver-----*/

.left-menu li.au_current:before,
body.general.dkhist .left-menu li.au_current:before {
    /*color: #333333;*/
}

/*Venstremenu og topmenu farver*/
.left-menu li.au_current ul a {
    /*color: #353535!important;*/
}

.au_branch.au_selected_branch a,
.menu-title a,
.au_branch a,
.menu a,
ul#au_section_nav_inner_list a{
    /*color: #333333 !important;*/
}

/*-----VIDEO indlejring-----*/
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 9px;
}

.videoContainer iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


