

	
	body {
		background: black ; 
		color: white ; 
		}
	
	
	.galerie1 {
		padding: 0.5rem  ;			
		color: orange ; 
		font-size: 1.05em ;
		 }
		 
	 @media (max-width: 900px) {
	.galerie1 {
		font-size: 0.96em ;  } } 
      
	

	.title-prim {
		color: darkgreen ; 
		 }

	.title-sterne	{
		color: saddlebrown ; 
		text-align: left ; }


	.container {
		text-align: justify ; 
		width: 55% ;  }
		
	 @media (max-width: 1000px) {
	.container {
		width: 100% ;  } } 	


	h6 {
		text-align: center ; 
		 }
	

	hr{
		border: 0;
		width: 60%;
		height: 4px;
		background-color: #F2EFDF ;
		} 

	
		 
	footer .copy {
		background: black ;
		text-align: center; }
    
    footer .copy p {
      color: #fff; }
      
    footer .copy a {
      color: #5ff20a ;
      transition: 0.3s ease;
      text-decoration: none; }
      
    footer .copy a:hover {
        color: #993939 ; }
        
    footer .copy a:focus {
		color: #5ff20a ; } 
       	 
		 
		 
	
		 
		 
		 
		 
		 
		 
		 



	
