html, body {
    width: 100%;
    height: 100%;
    background: #151714;
    overflow: auto;
    overflow-x: hidden;
}

body, td {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 18px;
    color:#444;
}

a {
    color: #710000;
}
a, a:hover, a:focus, a:active {
    outline: 0;
    text-decoration: none;
    color:inherit;
    font-weight: 400;
    color: #710000;
}

a:hover {
    color: #710000;
    text-decoration: underline;
    text-decoration-color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anton', sans-serif;
    font-weight: 300;
    color:#000;
    margin-bottom: 0.75em;
    line-height: 1.5;
}

.h1, h1 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .h1, h1 {
        font-size: 36px;
    }
}

p {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #444;
}

b, strong {
    font-weight: 600;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

form .btn:first-child {
    margin-left: 0;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}


#main {
    display: block;
    flex-direction: unset;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
}

#defaultTop div {
    margin: 0;
    padding: 0;
}

#defaultTop div.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

#defaultTop > nav > div.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#topParts header > nav {
    /* Breadcrumb ausblenden */
    display: none !important;
}

#middleParts {
    padding: 0;
    margin-top: 77px;
}

#bottomParts {
    margin: 0;
    padding: 0;
}

/* Navbar */

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px;
}

.navbar-inverse {
    background-color: #151714;
    border: 0;
}

.navbar-nav > li > a:first-child {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

ul.navbar-right {
    margin-top: 2px;
}

@media (min-width: 1024px) {
    ul.navbar-right {
        margin-right: 100px;
    }
}

@media (min-width: 1050px) {
    ul.navbar-right {
        margin-right: 110px;
    }
}


@media (min-width: 1160px) {
    ul.navbar-right {
        margin-right: 235px;
    }
}

@media (min-width: 1260px) {
    ul.navbar-right {
        margin-right: 335px;
    }
}



a.navbar-brand {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

@media (min-width: 768px) {
    a.navbar-brand {
        padding: 0 15px;
    }
}   

.navbar-brand img {
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand .slogan {
    display: none;
    float: left;
    padding: 5px 10px;
    width: 250px;
    height: 57px;
    background-color: #1e1e1e;
    border-top: 1px solid #717271;
    border-bottom: 1px solid #717271;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 18px;
}

@media (min-width: 768px) {
    .navbar-brand .slogan {
        display: inline-block;
    }
}   

.navbar-toggle {
    margin-top: 8px;
    margin-bottom: 6px;
    margin-right: 0;
    border-color: #717171 !important;
    color: #fff !important;
    padding: 7px;
}

@media (max-width: 1023px) {
    .navbar-header {
            float: none;
    }
    .navbar-toggle {
            display: block;
    }
    .navbar-collapse.collapse {
            display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
            float: none!important;
    }
    .navbar-nav>li {
            float: none;
    }
}


.navbar-collapse a {
    font-size: 22px;
}



.navbar-search {
    margin-top: 8px !important;
    position: absolute;
    right: 70px;
    top: 11px;
}


.navbar-search form#quickSearchForm {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    position: static;
    float: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 0;
}

.navbar-search form#quickSearchForm .form-control {
    background: #383a37;
    color: #fff;
    border: 0;
    height: 40px
}

.navbar-search form#quickSearchForm .form-control:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-search form#quickSearchForm #quickSearchInput {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 150px;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    background: rgba(30,30,30,.95);
    border: 1px solid #717171;
    border-radius: 2px;
    z-index: 10;
    color: #fff;
}

.navbar-search form#quickSearchForm #quickSearchInput:focus {
    width: 250px;
}


.navbar-search form#quickSearchForm #quickSearchSubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 0;
    z-index: 10;
    color: #fff;
}

@media (min-width: 460px) and (max-width: 1023px) {
    .navbar-search form#quickSearchForm #quickSearchInput {
        display: block !important;
    }
}

@media (min-width: 1024px) {
   .navbar-search {
        right: 25px;
    }
}

