/* mobile view
-------------------------------------------------------------------*/

/*! llyv.css v0.1.0 */
.llyv,.llyv .llyv-play-btn,.llyv img{cursor:pointer}.llyv{background-color:#000;margin-bottom:30px;position:relative;padding-top:56.25%;overflow:hidden}.llyv img{width:100%;top:-16.82%}.llyv .llyv-play-btn{width:100px;height:60px;background-color:#282828;z-index:1;border-radius:9px}.llyv .llyv-play-btn:before{content:"";border-style:solid;border-width:15px 0 13px 28px;border-color:transparent transparent transparent #fff}.llyv .llyv-play-btn:hover{background-color:red}.llyv .llyv-play-btn,.llyv .llyv-play-btn:before,.llyv iframe,.llyv img{position:absolute}.llyv iframe{height:100%;width:100%;top:0;left:0}.llyv .llyv-play-btn,.llyv .llyv-play-btn:before{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}

div.banner_box div.banneritem {
  float: left;
  width: 100%;
  text-align: right;
  padding: 5px 10px 0 10px;
}

div.banner_box div.banneritem img{
  width: 100%;
  height: auto;
}


div.banner_box .bannerfooter {
    float: left;
    width: 100%;
    text-align: right;
    padding: 0 15px 5px 0;
    font-size: 0.8rem;
    color: var(--TextColor);
}

aside .podcast-teaser h2{
    background-image: url(../images/icons/icon_podcast_36.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 15px 13px 49px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px;
}

.pagination .page-item {
    list-style: none;
}

.pagination .page-link {
    display: block;
    padding: 8px 12px;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #007bff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background-color: #007bff;
    color: white;
}

.pagination .active .page-link {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-color: #0056b3;
}

.pagination .disabled .page-link {
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

.pagination .page-prev .page-link:before {
    content: "«"; /* Symbol für "Vorherige" */
}

.pagination .page-next .page-link:before {
    content: "»"; /* Symbol für "Nächste" */
}


/* desktop view
-------------------------------------------------------------------*/

@media screen and (min-width:1000px) {

div.banner_box div.banneritem {
  padding: 15px 0 0 0;
}

div.banner_box div.banneritem img{
  max-width: 80%;
  height: auto;
}


}