body {font-family: 'helvetica'; 
        margin-right: 2vw;
        margin-left: 2vw }


.logo {display: grid;
		align-items: baseline}
nav ul {
    text-align: right;
    margin-top: -82vh;             
    word-spacing: 3vw;
   }

li{ list-style: none; } 

nav li {
    list-style: none;
     display: inline;
}   
li1 { list-style: none;
    
    }

nav a {
    font-size: 4vh;
    color: black;
    text-decoration: none; 
    font-weight: normal; 
  }

body header {position: sticky;
            top: 0;}

nav ul a:hover{ background-color: fuchsia;
}
nav ul a:active { background-color: greenyellow;
				color: white;
	
  }

nav a.aktiv{color: fuchsia
			}

p {text-align: right}
.footer {text-align: right;
		background-color: greenyellow}

footer:hover{background-color: greenyellow}
footer:active{background-color: fuchsia}

    
footer {background-color: fuchsia;
        position: fixed;
		text-align: right;
		margin-right: 1vw;
		width: 97vw;
		bottom: 1vh;
        
        font-size: 4vh;
        font-weight: normal;
		
}