@media (min-width: 1160px) {
    .navbar-search form#quickSearchForm #quickSearchInput {
        display: block !important;
    }
}

@media (min-width: 1260px) {
    .navbar-search form#quickSearchForm #quickSearchInput {
        width: 250px;
    }
}


section, .section {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* Hero */

.hero {
    margin: 0;
    padding: 0;
    background: #E5E0DC url(/domainresource/bg-hero-slider-alternative.jpg) center top no-repeat;
    overflow: hidden;
    height: 365px;
    background-size: 120%;
}

/* @media xl */
@media only screen and (max-width: 1920px) {
    .hero {
        height: 365px;
        background-size: 190%;
    }
}

/* @media lg */
@media only screen and (max-width: 1199px) {
    .hero {
        height: 280px;
        background-size: 200%;
    }
}

/* @media md */
@media only screen and (max-width: 991px) {
    .hero {
        height: 250px;
        background-size: 200%;
    }
}

/* @media sm */
@media only screen and (max-width: 767px) {
    .hero {
        height: 350px;
        background-size: 80%;
    }
}
.slider-start {
    margin: 50px 0;
    position: relative;
    /*max-height: 585px;*/
    overflow: hidden;
}

.slider-start ul.slides {
    margin: 0;
    padding: 0;
}

.slider-start .slider-overlay {
    position: absolute;
    width: 100%;
    padding: 10px 15px;
    bottom: 0;
    z-index: 9999;
    text-align: center;

}

.slider-start .slider-overlay a {
    text-decoration: none;
    color: #fff;
}

.slider-start .slider-overlay .date {
    position: absolute;
    right: 50px;
    bottom: 94px;
    margin: 0;
    padding: 4px 12px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0,0,0,0.25);
    border: 0;
    line-height: 1;
}

.slider-start .slider-overlay .headline {
    position: absolute;
    right: 50px;
    bottom: 29px;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.25);
    border: 0;
    line-height: 1;
}

.slider-start .slider-overlay .newspaper {
    position: absolute;
    right: 50px;
    bottom: 13px;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0,0,0,0.25);
    border: 0;
    line-height: 1;
}

.slider-start .slider-overlay .btn-slider {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 26px;
    padding: 25px 8px 24px;
    font-weight: 600;
    font-size: 38px;
    color: #fff;
    background-color: rgba(0,0,0,0.25);
    border: 0;
}

.slider-start .slider-overlay .sub-text {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.slider-start .slider-overlay .date:hover,
.slider-start .slider-overlay .headline:hover,
.slider-start .slider-overlay .newspaper:hover,
.slider-start .slider-overlay .btn-slider:hover {
    background-color: rgba(0,0,0,0.5);
}

.slider-start .img-responsive {
    width: 100% !important;
}

.flex-slider > .flex-control-paging {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 50px;
    margin: 0;
    padding: 0 7px;
    width: auto;
    height: 20px;
    z-index: 10;
    background-color: rgba(0,0,0,0.25);
    border: 0;
}

.flex-slider > .flex-control-paging li {
    margin: 0;
}

.flex-slider > .flex-control-paging li a {
    margin: 7px 5px;
    width: 8px;
    height: 6px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 1024px) {
    .flex-slider > .flex-control-paging li a {
        width: 15px;
    }
}

@media (min-width: 1200px) {
    .flex-slider > .flex-control-paging li a {
        width: 25px;
    }
}

.flex-slider > .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}

.flex-slider > .flex-direction-nav {
    z-index: 9999;
}

.flex-slider > .flex-direction-nav .flex-prev {
    left: 0;
}
.flex-slider > .flex-direction-nav a.flex-prev::before {
    content: '⟨';
}

.flex-slider > .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.flex-slider > .flex-direction-nav a.flex-next::before {
    content: '⟩';
    transform: none;
}

