.post-grid *{transition: all 0.25s ease-in-out;} 

.post-grid.grid{
    padding:0!important;
    overflow:visible;
}

.item>.layer-wrapper{
    height:100%;
}

#post-grid-76 .item,
.post-grid.grid .item {
    margin:0!important;
    margin-bottom:1.5rem!important;
    width:auto!important;
}
.post-grid .grid-items.row [class*="col-"]{
    padding-right:15px!important;
    padding-left:15px!important;
}
.post-grid .grid-items.row [class*="col-"]:hover{
    padding-right:10px!important;
    padding-left:10px!important;
    margin-top:-5px;
    margin-bottom:-5px;
}
.post-grid .grid-items.row{
    margin-left:-15px;
    margin-right:-15px;
    padding-top:10px;
}
@media(min-width:786px){
    .post-grid .grid-items.row{
        padding-top:30px;
    }    
}
.rot-video-wrapper video,
.rot-grid-item .thumb_link,
.rot-grid-item .thumb_link{
    overflow:hidden;
    border-radius:4px;
}
.rot-grid-button{
    background:var(--dark-purplehaze);
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size:1.325em;
    padding: 10px 20px 12px!important;
    margin-bottom:1.5rem;
    
}
.rot-grid-button:hover{
    background: #af64d1;
}

.rot-video-wrapper video{
    width: 100%;
    height:auto;
}
.rot-video-wrapper video[poster]{
    height:auto;
    width:100%;
    object-fit: cover;
}


.rot-video-wrapper a{
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0.75rem;
    display: block;
    background-color: none;
} 


.rot-grid-item,
.rot-content-rounded-light {
    background: white;
    padding: 1.6125rem 1.4rem;
    border-radius: 15px;
    border: 2px solid #b396c0;
    text-align:center;
    transition:all 0.5s;
    position: relative;
    overflow:hidden;
    cursor:pointer;
    margin-bottom:1rem;

    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 1.5rem;
}
.rot-grid-item:hover:after,
.rot-content-rounded-light:hover:after{
    content:"";
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    pointer-events:none;
    background-color:rgba(146, 2, 212, 0.05);
    z-index:11;

    
}
.rot-grid-item .divider,
.rot-content-rounded-light .divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
}
.rot-img-container{
    position: relative;
    overflow:hidden;
    margin-bottom:1.5rem;
}

.rot-img-container figure {
    margin-bottom:0;
}

.rot-grid-item .divider,
.rot-img-container .divider {
    background-size: 100% 100%;
    width: 154%;
    background-position-x: right;
    /* background-size: 100% 100px; */
    transform: translate(-15%, 10px);
    height: 60px;
    display: block;
    background-repeat: repeat-x;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    z-index: 10;
    background-position-y: bottom;
}
.rot-grid-item .divider{
    position: relative;
    transform: translate(-15%, -100%);
    top: 0;
    margin-bottom: -15%;
}
.rot-grid-title.h3 a,
.rot-content-rounded-light h3 {
    font-weight: 400!important;
    color: #520078;
    border-bottom: 3px solid #fdde6a;
    font-size: 1.6rem;
    text-align: center;
    display:inline-block;
    padding-bottom: 0.5em;
    margin-bottom: 0;
}

.rot-grid-item:hover .rot-grid-title.h3 a{
    text-decoration:none;
}
.rot-grid-title.h3{text-align:center!important;}

.rot-grid-title.h3.sub a{
    border-bottom: none;
    color: #864da0;
    font-weight: 600!important;
}
.rot-grid-excerpt,
.rot-content-rounded-light p {
    line-height: 1.24;
    font-size: 1.25em;
    text-align: center;
}
@media(min-width:768px){
    .rot-grid-title.h3 a,
    .rot-content-rounded-light h3 {font-size: 2rem!important; }
    .rot-grid-excerpt,
    .rot-content-rounded-light p {line-height: 1.3;}
}
@media(min-width:1200px){
    .rot-grid-item,
    .rot-content-rounded-light {padding: 2.125rem 2rem;}
}


.rot-grid-excerpt{text-align:left;}

.rot-grid-short{
    font-size:1.25em;
    color:#3b004c;
    display:inline-block;
    width:100%;
    margin-bottom:1.5rem;
    
}
.post-grid .grid-items.row [class*="col-"]:hover .rot-grid-short{
    color:#6f1b86;
    width: calc(100% - 10px);
}

.termin-btn {
    background: #864da0;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 20px 12px!important;
    text-align:center;
}
.layout-75 .element_1592982371863 {
    margin-top:auto;
}

