/* BIOGRAFIE STYLING, START */
#biografie_description {
  /* border: solid rgba(255, 255, 255, 0.274); */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 20px 20px;
  width: 90%;
  height: 400px;
  margin: 0 auto;
  background: linear-gradient(
      33deg,
      rgba(0, 0, 0, 0.5018382352941176) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("/img/bio-description-pic.jpg ");
  background-size: 100%;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
}
#biografie_description:hover {
  mix-blend-mode: normal;
}
#biografie_table {
  width: 100%;
  text-align: left;
}
#biografie_table h2 {
  text-align: center;
  margin: 30px 0;
}
#table_head_film,
#table_head_theater {
  margin: 10px 0;
}

.table_row_film,
.table_row_theater {
  font-size: 1rem;
}

#table_head_film,
#table_head_theater,
.table_row_film,
.table_row_theater {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.226);
  padding: 10px 0;
}

#table_head_film h4:nth-child(1),
.table_row_film p:nth-child(1) {
  width: 15%;
}
#table_head_film h4:nth-child(2),
.table_row_film p:nth-child(2) {
  width: 40%;
}
#table_head_film h4:nth-child(3),
.table_row_film p:nth-child(3) {
  width: 15%;
}
#table_head_film h4:nth-child(4),
.table_row_film p:nth-child(4) {
  width: 30%;
}
/*  */
/* Theater Table Dimentions, start */
/*  */
#table_head_theater h4:nth-child(1),
.table_row_theater p:nth-child(1) {
  width: 15%;
}
#table_head_theater h4:nth-child(2),
.table_row_theater p:nth-child(2) {
  width: 35%;
}
#table_head_theater h4:nth-child(3),
.table_row_theater p:nth-child(3) {
  width: 25%;
}
#table_head_theater h4:nth-child(4),
.table_row_theater p:nth-child(4) {
  width: 25%;
}
/*  */
/* Theater Table Dimentions, end */
/*  */
.viele_mehr {
  padding: 20px 0 50px 0;
}
/* BIOGRAFIE STYLiNG, END */

@media (max-width: 900px) {
  #biografie_description {
    height: 200px;
  }
}

@media (max-width: 501px) {
  #biografie_description {
    padding: 0 0 10px 10px;
  }
  #biografie_description h1 {
    font-size: 1.5rem;
  }
  #biografie_description p {
    font-size: 0.8rem;
  }

  #table_head_film,
  #table_head_theater {
    font-size: 0.7rem;
  }
  #table_head_theater h4:nth-child(3),
  .table_row_theater p:nth-child(3) {
    overflow: auto;
  }
}
