@charset "UTF-8";
/* CSS Document */

#einleitung {
	width:860px; 
	min-height:100%; 
	height:auto; 
	margin:15px auto;
	-webkit-border-radius: 14px; 
	border-radius: 14px; 
	background-color:#fff; 
	display:inline-block;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border:10px solid whitesmoke;
	text-align:center;
	}
	
#einleitung img {
	text-align:left;
	margin-top :20px;
	max-width:700px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	
#einleitung .text {
	width:700px;
	height:auto;
	margin:10px auto 20px auto;
	font-size:16px;
	line-height:28px;}
	
@media all and (max-width: 940px) {


#einleitung {
	width:560px; 
	min-height:100%; 
	height:auto; 
	margin:15px auto;
	-webkit-border-radius: 14px; 
	border-radius: 14px; 
	background-color:#fff; 
	display:inline-block;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border:10px solid whitesmoke;
	text-align:center;
	}
	
#einleitung img {
	text-align:left;
	margin-top :20px;
	max-width:500px;}
	
#einleitung .text {
	width:540px;
	height:auto;
	margin:10px auto 20px auto;
	font-size:18px;
	line-height:30px;}


}