@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/Roboto-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/static/font/Roboto-Light.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/static/font/Roboto-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 11.5pt;
  line-height: 1.42857143;
  color: black;
  background-color: white;
  font-weight: 300; 
  text-rendering: optimizeLegibility;
}

html.md-default-theme, html, body.md-default-theme, body {
  background-color: white;
}

h2.md-headline {
  font-size: 21pt;
  border-bottom: solid 1px #bdbdbd;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300; 
}

h2.md-headline-noborder {
  font-size: 21pt;
  color: #000;
  font-weight: 300; 
}

h3.md-headline {
  font-size: 17pt;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300; 
}

h3.members-title{
  color: black;
}

h3.md-title {
  color: #000;
  font-weight: 300; 
  margin: 0px;
}

h3.md-title-text {
  font-weight: 300; 

}


h4 {
  color: #333333;
  font-weight: normal; 
  margin: 10px 0px 10px 0px;
  margin: 0px;
  font-size: 17px;
}

.sidebar-item h4 {
  padding: 10px 0px 10px 10px;
}

h1 {
  color: #000;
  font-weight: 300;
  margin: 0px;
  font-size: 20px;
  letter-spacing: .005em;
  margin: 20px 0 20px 0;
}

figure {
  margin: 0px;
}

fieldset {
  border: none;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
  background-color: white;
  padding: 10px;
  margin: 10px;
}

fieldset>h4 {
  margin: 0px;
}

fieldset h5 {
  margin: 0px;
}

.license{
  margin-top: 30px;
  padding-bottom: 10px;
  background: white;
  clear: left;
}

md-content.md-default-theme, md-content {
  background-color: white;
}

.icon-header-right {
  height: 14px;
  color: #a4a4a4;
}

.md-body-1 {
  font-weight: 300; 
  font-size: 11.5pt;
}

.header-buttons {
  margin-bottom: 3px;
}

.image-container .caption {
  background-color: #f2f2f2;
  caption-side: bottom;
  padding: 7px;
}

.qtip {
  font-size: 14px;
  line-height: 1.5em;
}

.md-select-value>span:not(.md-select-icon) {
    color: black;
}

.sidebar-item h3 {
  font-weight: 400;
  color: white;
}

.sidebar-item p {
  margin: 0px;
  padding: 10px;
}

#detail-sidebar ul {
  padding: 10px;
  margin: 0px;
}

.quicklinks-content {
  background: #000 url(/static/img/quicklinksbackground.png) no-repeat;
  font-size: 12pt;
  color: white;
  position: relative;

}

.header-quicklinks {
  position:fixed;
  margin-bottom: 20px;
  z-index: 10;
  width:100%;
}


.header {
  -webkit-box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.4);
  box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.4);
  background-color: white;
  min-height: 125px;
}

ul {
  list-style: none;
  padding-left: 1.5em;
}

.filters li:focus, .filters ul:focus {
  outline: none;
}

.filters md-icon {
  height: 16px;
  color: #000;
  margin: 0px;
}

.role-filter {
  margin-top: 20px;
}

/*
.filters span.facet-label:before {
  font-family: 'fontello';
  content: '\f096';
  float: left;
  width: 1.4em;
  color: #000;
}

.filters span.active:before {
  font-family: 'fontello';
  content: '\e81b';
  float: left;
  width: 1.4em;
  color: #000;
}
*/

.facet-count
{
  color: #1a1a1a;
  margin-left: 5px;
}

.facet-label {
  color: #000;
}

.filters
{
  width: 100%;
}

.filters li
{
  cursor: pointer;
}

.filters
{
  text-decoration: none;
}

.filters .facet-label:hover
{
  text-decoration: underline;
}

.results {
  border-right: solid 1px #bdbdbd;
}

.info-links {
  margin-left: 300px;
}

.loginform {
  padding-top: 40px;
}

.loginform md-input-container {
  margin: 0px;
}

md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder {
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

h3.top-row-header {
    margin-top: 0px;
    font-size: 19pt;
    color: white;
    background: url(/static/img/verlauf-weiss.png) no-repeat left bottom;
    font-weight: 300;
    margin-bottom: 8pt;
}

#quicklinks ul {
    list-style-type: none;
    padding: 0px;
    margin-left: -5px;
}

