html {
  font-size: 13px;
  background: white;
}

body {
  background: none !important;
}

* {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.btn {
  background: gray;
  border-color: gray;
  border-radius: 0;
}

.btn:hover {
  background: darkgray;
  border-color: darkgray;
}

p {
  font-size: 1.2rem;
}

#language-checkbox-button {
  opacity: 0;
}

#authentication-dropdown-button {
  opacity: 0;
}

.item-page-section-header {
  margin-bottom: 30px;
}

#static-header {
  padding: 8px;
  background-color: #006E78;
  font-weight: bold;
}

#static-header a {
  text-decoration: none;
  color: white !important;
}

a {
  color: #006E78 !important;
}

h1 {
  font-size: 2.5rem !important;
}

#logo-wrapper {
  padding: 5px;
}

.navbar-toggler-icon {
  display: none;
}

.navbar-brand {
  background-image: url("https://fdz.dezim-institut.de/assets/DeZIM_fdz_rgb-fb3c25ba9767b7e4c212211b7ab5050491d0d9b0df4942b6f300bae517c7f5e8.png");
  background-size: cover;
  width: 110px;
  display: inline-block;
}

.new-card-header {
  display: none;
}

.main-nav {
  background: whitesmoke !important;
  min-height: 50px !important;
}

.nav-link {
  color: rgba(0,0,0,0.7) !important;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.navbar-brand span {
  color: transparent;
}

.page-title {
  display: none;
}

.card-body {
  padding: 2rem;
  background: whitesmoke;
}

.card {
  border: none !important;
}

.card-icon img {
  filter: invert(1);
}

.thumbnail {
  background: whitesmoke;
  border: none !important;
}

#page-content {
  background: white;
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: auto;
}

#page-content {
  background: white;
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: auto;
}

.item-list-thumbnail {
  border: 1px solid lightgrey;
  border-radius: 2px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  height: auto !important;
}

.item-list-thumbnail img {
  margin-top: 0 !important;
}

.item-list-thumbnail .multilingual-string-text-wrapper p {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}

.item-list-wrapper .col-md-6 {
  width: 100% !important;
}

#sidebar-wrapper {
  background: whitesmoke;
}

.search-container {
  max-width: 1200px;
  margin: auto;
}

.tour-alert {
  display: none;
}

#help-dropdown-button {
  display: none
}

.page-block-row {
  margin-bottom: 2rem;
}

.blue {
  background: #006E78 !important;
}
.red {
  background: #A53237 !important;
}
.orange {
  background: #E17832 !important;
}
.yellow {
  background: #E1AA28 !important;
}
.green {
  background: #1E5F46 !important;
}

.application-form-button {
  background: #006E78;
  padding: 15px;
  color: white !important;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 25px;
}

#property-title p {
  font-size: 22px;
  font-weight: bold;
  color: #006E78;
  margin-bottom: 20px;
  margin-top: -5px;
}

#study-unit-section .row {
  margin-bottom: 32px !important;
}

#property-doi {
  display: none;
}

#custom-field-Date {
  display: none;
}

#custom-field-Datum {
  display: none;
}

/* Hide ugly list of creators */
.group-of-related-properties {
  display: none;
}

/* File download link */
#universe-section {
  a {
    background: #006E78;
    padding: 15px;
    color: white !important;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 8px;
    position: absolute;
  }
}

#nav-link-explore {
  display: none;
}
