.tieventdetails_container {
  max-width: 1920px !important;
  overflow-x: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin-top: 150px;
}

.tieventdetails_leftcolumn {
  width: 827px;
}

.tieventdetails_rightcolumn {
  display: flex;
  flex-direction: column;
  max-width: 1093px;
}

.tieventdetails_rightcolumn_filminfos {
  height: 415px;
}

.tieventdetails_medieninfos__outer {
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tieventdetails_medieninfos__inner {
  width: 1450px;
}

.tieventdetails_sceneimage {
  position: relative;
  display: none;
  height: 300px;
  width: 100%;
}

.tieventdetails_sceneimage img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.tieventdetails_sceneimage_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #161b2100 0%, #161b21 100%) 0% 0% no-repeat padding-box;
}

.tieventdetails_background {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  top: 0px;
  max-width: 1920px;
  max-height: 1080px;
}

.tieventdetails_background_shadow {
  background: transparent linear-gradient(180deg, #161b2144 70%, #161b21 100%) 0% 0% no-repeat padding-box;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -98;
  max-width: 1920px;
  max-height: 1080px;
}

.tieventdetails_background_shadow2 {
  background: transparent linear-gradient(0deg, #161b2144 40%, #161b21 100%) 0% 0% no-repeat padding-box;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -97;
  max-width: 1920px;
  max-height: 1080px;
}

.tieventdetails_background_shadow3 {
  /* background: transparent linear-gradient(90deg, #161b2144 70%, #161b21 100%) 0% 0% no-repeat padding-box; */
  background: transparent linear-gradient(270deg, #161B21 0%, #161B2100 100%) 0% 0% no-repeat padding-box;
  top: 0px;
  left: 50%;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -96;
  max-width: 1920px;
  max-height: 1080px;
}

@media (max-width: 640px) {
  .tieventdetails_rightcolumn_filminfos {
    height: auto;
    margin-bottom: 49px;
  }

  .tieventdetails_sceneimage {
    height: 200px;
  }
}

@media (max-width: 830px) {
  .tieventdetails_background {
    display: none;
  }

  .tieventdetails_sceneimage {
    display: block;
  }
}

@media (max-width: 1024px) {
  .tieventdetails_container {
    margin-top: 40px;
  }

  .tieventdetails_medieninfos__outer {
    margin-top: 54px;
  }

  .tieventdetails_leftcolumn {
    display: flex;
    position: absolute;
    top: 80px;
    margin-left: 20%;
  }
}

@media (min-width: 830px) {
  .tieventdetails_leftcolumn {
    display: flex;
    margin-left: 20%;
    position: unset;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .tieventdetails_leftcolumn {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    margin-left: unset;
  }
}

@media (max-width: 1280px) {
  .tieventdetails_container {
    padding: 0 18px !important;
    flex-wrap: wrap;
  }

  .tieventdetails_rightcolumn {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .tieventdetails_medieninfos__outer {
    padding: 0 18px !important;
  }

  .tieventdetails_medieninfos__inner {
    width: 100%;
  }
}

@media (max-width: 830px) {
  .tieventdetails_leftcolumn {
    max-width: 100%;
    margin: 0;
  }
}