/* Objektsuche - Listenanzeige */

/* umfassende Tabelle */
.searchList {
    margin-top: 10px;
    width: 678px;
    border: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border-collapse: collapse;
}

.searchList .tr {
    height: 115px;
}

.searchList .cell {
    width: 200px;
    height: 262px;
    float: left;
    background: url(../images/ListButton/objectList1BG.png) no-repeat center center;
    position: relative;
    margin: 0 13px 25px 13px;
    overflow: hidden;
}

.searchList .cell .thumb {
    /*background-image: url(../images/ajax-loaderSmall.gif);*/
    background: no-repeat center top;
    background-size: contain;
    text-align: left;
    width: 170px;
    height: 130px;
    position: absolute;

    top: 14px;
    left: 14px;

    border: 0 dotted pink;
}

.searchList .cell .listObject {
    height: 70px;
    width: 170px;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
    background-color: transparent;
    position: absolute;
    top: 160px;
    left: 14px;
}

.searchList .cell .listObject a {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.listViewOptionsSlide {
    height: 90px;
    position: absolute;
    width: 100%;
    bottom: -64px;
    left: 0;
    background: transparent url(../images/ListButton/back.png) no-repeat center center;
    background-size: 186px 90px;
    z-index: 0;
}

.listViewOptionsSlideHider {
    position: relative;
    top: 232px;
    left: 0;
    height: 30px;
    width: 200px;
    background: transparent url(../images/ListButton/oben.png) no-repeat center center;
    background-size: 200px 30px;
    z-index: 1;
}

.listViewOptionsButton {
    width: 158px;
    height: 44px;
    background: url(../images/ListButton/backButton.png) no-repeat center center;
    position: relative;
    top: 20px;
    left: 20px;
}

.listViewObjectButtonLeft {
    width: 69px;
    height: 27px;
    background: url(../images/ListButton/buttonLeft.png) no-repeat center center;
    float: left;
    margin: 7px 0 0 7px;
    cursor: pointer;
    padding: 5px 0 0 3px;
    font-size: 11px;
}

.listViewObjectButtonLeft:hover {
    background-image: url(../images/ListButton/buttonLeftHover.png);
}

.listViewObjectButtonLeft a {
    color: #999999;
}

.listViewObjectButtonRight {
    width: 74px;
    height: 32px;
    background: url(../images/ListButton/buttonRight.png) no-repeat center center;
    float: left;
    margin: 7px 0 0 -2px;
    cursor: pointer;
    padding: 0 0 0 0;
    font-size: 9px;
}

.listViewObjectButtonRight:hover {
    background-image: url(../images/ListButton/buttonRightHover.png);
}

/* Tabs für mitBild und ohneBild*/

ul.tabs {
    margin: 0 0 2px;
    padding: 0 0 5px 0;
    list-style: none;
    height: 28px; /*--Set height of tabs--*/
    width: 678px;
    background: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 1px 0 0 #FFFFFF;
    box-shadow: 0 1px 0 0 #FFFFFF;
}

ul.tabs li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    top: -10px;
}

ul.tabs li a {
    /*background-color: none;*/
    /*background: none;*/
    text-decoration: none;
    display: block;
    outline: none;
    padding: 2px 0 0 0;
    margin: 17px 0 0 0;
    font-weight: bold;
    color: #006697;
    text-align: center;
}

ul.tabs li #withPic {
    /*background: url("../images/objectTabWithPic.png") no-repeat center top;*/
    height: 25px;
    width: 125px;
}

ul.tabs li #withOutPic {
    /*background: url("../images/objectTabWithOutPic.png") no-repeat center top;*/
    height: 25px;
    width: 125px;

}

ul.tabs li a:hover {
    border: none;
    outline: none;
}

/*
html ul.tabs li {
	background-image: url(../images/tabs/normal.png);
}

html ul.tabs li:hover {
	background-image: url(../images/tabs/ueber.png);
}

html ul.tabs li.active {
	background-image: url(../images/tabs/gedrueckt.png);
}
*/

