/* CSS Document */
@font-face {
  font-family: "SBL";
  src: url("../fonts/SBL_BLit.ttf");
}

h1,
h2,
.masthead h1,
.masthead h2 {
  font-family: 'Pt Sans Caption', sans-serif;
}

.hebrew {
  font-family: 'SBL', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";

}

.parallax-mirror {
  margin-top: -24px !important;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.logo-header {
  background: linear-gradient(180deg, rgba(255, 255, 254, 1) 0%, rgba(198, 26, 39, 0) 100%);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.credits-footer {
  background: linear-gradient(180deg, rgba(198, 26, 39, 0) 0%, rgba(255, 255, 254, 1) 100%);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: absolute;
  bottom: 0;
}

.btn-primary {
  color: #fff;
  background-color: #fff;
  border-color: #c61a27;
  color: #c61a27;
}

.spacegrey {
  background-color: rgb(61, 79, 88);
}

.spaceblue {
  background-color: #90c5cd;
}

.mauve {
  background-color: #cbc0bc;
}

.spacelila {
  background-color: #4f4856;
}

#nav a {
  font-family: 'PT Sans';
  color: #fff;
}

#offcanvasMenu {
  background-color: #c61a27;
  color: #fff;
}

#offcanvasMenu.mainMenu {
  width: 500px;
  padding-right: 100px;
}

.offcanvas.offcanvas-end.readmore {
  width: 500px;
  padding-right: 100px;
  background-color: #555;
  color: #fff;
}

#offcanvasMenu.mainMenu ul li {
  margin-bottom: 15px;
}

#offcanvasMenu.mainMenu ul li a {
  color: #fff;
  text-decoration: none;
}

a.glossar::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f05a";
}

a.glossar {
  color: #c61a27;
  text-decoration: none;
  cursor: pointer;
}

.popover-body:first-word {
  font-weight: bold;
}

.carousel-caption h5,
.carousel-caption p {
  background-color: rgba(255, 255, 255, 0.5);
  color: #c61a27 !important;
  width: 25%;
}

.carousel-caption.text-center h5,
.carousel-caption.text-center p {
  margin-left: 20%;
  margin-right: 20%;
}

header.masthead h1 {
  /* background-color: #c61a27; */
  font-size: 4.4em;
  font-weight: 700;
  color: #fff;
}

header.masthead h1.line {
  font-size: 4.4em;
  font-weight: 700;
  color: #c61a27;
}

header.masthead h1.line span {
  background-color: #fff;
  padding: 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 120px;
}

header.masthead h2 {
  font-size: 2.2em;
  font-weight: 200;
  color: #fff;
}

header.masthead .introbox-right {
  background-color: #c61a27;
  margin-top: 32px;
  margin-bottom: 41px;
  justify-content: center;
  align-items: center;
  /* padding-top: 32px; */
}

.glass {
  /* box-shadow: 0 0 1rem 0 rgba(255, 255, 255, .9);  */
  border-radius: 5px;
  height: 100%;
  z-index: 1;
  background: inherit;
  background: rgba(46, 93, 178, .7);
  backdrop-filter: blur(15px);
}

.glass-white {
  /* box-shadow: 0 0 1rem 0 rgba(255, 255, 255, .9);  */
  border-radius: 5px;
  height: 100%;
  z-index: 1;
  background: inherit;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(15px);
}

.transparent-40 {
  /* background: rgba(255, 255, 255, .4) !important; */
}

.glass a,
.glass a:visited {
  color: #fff;
}

.glass a:hover {
  background-color: #fff;
  color: rgba(46, 93, 178, .7);
}

.intro-section {
  padding-top: 100px;
}

.carousel-img {
  height: 75vh !important;
  width: auto !important;
}

.figure-caption {
  text-align: center;
}

.csl-bib-body {
  margin-bottom: 25px;
}

.csl-entry {
  margin-bottom: 10px;
}