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


html, body{

	padding: 0;
	margin: 0;
	background-color:rgba(255, 255, 255, 0.842);
	font-family: 'Indie Flower', arial, serif;
	
}




.sticky, .sticky1, .sticky2{

	font-size: 1.5em;
	color: rgb(0, 0, 0);
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	width: 9em;
	height: 30px;
	


}


.sticky{

	background-color:#fdc404;
	margin-top: 50px;

}
.sticky1{

	background-color:#8cc63f;

}

.sticky2{

	background-color:#f7921e;

}


.sticky:before, .sticky:after, .sticky1:before, .sticky1:after, .sticky2:before, .sticky2:after{

	content:"";
	position: absolute;
	z-index: -1;
	bottom: 15px;
	right: 10px;
	width: 50%;
	height: 20%;
	-webkit-box-shadow: 0 15px 10px hsla(0, 0%, 0%, 0.7);
	-moz-box-shadow: 0 15px 10px hsla(0, 0%, 0%, 0.7);
	box-shadow: 0 15px 10px hsla(0, 0%, 0%, 0.7);

	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	

}
/*logo*/



#logo{
	background-image: url("images1/crebogo_logo_ohne.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	margin-top: -200px;

	animation: bounce 2s;
	animation-iteration-count: 2;
	animation-delay: -2s; 
	animation-fill-mode: forwards;
	
	
	
}
#yellow{
	background-image: url("images1/Dreieck_gelb.png");
	background-repeat: no-repeat;
	height: 52px;
	width: 52px;
	margin-top: 10px;
	margin-left: 20px;

	animation: yellowbounce 2s;
	animation-iteration-count: 2;
	animation-delay: -2s;
	animation-fill-mode: forwards;


	/*position logo*/
	position: relative;
	left: 896px;
	top: 60px;

	
}
#orange{
	background-image: url("images1/Dreieck_orange.png");
	background-repeat: no-repeat;
	height: 52px;
	width: 52px;
	margin-top: 5px;
	margin-left: 20px;

	animation: orangebounce 2s;
	animation-iteration-count: 2;
	animation-delay: -2s;
	animation-fill-mode: forwards;

	/*position logo*/
	position: relative;
	left: 919px;
	top: -31px;
	
	
}
#green{
	background-image: url("images1/Dreieck_gruen.png");
	background-repeat: no-repeat;
	height: 52px;
	width: 52px;
	margin-top: 5px;
	margin-left: 20px;

	animation: greenbounce 2s;
	animation-iteration-count: 2;
	animation-delay: -2s;
	animation-fill-mode: forwards;


	/*position logo*/
	position: relative;
	left: 880px;
	top: 0px;	

}

#marke{

	background-image: url("logo_left.png");
	height: 197px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5%;


	
}



@keyframes bounce {
    from {
        top: -65px;
        animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
	
		
    }
    50% {
        top: 40px;
        animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
		
	}


    to {
        top: 0px;
		
		
    }
}


@keyframes greenbounce {
    from {
        top: 0px;
        animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
	
		
    }
    50% {
        top: 250px;
        animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
	
	}


    to {
        top: 210px;
		
		
    }
}

@keyframes yellowbounce {
    from {
        top: 0px;
        animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
	
		
    }
    50% {
        top: 360px;
        animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
	
	}


    to {
        top: 269px;
		
		
    }
}

@keyframes orangebounce {
    from {
        top: 0px;
        animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
	
		
    }
    50% {
        top: 300px;
        animation-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
	
	}


    to {
        top: 240px;
		
		
    }
}
/*content*/

#content{
	width: 30%;
	background-color: #8cc63f;
	margin: 0 auto;
	margin-top: -145px;
	width: 270px;
	text-align: center;
	font-size:x-large;
	font-weight:bold;
	animation: contentVisible 5s ease-in-out;
	animation-fill-mode: forwards;
	
	}
	
	@keyframes contentVisible{
		0%   {opacity: 0.0}
		100% {opacity: 1.0;}
	  }
	
#myLocation{
		text-align: justify;
		margin-left: 5%;
		width: 85%;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		font-size: small;
		}

h2{
	margin-left: 5%;
}
	
/*footer*/

#btnContainer{

	width: 100px;
	position: absolute;
	bottom: 8px;
	right: 16px;
	margin-top: 10%;
	text-align: center;

	
}



.imp{
  	
	background-color: rgba(255, 255, 255, 0.842);
	transition-duration: 0.4s;
	font-size:medium;
	font-weight:bold;
	font-family: 'Indie Flower', arial, serif;
	color:black;
	text-decoration: none;
	display: block;
	
 } 

 .imp2{
  	
	background-color: #8cc63f;
	transition-duration: 0.4s;
	font-size:medium;
	font-weight:bold;
	font-family: 'Indie Flower', arial, serif;
	color:black;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	
 } 
.imp:hover {
	background-color: #8cc63f;
	color: white;
	
  }

.imp:active{
	border: none;

}

.imp:focus{
	outline: thin dotted;

	
	}

	@media only screen and (max-width: 600px) {
		.sticky{


			margin-top: 0px;
		
		}

		.sticky2{
	
			margin-bottom: 80px;
		
		}
		#btnContainer{

		position: relative;
		margin-left: 5%;
		background-color:#8cc63f;
		width: 100%;	
		
		}

		#content{

			margin-bottom: 80px;
		}
		
	}  
	