/*     */
.imp h1, h2{
	color: #333;
	padding: 25px 0 5px 0;
}
/*   */
section{
	padding: 0;
	
}
/*Archäologie*/
.arche-bg{
background: rgba(255, 182, 85, 0.5);
background-image: 
linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
linear-gradient(#eee .1em, transparent .1em);
background-size: 100% 1.2em;
height: 100%;
}

/*background: #496896 
linear-gradient(to bottom, #f9fafc 0%, #e7f0f9 
10%, #e7f0f9 30.3%, #496896 100%) repeat-x scroll 0 0 
/ 100% 888px;*/

#arche-main{
	background: #fff;/*#ffe188; #ffc981;*/
	border-left: 4px dotted #000;/*#ff5c29;*/
	box-shadow: 15px 15px 15px rgba(0, 0 ,0, 0.5);
}

/*body impressum*/
.blue{
	background: #eaeff2;
}

#impressum{
	padding: 100px 0;
}
#impressum h3{
	margin: 30px 0 0 0;
	font-size: 24px;
	border-bottom: 1px solid #000;
}
/*Meditation*/


.med{
background-color: rgba(175, 238, 238, 0.6);/* 255, 200, 64, 0,7*/
}

.container_med{
	width: 70%;
	margin: 0 auto;
}


/*Slider,  Meditation der Tiere*/

@keyframes slidy {
	0% { left: 0%; }
	10% { left: 0%; }
	25% { left: -100%; }
	40% { left: -100%; }
	50% { left: -200%; }
	60% { left: -200%; }
	70% { left: -300%; }
	80% { left: -300%; }
	100% { left: -400%; }
}
@-webkit-keyframes slidy {
	0% { left: 0%; }
	10% { left: 0%; }
	25% { left: -100%; }
	40% { left: -100%; }
	50% { left: -200%; }
	60% { left: -200%; }
	70% { left: -300%; }
	80% { left: -300%; }
	100% { left: -400%; }
}
@-moz-keyframes slidy {
	0% { left: 0%; }
	10% { left: 0%; }
	25% { left: -100%; }
	40% { left: -100%; }
	50% { left: -200%; }
	60% { left: -200%; }
	70% { left: -300%; }
	80% { left: -300%; }
	100% { left: -400%; }
}
@-o-keyframes slidy {
	0% { left: 0%; }
	10% { left: 0%; }
	25% { left: -100%; }
	40% { left: -100%; }
	50% { left: -200%; }
	60% { left: -200%; }
	70% { left: -300%; }
	80% { left: -300%; }
	100% { left: -400%; }
}

#slider{
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
}
#slider figure img{
	width: 100%;
	height: 100%;
	float: left;
}
#slider figure div{
	width: 20%;
	float: left;
}
#slider figure{
	position: relative;
	width: 500%;
	-moz-animation: 30s slidy infinite;
	-webkit-animation: 30s slidy infinite;
	-o-animation: 30s slidy infinite;
	animation: 30s slidy infinite;
	left: 0;
	margin-bottom: 0;
}
.slide p{
	z-index: 100;
	position: absolute;
	width: 20%;
	float: left;
	font-weight: 700;
	font-size: 20px;
	font-family: Verdana;
	color: /*#4d5337*/ #f63d80;
	text-align: right;
	padding-top: 180px;
	padding-right: 1%;
	text-shadow: 2px 2px #000;
	
}
.slide div{
	width: 20%;
	height: 20%;
	background-color: #fff;
	filter: alpha(opacity=60);
	z-index: 90;
}

#slider figure:hover{
	animation-play-state: paused;
}

/*Meditationstag 1. Block*/
#sec9{
	padding: 120px 0 0 0;
	
}
#sec9 div{
	width: 80%;
	text-align: center;
	margin: 1% auto;
}
#sec9 h1{
	padding-bottom: 20px;
}
.block{
	color: #E2A9F3;
	font-weight: 700;
	font-size: 20px;
	margin: auto;
}

#secmed{
	margin: 30px auto;
	text-align: center;
	padding: 10px 0 10px 0;
}

#secmed article{
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 32%;
	padding: 10px;
	margin: auto; /*2% 0;*/
	min-height: 300px;
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	border-radius: 10px;
}

#secmed .middle{
	margin: 0 2% 2% 2%;
}
/*Button Meditation der Tiere Flyer*/
#secmed div{
	background: url(../images/meditationstag/hund.jpg) 40% 40% no-repeat;
	background-size: cover;
	display: block;
	height: 130px;/*130*/
	width: 200px;/*200px;*/
	border: 2px dotted rgb(121, 44, 7);
	margin: 10px auto;
	border-radius: 5px;
	line-height: 200px;
	box-shadow: 2px 2px 2px #000;
}
#secmed div:hover{
	box-shadow: 2px 2px 2px #000;
	border: 2px dotted yellow;
}
#secmed div:active{
	box-shadow: inset 2px 2px 2px #000;
}
#secmed a{
	color: yellow;
	font-weight: 700;
	
}
#secmed a:hover{
	text-shadow: 5px 5px 5px #000;

}

/*Tierreich*/


/*Tierseelen*/
/*Emmablock*/
#sec111{
	background: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
	padding: 1px 0 30px 0;
}

#sec111 .top2{
	text-align: center;
}
#sec111 div{
	width: 250px;
	background: #fff;
	padding: 10px;
	text-align: center;
	margin: 100px auto 20px;
}
#sec111 p{
	padding: 1% 10%;
}

#sec111 white{
	color: white;
}
/*Emmablock aus*/
#sec11{
	background: rgba(255, 255, 255, 0.7);
	margin-top: 20px;
	padding: 1px 0 30px 0;
}

#sec11 .top2{
	text-align: center;
}
#sec11 div{
	width: 250px;
	background: #E2A9F3;
	padding: 10px;
	text-align: center;
	margin: 100px auto 20px;
}
#sec11 p{
	padding: 1% 10%;
}

#sec11 white{
	color: white;
}
/*Meditationstext*/
#sec12{
	background: rgba(255, 255, 255, 0.8);
	padding: 100px 0 50px 0;
}
#sec12 div{
	width: 400px;
	background: #fff;
	padding: 10px;
	text-align: center;
	margin: 20px auto 20px;
}
#sec12 p{
	padding: 1% 10%;
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
#sec12 h3{
	color: #333;
}

