/*
###############################################################
### COLOR 
### dunkelbraun		#530a1d  Ueberschrift 1		          #####
### braunorange		#b05c28  Hover Main Menu              #####
### grau        	#665643  bodytext             	      #####
### BILDGRÖSSEN
### HEADER	1350x1100
### GALERIE	1900x1300 / 1000x684
############################################################### 
*/





/*
###############################################################
### Textformatierung                                      #####
############################################################### 
*/

h1{color:#36000e;}
h2{color:#36000e;}
h3{color:#665643;}
h4{color:#b05c28;}
h5{color:#665643;}
h6{color:#665643;}

/*
###############################################################
### SLIDESHOW                                             #####
############################################################### 
*/




#slideshow_wrapper_inpage{
		background:#665643;
		position:relative;
		/*width:100%;
		height:500px;*/
		max-height:100vh;
		border: 0px solid #665643;
		box-sizing: border-box;
		}
.slideshow{
		list-style:none;
		width:100%;
		height:100%;
		top:0;
		right:0;
		bottom:0;
		left:0;
		overflow:hidden;
		position: absolute;
		}
.slideshow li
		{width:100%;
		height:100%;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		color:transparent;
		background-size:cover;
		background-position:50% 50%;
		opacity:0;
		animation: slideShowA 50s linear infinite 0s;
		animation-iteration-count: infinite;
		}
@keyframes slideShowA { 
				0% {
					opacity: 0;
					transform: scale(1.1) rotate(-1deg);
				}
				2% {
					opacity: 1;
				}
				10% {
					opacity: 1;
				}
				12% {
					opacity: 0;
					transform: scale(1.15) rotate(1deg);
				}
			}

.slideshow li:nth-child(1) {background-image:  url("../../images/slideshow/ernst_christian_rapp_keramik_chorin_01.jpg");animation-delay:  0s;}
.slideshow li:nth-child(2) {background-image:  url("../../images/slideshow/rapp_toepferei_chorin_02.jpg");animation-delay:  5s;}
.slideshow li:nth-child(3) {background-image:  url("../../images/slideshow/rapp_keramikwerkstatt_chorin_barnim_03.jpg");animation-delay: 10s;}
.slideshow li:nth-child(4) {background-image:  url("../../images/slideshow/keramikwerkstatt_chorin_04.jpg");animation-delay: 15s;}
.slideshow li:nth-child(5) {background-image:  url("../../images/slideshow/toepferei_chorin_barnim_05.jpg");animation-delay: 20s;}
.slideshow li:nth-child(6) {background-image:  url("../../images/slideshow/ernst_christian_rapp_keramik_chorin_brandenburg_06.jpg");animation-delay: 25s;}
.slideshow li:nth-child(7) {background-image:  url("../../images/slideshow/christian_rapp_keramikwerkstatt_kloster_chorin_07.jpg");animation-delay: 30s;}
.slideshow li:nth-child(8) {background-image:  url("../../images/slideshow/rapp_keramik_toepferei_chorin_barnim_08.jpg");animation-delay: 35s;}
.slideshow li:nth-child(9) {background-image:  url("../../images/slideshow/rapp_keramik_chorin_barnim_brandenburg_09.jpg");animation-delay: 40s;}
.slideshow li:nth-child(10) {background-image: url("../../images/slideshow/rapp_keramik_toepferei_ton_chorin_10.jpg");animation-delay: 45s;}


	
	
/*Slideshow mit Text*/
/*#slideshow_wrapper_inpage {
	background:#665643;
	position:relative;*/
	/*width:100%;
	height:500px;*/
	/*max-height:100vh;
	border: 0px solid #665643;
	box-sizing: border-box;
	border-radius:0em;
	overflow:hidden;
}*/

/*.slideshow {
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	position: absolute;
}*/

/*.slideshow li {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:transparent;
	background-size:cover;
	background-position:50% 50%;
	opacity:0;
	animation: slideShowA 100s linear infinite 0s;
}*/

/*@keyframes slideShowA { 
				0% {
					opacity: 0;
					transform: scale(1.1) rotate(-1deg);
				}
				2% {
					opacity: 1;
				}
				10% {
					opacity: 1;
				}
				12% {
					opacity: 0;
					transform: scale(1.15) rotate(1deg);
				}
			}*/
	
	
	
/*.slidetext {
	color:#333;
	position:absolute;
	top:80%;
	transform:translateY(-50%);
	padding:0 20px 10px;
	margin:0 20px;
	background: rgba(255,255,255,0.75);
	border-radius:0.5em;
	opacity:0;
	animation: slideShowE2 100s ease-in-out infinite 0s;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 10px 15px rgba(0,0,0,0.75);
	overflow:visible;
}

@keyframes slideShowE2 { 
				1% {
					opacity: 0;
				}
				2% {
					opacity: 1;
				}
				9% {
					opacity: 1;
				}
				10% {
					opacity: 0;
				}
			}
.slidetext.st1  {animation-delay:  0s;}
.slidetext.st2  {animation-delay: 10s;}
.slidetext.st3  {animation-delay: 20s;}
.slidetext.st4  {animation-delay: 30s;}
.slidetext.st5  {animation-delay: 40s;}
.slidetext.st6  {animation-delay: 50s;}
.slidetext.st7  {animation-delay: 60s;}
.slidetext.st8  {animation-delay: 70s;}
.slidetext.st9  {animation-delay: 80s;}
.slidetext.st10 {animation-delay: 90s;}
.slidetext.st11 {animation-delay: 100s;}

*/


