a[name="tarife"]::before {
	content: "";    
	display: block;    
	height: 100px; /* height of your sticky header */    
	margin-top: -100px; /* negative margin of the same amount */    
	visibility: hidden;    
	pointer-events: none;
	
}