/*
@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;
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
.maps-container {
  --maps-container-margin-top: 0;
  --maps-container-margin-bottom: 0;
  --maps-container-background-size: cover;
  --maps-container-background-position: center;
  border: 1px solid var(--grey-dark);
  --kc-maps-privacy-policy-width: 400px;
  --kc-maps-privacy-policy-padding: 18px 20px;
  --kc-maps-privacy-policy-display: flex;
  --kc-maps-privacy-policy-texts-color: var(--secondary-color-light);
  --kc-maps-privacy-policy-texts-font-size: 14px;
  --kc-maps-privacy-policy-texts-line-height: 1.5;
  --kc-maps-privacy-policy-texts-text-align: center;
  --kc-maps-privacy-policy-remember-margin-top: 0;
  --kc-maps-privacy-policy-load-button-margin-top: 0;
}
.maps-container kc-map:not(.initialized) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.maps-container .privacy-policy {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: center;
  background: rgba(8, 31, 68, 0.55);
}
.maps-container .privacy-policy-text a {
  color: var(--white);
  font-weight: 600;
}
.maps-container .privacy-policy-remember {
  font-size: 13px;
}
.maps-container .button.load-map {
  --button-background: var(--white);
  --button-border: 1px solid var(--white);
  --button-color: var(--primary-color);
  --button-padding: 14px 26px;
  --button-font-size: 15.5px;
  --button-font-family: var(--secondary-font);
  --button-font-weight: 700;
  display: inline-flex;
  padding: 14px 26px;
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--primary-color);
  font: 700 15.5px var(--secondary-font);
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}
.maps-container .button.load-map:hover {
  background: var(--secondary-color-light);
  border-color: var(--secondary-color-light);
}
.maps-container .maplibregl-popup-content {
  font-family: var(--primary-font);
  padding: 12px 14px 10px;
  border-radius: 2px;
  box-shadow: 0 12px 30px rgba(8, 31, 68, 0.22);
  max-width: 240px;
}
.maps-container .maplibregl-popup-content strong {
  display: block;
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 2px;
}
.maps-container .maplibregl-popup-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-color-light);
}
.maps-container .maplibregl-popup-content a {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
}
.maps-container .maplibregl-popup-close-button {
  font-size: 20px;
  padding: 2px 8px;
  color: var(--text-color-light);
}

/*# sourceMappingURL=maps.css.map*/