/* 
Theme Name: Child of Camille v1.2
Theme URI: http://creanncy.com/;
Description: Child theme based on Camille
Author: Your Name
Version: 1.2
Template: camille
*/

/* Teaser-Box Slider halbtransparent */
.camille-post-details {
    background: rgba(255,255,255,0.8) !important;
}

.welcome-image-overlay {
	    background: rgba(255,255,255,0.8) !important;
		padding: 10px !important;
}

.widget-post-details-wrapper {
	    background: rgba(255,255,255,0.8) !important;
		padding: 5px !important;
}

/* global change list style type to image: /img/kringel.svg */
ul {
	list-style-image: url(img/kringel-small.png);
}

.sidebarCarousel .vc_images_carousel{
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.sidebarCarousel .vc_carousel-slideline {
	text-align: center;
}

/* Media Grid item custom template */
.image-background-top {
	background-position: 50% 0% !important;
}
/* Youtube Video-Container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}