{% load static %}

#galleryBar
{
    width: 1350px;
    left: 50%;
    margin-left: -675px;
    position: absolute;
}

#searchBar {
	width: 350px;
	margin-left: 66px;
	position: absolute;
	z-index: 1;
	margin-top: 55px;
	left: 50%;
}

div.mediaObjectFiles
{
    position: relative;
    height:100%;
    width: 100%;;
    padding: 0px;
    /*border: 1px solid #00FF00;*/
    /*background-color: #d9d9d9;*/
}
div.mediaObjectCaption
{
    width:100%;
    text-align:center;
}
div.mediaObjectViewer
{
    overflow: hidden;
    margin-top: 0;
    margin-left:0;
    width: 100%;
    height: 550px;
    background-color: #FFFFFF;
}
div.mediaObjectViewers
{
    position: relative;
    width: 100%;
    height: auto;
}
img.mediaPicture {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
video.mediaVideo
{
    width:100%;
    height:100%;
}
div.media3D
{
    float: left;
    width:100%;
    height:100%;
    overflow: hidden;
    text-align: center;
}
div.mediaObjectSelect
{
    width:100%;
    height:25px;
    /*border:1px solid darkgoldenrod;*/
    text-align:left;
    cursor:pointer;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
div.selectContainer
{
    display:flex;
    cursor:pointer;
    width: 100%;
    background-color: #d9d9d9;
    color: black;
}
div.selectContainerSelected
{
    display:flex;
    cursor:pointer;
    width: 100%;
    background-color: #706f6f;
    color: white;
}
div.selectContainer:hover
{
    background-color: #706f6f;
    color: white;
}
div.downloadButton
{
    width:25px;
    height:25px;
    /*border:1px solid #FF0000;*/
    background-size: cover;
    background-position: center;
    background-image: url(../pics/arrow.svg);
    margin: 1px;
}
div.mediaObjects
{
    width:100%;
    height:100%;
    display: flex;
    /*border: solid 1px #FF0000;*/
    margin-bottom: 25px;
}
a.reference
{
    text-decoration: none;
}

/* authors */

#team_content .pseudo-verweis {
    margin-left: 40px;
    border: none;
    font-size: 13px;
}

#team_content .toggle {
    text-align: left;
    margin-left: -20px;
    font-size: 15px;
}

#team_content .unsichtbar {
    margin-left: 40px;
}

#team_content .unsichtbar p {
    font-size: 13px;
}

/* new media file selector */

#nav-boxes h4 {
    text-decoration: none;
    border-style: solid;
    border-color: black;
    border-width: thin;
    padding: 5px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
}

#nav-boxes .selected {
    background-color: lightgrey;
}

a.circle {
    border-radius: 50%;
    background-color: white;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 3px solid black;

    cursor: pointer;
}

a.circle.selected
{
    background-color: black;
}

a.arrow
{
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    display: inline-block;

    cursor: pointer;
}

a.arrow.prev
{
    border-width: 8px 16px 8px 0;
    border-right-color: black;
    margin-right: 10px;
}

a.arrow.next
{
    border-width: 8px 0 8px 16px;
    border-left-color: black;
    margin-left: 10px;
}

#downloadLinks a {
    border-color: black;
    border-style: solid;
    border-width: thin;
    padding: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

#downloadLinks a img {
    height: 25px;
    vertical-align: bottom;
}

#downloadLinks:hover #downloadDropdownHead {
    display: none;
}

#downloadLinks .downloadDropdown {
    display: none;
}

#downloadLinks:hover .downloadDropdown {
    display: inline;
}

.startPageHeader {
    font-size: 20px;
    margin-top: 10px;
}
