/* POPUP */

/* Tumb */

.pupup_thumb {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.hint {
    position: absolute;
    bottom: 0;
    left: 0;
}

.more {
    position: absolute;
    bottom: 0;
    right: 0;
}
.popup_titel {
    text-align: center;
    font-weight: bold;
}

.popup_artist {
    text-align: center;
    font-style: italic;
}

.thumb_image {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border: 1px solid lightgrey;
    border-radius: 50%;
}

div.popup_properties {
	margin: 4px, 4px;
	padding: 4px;
	width: 300px;
	height: 200px;
	overflow-x: auto;
	overflow-y: auto;
	white-space: nowrap;
}

.hideSidebar{
	height: 120px !important;
}
.showSidebar{
	height: 100% !important;
}

