/* Language Switcher Style */

.pll-switcher-select{
    background: transparent;
    border: 1px solid #1C5552;
    border-radius: 30px;
    padding: 1rem;
    margin-right: 1rem;
    font-size: inherit;
    appearance: none;
    width: 100%;
    cursor: pointer;
    background-image: url("https://allianz-togo-schweiz.ch/wp-content/themes/allianz-togo-schweiz/assets/images/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 15px;
    color: #1C5552;
}

select.pll-switcher-select:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

select.pll-switcher-select option {
  background-color: #FFFBF7;
  color: #1C5552;
  font-size: inherit;
}

/* Navigation-Cheat */

@media (min-width: 600px){
    .wp-block-button.mobileBtn{
        display: none;
    }
}

@media (max-width: 600px){
    .wp-block-button.desktopBtn{
            display: none;
    }
}

/* Focus-Style */ 

:focus:not(:focus-visible),
.pll-switcher-select:focus:not(:focus-visible)  {
  outline: none;
  box-shadow: none;
}

:focus-visible {
  outline: 2px solid #1C5552;
  outline-offset: 2px;
}

.bg-dark :focus-visible {
  outline: 2px solid #FFFBF7;
  outline-offset: 2px;
}