.flex-slider > .flex-direction-nav a {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    height: 64px;
    padding: 0px 10px;
    background-color: rgba(0,0,0,0.25);
    vertical-align: top;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.flex-slider > .flex-direction-nav a:before {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.flex-slider > .flex-direction-nav a:hover {
    background-color: rgba(0,0,0,0.5);
}

/* Datepicker */

.date .year-buttons {
    margin: 15px 0 25px 0;
}

.date .year-buttons .btn-default {
    background: #adaba8;
}

.date .year-buttons .btn-default:hover {
    background: #959493;
}


.date .year-buttons .btn-sm {
    padding: 5px 12px 3px;
    margin-top: 0;
    margin-right: 6px;
}

.date .box {
    background: #cecdca;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 5px 20px 20px;
}

.date .box h3 {
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.date .box input[type=text],
.date .box input[type=text][readonly] {
    font-size: 18px;
    background: #fff;
    border: 1px solid #bbb;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.date .btn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Search */

.search .box {
    background: #e6e0d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 5px 20px 20px;
}

.search .box h3 {
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.search .box input[type=text] {
    font-size: 18px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}
.search-examples {
    margin-top: 15px;
    margin-bottom: 0px;
}

.search-examples p {
    font-size: 14px;
    color: #000;
}

.search-examples a {
    display: inline;
    margin-right: 2px;
    padding: 1px 5px;
    background: #f0ece5;
    font-size: 14px;
    color: #000;
    border-radius: 3px;
    line-height: 1.85;
    text-wrap: none;
    white-space: nowrap;
}

.search-hint {
    margin-top: 0px;
    margin-bottom: 15px;
}

.search-hint p {
    font-size: 14px;
    color: #000;
}


.search .btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search .details {
    margin-top: 20px;
}

.search .details a {
    font-size: 16px;
    color: #000;
}

/* Buttons */

.btn {
    border: 0;
    font-family: 'Anton', sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .05em;
    transition: all 0.2s ease-in-out;
    white-space: normal;
}

@media (min-width: 768px) {
    .btn {
        white-space: nowrap;
    }
}

.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-primary {
    background: #7f1919;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.hover,
.btn-primary:hover {
    background: #6c1a1a;
    border: 0;
}

.btn-color1 {
    background: #710050;
    color: #fff;
}
.btn-color2 {
    background: #003571;
    color: #fff;
}
.btn-color3 {
    background: #00714a;
    color: #fff;
}
.btn-color4 {
    background: #712300;
    color: #fff;
}

/* Footer */

#bottomParts, footer {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}
.footerContent {
    margin: 0;
    padding: 10px 0 5px;
    background: #151714;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    letter-spacing: 0.015em;
    color: #fff;
    border: 0;
}

.footer-copyright {
    text-align: center;
}

span.copyright {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    padding-right: 8px;
    margin-top: -9px;
    vertical-align: top;
}

.meta-nav {
    text-align: center;
}
.meta-nav a {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    text-decoration: none;
    color: #ccc;
    padding-left: 25px;
}

.meta-nav a:hover {
    text-decoration: underline;
    color: #fff;
}

@media (min-width: 768px) {
    .footer-copyright {
        text-align: left;
    }

    .meta-nav {
        text-align: right;
    }
}



/* Formulare */

.form-control:focus {
    border-color: #bbb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(105,105,105, 0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(105,105,105, 0.2);
}

input {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    color: #000;
}



/* Carousel */

.geo-selection {
    margin: 0 25px 25px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #7f1919 !important;
    border: 0;
}

.dropdown-menu {
    font-size: 16px;
}

.geo-selection .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: 220px;
    width: 400px;
}

.geo-selection .bootstrap-select.btn-group .dropdown-menu li:first-child {
    display: none;
}


.geo-carousel {
    margin-top: 50px;
}

.geo-carousel .owl-item img {
    border-radius: 4px;
}

.carousel {
    background: #e6e0d4;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 50px 0;
}

.carousel .container-fluid {
    padding-left: 0;
    padding-right: 0;
}



/* Zeitungen */

h1#indexNavPath {
    margin: 50px 0;
    font-size: 36px;
    color: #000;
}

.mainnaviCaption {
    font-size: 16px;
    font-weight: bold;
}

.mainnaviElement {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

.drop {
    margin: 0 3px 0 0;
}
select.change {
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 1px 5px 3px;
    cursor: pointer;
}

.naviControls select.change {
    margin: 0;
    font-size: 18px;
    padding: 1px 5px 4px;
    cursor: pointer;
}

.naviControls .nodrop {
    margin: 0;
    font-size: 18px;
    padding: 1px 5px 4px;
    border: 1px solid #ddd;
    font-family: 'EB Garamond', serif;
    line-height: 26px;
}



.vls-button {
    background: rgb(127, 25, 25);
    background-image: none;
    background-position: 0 0 !important;
    display: block;
    height: 34px !important;
    width: 34px !important;
    margin-right: 3px !important;
    font-size: 24px !important;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

span.imageControls span.vls-button,
div.paginglink span.vls-button {
    opacity: .3;
    cursor: default;
}

span.imageControls a.vls-button,
div.paginglink a.vls-button {
    opacity: 1;
    color: #fff;
}

span.imageControls a.vls-button:hover,
div.paginglink a.vls-button:hover {
    color: #fff;
    border: 0;
    background: #6c1a1a;
    text-decoration: none;
}

a#zoomh.vls-button,
a#zoomh_s.vls-button {
    background-image: url(/domainresource/vls-icons.png);
    background-repeat: no-repeat;
    background-position: 0px -170px !important;
}

a#zoomw.vls-button,
a#zoomw_s.vls-button {
    background-image: url(/domainresource/vls-icons.png);
    background-repeat: no-repeat;
    background-position: 0px -204px !important;
}

a#rotateCounterclockwise.vls-button {
    background-image: url(/domainresource/vls-icons.png);
    background-repeat: no-repeat;
    background-position: 0px -102px !important;
}

a#rotateClockwise.vls-button {
    background-image: url(/domainresource/vls-icons.png);
    background-repeat: no-repeat;
    background-position: 0px -136px !important;
}

a#goZoom.vls-button {
    background-image: url(/domainresource/vls-icons.png);
    background-repeat: no-repeat;
    background-position: 0px -34px !important;
}

a#goPage.vls-button {
    background-image: url(/domainresource/vls-icons.png);
    background-repeat: no-repeat;
    background-position: 0px -238px !important;
}

