
/* Templer Farben */
.has-templar-red-background-color {
  background-color: #b20000 !important;
}
.has-templar-red-color {
  color: #b20000 !important;
}

/* Buttons */
.wp-block-button__link {
  border-radius: 4px;
  padding: 0.75em 1.5em;
  font-weight: 600;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid #b20000;
  color: #b20000;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #b20000;
  color: #ffffff;
}

/* Logo & Header */
.site-logo img {
  max-height: 100px;
}

.language-switcher {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  font-size: 0.9rem;
  color: #ffffff;
  text-transform: uppercase;
}

.language-switcher a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #b20000;
}

.language-switcher .pll-current-language a {
  font-weight: bold;
  border-bottom: 2px solid #b20000;
}