/* der eigentliche inhalt der tabs */

.tab_container {
    overflow: hidden;
    clear: both;
    width: 678px;
    min-height: 690px;
    border-top: 0 solid #d9d9d9;
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    margin-bottom: 25px;
    margin-left: 0;
    position: relative;
    top: -15px;
}

.tab_content {
    margin: 0;
    min-height: 678px;
    padding: 0 0 30px;
    text-align: center;
    background: no-repeat center 200px;
}

/* Buttons fürs Umschalten bei Bildlistenansicht für Gallerie */

#gallerieAnsichtButton {
    width: 200px;
    position: relative;
    top: 2px;
    left: 490px;
    height: 27px;
    cursor: pointer;
    background: none;
}

#gallerieAnsichtButton img {
    border: 0;
    cursor: pointer;
    margin-left: 4px;
    height: 25px;
    width: 88px;
}

/* Tabelle, welche die Einzelobjektansicht fasst */
#tableEinzelObjektAnsicht {
    border: 0;
    width: 668px;
    margin-bottom: 20px;
    margin-top: 25px;
}

#tableEinzelObjektAnsicht td {
    vertical-align: top;
    padding: 5px 5px 5px 0;
    width: 324px;
    font-size: 12px;
}

#tableEinzelObjektAnsicht td div.relative {
    vertical-align: top;
    width: 339px;
}

#tableEinzelObjektAnsicht tr td h2 {
    margin-left: 1px;
    margin-bottom: 26px;

}

#tableEinzelObjektAnsicht tr td table tr td:first-child {
    font-weight: bold !important;
}

#objectSingleViewTitle {
    font-size: 19px;
    color: #931E37;
    margin: 10px 0 40px 0;
    font-family: 'Marvel', sans-serif;
    font-weight: 700;
}

#objectSingleViewTitle h2 {
    line-height: 32px;
}

/* Zoomicon für das Bild in der Einzelobjektansicht */
#singleViewZoom {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 20;
    font-size: 20px;
    color: #fff;
    /* ersetzt in der Veranstaltungsansicht durch 'font-awesome' Icon --> in HTML wie folgt ersetzen: '<div id="singleViewZoom"><i class="fa fa-search"></i></div>' */
    background: url(../images/singleViewZoom.png) no-repeat center center;
}

/* Knopf unter der Listenanzeige, mit dem weitere Treffer eingeblendet werden */

#objectsShowMoreHits-objekte-mitBild, #objectsShowMoreHits-objekte-ohneBild {
    text-align: center;
    width: 314px;
    height: 30px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #ECECEC;
    margin: 0 auto;
    padding-top: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #F9F9F9 no-repeat center center;
    text-shadow: 1px 1px 0 #FFFFFF;
}

/* Tabs für die Einzelobjektansicht */

ul.tabsSingleView {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    height: 28px; /*--Set height of tabs--*/
    width: 619px;
    background: none;
}

ul.tabsSingleView li {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 0 solid #CCCCCC;
    position: relative;
    top: 2px;
    z-index: 20;
    background-color: #f9f9f9;
}

ul.tabsSingleView li a {
    background: transparent none;
    text-decoration: none;
    display: block;
    outline: none;
    padding: 5px 10px 5px 10px;
    margin: 0 0 0 0;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}

