/* Skip-Link */

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: #000;
    color: #fff;
    padding: 1rem;
    z-index: 1000;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* Indexed Search */

.tx-indexedsearch-browsebox {
    list-style: none;
}

.tx-indexedsearch-browsebox li {
    display: inline;
    margin-right: 5px;
}

.tx-indexedsearch-browsebox li a {
    padding: 0 10px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    min-width: 25px;
    background-color: #c4c8cb;
    text-align: center;
    color: #000;
}

.tx-indexedsearch-browsebox li strong a {
    color: red;
}

.tx-indexedsearch-redMarkup {
    padding-right: 5px;
}

/* Cookieman */
.cookieman-collapsible {
    position: relative;
}

.cookieman-collapsible__checkbox {
    position: absolute;
    top: 8px;
    right: 100px;
}

@media only screen and (max-width: 959px) {
    .cookieman-save {
        margin-bottom: 20px;
    }
}

/* Images in CK Editor as table */
.uk-news .contenttable,
.uk-news .contenttable img {
    width: 100%;
}

.uk-news .contenttable th,
.uk-news .contenttable td {
    padding: 0 10px 0 0;
}

.uk-grid.uk-grid-glossar>.uk-grid-margin {
    margin-top: 15px;
}

/* DMS Partner map */
.partner-map { position: relative; }
.mappoint img { border:none; }
.mappoint a .large { display: none; }
.mappoint a:hover .small { display: none; }
.mappoint a:hover .large { display: inline; margin-left:-4px; margin-top:-3px; }




.uk-table-striped  {
margin-bottom: 50px;
	border-bottom: 2px solid black;
	}