#quicklinks ul li {
    padding-left: 5px;
}

#quicklinks a {
    color: white;
}

#quicklinks a:hover {
    color: #909090;
    background-color: white;
}

#quicklinks a:hover md-icon{
    color: #909090;
}

.md-button {
    border-radius: 0px;
    text-transform: none;
    font-weight: 300; 
}

.ph-button, .button, input[type='button']  {
  background-color: #909090;
  color: white;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: 0;
    border: 0;
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    margin: 6px 1px 6px 0px;
    line-height: 36px;
    min-height: 36px;
    white-space: nowrap;
    min-width: 88px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    /*transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);*/
    letter-spacing: .010em;
    font-weight: 400;
}

.ph-button:hover, .button:hover, input[type='button']:hover {
  background-color: #000;
  text-decoration: none;
  color: white;
  font-weight: 400;
}

.btn-active {
  color: white;
  background-color: #000;
}

.md-button.md-primary.md-raised span {
    color: white;
    font-weight: 400; 
}


.quicklinks-button {
  background-color: #000;
  text-decoration: none;
  color: white;
  margin-top: 0px;
  width: 263px;
}

.quicklinks-button:hover {
  background-color: #000;
}

.quicklinks-button-open {
  background-color: #000;
}

md-list-item {
  border-bottom: 1px dotted #e4e4e4;
}

.md-dialog-content {
  max-width: 600px;
}

.navbutton {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.logo{
  height: auto; 
  width: auto; 
  max-width: 250px; 
  max-height: 100px;
}

h3.content-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-text {
  color: #000;
  font-size: 14pt;
  font-weight: 400;
  line-height: 18pt;
  margin-left: 60px;
}

.header-title {
  vertical-align: middle;
}

md-icon {
  min-width: 5px;
  min-height: 5px;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.button-icon:hover {
  color: #000;
}

.button-icon-24 {
  width: 24px;
  height: 24px;
}

.button-icon-24:hover {
  color: #000;
}

.md-button.md-icon-button.button-48 {
  width: 60px;
  height: 60px;
}

.button-icon-48 {
  width: 48px;
  height: 48px;
}

.button-icon-48:hover {
  color: #000;
}

.history-icon {
  font-size: 150%;
}

.done-icon {
  font-size: 28px;
  color: #000;
}

md-list-item .show-on-hover {
  visibility: hidden;
}

md-list-item:hover .show-on-hover {
  visibility: visible;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  color: #000;
}

.pagination>li {
  display: inline;  
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {

    cursor: not-allowed;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 15px 15px;
    font-size: small;
    margin-left: -1px;
    line-height: 0.5;
    text-decoration: none;
    color: #000;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    background-color: #eee;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    cursor: default;
    background-color: #000;
    color: white;
}

.detail-item img {
  background-color: white;
}

.pre-wrap {
  white-space: pre-line;
}

.calendar thead .headrow {
  display: flex;
}

.jumbotron-container {
    padding: 20px 15px 20px 15px;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    color: white;
    min-height: 100px;
}

.jumbotron-shadow, .jumbotron-alert {
    -webkit-box-shadow: inset 0px 79px 40px -62px rgba(70, 70, 70, 0.4), inset 0px -79px 40px -62px rgba(70, 70, 70, 0.4);
    box-shadow: inset 0px 79px 40px -62px rgba(70, 70, 70, 0.4), inset 0px -79px 40px -62px rgba(70, 70, 70, 0.4);
}

.jumbotron-alert {
    overflow: visible;
    background-color: #dd4814;
}

.jumbotron-ok {
    overflow: visible;
    background-color: #000;
}

.task-icon {
  color: #909090;
}

.task-icon:hover {
  color: #000;
}

.tasks {
  margin-left: 5px;
}

.pi-div .md-title {
  margin-left: 10px;
}

#bookmark-icon {
  margin: 0px;
  padding: 0px;
}

.detail-top-links {
  padding: 0px;
}

.md-button.md-icon-button.language-button {
  margin: 0px;
}

.language-button {
  margin: 0px;
}

.account-div {
  margin-right: 20px;
}

.quicklinks-content md-icon {
  width: 24px;
  height: 16px;
  color: white;
  margin: 0px;
}

.quicklinks-content span {
  margin: 0px 5px 0px 5px;
}

.gray-box {
  background: #f2f2f2;
  width: 100%;
  padding-bottom: 30px;
  margin-top: 40px;
}

.underline {
    padding-bottom: 2px;
    border-bottom: solid 1px #bdbdbd;        
}

.footer-quicklinks-list {
    background-color: #ffffff;
    font-size: 11pt;
    margin-bottom: 4px;
    padding-left: 10px;
    position: relative;
}

.footer-quicklinks-list a {
    display: block;
    padding-right: 20px;
}

.footer-quicklinks-list md-icon {
    margin: 0;
}

.footer-quicklinks-list:hover {
    background-color: #a4a4a4;
}

.footer-quicklinks-list:hover a {
    color: white;
}

.footer-quicklinks-list:hover md-icon {
    color: white;
}

address {
  margin-bottom: 16pt;
  font-style: normal;
  line-height: 1.42857143;
}

.footer-address-box {
  margin-top: 28px;
}

.footer-links {
  margin-bottom: 16pt;
}

.footer-column {
  min-width: 23%;
}

h2.footer-headline {
  margin-top: 16pt;
  margin-bottom: 8pt;
}

#nodeText h1 {
  color: #000;
}

#nodeText h2 {
  color: #000;
}