.paginglink .start:after,
.paginglink .start_s:after {
    content: "Â«";
}

.paginglink .back:after,
.paginglink .back_s:after {
    content: "â¹";
}

.paginglink .forw:after,
.paginglink .forw_s:after {
    content: "âº";
}

.paginglink .end:after,
.paginglink .end_s:after {
    content: "Â»";
}

div.paginglink span.vls-button.inactive::after {
    margin-left: -4px;
}

#navPort #extraTabs {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
}

a#permalink {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    text-indent: -9999px;
    background-color: #7f1919;
    background-image: url(/domainresource/vls-icons.png);
    background-repeat: no-repeat;
    background-position: 0px -340px !important;
    color: #fff;
}

a#permalink:hover {
    background-color: #6c1a1a;
}

#bottomNav {
    margin: 0 0 50px !important;
}

#mainheaderNaviBox {
    width: 80% !important;
    margin-left: 0;
    margin-right: 0;
}

#mainheaderNaviBox-after.mainheader {
	display: block;
	font-size: 1px;
	clear: left;
	margin: 0;
	height: 1px;
	padding: 0;
	line-height: 0;
}

.alphaIndexNav {
    width: 80% !important;
    margin-left: 0;
    margin-right: 0;
}

.vls-list {
    /* commented a.ch
    width: 70% !important;
    margin: 100px 0 30px;
    clear: both; */
    max-width: 70%;
}
.vls-list.structure {
/* added a.ch */
  font-size: 15px;
}
table.metadataTable td {
    padding: 25px 40px 25px 0 !important;
    border-top: 1px solid #ddd;
    border-bottom: 0 !important;
}

