	
	
	.lotuslogo {
		position: absolute;
		top: 14px;
		left: 540px;
      display: inline-block;
	}
    .lotuslogo .lotuslogohell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .lotuslogo:hover .lotuslogohell {
        display: inline;
    }		
	
	
   .meditationbutton {
  		position: absolute;
  		top: 28px;
  		left: 80px;
      display: inline-block;
    }
    .meditationbutton .meditationbuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .meditationbutton:hover .meditationbuttonhell {
        display: inline;
    }	
    	
   .astrobutton {
  		position: absolute;
  		top: 95px;
  		left: 55px;
        display: inline-block;
    }
    .astrobutton .astrobuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .astrobutton:hover .astrobuttonhell {
        display: inline;
    }		
    
   .burnoutbutton {
  		position: absolute;
  		top: 168px;
  		left: 30px;
        display: inline-block;
    }
    .burnoutbutton .burnoutbuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .burnoutbutton:hover .burnoutbuttonhell {
        display: inline;
    }		
    
   .chakrenbutton {
  		position: absolute;
  		top: 243px;
  		left: 10px;
        display: inline-block;
    }
    .chakrenbutton .chakrenbuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .chakrenbutton:hover .chakrenbuttonhell {
        display: inline;
    }		
    
   .coachingbutton {
  		position: absolute;
  		top: 323px;
  		left: 10px;
        display: inline-block;
    }
    .coachingbutton .coachingbuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .coachingbutton:hover .coachingbuttonhell {
        display: inline;
    }		
    
  .konfliktbutton {
  		position: absolute;
  		top: 398px;
  		left: 30px;
        display: inline-block;
    }
    .konfliktbutton .konfliktbuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .konfliktbutton:hover .konfliktbuttonhell {
        display: inline;
    }		
     
   .awarnessbutton {
  		position: absolute;
  		top: 473px;
  		left: 55px;
        display: inline-block;
    }
    .awarnessbutton .awarnessbuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .awarnessbutton:hover .awarnessbuttonhell {
        display: inline;
    }		
      
   .kontaktbutton {
  		position: absolute;
  		top: 548px;
  		left: 80px;
        display: inline-block;
    }
    .kontaktbutton .kontaktbuttonhell {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .kontaktbutton:hover .kontaktbuttonhell {
        display: inline;
    }		
    

	.vita{
  		position: absolute;
  		top: 555px;
  		left: 390px;
	}	
	.vita a:hover{
		font-family: sans-serif;
		text-decoration: none;
	}		
		
	.impressum {
  		position: absolute;
  		top: 555px;
  		left: 550px;
	}
	.impressum a:hover{
		font-family: sans-serif;
		text-decoration: none;
	}		

	.datenschutz {
		background-color: ede3d7;
   	position: absolute;
  		top: 555px;
  		left: 650px;
	}
	.datenschutz a:hover{
		font-family: sans-serif;
		text-decoration: none;
	}		

	.impressumtext{
		position: absolute;
		text-align: center;
		top: 175px;
		left: 380px;
	}

	a {
		background-color: #ede3d7;
		color: darkmagenta;
		text-decoration:underline;
		
	}

