/* START Fast & Agile YouTube Embed by Schoberg.net */
.youtube { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  /* background: #ccc no-repeat center center / cover;  */
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
  clear:both;
}

.youtube a::before { /* play bubble */
  content: '';
  background: rgba(255, 255, 255, .6);
  height: 80px;
  width: 80px;
  display:block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 260px;
  left: calc(100% - 100px);
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
  transition: all .1s ease;
  z-index:1;
}

.youtube a:hover::before { /* play bubble hover */
  background: rgba(255,255,255, .8);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.youtube a::after { /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height:0px;
  display:block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 260px;
  left: calc(100% - 100px);
  z-index:2;
} 

.youtube a:hover::after {
	border-color: transparent transparent transparent #000;
}

.youtube iframe{ /* youtube embed (responsive) */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}
/* END Fast & Agile YouTube Embed by Schoberg.net */

/* PDIR Social Feed */
.social_feed_element .info {
	background: none;
}

.social_feed_element .info img {
	height: 1em;
}

.social_feed_element .inner {
	background: #fefefef;
	background: rgba(242,242,242,0.6);	
}


/* Hover Image Effekt */
.image_container { 
  position: relative;
  margin:0;
}

.image_container:hover .caption {  
  opacity: 1;
}

.gallery_creator .caption {  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.caption-text { 
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Gallery Creator */

.gallery_creator .album_comment {
	color:#f2dcb2;
}

.gallery_creator #galleryContainer {
	display:flex;
	justify-content:center;
}

.gallery_creator .album_preview {
  max-width: 1400px;
}

.gallery_creator .list_albums {
	display:flex;
	justify-content: center;
}

.gallery_creator .list_albums .level_1 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: auto;
	margin-right: 1rem;
}

.gallery_creator .list_albums .last {
	margin-right:0;
}


 .gallery_creator .list_albums .col_2 {
	width: 100%;
	margin: 0;
	padding: 0.5rem 1rem;
	position:absolute;
} 

.gallery_creator .list_albums .tstamp {
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #ddd;
	padding: 5px 10px;
}

.ekko-lightbox .modal-content {
	background-color: #131313;
}

/* Cookiebar */
.contao-cookiebar {
	color: #ddd;
}

.contao-cookiebar p {
	color: #fff;
}

.contao-cookiebar .cc-inner {
	background: #333;
}

.contao-cookiebar .cc-cookies {
	background: #555;
}

.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
	background: #888;
}

/* content slider */
.content-slider .caption {
    opacity: 1;
    height: min-content;
}

/* .bit-widget .bit-event-list-title {
	font-size: 1.2rem !important;
	background-color: rgba(218, 46, 46, .8);
	padding: 5px 15px !important;
	border-radius: 4px;
	margin-top: 20px;
} 
*/