.metadataTable .thumb > img {
    width: 120px !important;
    height: auto !important;
}

.metadataTable .title a {
    font-size: 24px;
    font-family: 'Anton', sans-serif;
}

.metadataTable .subTitle {
    font-size: 20px;
    /*font-family: 'Anton', sans-serif;*/
}

.metadataTable .origin {
    font-size: 16px;
    font-weight: bold;
    /*font-family: 'Anton', sans-serif;*/
}


.listNavigation {
    position: absolute;
    top: 100px;
    right: 15px;
    width: 25% !important;
    background: #e3e3e3 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
    padding: 5px 20px 20px !important;
}

.listNavigation .mainheader {
    font-family: 'Anton', sans-serif;
    font-size: 30px !important;
    /*font-weight: 500 !important;*/
    /*letter-spacing: 0.05em;*/
    color: #000 !important;
    margin-top: 20px !important;
}

.listNavigation .menusection {
    border: 0;
    margin: 25px 0 50px;
}

#facetData .menuheader {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: none;
    color: #000;
    border: 0;
    padding: 0;
}

#facetData .menubox {
    margin: 10px 0;
    padding: 0;
    border: 0;
}

#facetData .menubox ul.nav li {
    background: rgba(255,255,255,.75);
    border-radius: 3px;
    margin-bottom: 3px;
}

#facetData .menubox ul.nav li:nth-child(2n) {
    background: rgba(255,255,255,.5);
}

#facetData .menubox ul.nav li a {
    padding: 10px;
    font-size: 16px;
    background: none !important;
    color: #333;
}

#facetData .menubox ul.nav li a .itemCount {
    background: rgba(195, 195, 195, 0.25);
    margin-top: -10px;
    padding: 10px 8px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #333;
    line-height: 10px;
}

#facetData .menubox ul.nav li a:hover {
    text-decoration: underline;
    text-decoration-color: #ccc;
}

#facetData a.toggle-facetitems {
    background-color: rgb(127, 25, 25);
    background-image: none;
    border-radius: 6px;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: "Anton",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

}

#facetData a.expand-facetitems:hover {
    background: #6c1a1a;
    text-decoration: none;
}

#facetData .clearFilter {
    margin-right: -30px;
}


/* Zeitung */

main #navPort {
    height: 47px;
    position: relative;
    margin: 25px 0;
    padding: 0;
    border: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

main #navPort > li.viewCtrl {
    margin: -1px 5px 0;
    padding: 6px 25px 4px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #f3f3f3;
}

main #navPort > li.viewCtrl_sel {
    margin: 0 5px;
    padding: 1px 25px 7px;
    border: 1px solid #ddd;
    border-top: 4px solid #7f1919;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 2;
    background: #fff;
    font-weight: bold;
}

main #navPort > li a {
    background: none;
    font-weight: normal;
    color: #888;
}

main #navPort > li a:hover {
    background: none;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color: #ddd;
    color: #333;
}


.type_newspaper {
    margin: 50px 0;
}

#titleInfoImage img {
    width: 400px;
    height: auto;
}

#topmenu input, #searchTheBook input, #topmenu button, #searchTheBook button {
	font-size: 16px;
}

#inputSearchTheBook {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 0;
    color: #666;
}

#submitSearchTheBook {
    padding: 9px 12px;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    min-width: 50px;
    background: #adaba8;
    color: #fff;
    font-weight: bold;
}

#submitSearchTheBook:hover {
    background: #959493;
    color: #fff;
}

table.titleInfo {
    margin-bottom: 40px;
}

#td-titleInfoMetadata {
    padding-left: 40px;
}

#titleInfoMetadata h1.mainheader {
    margin: 0 0 25px;
    font-family: "Anton", sans-serif;
    font-size: 36px;
    color: #000;
}

