/* LIVE Rosenau */

.navigation-shortcuts {
  margin-inline-start: auto; /* move to right */
}
.navigation-shortcuts a:not([href^="https://"]) {
  border-color: var(--color-light);
}
.navigation-shortcuts a:not([href^="/suche"]) {
  color: var(--color-red);
}
@media screen and (max-width: 47.938em) {
  /* grow */
  /*
  .navigation-shortcuts {
    flex: 1; 
  }
  */
  /* push search to right */
  /*
  .navigation-shortcuts li:last-child {
    margin-inline-start: auto; 
  }
  /*
  body:not(.template-home) .navigation-shortcuts li:not(:last-child) {
    display: none;
  }
  */
}



  /********************************************************
   CHECK
   ********************************************************/
/*
.navigation-shortcuts a[href^="/suche"] {
  
}
@media screen and (max-width: 479px) {
  .navigation-shortcuts li:not(:has(a[href^="/suche"])) {
    display: none;
  }
}
*/