.s48 {
  height: 48px;
  width: 48px;
  margin: 10px;
}

.contact-icon {
  height: 27px;
  width: 27px;
  color: #000;
}

.contact-link-icon {
  height: 18px;
  width: 18px;
  color: #000;
}

.contact-link-icon:hover {
  color: white;
  background-color: #000;
  cursor: pointer;
}

.create-object a:hover md-icon, .create-object a:focus md-icon {
  color: #000;
}

md-input-container.md-default-theme .md-input[disabled], md-input-container .md-input[disabled], [disabled] md-input-container.md-default-theme .md-input, [disabled] md-input-container .md-input {
  color: black;
}

.grey {
  color: #333;
}

.search-description {
  white-space: pre-wrap;
}

.create-object a {
  margin: 10px 20px 10px 20px;
}

.create-object-row {
  border-bottom: 1px dotted #e4e4e4;
}

.homepage-div {
  border-right: solid 1px #bdbdbd;
}

.homepage-div h3 {
  font-size: 14pt;
  margin-bottom: 8pt;
  margin-top: 8pt;
}

.homepage-div img {
  max-width: 100%;
  height: auto;
}

.contact-links {
  border-top: solid 1px #bdbdbd;
}

.more-link {
  margin-right: 10px;
}

.second-column {
 margin-left: 20px;
}

.homepage-pod {
  display: block;
}

.home-search {
  margin: 20px 0px 30px 0px;
}

.search-div {
  width: 100%;
}

.md-subheader.md-default-theme, .md-subheader {
  background: white;
}

.featured-part {
  border-top: solid 1px #bdbdbd;
  border-bottom: 0px;
  padding-top: 10px;
}

.phaidra-label {
  font-size: 21pt;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}

.statschart {
  padding-top: 60px;
}

.descriptions {
  width: 100%;
}

.description-metadata-field {
  margin: 10px 0 10px 20px;
}

.objectmembers {
  width: 100%;
}

.objectmember {
  background-color: #f2f2f2;
  padding: 25px 10px;
  margin-bottom: 40px;
}

.member-title {
  margin: 20px;
}

.member-preview {
  margin: 20px;
}

.member-metadata {
  margin: 20px;
}

.member-metadata-field {
  margin-bottom: 10px;
}

.infobox-label {
  background-color: #7b7b7b;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px;
  width: fit-content;
}

.infobox-focusmember {
  background-color: #000;
}

.content-padding {
  padding-top: 160px;
}

.authority-control-link {
  color: #0063a6;
  text-decoration: underline;
  cursor: pointer;
}