<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px){
   body.terminvereinbarung .home-title {
      font-size: 20px;
   }
}

@media (min-width: 1200px){
   .slide-0 {
      background-position-y: 75%;
   }
}

@media (max-width:480px) {
   .child {
      transform: translate(0%, 15%) !important;
   }
}</pre></body></html>