.cb-slideshow,
.cb-slideshow:after {
    /*position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	background: transparent url(../images/bg_pattern.jpg) repeat top left;*/
	width: 80%;
    height: 60%;
    position: absolute;
	z-index:0;
    top: 0px;
    left: 80px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
	list-style-type: none;
			/*-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow:0 0px 20px rgba(0, 0, 0, 0.5);*/

}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(../images/bg_pattern.jpg) repeat top left;*/
	/*background-image: url(../images/Essen/mini_1.jpg);*/

}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
	z-index:2;
    top: 0px;
    left: 0px;
    color: transparent;
	background-size: cover;
   -webkit-background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    animation: imageAnimation 64s linear infinite 0s;
	-webkit-animation: imageAnimation 64s linear infinite 0s;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
	z-index:2;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #343036;
    animation: titleAnimation 20s linear infinite 0s;
	-webkit-animation: titleAnimation 20s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/Hochzeit/DSC_0239_2.jpg);

}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/Hochzeit/DSC_0045_2.jpg);
    animation-delay: 8s;
	-webkit-animation-delay: 8s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/Hochzeit/DSC02086_2.jpg);
    animation-delay: 16s;
	-webkit-animation-delay: 16s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/Hochzeit/WP_20170129_2.jpg);
    animation-delay: 24s;
	-webkit-animation-delay: 24s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/Hochzeit/IMG_4411_2.jpg);
    animation-delay: 32s;
	-webkit-animation-delay: 32s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/Hochzeit/DSC_0215_2.jpg);
    animation-delay: 40s;
	-webkit-animation-delay: 40s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/Hochzeit/DSC_0051_2.jpg);
    animation-delay: 48s;
	-webkit-animation-delay: 48s;
}
.cb-slideshow li:nth-child(8) span {
    background-image: url(../images/Hochzeit/DSC_0271_2.jpg);
    animation-delay: 56s;
	-webkit-animation-delay: 56s;
}

 .cb-slideshow li:nth-child(1) div {
  
}
.cb-slideshow li:nth-child(2) div {
    animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) div {
    animation-delay: 15s;
}
.cb-slideshow li:nth-child(4) div {
    animation-delay: 25s;
}


@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    6% { opacity: 1; animation-timing-function: ease-out; }
    13% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

@-webkit-keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    6% { opacity: 1; animation-timing-function: ease-out; }
    13% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 { font-size: 80px }
}





