body{
  background-image: url("/eingesetzte_Bilder/Hintergrund/Hintergrund.jpeg");
}
section { 
    font-family: Ubuntu-Medium;
   background-color: rgba(21 , 59, 101, 0.6);
   margin-top: -1.3%;
}


#Beschreibung {
  margin: 10px;
 /* background-color: green;*/
}



#EPLR{
    width:450px; 
    height: auto; 
    float: left; 
    padding-top: 2.5%;   
}
    
#Leader{
    width:150px; 
    border-radius: 5px; 
    float: center; 
    padding-left: 5%; 
    padding-top: 0%; 

}

 @media screen and (max-width: 660px) {

	#EPLR{
	    width:350px; 

	}
	    
	#Leader{
	    width:100px; 
	}
}

 @media screen and (max-width: 500px) {

	#EPLR{
	    width:250px; 

	}
	    
	#Leader{
	    width:70px; 
	}
}

 @media screen and (max-width: 380px) {

	#EPLR{
	    width:250px; 

	}
	    
	#Leader{
	    width:65px; 
	}
}

 @media screen and (max-width: 360px) {

	#EPLR{
	    width:200px; 

	}
	    
	#Leader{
	    width:55px; 
	}
}

 @media screen and (max-width: 295px) {

	#EPLR{
	    width:150px; 

	}
	    
	#Leader{
	    width:45px; 
	}
}

 