ul.tabsSingleView .active {
    border: 1px solid #CCCCCC;
    border-bottom: 0 solid #CCCCCC;
    background-color: #FFFFFF;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

ul.tabsSingleView li a:hover {
    border: none;
    outline: none;
}

/* der eigentliche inhalt der tabs */

.tab_containerSingleView {
    border: 1px solid #CCCCCC;
    padding: 20px 20px 10px 10px;
    overflow: hidden;
    clear: both;
    width: 619px;
    min-height: 129px;
    border-top: 1px solid #d9d9d9;
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 2px 0 #f1f1f1;
    -moz-box-shadow: 0 2px 2px 0 #f1f1f1;
    box-shadow: 0 2px 2px 0 #f1f1f1;
}

.tab_contentSingleView {
    margin: 0;
    min-height: 129px;
    padding: 0 0 30px;
    text-align: left;
    font-size: 12px;
}

.tab_contentSingleView table tr td {
    vertical-align: top;
}

/* Bild, das in der Sidebar als auch anguckbar vorgeschlagen wird */
.previewSidebarImage {
    max-height: 70px;
    max-width: 220px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 1px;
}

/* Link, mit dem man aus der EInzelobjektansicht zurück zur Suche geht*/
#singleObjectViewGoBack {
    color: #931E38;
    font-weight: bold;
    border-right: 1px solid #CCCCCC;
    padding-right: 10px;
    cursor: pointer;
    background: url(../images/small_arrow_left.png) no-repeat left center;
    padding-left: 16px;
}

/* Link in der Einzelobjektansicht, mit dem man ein Objekt in den Leuchtkasten legt */
#putInLightBoxLink {
    color: #931E38;
    font-weight: bold;
    border-left: 1px solid #CCCCCC;
    background: url(../images/small_arrow_right.png) no-repeat right center;
    padding-left: 10px;
    padding-right: 16px;
    cursor: pointer;
}

/* Link in der Listenansicht, um Bild in Leuchtkasten zu legen */
.addToLightBoxFromListView {
    height: 32px;
    width: 74px;
    background: url(../images/addToLightboxEye.png) no-repeat center center;
    display: none;
}

/* Lightboxkasten in der Sidebar */
#lightboxSidebar {
    text-align: center;
    min-height: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*url()*/;
    background: #F4F4F4 none no-repeat center center;
    padding: 5px;
    -webkit-box-shadow: inset 0 0 2px 1px #e9e9e9;
    -moz-box-shadow: inset 0 0 2px 1px #e9e9e9;
    box-shadow: inset 0 0 2px 1px #e9e9e9;
}

#lightboxSideBarInner a {
    background-image: none;
    padding: 0;
    margin: 1px;
}

/* kleines Vorschaubild aus dem Leuchtkasten in der Sidebar */
.lightboxImageSidebar {
    max-height: 50px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 1px 1px 1px 1px #c9c9c9;
    -moz-box-shadow: 1px 1px 1px 1px #c9c9c9;
    box-shadow: 1px 1px 1px 1px #c9c9c9;
}

/* Tabelle für die Lightbox auf der Bühne */
#lightboxTableFullLightbox {
    width: 660px;
    border: none;
    border-collapse: collapse;
}

#lightboxTableFullLightbox tr {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

#lightboxTableFullLightbox td {
    padding: 8px 25px 8px 5px;
    vertical-align: top;
}

/* Tabellenzelle für Vorschaubild in der Lightbox auf der Bühne */
.lightboxImageTDFullLightbox {
    width: 160px;
}

/* Vorschaubild in der Lightbox auf der Bühne */
.lightboxImageFullLightbox {
    max-width: 140px;
    max-height: 110px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

/* Link, mit dem man einen Eintrag aus der Lightbox wieder löscht */
.deleteFromLightboxLink {
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../images/deleteLightboxEntry.png) no-repeat center center;
}

/* Link mit dem man alle Objekte aus der Lightbox löscht */
#deleteFromLightBoxLinkAll {
    margin-top: 10px;
    width: 660px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 1px 1px 1px 1px #c9c9c9;
    -moz-box-shadow: 1px 1px 1px 1px #c9c9c9;
    box-shadow: 1px 1px 1px 1px #c9c9c9;
    background-color: #F9F9F9;
}

/* zufälliges Object in der Sidebar */
#randomObjectSidebar {
    text-align: center;
    min-width: 50px;
}

