/* 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" */
}


	aside .moduletable h2 {
		background-color: var(--AcentColor);
		}

    aside .moduletable {
        color: var(--TextColor);
        }

    aside .moduletable form {
        padding: 15px; 
    }

       aside .moduletable form button{
           background-color: var(--AcentColor);
           text-align: center;
           border: 1px solid var(--AcentColor);
           border-radius: var(--ElementRadius);
           width: 100%;
           font-weight: bold;
           padding: 9px 15px 9px 15px;
           margin: 30px 0 0 0;
           }


.teaser_case p.btn_sales {
     padding: 30px 15px 0 15px;;
     }

.teaser_case p.btn_sales a {
     text-decoration: none;
     font-size: 1.7rem;
     background-image: url(../images/icons/icon-arrow-right.webp);
     background-repeat: no-repeat;
     background-position: 25px center;
     padding: 15px 15px 15px 80px;
     border: 3px solid var(--TextColor);
     border-radius: var(--ElementRadius);
     }

.page_box div.grid_40 img {
   width: 100%;
  height: auto;
}

.page_box div.grid_60 h2 {
   margin: 10px 0 10px 0;
}

.page_box h2 {
  position: relative;
}

.page_box h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  border-top: solid 5px var(--HighlightColor);
  width: 40px;
}

.page_box div.grid_60 ul.beneftis li {
   list-style-image: url(../images/icons/icon_check_24_white.png);
   font-size: 1.3rem;
}


/* 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;
}

.teaser_case p.btn_sales {
  padding: 30px 30% 0 30%;
  }

.page_box div.grid_60 h2 {
   margin: 60px 0 30px 0;
}

  
}