#titleInfoMetadata .name {
    font-weight: bold;
}

.titleChild {
    padding: 3px 8px;
    background: #f5f5f5;
}
.titleChild-even {
    background: #fff;
}

.titleChild:hover {
    background: #eee;
}

.trailingIco,
.leadingIco {
    display: none;
}

a.wikipediaLink {
    background: none;
}

a.wikipediaLink img {
    background: none;
}

.transparency {
    /* background: #eee; commented a.ch */
    background: #b00;
    opacity: 0.5;
}

.titleLinks a {
    font-size: 20px;
}







/* Quickfixes */

#defaultTop > p {
    display: none;
}
#rowMiddle > td > table#middleContent {
    /*margin-top: 72px !important;*/
}

#rowMiddle {
    overflow: hidden;
}

#middleContent {
    overflow: hidden;
    background-color: #fff;
}
main {
    margin: 0;
    padding: 0;
    height: auto;
    /*overflow: hidden;*/
}

#mainsearch {
    border: 0;
    border-radius: 0;
}

div#map {
    border: 1px solid #ddd;
    /*height: auto;*/
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
}

.colmain {
    margin: 0;
    padding: 15px 25px;
    /*height: auto !important;*/
    width: auto !important;
    background: #fff !important;
}

.bd-wiki-home .colmain {
    padding: 0 25px;
}

.navPort-wiki, .navPort-nav {
     display: none;
}

main > h1.mainheader {
    margin-top: 30px;
}


main #navPort {
    height: 43px;
    padding-bottom: 0;
}

.portalBreadcrumbs {
    display: none;
}

.wiki {
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}

.bd-wiki .wiki {
    padding: 0 25px;
}

.bd-wiki-home .wiki,
.wiki-home {
    margin: 0 -25px;
    padding: 0;
}



.alphaIndexNav {
    margin: 0;
    padding: 0;
    float: left;
}

.alphaIndexList a, .alphaIndexList a:link, .alphaIndexList a:visited {
    border-radius: 4px;
    margin-right: 3px;
    font-family: 'EB Garamond', serif;
    color: #fff;
    background-color: #a0a0a0;
    font-weight: bold;
}

.alphaIndexList a.active:link, .alphaIndexList a.active:visited {
    background-color: #710000;
    font-weight: bold;
}


.alphaIndexList a:hover {
    color: #fff;
    border: 0;
    background: #666;
    text-decoration: none;
}

.alphaIndexList a.active:hover {
    color: #fff;
    border: 0;
    background: #6c1a1a;
    text-decoration: none;
}

.alphaIndexList .noHits {
    /* display: none; */
    border-radius: 4px;
    margin-right: 3px;
    color: #fff;
    background-color: #444;
    opacity: .15;
    font-weight: bold;
    cursor: default;
}

.alphaIndexList .set > * {
    padding: 10px 10px;
}
.alphaIndexList #aindex-1 > a.selected, .alphaIndexList #aindex-1 > a.active {
    padding-top: 10px;
    padding-bottom: 10px;
}


#footerContent{
    display:none;
}

#footerLinkVLS {
    display:none;
}

#custom-footer {
    margin: -15px -5px 0 -5px;
    background: #151714;
    padding: 10px 0 5px;
}




.footerContent a {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    text-decoration: none;
    color: #ccc;
    padding-left: 25px;
}



#bottomParts, #footer {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}
#custom-footer,
.footerContent {
    margin: 0 -5px;
    padding: 10px 0 5px;
    background: #151714;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    letter-spacing: 0.015em;
    color: #fff;
    border: 0;
}
#custom-footer span.copyright {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    padding-right: 8px;
    margin-top: -9px;
    vertical-align: top;
}

#custom-footer a {
    color: #ccc;
}


.meta-nav a {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    text-decoration: none;
    color: #ccc;
    padding-left: 25px;
}

