.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: 100%;
    height: 100%;
    position: absolute;
	z-index:0;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(../images/bg_pattern.jpg) repeat top left;*/
	/*background-image: url(../images/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 150s linear infinite 0s;
	-webkit-animation: imageAnimation 150s 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 95s 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/1.jpg);

}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/2.jpg);
    animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpg);
    animation-delay: 20s;
	-webkit-animation-delay: 20s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/4.jpg);
    animation-delay: 30s;
	-webkit-animation-delay: 30s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/5.jpg);
    animation-delay: 40s;
	-webkit-animation-delay: 40s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/6.jpg);
    animation-delay: 50s;
	-webkit-animation-delay: 50s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/7.jpg);
    animation-delay: 60s;
	-webkit-animation-delay: 60s;
}
.cb-slideshow li:nth-child(8) span {
    background-image: url(../images/8.jpg);
    animation-delay: 70s;
	-webkit-animation-delay: 70s;
}
.cb-slideshow li:nth-child(9) span {
    background-image: url(../images/9.jpg);
    animation-delay: 80s;
	-webkit-animation-delay: 80s;
}
.cb-slideshow li:nth-child(10) span {
    background-image: url(../images/10.jpg);
    animation-delay: 90s;
	-webkit-animation-delay: 90s;
}
.cb-slideshow li:nth-child(11) span {
    background-image: url(../images/11.jpg);
    animation-delay: 100s;
	-webkit-animation-delay: 100s;
}
.cb-slideshow li:nth-child(12) span {
    background-image: url(../images/12.jpg);
    animation-delay: 110s;
	-webkit-animation-delay: 110s;
}
.cb-slideshow li:nth-child(13) span {
    background-image: url(../images/13.jpg);
    animation-delay: 120s;
	-webkit-animation-delay: 120s;
}
.cb-slideshow li:nth-child(14) span {
    background-image: url(../images/14.jpg);
    animation-delay: 130s;
	-webkit-animation-delay: 130s;
}
.cb-slideshow li:nth-child(15) span {
    background-image: url(../images/15.jpg);
    animation-delay: 140s;
	-webkit-animation-delay: 140s;
}
 
.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;
}
.cb-slideshow li:nth-child(5) div {
    animation-delay: 35s;
}
.cb-slideshow li:nth-child(6) div {
    animation-delay: 45s;
}
.cb-slideshow li:nth-child(7) div {
    animation-delay: 55s;
}

@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    5% { opacity: 1; animation-timing-function: ease-out; }
    10% { opacity: 1 }
    15% { opacity: 0 }
    100% { opacity: 0 }
}

@-webkit-keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    5% { opacity: 1; animation-timing-function: ease-out; }
    10% { opacity: 1 }
    15% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation {
    0% { opacity: 0 }
    5% { opacity: 1 }
    10% { opacity: 1 }
    15% { 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 }
}
h3 {
	padding:0;
	margin:0;
	font-family: 'Cinzel', cursive;		
	font-size:15px;
	/* font-weight:bold;*/
	color:#343036;	
	display:inline; /* verhindert Zeilenumbrüche */
}
h2 {
		
	font-size:15px;

}
*, h1, h4 {
	padding:0;
	margin:0;
	font-family: 'Cinzel', cursive;		
	font-size:18px;
	/* font-weight:bold;*/
	color:#fff;	
}
body {
	padding:0;
	margin:0;
	font-family: 'Cinzel', cursive;		
	font-size:18px;
	/* font-weight:bold;*/
	background-color:#F7F5DB;
}
#wrapper {
	width:256px;
	margin:30px auto;
	/*left: 10%;*/
	/*margin-left: -256px;*/
	position: relative;
	z-index:1;
	text-align: center;	
	background: #343036;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;
	/*background-color: rgba(255,255,255,.6);*/
}
#button {
	width:156px;
	margin:40px auto;
	/*left: 50%;
	margin-left: -128px;*/
	position: relative;
	z-index:1;
	text-align: center;	
	border:2px solid #B6C0C5;
	background: #343036;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;
	/*background-color: rgba(255,255,255,.6);*/
}
#button:active, 
#button:hover, 
#button:focus {
	background-color: #04720B;
	}

#button2 {
	/*width:256px;*/
	/*margin:40px auto;*/
	/*right: 0%;*/
	left: 13%;
	bottom: 1%;
	/*margin-top:46%;*/
	/*margin-left: -128px;*/
	position: absolute;
	z-index:1;
	text-align: center;	
	background: #343036;
	min-width: 10%;
	min-height: 2%;
	font-size:10px;

	/*border:2px solid #B6C0C5;
	background: #343036;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;*/
	/*background-color: rgba(255,255,255,.6);*/
}

#backgroundImage img{
min-width: 10%;
min-height: 10%;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}

ul {
	list-style-type: none;
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cinzel-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cinzel Regular'), local('Cinzel-Regular'),
       url('../fonts/cinzel-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cinzel-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cinzel-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cinzel-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cinzel-v7-latin-regular.svg#Cinzel') format('svg'); /* Legacy iOS */
}
.hreview {
	padding:10px 10px 10px 10px;
}

.hreview2 {
	padding:5px 5px 5px 5px;
}

.hreview3 {
	padding:5px 5px 5px 5px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}