/* ************************************* */
/*                                       */
/* Audio / Video                         */
/*                                       */
/* ************************************* */

.owl-stage div.owl-item:last-of-type {
	margin-right: 0 !important;
}

.owl-item .caption {
	position: absolute;
	bottom: -100px;
	display: none;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 5px 8px 6px 12px;
	cursor: pointer;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.owl-item .caption.active {
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.owl-item .caption h3 {
	margin-top: 2px;
	font-size: 14px;
	margin-bottom: 21px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.owl-item .caption.active h3 {
	-webkit-line-clamp: unset;
	width: 100%;
}

.owl-item .caption.active span.right {
	display: none;
}

.owl-item .caption p {
	font-size: 13px;
}

.item-video,
.item-audio {
	height: 143px;
	overflow: hidden;
	position: relative;
}

.item-video {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	transition: all 0.5s ease-in-out;
}

.item-video.expanded {
	overflow: visible;
	transition: all 0.5s ease-in-out;
}

.owl-item.expanded {
	overflow: visible;
}

.item-audio {
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	padding: 12px;
}

.owl-video-tn,
.item-video {
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.owl-carousel {
	padding-left: 60px;
	padding-right: 60px;
}

.owl-controls {
	padding-top: 24px;
}

.owl-video-frame {
	padding-bottom: 36px;
}

.owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 100%;
	overflow: hidden;
	margin-left: -60px;
	margin-right: -60px;
	font-size: 36px;
	-webkit-tap-highlight-color: transparent;
	z-index: -10;
}

.owl-prev {
	float: left;
	margin-left: 10px;
}

.owl-next {
	float: right;
	margin-right: 10px;
}

.owl-prev:before,
.owl-next:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

.owl-prev:before {
	content: "\e820";
}
.owl-next:before {
	content: "\e821";
}

.owl-dots {
	padding-top: 12px;
}

.video-close {
	cursor: pointer;
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -36px;
	width: 100%;
}

/* ************************************* */
/*                                       */
/* DRUPAL: YouTube module                */
/*                                       */
/* ************************************* */

.toggle-youtube {
	/*  height:360px;
  overflow: hidden;*/
	position: relative;
}

.toggle-youtube:before {
	/*  content: '';
  position:absolute;
  width:100%;
  height:100%;
  background: red;
  z-index: 10;*/
}


.js-video-carrier video {
    width: 100%;
    height: 100%;
object-fit: cover;
}

/* Versteckt das Video-Tag, bis es bereit ist zu spielen */
.hidden {
    display: none;
}
