/*
 Theme Name:   pressbook Child
 Description:  Sammlungsportal
 Template:     pressbook
*/
.vorschaubildHeader {

}

.vorschaubild{
    max-height: 180px;
    float:left;
}

.vorschaubild_text {
    display: inline-block;
    padding: 5px;
}

.overviewbild{
    padding: 5px;
    max-height: 180px;
    float:left;
}

.ortsnamen {
    font-weight: normal;
}

.overviewbild_tip, .vorschaubild_tip, .link-to-collection  {
    text-decoration: none;
}

.overviewbild_tip:hover , .vorschaubild_tip:hover, .link-to-collection:hover {
    position: relative
}



.overviewbild_tip span, .vorschaubild_tip span, .ortsnamen span, .link-to-collection span {
    display: none;
    font-size: 1.1em;
}

.ortsnamen:hover span {
    display: block;
    position: relative;

}

.ortsnamen span {
    font-size: small;
}

.ortsnamen {
    border-left: 1px dotted #a0a187;
    padding-left: 2px;
}

.ortsnamen a {
    text-decoration: none;
    font-size: smaller;
    color: black;
}

.ortsnamen mark {
    background-color: white;
}

.overviewbild_tip:hover span , .vorschaubild_tip:hover span, .link-to-collection:hover span {
    display: block;
    left: 0px;
    padding: 5px;
    margin: 0px;
    position: absolute;
    top: -20px;
    text-decoration: none;
    color: #646567;
    background-color: white;
    font-size: 1.1em;
}

.link-to-collection {
    margin-top:20px;
    padding: 10px;
}

.detailbild{
    padding: 5px;
}

.wiss_nav_bar, .wiss_list_param {
    font-size: 1.2em;
    /*padding: 20px;*/
}



.collection {
    vertical-align: text-top;
}

.collection_center {
    vertical-align: text-top;
    text-align: center;
}

.collection_metadata {
    border-style: none !important;
}

table, th, td {
    border-style: none !important;
}

.collection_item {
    white-space: pre-wrap;
}

.filter_active {
    color: #003064;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #a0a187 !important;
}

a, .widget li a  {
    color: #5d5c4f;
    text-decoration: none;
}

a:hover, a:active, a:focus, .widget li a:hover, .widget li a:focus, .widget li a:active  {
    color: #003064;
    text-decoration: none;

}

.main-navigation a {
    color: #7a7a67;
}

.main-navigation a:hover {
    color: #003064;
}

.contact_address {
    vertical-align: middle;
}

.contact_image {
    vertical-align: middle;
}


/* Slideshow container */
.slideshow-container {

    max-width: 100%;
    position: relative;
    margin: auto;

}

/* Hide the images by default */
.mySlides {
    display: none;
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #dfdfdf;
    background-color: #808080;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    opacity: 0.6;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #000000;
    background-color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    /*width: 100%;*/
    max-width: 300px;
    text-align: center;
}

.text_desc {
    padding: 0 12px;
    position: absolute;
    max-width: 100px;
    top: 0;
    left: 820px;
    height: 400px;
    overflow: auto;
}


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot_active {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #717171;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}


.slide_row:after {
    content: "";
    display: table;
    clear: both;
    max-width: 800px;
    position: relative;
    margin: auto;
}

/* Six columns side by side */
.slide_column {
    float: left;
    width: 6.66%;
    padding-top: 25px;
    padding-bottom: 25px;
}





/* Add a transparency effect for thumnbail images */
.slide_demo {
    opacity: 0.6;
}


.zoom_button {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 3px;
    font-size: large;
}


dt {
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
    padding-top: 10px;
}

/* ein Clearfix für Folge-dd-Elemente */
dd::after {
    clear: left;
    content: " ";
    display: block;
}

dd {
    padding-top: 20px;
}

dd a {
    text-decoration: none;
}

.stoebern {
    text-decoration: none;
    color: #646567;
}

.sammlung_titel {
    text-decoration: none;
    color: #646567;
}

.sammlung_titel:hover {
    color: #7a7a67;
    text-decoration: underline !important;
}