.meta-nav a:hover {
    text-decoration: underline;
    color: #fff;
}








.owl-carousel {
    /*height: 280px;*/
    /*overflow: hidden;*/
}

.owl-carousel .owl-stage {
    overflow: hidden;
    /*max-height: 260px;*/
}



#dayList {
    width: 70%;
}

#dayList div.datepicker table {
    border-radius: 2px;
    border: 0;
    margin-right: 50px;
    margin-bottom: 50px;
}

#dayList div.datepicker th.month {
    background: #e3e3e3;
}

#dayList div.datepicker th.month > span {
    width: auto;
    height: 60px;
}
#dayList div.datepicker th.month a {
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    color: #000;
    display: block;
    word-wrap: none;
    padding: 0;
    margin: 0;
    line-height: 45px;
}


#dayList div.datepicker th,
#dayList div.datepicker th span {
    color: #000;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
#dayList div.datepicker td {
    color: #777;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    background: #f3f3f3;
}

#dayList th span,
#dayList td span,
#dayList a.avail {
    /* font-weight: bold; */
    display: inline-block;
    width: 40px;
    height: 40px;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 36px;
    border-radius: 4px;
    border: 0;
}

#dayList a.avail {
    background-color: #a0a0a0;
    cursor: pointer;
}

#dayList a.avail:hover {
    border:0;
    background-color: #999;
}

#dayList div.datepicker:last-child,
#dayList div.datepicker:last-child table {
    width: auto;
}

#dayList div.datepicker:last-child th,
#dayList div.datepicker:last-child th.month > span,
#dayList div.datepicker:last-child td span {
    width: auto;
    height: 60px;
    color: #000;
}
#dayList div.datepicker:last-child a.avail{
    width: auto;
}



.arButton {
    height: 31px;
    width: 33px;
    padding: 0;
    background-image: none;
    background-color: #7f1919;
    border-radius: 6px;
    vertical-align: top;
    border: 0;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#open-yearList-layer {
    margin-top: 4px;
}

.arButton:hover {
    background-color: #6c1a1a;
}

.arDown div {
    height: 33px;
    width: 31px;
    margin: 0;
    padding: 0;
    background-image: none;
    transform: rotate(90deg);
    overflow: hidden;
}

.arDown div::after {
    position: absolute;
    top: -3px;
    left: 10px;
    width: 31px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    content: "âº";
    color: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
}

#open-yearList-layer.arDown div::after {
    top: 0;
}

.yearList-layer {
    margin: -25px 0;
    box-shadow: 6px 6px 10px 0px #666;
    position: absolute;
    display: none;
    background-color: white;
    z-index: 5;
    border: 1px solid #ccc;
    padding: 1em;
    overflow-y: scroll;
    min-width: 350px;
    max-height: 300px;
    height: auto !important;
    overflow: hidden;
    overflow-y: auto;
}

.yearList-layer .header {
    font-family: 'Anton', sans-serif;
    font-weight: 300;
    color:#000;
    margin-bottom: 0.75em;
}

.yearList-layer .century > span,
.yearList-layer .century > div.oj {
	border-radius: 6px;
	margin: 0.2em 0.2em;
	border: 0;
}

.yearList-layer .century > div.oj a.avail {
    padding: 5px 12px 7px;
    text-decoration: none;
    color: #fff;
    background-color: #a0a0a0;
    box-shadow: none;
    border-radius: 6px;
    border: 0;
    text-decoration: none;
}
.yearList-layer .century > div.oj a.avail:hover {
    background-color: #999;
}

.yearList-layer .century > div.oj a.sel {
	background: #7f1919;
    box-shadow: none;
}

.yearList-layer .century > div.oj a.sel:hover {
    background-color: #6c1a1a;
}

.yearList-layer .century > span.year {
    background-color: #f1f1f1;
    margin: 0.2em 0.2em;
    padding: 0;
    cursor: default;
}

.yearList-layer .century > span.year > span {
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 1px 12px 9px;
    vertical-align: top;
    border: 0;
}

