a:hover { cursor: pointer; } /* Add a black background color to the top navigation */ .topnav { background: linear-gradient(to bottom, lightgrey, white); border: 1px solid lightgrey; overflow: hidden; position: fixed; left: 0; right: 0; top: 0; } .topnav ul, .topnav li { list-style: none; } .topnav ul { display: flex; flex-direction: row; align-items: flex-end; justify-content: flex-start; } .topnav .wambo { /* der bereich der den content hält : brauchen wir für die flexbox*/ display: flex; } .topnav .pic-wrapper, .topnav a, .topnav #hamburger-toggle { height: 75px; line-height: 75px; } /* geht auch ohne .topnav .pic-wrapper { overflow: hidden; }*/ .topnav a { display: block; transition: 0.5s all ease; padding: 0 15px; padding-top: 12px; /*box-sizing: border-box; kommt bereits über reset.css */ } .topnav a, .footer { color: #555; } .topnav a:hover { background: lightgrey; } .topnav .pic-wrapper { margin-right: 15px; /* abstand zu