

	body{
		background-color:#FFC;
	}

	.minii{
		position: absolute;
	   top: 10vh;
	   left: 14vh;
	   width: 10vh;
	}

	.text_geschafft{
		position: relative;
		top: 4vh;
		margin: 0 auto;
		width: 70%;
		height: 30vh;
		font-size: 8vh;
		font-family: 'Muli', sans-serif;
		text-align: center;
		box-sizing: border-box;
		line-height: 100%;
	}
	
	.text_geschafft p{
		margin: 0;
	}

	.geschafft_text_img{
	   height:8vh;
	   margin: auto;
	}
	
	.bild_geschafft {
		position: relative;
		top: 2vh;
		width: 50%;
		height: 60vh;
		margin: 0 auto;
		/*background: url(../images/Geschafft/1_Rollbrett_2.png) no-repeat;*/
		background-position: center center;
		background-size: contain;
		border-radius: 15px;
	}
	
	.snowflakes {
		top:0px;
		left:0px;
		position:absolute;
		z-index:200;
		width:10vh;
		height:10vh;
		display: none;
	}
		

		
		