/*
@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;
}
*/
.grid-container {
  --grid-padding-left: 0;
  --grid-padding-right: 0;
}
.grid-container .grid > .container {
  --container-margin-left: 0;
  --container-margin-right: 0;
  width: 100%;
  max-width: 100%;
}

.grid-container .grid:has(> .teaser-container > .kc-teaser:not(.is-style-step):not(.is-style-card):not(.is-style-term)) {
  --grid-column-gap: 48px;
  --grid-row-gap: 0;
}

.grid-container .grid:has(> .teaser-container > .kc-teaser.is-style-step) {
  --grid-column-gap: 28px;
  --grid-row-gap: 22px;
}

[data-type="kc/grid"] .block-editor-block-list__layout:has(.kc-teaser:not(.is-style-step):not(.is-style-card):not(.is-style-term)) {
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 0;
}

[data-type="kc/grid"] .block-editor-block-list__layout:has(.kc-teaser.is-style-term) {
  row-gap: 0;
}

[data-type="kc/grid"] .block-editor-block-list__layout:has(.kc-teaser.is-style-step) {
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 22px;
}

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