/* SeitenNova: einheitliche Header-Elemente auf allen Seiten */
.nav-links .btn.btn-primary,
.navlinks .btn.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 21px;
  border-radius:14px !important;
  border:1px solid transparent;
  background:linear-gradient(135deg,#075de8,#20a4ff);
  color:#fff;
  font-weight:900;
  line-height:1.2;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(7,93,232,.25);
}

.sn-lang-select{
  margin-left:10px;
  width:84px !important;
  min-width:84px !important;
  max-width:84px !important;
  flex:0 0 84px !important;
  height:42px;
  padding:0 30px 0 14px;
  border:1px solid rgba(29,78,216,.28);
  border-radius:12px;
  background-color:#fff;
  color:#475569;
  font:800 14px/1 system-ui,-apple-system,"Segoe UI",sans-serif;
  cursor:pointer;
  outline:none;
  white-space:nowrap;
}
.sn-lang-select:hover,.sn-lang-select:focus{border-color:rgba(29,78,216,.55)}

@media(max-width:900px){
 .sn-lang-select{
   margin:8px 0 0;
   width:100% !important;
   min-width:100% !important;
   max-width:100% !important;
   height:42px;
   padding-left:14px;
   flex:0 0 auto !important;
 }
}
