/*the spinner div has to be relative*/
#spinnerDiv{
  position: relative;
}
.ds-textgroup__link{
    font-family: "notosans-regular";
}


#projectMembers{
    display: none;
}

#projectPublications{
    display: none;
}


.node {
  stroke: #fff;
  stroke-width: 1.5px;
}


.link {
  stroke: #999;
  stroke-opacity: .6;
}


.ds-frameWrapper {
  box-shadow: 0px 0px 4px;
  margin: 0px 5px 5px 5px;
  border-radius: 4px;
  display: none;
}


.teaser_icon > img{
    width: 16px;
    height: 16px;
}


.c-badw-show__image{
    max-width: 300px;
}

.citation-wrapper {
  display: none;
}

.citation-wrapper pre{
    font-family: "notosans-regular";
    overflow-x:scroll;
}

.citation-download-wrapper{
    margin-top: 1em;
    margin-bottom: 1em;
}

.citation-download-button {
    margin-right: 1em !important;
    min-width: 7em;
}

@media only screen and (max-width: 600px) {
    .citation-download-button {
      display: block !important;
      width: 40%;
      margin-bottom: 1em !important;
    }
}

.citation-download-button:before {
    content: "\f019";
  font-family: "FontAwesome";
}

/* no links in the print-version for larger-picture links */
@media print {
    a[href*="eID=tx_cms_showpic"]::after, a[href*="tx_badwdb"]::after {
        content: none !important;
    }
}

/* font awesome RSS icon */
.c-socialmedia__item--rss a:after {
  content: "\f09e";
  font-family: "FontAwesome";
  font-weight: 400;
}

/* CSS settings for video tags*/
.badw-video {
  max-width: 720px;
  box-shadow: 0px 0px 3px grey;
  border-radius: 1px;
}

.badw-video--download span:before {
  content: "\f019";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 1.5em;
}

#ausstellungsrundgang {
  height: 500px;
}

@media only screen and (max-width: 600px) {
  #ausstellungsrundgang {
    height: 200px;
  }
}

/*The fix for the mediathek category and tag badges*/
.mediathek-category, .mediathek-tag {
    line-height: 1.5em !important;
    display: inline-block;
    margin: 0.1em;
}

/* Display selects bg white*/

.c-badw-form-filter__field input, .c-badw-form-filter__field select {
    width: 100%;
    background-color: white;
}
