 @import url('https://fonts.googleapis.com/css?family=Dosis');
 @charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	overflow: hidden;
}

.text {
	font-family: 'Dosis', sans-serif;
}

/*=================================== animate body ====================

#body-animate {
	-moz-animation: licht 1.1s;
  	-webkit-animation: licht 1.1s; 
 	-o-animation: licht 1.1s;
  	animation: licht 1.1s;
	background-color: #ffe18d;
}

@keyframes licht {
  0% {
	  background-color: #ffffff;
  }
  
  50% {
	  background-color: #ffffff;
  }
  
  100% {
	  background-color: #ffe18d;  
  }
}
*/

/*=================================== container =====================*/

.container {
	margin-left: ;
	overflow: hidden;
	text-align: center;
	/*max-width: 100%;
	min-width: 10%;
	max-height: 100%;
	min-height: 10%;
	text-align: center;
	margin: auto;
	background-color: #00ff00;*/
}

#licht_hype_container {
	position: relative;
	overflow: hidden;
	width: 5000px;
	height: 4000px;
}

#index_hype_container {
	position: relative;
	overflow: hidden;
	width: 5000px;
	height: 4000px;
}


/*=================== animation mit Kreis ===================*/
/*
#licht {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: auto;
  margin-top: -200px;
  -moz-animation: licht 1s;
  -webkit-animation: licht 1s; 
  -o-animation: licht 1s;
  animation: licht 1s;
  opacity: .7;
}

@keyframes licht {
  0% {
	width: 0%;
	height: 0%;
	opacity: 0;
	margin-top: 0;
  }
  
  60% {
	width: 0%;
	height: 0%;
	opacity: 0;
	margin-top: 0;
  }
  
  100% {
	width: 100%;
	height: 100%;
	opacity: .7;
	margin-top: -200px;
  }
}

.wrapper-licht {
	margin: auto;
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	z-index: 98;
	overflow: hidden;
}
*/
	
	