@charset "utf-8";
/* CSS Document */
/*
Farben:
Hellgruen: #47c4ae -rgb(71,196,174)
Hellrose: #f7ba99 - rgb(247,186,153)
gelb: #feeab4 - rgb(254,234,180)
ami braun: #cd7a58 - rgb(205,122,88)

*/


body{
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #fff;
	color: rgba(0,0,0,0.6);
	/*font-size: 10px;*/
	
}


h1 {
	font-size:1.8rem;
	font-weight: bold;
	text-align:center;
	color: rgba(0,0,0,0.8);
	padding-bottom: 20px;
	margin-top: 3rem;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

h2 {
	font-size:1.7rem;
	font-weight: normal;
	text-align:center;
	color: #47c4ae;
	margin-bottom: 2rem;
}

h3 {
	font-size:1.5rem;
	font-weight: normal;
	text-align:center;
	color: rgba(0,0,0,0.6);
}
h4 {
	font-weight: normal;
	font-size: 1.2rem;
	color: #cd7a58;
	margin: 0 0 0.5rem;
}
ol li {
	font-size: 1.4rem;
	color: #c32914;
}
ol li p{
	color: rgba(0,0,0,0.6);
	font-size: 1rem;
}

ol li li {
	color: rgba(0,0,0,0.6);
	font-size: 1rem;
}

a {
	color: rgba(0,0,0,.6);
	text-decoration:none;
	font-size: 1.2rem;
}
a:hover{
	color: #d1e8e4;
}

.gruen{
	color: #d1e8e4;
}
.container{   	
	width:100%;
	height:100vh;
	display:flex;
	align-items: center;
   	justify-content: center;
   	flex-direction: column;
}
#index .container{
position: relative;
}

.frame{
	border: 2px dashed #cd7a58;
	width: 70%;
	height: 80%;
	opacity:1;
	z-index: 200;
	position:absolute;
	display:flex;
	align-items: center;
   	justify-content: center;
   	flex-direction: column;
	border-radius:10px;
}

.kontakt, .erzaehlungen{
	float:left;
}
.erzaehlungen{
margin-right: 1rem;
}






.textBox {
    display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: center;
	padding-top: 20px;

}

.logo{
	margin: 20px auto 0;
}
.logo img{
	height: 200px;
}

.rechtsBox .logo {
	text-align: center;
margin-top: 3rem;
}
.phone, .location{
	margin: 1rem auto 2rem;
	text-align: center;
}
.phone a, .phone p, .location p {
	font-size: 1.1rem;
}


#index .footer{
	bottom: 0;
    width: 95%;
    justify-content: flex-end;
    position: absolute;
    display: flex;
}
#index .footer p{
	padding: 10px 20px;
	
}
		
.footer a{	
	color: #cd7a58;
	font-size:0.9rem;
}
.footer a:hover{
	color: #47c4ae;
}


/*---------RECHTSTEXTE -------------------*/
#rechtstexte h1{
	font-size:2.5rem;
	margin: 60px;
}

#rechtstexte h2{
	font-size:2rem;
	margin: 60px 0 20px;
	text-align:left;
}
#rechtstexte h3{
	font-size:1.5rem;
	margin: 1.5rem 0 0.5rem;
	text-align:left;
}

#rechtstexte p, #rechtstexte ul{
	line-height: 1.6rem;
	margin-bottom:10px;
}

#rechtstexte li{
	margin-bottom:10px;
}
#rechtstexte .bold{
	font-weight: bold;
	margin: 20px 0 10px;
}
.wrapper{
	padding: 0 200px;
}

.rechtsBox{
	height: 100%;
	width:80%;
	background-color: white;
}
.rechtsBox .logo {
	text-align: center;
margin-top: 3rem;
}

#rechtstexte.container{
	height:100%;
}
	
#rechtstexte .footer{
	display:flex;
	justify-content: end;
	padding: 30px 0 15px;
}

#rechtstexte .footer p{
	padding-right: 60px;
	color: #009ee3;
}

/*------Schmetterling---------*/

.schmetterling { 
   
	z-index: 300;
}


/*
@keyframes schmetterling {
   from {transform:translate(100px,300px) scale(0.7)}
   to {transform:translate(0,0)}
}*/

