.mood {
  position: relative;
  width: 100vw;
  height: 100vh; }
  @media (max-width: 799px) {
    .mood {
      height: auto;
      min-height: 100vh; } }
  @media screen and (max-width: 650px) {
    .mood {
      min-height: calc(100vh - 100px); } }

.mood__item {
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 650px) {
    .mood__item {
      height: calc(100vh - 100px); } }

.mood__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .mood__image-wrapper img {
    object-fit: cover;
    height: 100vh; }
  .mood__image-wrapper .idle__done img {
    height: 100vh;
    object-fit: cover; }
  .mood__image-wrapper .idle__placeholder > img {
    height: 100vh; }
  .mood__image-wrapper:before {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(19, 71, 116, 0.6), rgba(255, 255, 255, 0) 80%, rgba(19, 71, 116, 0.6) 99%); }

.mood__image {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center; }

.mood__wrapper {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #00528c;
  z-index: 2; }
  @media (max-width: 1024px) {
    .mood__wrapper {
      width: 100%;
      padding: 0 50px;
      box-sizing: border-box; } }
  @media screen and (max-width: 650px) {
    .mood__wrapper {
      padding: 0 30px; } }

.mood__headline {
  font-size: 42px;
  font-weight: 400;
  font-family: "Spartan", sans-serif;
  letter-spacing: -0.58px; }
  @media (min-width: 651px) and (max-width: 1024px) {
    .mood__headline {
      font-size: 36px; } }
  @media screen and (max-width: 650px) {
    .mood__headline {
      font-size: 30px; } }

.mood__subline {
  margin-bottom: 50px;
  font-family: "Mukta", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0; }
  @media (min-width: 1025px) {
    .mood__subline {
      max-width: 630px; } }
  @media (min-width: 651px) and (max-width: 1024px) {
    .mood__subline {
      margin: 0 auto 20px; } }

.mood__button {
  margin: 0 auto;
  max-width: 280px;
  font-family: "Mukta", sans-serif; }

.mood__teaser-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 8%;
  z-index: 1;
  width: 100%;
  text-align: center; }
  @media (max-width: 799px) {
    .mood__teaser-wrapper {
      bottom: 0;
      flex-direction: column; } }

.mood__teaser-item {
  display: flex;
  max-width: 280px;
  padding: 15px;
  box-sizing: border-box;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(0, 82, 140, 0.6), rgba(0, 82, 140, 0.6));
  margin-left: 20px; }
  @media (max-width: 799px) {
    .mood__teaser-item {
      max-width: none;
      margin-left: 0;
      border-top: 1px solid white; } }
  .mood__teaser-item:first-of-type {
    border: none;
    margin-left: 0; }

.mood__teaser-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  font-family: "Mukta", sans-serif;
  text-align: left;
  color: #ffffff; }

.mood__wrapper--white {
  color: #ffffff; }

.mood__wrapper--black {
  color: #282828; }

.mood__wrapper--orange {
  color: #e27600; }

.mood__wrapper--dark_blue {
  color: #00528c; }

.mood__wrapper--blue {
  color: #7fa8c5; }

.mood__wrapper--light_blue {
  color: #d9e5ee; }

.mood__wrapper--sea {
  color: #c3d4d0; }

.mood__wrapper--beige {
  color: #f8f8e6; }

.mood__wrapper--forest {
  color: #3a7163; }
