@media screen and (max-width:1100px) {
  header nav ul{
    font-size:1em;
  }
}

@media screen and (max-width:835px) {
  header nav ul{
    gap:0.75em
  }
}

@media screen and (max-width:550px) {
   #panorama {
     height:6em;
   }
  
  #panorama img {
  object-fit: cover;
  height: 6em;
}
  .bildbox figure, .bildbox .rte {
    flex-basis:100%;
  }
  
  .bildbox.media--left img, .bildbox.media--right img {
    margin:-3px 3px 0 -3px;
  }
  
  picture {
  width: calc(100% + 6px);
  display: block;
}
}
