#videoModal{
    background-color: rgb(0, 0, 0, 0.1);
}
#videoModal:hover{
    cursor:pointer;
}
#videoModal .modal-content{
    width: fit-content;
    border-radius: 0;
    border: none;
}
#videoModal iframe{
max-width: 100%;
}
.modal-body{
    padding: 0px 15px 15px 15px;
}
.jstVideos li{
    display: block;
}
.videoconnect-wrapper{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.videoconnect-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.videoconnect-embed iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videoconnect-title{
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}
.videoconnect-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
    width: 100%;
}
.videoconnect-img:hover{
    cursor: pointer;
}
.videoconnect-desc{
    height: 50px;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px 10px 0px;
    margin-top: 10px;
}
.videoconnect-desc:hover{
    cursor: default;
}
.jstVideos a {
  display: block;
  margin: 5px 2px;
}

.jstVideos a:hover{
    text-decoration: none;
    cursor: default;
}

.vorschau{
    border: 1px solid #eee;
}
.vorschau:hover{
    cursor: pointer;
}

#tabpanel-video-id, #tabpanel-video-id .panel-body, li{
    padding: 0;
}
.jstVideos{
    padding: 0;
}
.jstVideos .title {
  font-weight: bold;
  padding: 8px;
}
.jstVideos ul {
    list-style: none;
    padding: 0;
}
.jstVideos ul:after {
    content: '';
    clear: both;
    display: block;
}
