ul {
    line-height: 1.6;
}

/* Wrapped around .kdk-top-bar to contain to grid width */
.kdk-contain-to-grid {
    width: 100%;
    background: #005394;
    -webkit-box-shadow: inset 0 0 18px 0 rgba(165, 200, 230, .3);
    box-shadow: inset 0 0 18px 0 rgba(165, 200, 230, .3);
    border-bottom: 1px solid #005394;
}

/* <nav> */
.kdk-top-bar {
font-family: "Duplicate Slab (webfont)", "ff-meta-serif-web", Georgia, serif;
    background: #005394;
    background-image: url(https://sentia.kristeligt-dagblad.dk/sites/default/files/special/special/kirku/images/kriste.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 50px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.kdk-contain-to-grid .kdk-top-bar {
    max-width: 940px;
    margin: 0 auto;
/*    background: transparent; */
}

/* .kdk-top-bar.expanded { height: inherit; } Delete */
.kdk-top-bar ul {
    margin-left: 0;
    display: inline; /*height: 28px;*/
    line-height: 20px;
    list-style: none;
}

.kdk-top-bar ul > li {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: /*28px*/ 22px;
    padding: 0;
    clear: none;
}

.kdk-top-bar ul > li a:not(.button) {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    text-decoration: none;
}

.kdk-top-bar ul > li.secondary a:not(.button) {
    font-weight: normal;
}

.kdk-top-bar ul > li:hover, .kdk-top-bar ul > li.active, .kdk-top-bar ul > li:not(.name):focus {
    background: #005394;
}

.kdk-top-bar ul > li:hover a, .kdk-top-bar ul > li.active a, .kdk-top-bar ul > li:focus a {
    color: #ffffff;
}

.kdk-top-bar ul > li.divider {
    background: #005394;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    margin-right: 1px;
    width: 1px;
}

.kdk-top-bar ul > li.toggle-topbar {
    display: none;
}

.kdk-top-bar ul > li.has-dropdown {
    position: relative;
}

.kdk-top-bar ul > li.has-dropdown:hover > .dropdown, .kdk-top-bar ul > li.has-dropdown:focus > .dropdown {
    display: block;
    visibility: visible;
}

.kdk-top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
    text-decoration: none;
}

.kdk-top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #333 transparent transparent transparent;
    margin-right: 15px;
    margin-top: -2.5px;
    position: absolute;
    right: 0;
    top: 50%;
}

.kdk-top-bar ul > li.has-dropdown .dropdown {
    background: #005394;
    left: 0;
    margin: 0;
    padding: 9px 0 0 0;
    position: absolute;
    visibility: hidden;
    z-index: 99;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li {
    background: #005394;
    line-height: 1;
    min-width: 100%;
    padding-bottom: 5px;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li a {
    color: #ffffff;
    font-weight: bold;
    height: 100%;
    line-height: 1;
    padding: 5px 17px 5px 15px;
    white-space: nowrap;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li a:after {
    border: none;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li a:hover, .kdk-top-bar ul > li.has-dropdown .dropdown li a:focus {
    color: #fff;
    background: #005394;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li label {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li.divider {
    border-top: solid 1px #bacddb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    height: 10px;
    padding: 0;
    width: 100%;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li:last-child {
    padding-bottom: 10px;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li.active a {
    color: #ffffff;
    background: #92b1c7;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li.active a:hover {
    color: #ffffff;
    background: #005394;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 30px;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    right: 5px;
    top: 6px;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
}

.kdk-top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .kdk-top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown {
    display: block;
}

.kdk-top-bar ul.left {
    float: left;
    width: auto;
    margin-bottom: 0;
}

.kdk-top-bar ul.right {
    float: right;
    width: auto;
    margin-bottom: 0;
}

.kdk-top-bar ul.right .has-dropdown .dropdown {
    left: auto;
    right: 0;
}

.kdk-top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown {
    right: 100%;
    left: auto;
    width: 100%;
}

.kdk-top-bar .js-generated {
    display: none;
}

.kdk-top-bar ul > li.kdk-k-icon > a {
    display: block;
   /* background: url(../img/icons/k-logo.png) no-repeat; */
    background-position: 12px center;
    background-size: 18px 18px;
    padding-left: 36px;
}

.kdk-top-bar ul > li.kdk-religion-icon > a {
    display: block;
 /*    background: url(../img/icons/religion-logo.png) no-repeat; */
    background-position: 12px center;
    background-size: 18px 18px;
    padding-left: 36px;
}

.kdk-top-bar ul > li.kdk-cookie-icon > a {
    display: block;
/*    background: url(../img/icons/privacy.png) no-repeat; */
    background-position: 12px center;
    background-size: 14px 13px;
    padding-left: 30px;
}

.kdk-top-bar ul > li.kdk-lock-icon > a {
    display: block;
  /*  background: url(../img/icons/lock.png) no-repeat; */
    background-position: 12px center;
    background-size: 14px 14px;
    padding-left: 30px;
}

.kdk-top-bar ul > li[class*="-icon"].no-text > a {
    width: 14px;
    text-indent: -999em;
    background-position: center center;
    padding: 0 10px;
}

.kdk-top-bar ul > li.welcome-text {
    padding: 0 8px;
}

.kdk-top-bar ul > li.welcome-text a {
    color: #005394;
    display: inline;
    padding: 0;
}

.kdk-top-bar ul > li.welcome-text:hover {
    background: transparent;
}
