.all_news .item::before,
.item.link_alle::before {
  content: " ";
  float: left;
  width: 25px;
  height: 25px;
  margin: -7px 5px 0 -5px;
  background: url(../pics/linkpfeil1.png) no-repeat;
  background-position: center -500px;
}

.video_news img {
  max-height: 200px;
  width: 100%;
}

.video_news img:hover {
  opacity: 0.5;
}

.startseite_link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;

  /* border-top: 1px solid #DDDDDD; */
  /* padding: 20px 0px; */

  /* position: absolute;
    bottom: -193px; */
}

.startseite_link a {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  font-size: 13px;
  text-decoration: none !important;
  margin-top: 5px;
}


.startseite_link .link_arrow {
  background: url(../pics/linkpfeil1.png) no-repeat;
  background-position: center -410px;
  background: linear-gradient(#214067, #152841);
  cursor: pointer;
  height: 32px;
  margin-top: 5px;

}

.startseite_link .link_arrow::before {
  background: url(../pics/linkpfeil1.png) no-repeat;
  background-position: center -410px;
  content: " ";
  float: left;
  /* margin-top: 5px; */
  height: 30px;
  width: 35px;
}

.startseite_link:hover a {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7
}


.startseite_link:hover .link_arrow {
  opacity: 0.5;
}

/* .zwei_spalten_eins_zu_zwei {
  display: grid;
  grid-template-columns: 2fr minmax(100px, 200px);
  gap: 20px;
  justify-items: start;


  gap: 80px;
} */

/* .zwei_spalten_zwei_zu_eins {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  justify-items: start;
} */

/* .zwei_spalten_zwei_zu_eins .img.drittel,
.zwei_spalten_eins_zu_zwei img {
  width: 100% !important;
  min-height: 200px;
} */

.zwei_spalten_zwei_zu_eins .img.drittel {
  margin-top: 5px;
}

/* .zwei_spalten_eins_zu_zwei:not(.aframe) {
  align-items: center;
} */

.newslist .startseite:not(.blaettern) {
  margin: 10px 0px;
  /* margin: 0px !important; */
  margin-top: 12px !important;
}

/* @media only screen and (max-width: 40em) {
  body.free .img.drittel {
    width: 100% !important;
  }
} */

p {
  line-height: 1.8 !important;
}

.startseite {
  display: flex;
  gap: 20px;
  gap: 5px;
  flex-direction: column;
}


body.free #content .content .main_content {
  /* padding: 30px 0 !important; */
}

.zwei_spalten_eins_zu_zwei {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

.zwei_spalten_eins_zu_zwei .video {
  grid-row: span 2;
  justify-self: center;
}

.img_subtitle {
  width: 100%;
  float: left;
}

/* Filteroptionen Kategorien Video */

.category {
  cursor: pointer;
}

.category::before {
  font-family: "FontAwesome";
  content: "\f101";
  font-style: italic;
  color: #f7b01e;
  font-size: 20px;
  padding-right: 20px;
}


.category .active {
  pointer-events: none;
  font-weight: bold;
}

.category a.active{
  pointer-events: none;
  text-decoration: none !important;
}

.category:hover {
  opacity: 0.5;
}

.cat_list {
  width: 25%;
  height: 100%;
  float: left;
  margin-top: 20px;
}

.cat_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 1100px) {
  .cat_title img {
    max-width: 90%;
  }
}

@media screen and (max-width: 1000px) {

  .cat_list {
    width: 100%;
    float: none;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .category {
    padding: 10px 0px;
  }

  .cat_title {
    width: 100%;
  }

  .category::before {
    padding-right: 10px;
  }
}

.category {
  /* transition: all 0.5s ease-in; */
}

.kasten.video {
  animation: fade_in 1s ease-in-out 0s 1;
}

.kasten.video[data-hidden = "true"] {
  display: none;
}

@keyframes fade_in {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}


#no_videos {
  width: 66.66%;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  font-style: italic;
}


.video_news .video {
  margin-top: -35px;
}