@keyframes schmetterling_desktop {
	
  0%   { left:300px; top:30px;}
  25%  { left:250px; top:20px;}
  50%  { left:200px; top:30px;}
  75%  { left:175px; top:40px;}
  100% { left:150px; top:50px;}
	
}
@-moz-keyframes schmetterling_desktop {
	
  0%   { left:300px; top:30px;}
  25%  { left:250px; top:20px;}
  50%  { left:200px; top:30px;}
  75%  { left:175px; top:40px;}
  100% { left:150px; top:50px;}
	
}
@keyframes schmetterling_tablet {
	
  0%   { left:200px; top:50px;}
  25%  { left:150px; top:30px;}
  50%  { left:100px; top:40px;}
  75%  { left:50px; top:50px;}
  100% { left:30px; top:60px;}
	
}
@-moz-keyframes schmetterling_tablet {
	
  0%   { left:200px; top:50px;}
  25%  { left:150px; top:30px;}
  50%  { left:100px; top:40px;}
  75%  { left:50px; top:50px;}
  100% { left:30px; top:60px;}
	
}
@keyframes schmetterling_smartphone {
	
  0%   { left:140px; top:70px;}
  25%  { left:120px; top:50px;}
  50%  { left:80px; top:30px;}
  75%  {left:50px; top:40px;}
  100% { left:20px; top:70px;}
	
}
@-moz-keyframes schmetterling_smartphone {
  0%   { left:140px; top:70px;}
  25%  { left:120px; top:50px;}
  50%  { left:80px; top:30px;}
  75%  {left:50px; top:40px;}
  100% { left:20px; top:70px;}
	
}
/*@keyframes schmetterling_smartphone {
   from {transform:translate(100px,300px) scale(0.7)}
   to {transform:translate(0,0)}
}

@-moz-keyframes schmetterling_smartphone {
   from {transform:translate(100px,300px) scale(0.7)}
   to {transform:translate(0,0)}
}
*/

@media only screen and (max-width: 1300px){
	.frame{
		width: 85%;
	}
	h2{
		font-size:2.5rem;
	}

	.wrapper {
    padding: 0 100px;
}
	.schmetterling{
		width: 25%;
	}
}
@media only screen and (max-width: 1000px){
	.wrapper{
		padding: 0 80px;
	}
	.rechtsBox {
    height: 100%;
    width: 85%;
	}
	.schmetterling{
		width: 30%;
	}
}




@media only screen and (max-width: 400px){
	#rechtstexte h1{
	font-size: 2rem;
	padding: 60px 2px 30px;
	margin:0px;
	}
	
	
	a{
		padding: 2px 7px;
		font-size: 1.1rem;
	}
	.footer p {
    padding: 5px 5px;
	}
	
	
h1{
	font-size: 1.3rem;    
    padding: 10px;
    margin-top: 1rem;
}
h4,p{
	font-size:1rem;
}
	#index .footer{
	justify-content: space-around;
	}
	
	#index .footer p {
    padding: 1px 3px;
}
	a{
		padding: 2px 0;
		font-size: 0.9rem;
	}
	
.schmetterling { 
   width: 30%; 
	height: auto; 
	top: 70px;
    left: 20px; 
	animation: schmetterling_smartphone 8s linear;
		position: absolute;
}
	.kontakt p, .kontakt h4,.phone a, .phone p, .location p {
		font-size: 0.9rem;
	}
	.kontakt img{
		height: 20px;
		width: auto;
	}

.erzaehlungen {
    margin-right: 0.5rem;
}


	
	
}

@media only screen and (max-width: 370px){
	#index h2 {
    font-size: 1.5rem;
}
	.kontakt p, .kontakt h4,.phone a, .phone p, .location p {
		font-size: 0.8rem;
	}
	.kontakt img{
		height: 15px;
		width: auto;
	}
	.footer p {
    padding: 5px 0;
	
}
	.frame {
    width: 90%;
}
	.erzaehlungen {
    margin-right: 0;
}
	.erzaehlungen img {
		width: 80px;
	}
	
}
@media only screen and (max-width: 767px){
	
	.frame{
		padding: 20px;
	}
	.erzaehlungen img{
	width: 100px;
    height: auto;
    padding-top: 40px;
}
	.logo img {
    height: 150px;
}
	
	#index h2 {
    font-size: 2rem;
}

	
	#rechtstexte h1{
	font-size: 2.2rem;
	margin:20px;
	}
	
	#rechtstexte h2{
	font-size: 1.5rem;
	}
	
	#rechtstexte h3{
	font-size: 1.4rem;
	}
	
	#rechtstexte .footer{
	align-items: flex-start;
    flex-direction: column;
	}
	
	.wrapper{
		padding: 0 20px;
		
	}
	.rechtsBox {
    height: 100%;
    width: 90%;
	}
	
	
	.schmetterling { 
   width: 30%; 
	height: auto; 
	top: 60px;
    left:30px; 
	animation: schmetterling_tablet 8s linear;
		position: absolute;
}


	.logo img{
		height:120px;
}
	
}
@media only screen and (min-width: 769px){
.schmetterling { 
   width: 20%; 
	height: auto; 
	top: 50px;
    left: 150px; 
	animation: schmetterling_desktop 8s linear;
		position: absolute;
	z-index: 300;
	}
}

		