Hallo,
mir ist etwas aufgefallen und zwar hier
.s1-navigation>li>a {
padding: 0 8px;
position: relative;
display: block;
color: #3d464c;
font-size: 15px;
font-weight: 600;
line-height: 20px;
}
Wenn ich aus font-size: 15px;
font-size: 1em;
mache, dann sieht das ganze schon anderes aus, aber warum? 1em ist doch _mehr_ als 15px?