@CHARSET "UTF-8";

.gallery a.hidden{
    display: none;
}

.videoItem, .galleryItem{
    display: inline-block;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}

.videoItem a, .galleryItem a{
    text-decoration: none;
    color: #1b6c74;
}

.videoItem p, .galleryItem p{
    margin-top: 0;
}

.videoItem p.titelBig, .galleryItem p.titelBig{
    font-weight: bold;
}

.galleryItem .artikelImage{
    height: 100%;
}