#randomObjectSidebar a {
    background: none;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
}

#randomObjectSidebar a:hover {
    text-decoration: none;
    color: #931E37;
}

#randomObjectSidebar img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 1px #c9c9c9;
    -moz-box-shadow: 1px 1px 1px 1px #c9c9c9;
    box-shadow: 1px 1px 1px 1px #c9c9c9;
    border: 0;
    max-width: 220px;
}

/* Zoom-Object in der Sidebar */
#zoomObjectSidebar {
    text-align: center;
    min-width: 50px;
}

#zoomObjectSidebar a {
    background: none;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
}

#zoomObjectSidebar a:hover {
    text-decoration: none;
    color: #931E37;
}

#zoomObjectSidebar img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 1px #c9c9c9;
    -moz-box-shadow: 1px 1px 1px 1px #c9c9c9;
    box-shadow: 1px 1px 1px 1px #c9c9c9;
    border: 0;
    max-width: 220px;
}

/* eine Lightboxzusammenstellung als Link speichern und Link ausgeben */
#saveLightbox {
    float: right;
    width: 15px;
    height: 15px;
    position: relative;
    top: -25px;
    right: 0;
    cursor: pointer;
}

/* aus der Lightbox eine PDf generieren*/
#saveLightboxPDF {
    float: right;
    width: 15px;
    height: 15px;
    position: relative;
    top: -25px;
    right: 9px;
    cursor: pointer;
}

#saveLightboxPDF a img {
    border: 0;
    background: none;
}

/* Lightbox ausdrucken */
#printLightbox {
    float: right;
    width: 15px;
    height: 15px;
    position: relative;
    top: -25px;
    right: 16px;
    cursor: pointer;
}

/* nochmalige Nachfrage */
#saveLightboxReally {
    display: none;
    font-size: 12px;
    background: no-repeat center center;
    border: 1px solid #CCCCCC;
    padding: 20px 20px 10px 10px;
    overflow: hidden;
    clear: both;
    min-height: 80px;
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -webkit-box-shadow: 0 2px 2px 0 #f1f1f1;
    -moz-box-shadow: 0 2px 2px 0 #f1f1f1;
    box-shadow: 0 2px 2px 0 #f1f1f1;
}

/* Tabelle innerhalb der Objektsuchbox */
.objectSearchBoxTable {
    width: 660px;
    margin-top: -30px;
}

/* Ladezeichen, wenn neue DropDowns geladen werden bei Sammlungswechsel */
#objectSearchBoxLoadDropDown td {
    background: url(../images/ajax-loaderSmall.gif) no-repeat 10px center;
}

/* Aus der Suche eine Reihe Suchfelder löschen oder addieren */
.addDeleteSearchFieldsRow {
}

/* der Suche eine weitere Reihe Suchfelder hinzufügen */
.addSearchFieldsRow {
    background: url(../images/plusSearchFieldsRow.png) no-repeat center center;
    /*width: 18px;*/
    /*height: 16px;*/
    cursor: pointer;
    margin-left: 10px;
    float: right;
}

/* aus der Objektsuche eine Zeile rauslöschen */
.deleteSearchFieldsRow {
    background: url(../images/minusSearchFieldsRow.png) no-repeat center center;
    width: 30px;
    height: 16px;
    cursor: pointer;
    float: right;
}

/* Suchbutton aus der Suchbox*/
#searchButtonSpecifyObjects {
    margin-left: 0 !important;
    margin-top: 30px !important;
}

.metadataOverflow {
    height: 287px;
    overflow: hidden;
}

.extendOverflowMetadata {
    width: 300px;
    height: 20px;
    background: no-repeat right bottom;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

.extendOverflowMetadataUp {
    background-image: url(../images/moreDetailUp.png);
}

.extendOverflowMetadataDown {
    background-image: url(../images/moreDetail.png);
}

#showMoreHitsWrapper {
    width: 100%;
    clear: both;
}