.section-navbar {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.1);
}

.section-video {
  height: 60vh;
  min-height: 200px;
}

/* Hover Effekt für moderne Optik */
.hover-scale:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

//* {
//  outline: 1px solid red !important;
//}