/* VIDEOBEREICH */
div.video_preview {
    border-width: 1px;
    border-radius: 12px;
    text-align: center;
}
@media all and (min-width:920px) {
    div.video_preview {
        width: 100%;
    }
}   

div.video_preview a:hover {
    text-decoration: none;
}

div.video_text {
    background-color: #fff;
    border-radius: 12px;
    padding: 4px 0px;
    font-size: 0.9em;
    text-align: center;
}
div.video_text h3 {
    font-size: 0.9em;
    color: #3181cd;
    font-weight: bold;
    margin-top: 0.1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0px;
    height: 3em;
    overflow: hidden;
    word-break: break-word;
    text-align: center;
    
}
div.video_playbutton {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    border: 1px dotted fuchsia;
}
div.video_playbutton img {
    width: 30px;
}

.video_text img {
  margin-top: 5px;
} 

div.video_preview:hover .video_text {
    background-color: #4fa7d8;
    color: #fff;
}
div.video_preview:hover h3 {
    color: #fff;
}

div.bereichsicons_lernvideos a img {
    display:inline-block;
    width: 80px;
    height: 80px;
}