.yearList-layer .century > span.avail {
    background-color: #a0a0a0;
    box-shadow: none;
}

.yearList-layer .century > span.avail:hover {
    background-color: #999;
}

.yearList-layer .century > span.sel {
	background: #7f1919;
    box-shadow: none;
}

.yearList-layer .century > span.sel:hover {
    background-color: #6c1a1a;
}

.yearList-layer .century .avail > a,
.yearList-layer .century .avail > a:hover {
    padding: 1px 12px 9px;
    text-decoration: none;
    color: #fff;
}

.breadcrumbNext {
    padding: 12px 15px;
    font-size: 36px;
    color: #666;
    line-height: 1px;
    vertical-align: top;
    display: inline-block;
}

.wiki-home article > * {
    padding-left: 0;
}



/* Map */

.map {
    width: 80%;
    height: 650px;
}

.ol-control button {
    background-color: rgba(166,54,3,0.5);
}

.ol-control button:hover {
    background-color: rgba(166,54,3,0.5);
}

.ol-mouse-position {
    font-family: arial;
}

.ol-dragzoom {
    background-color: rgba(166,54,3,0.5);
    border-width: 2px;
    border-color: rgba(166,54,3,1.0);
}

.notificatin-bar .ol-mouse-position{
    font-family: arial;
    text-align: center;
    position: static;
}

.popup {
    border: 1px solid grey;
    background-color: rgba (255,255,255,1);
    border-radius: .5em;
}

#legend {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    padding: 10px 30px 10px 15px;
    z-index: 999;
    line-height: 1;
}

#legend span {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    /*font-weight: bold;*/
}

#legend span::before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 10px;
    border: 1px solid #555;
    margin-right: 10px;
}

#legend span.yellow::before {
    background-color: #cfc032;
}

#legend span.red::before {
    background-color: #be433a;
}

#legend span.blue::before {
    background-color: #3072c3;
}

#legend span.green::before {
    background-color: #2c5e28;
}


.ol-attribution li {
    padding: 0;
    font-size: 14px;
    color: #000;
}

.ol-attribution li a {
    font-size: 14px;
    color: #000;
    vertical-align: top;
}

.ol-attribution li a img {
    display: inline-block;
    max-height: 16px;
    vertical-align: bottom;
}

.navbar-fraktur-lesehilfe {
    position: absolute;
    top: 13px;
    right: 225px;
}



button.fraktur-icon {
    display: none;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 1;
    color: #fff;
}



.fraktur-lesehilfe {
    display: block;
    position: fixed;
    margin: 0;
    padding: 0 !important;
    width: 200px;
    right: -200px;
    bottom: 25px;
    z-index: 999999;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.6);
    transition: all .3s ease-in-out;
}


.fraktur-lesehilfe.visible {
    right: 25px;
}


.fraktur-lesehilfe img {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
}

@media (min-width: 500px) {
    button.fraktur-icon {
        display: block;
    }
}

@media (min-width: 1024px) {
    .navbar-fraktur-lesehilfe {
        right: 65px;
    }
}

@media (min-width: 1160px) {
    .navbar-fraktur-lesehilfe {
        right: 190px;
    }
}

@media (min-width: 1260px) {
    .navbar-fraktur-lesehilfe {
        right: 290px;
    }
}


.tooltip.top {
    padding: 5px 0 !important;
    margin-top: -3px !important;
}

.tooltip.bottom {
    padding: 5px 0 !important;
    margin-top: 3px !important;
}

.tooltip .tooltip-arrow {
    margin-left: -5px !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip-inner {
    max-width: 200px;
    padding: 4px 10px !important;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}

/* Bugfix fÃ¼r Header LIVE */ 
.bd-wiki-home #rowTop td#tdTop {
    padding: 0 25px;
}
.bd-wiki .wiki {
     padding: 0; 
}

#rowTop .wiki {
    padding: 0 !important;
}
