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

body {
	background-repeat:no-repeat;
	webkit-animation: bugfix infinite 1s;
	font-family: 'Sue Ellen Francisco';
	color: #000000;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #fff;
}
@-webkit-keyframes bugfix { 
	from {padding:0;} 
	to {padding:0;} 
}
p{
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
input {
	display: none;
}	
#wrapper{
	width: 100%; 
	margin: 0 auto;
}
.inhalt img {
	width: 100%;
}
.inhalt1, .inhalt2, #termine{
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
	box-shadow: 0px 0px 3px 3px rgba(100,130,130,0.1), 0px 0px 2px 1px rgba(74,92,92,0.1);
}
.inhalt1{
	background: #fff; 	
}
.inhalt2{
	z-index: 110;	
	margin-top: -10px;
}
.ringelkopf{
	height: 23px;
	width: 100%;
	background-image: url(BILDER/RINGEL2.jpg);
    background-repeat: repeat-x;
	background-size: auto 23px;
}
.ringelklein{
	height: 20px;
	background-image: url(BILDER/RINGEL.jpg);
	background-repeat: repeat-x;
	background-size: auto 23px;
}
strong {
	font-weight: 800;
}
a{
	font-family: 'Sue Ellen Francisco';
	color:#5bb0a9;
	text-decoration: none;
	font-weight: 400;
}
a:hover{
	color:#e5e489;
	text-decoration: none;
}
a:active{
	color:#a6e3de;
}
@media (min-width: 900px) and (max-width: 10000px) {
#abstand {
	height: 100px;
	}
.inhalt{
	width:70%;
	padding: 75px 15%;
}
.inhalt ul{	
	overflow: hidden;
	list-style: none;
	padding: 0px;
}
.inhalt ul li{
	display: inline-block;
	overflow: hidden;
}
.links{
	width: 60%;
}
.rechts{
	width: 35%;
	float: right;
	margin-top: 20px;
}
.kleineheike{
	margin: 0 auto;
	width: 700px;
}

}
@media (min-width: 400px) and (max-width: 899px) {
#abstand {
	height: 80px;
	}
.inhalt{
	width:70%;
	padding: 75px 15%;
}
.inhalt ul{	
	overflow: hidden;
	list-style: none;
	padding: 0px;
}
.inhalt ul li{
	display: inline-block;
	overflow: hidden;
}
.links{
	width: 60%;
}
.rechts{
	width: 35%;
	float: right;
	margin-top: 20px;
}


}
@media (min-width: 40px) and (max-width: 399px) {
#abstand {
	height: 50px;
	}
.inhalt{
	width:90%;
	padding: 75px 5%;
}
.inhalt ul{	
	overflow: hidden;
	list-style: none;
	padding: 0px;
}
.inhalt ul li{
	display: inline-block;
	overflow: hidden;
}
.links{
	width: 60%;
}
.rechts{
	width: 35%;
	float: right;
	margin-top: 20px;
}
}