/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/branch-filter/branch-filter.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*
@include max($tablet) {
	height: 60px;
}
*/
/*
Beispiel:
@include default_text_specs(
    $css-variable-prepend: "kc-teaser-title",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h1_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h2_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include css_variable_prepend(
    $property: "font-size",
    $prepend-string: 'kc-teaser-title',
    $default-value: 20px
);
*/
/*
@extend %transition;
*/
/*
@extend %transition-timing;
*/
.branch-filter-container {
  --group-padding-top: 0;
  --group-padding-bottom: 0;
}

.branch-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.branch-filter__label {
  font-family: var(--secondary-font);
  font-size: 12.48px;
  font-weight: 600;
  color: var(--text-color);
  margin-right: 8px;
}

.branch-filter__btn {
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid var(--grey-lightest);
  background: var(--white);
  font-family: var(--primary-font);
  font-size: 13.6px;
  font-weight: 500;
  color: var(--grey-light);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  line-height: 1.4;
}
.branch-filter__btn:hover {
  border-color: var(--secondary-color);
  color: var(--primary-color);
}
.branch-filter__btn.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
  font-weight: 600;
}

@media (max-width: 768px) {
  .branch-filter {
    gap: 8px;
  }
  .branch-filter__btn {
    padding: 6px 14px;
    font-size: 12.8px;
  }
}
