@media (min-width: 992px) {
  /* News gestaucht */
  .news {
    max-width: 75%;
    margin: 0 auto;
  }
  .news .media {
    margin-bottom: 8rem !important;
  }
  .aktuellesstart .news>ul {
    display: block;
  }
  .aktuellesstart .news li {
    display: flex!important;
    flex-direction: unset;
  }
  .aktuellesstart .news li figure {width: 404px!important;}
  .aktuellesstart .news li {
    width: 100%;
    height: 650px;
    position: relative;
  }
  .aktuellesstart .news li figure {text-align: right!important;width: 100%!important;}
  .news a {
    height: 100%;
    position: relative;
  }
  .aktuellesstart .news li .media-body {
    position: absolute;
    bottom: 25%;
  }
  .more.float-end.btn.btn-primary.d-none.d-sm-block {
    height: auto !important;
  }
  .aktuellesstart .news li .media-body h3 a span {
    /*font-size: 36px;*/
    font-size: 2rem;
  }
  .aktuellesstart .news li:nth-child(2n) .media-body h3 {
    margin-left: 2rem;
    max-width: 40%;
  }
  .news .card-text {
    max-width: 37rem;
    margin-left: 3rem;
    margin-top: 2rem;
    padding: 3rem 3em 3rem 3rem;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
  }
  .more.float-end.btn.btn-primary.d-none.d-sm-block {
    width: auto;
    color: #d2090a!important;
    border: none!important;
    background-color: transparent!important;
    left: 50%;
    margin-bottom: 2rem!important;
  }
  .news img.img-fluid {
    /*width: 20vw!important;*/
  }
  	.news .list-unstyled img.img-fluid {
    	width: 20vw;
	}
  
  
  .aktuellesstart .news li:nth-child(2n+0) {
    flex-direction: column;
  } 
  
  .media-body {
    max-width: 50%;
    right: 0px;
  }
  .aktuellesstart .news li:nth-child(2n+0) .media-body {
    max-width: 100%;
    right: unset;
  }
  .aktuellesstart .news li .media-body h3 {
    margin-left: 6rem;
    max-width: 99%;
  }
  .news .card-text {
    margin-left: -10rem;
    margin-right: 3rem;
  }
  .aktuellesstart .news li:nth-child(2n+0) .card-text {
    margin-left: 3rem;
    margin-right: 0rem;
  }
  .more.float-end.btn.btn-primary.d-none.d-sm-block {left: 60%;}
  .aktuellesstart .news li:nth-child(2n+0) .more.float-end.btn.btn-primary.d-none.d-sm-block {left: 50%;}
  
}
.aktuellesstart .news li:nth-child(4n) .media-body h3 {
	margin-left: 2rem;
	max-width: 40%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .news .list-unstyled img.img-fluid {
    width: 20rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .news .list-unstyled img.img-fluid {
    width: 27rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1400px) {
  .news .list-unstyled img.img-fluid {
    width: 31rem;
  }
}

/*Karakidis*/
@media (max-width: 1767px) and (min-width: 1353px) {
    .media-body {
        margin-top: 4rem!important;
    }
}
@media (max-width: 1352px) and (min-width: 1200px) {
    .media-body {
        margin-top: 1rem!important;
    }
    
    .aktuellesstart .news li:nth-child(2n+0) .more.float-end.btn.btn-primary.d-none.d-sm-block {
        left: 57%;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  	.more.float-end.btn.btn-primary.d-none.d-sm-block {
        left: 46%;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .media-body {
        margin-top: -1rem!important;
    }
    .more.float-end.btn.btn-primary.d-none.d-sm-block {
        left: 46%;
    }
    .aktuellesstart .news li:nth-child(2n+0) .more.float-end.btn.btn-primary.d-none.d-sm-block {
        left: 57%;
    }
    .news .card-text {
        margin-left: -10rem;
        margin-right: -4rem;
    }
    .aktuellesstart .news li:nth-child(2n+0) .card-text {
        margin-left: -3rem;        
    }
}
/*Karakidis Ende*/

@media only screen and (min-width: 1400px) {
  .aktuellesstart .news li .media-body {
    bottom: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1058px) {
.tx-ws-flexslider .caption-text {
    top: -22px;
    }
}
/*News*/
@media (min-width: 2166px) {
    .aktuellesstart .news .media {
        margin-bottom: 8rem !important;
    }
    .aktuellesstart .news #news-container-126 .media {
        margin-bottom: 0rem !important;
    }
    .aktuellesstart .news  #news-container-9 .media {
      margin-bottom: 0rem !important;
    }
} 
@media (min-width: 1898px) and (max-width: 2165px) {
    .aktuellesstart .news .media {
        margin-bottom: 2vw !important;
    }
}
@media (max-width: 1897px) and (min-width: 992px){
    .aktuellesstart .news .media {
        margin-bottom: 0vw!important;
    }
}
@media (max-width: 992px) and (min-width: 767px) {
    .aktuellesstart .news li .media-body {
        min-height: 512px;
    }
}