@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Oswald[wght].ttf') format('truetype');
}


@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/SourceSans3-VariableFont_wght.ttf') format('truetype');
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  /* padding-bottom: 120px; */
  background-color: #fff;
  font-family: 'Source Sans Pro';
}

.container-fluid {
  padding-top: 1.5em;
  max-width: 1800px;
}

.h1-wrapper {
  background-color: transparent;
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

h1 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  box-shadow: none;
  margin: 0 0 0 0;
  padding: 0 0 24px 0;
  letter-spacing: 1px;
  font-size: 48px;
}

h2 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fad84e;
  background-color: transparent;
  box-shadow: none;
  margin: 0 0 0 0;
  padding: 0 0 24px 0;
  letter-spacing: 1px;
  font-size: 46px;
}


.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.item {

  flex: 1 1 calc(25% - 12px);
  background-color: #000;
}

.item img {
  width: 100%;
}

.item h3 {
  background-color: transparent;
  color: var(--yellow);
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  /* text-align: center; */
  background-color: transparent;
  vertical-align: middle;
  letter-spacing: 1px;
}


.thumbnail-overlay {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.movie-wrapper {
  position: relative;
  overflow: hidden;
}

.item h3 {
  position: absolute;
  bottom: 0;
  padding: 24px;
  margin: 0px;
  font-size: 28px;
}

nav ul {
  background-color: #000;
}

.nav>li>a {
  text-decoration: none;
  color: var(--yellow);
  background-color: #000 !important;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 24px;
}


.nav>li>a:hover {
  background-color: #000 !important;
  color: #fff !important;
}


nav>li:hover {
  background-color: #000 !important;
  color: #fff;
}

.movie-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.item:hover .movie-wrapper img,
.movie-wrapper:hover img {
  transform: scale(1.07);
}

.movie-wrapper h3 {
  margin-top: 0.5rem;
}


.footer-row {
  background-color: var(--background-grey);
  padding: 6px 0;
  display: flex;
  justify-content: flex-end;
}

.share-btn {
  margin: 12px;
}


.item .text {
  background-color: #000;
  padding: 12px;
  color: #fff;
}

.item .text a {
  color: var(--yellow);
}

p.ft,
p.faw,
p.lbs {
  position: relative;
  padding-left: 12px;
  margin-left: 27px;
  display: block;
}

.ft:before,
.lbs::before,
.faw::before {
  display: block;
  position: absolute;
  left: -16px;
  top: 4px;
}

.lbs::before {
  content: url(./_shared/lernbaustein_solo_kinokultur.svg);
}

.faw::before {
  content: url(./_shared/lichtblick_kinokultur.svg);
}

ul.nav .lbs::before,
ul.nav .faw::before {
  display: inline-block;
  position: relative;
  left: 0px;
  margin-right: 6px;
}

.item.textbox .box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


@media (max-width: 1800px) {

  .item {
    flex: 1 1 calc(50% - 12px);
  }
}

@media (max-width: 960px) {
  body {
    margin-top: 0px;
  }


  .container-fluid {
    max-width: 700px;
    padding: 3px;
  }

  .item {
    flex: 1 1 100%;
  }

}
