/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/background-images/background-images.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;
*/
.container[prebackgroundimage] {
  background-size: var(--container-background-size, cover) !important;
  background-position: var(--container-background-position, center) !important;
  background-repeat: var(--container-background-repeat, no-repeat) !important;
}
.container[prebackgroundimage].has-no-child {
  padding-top: 50% !important;
}
.container[prebackgroundvideo] {
  position: relative;
  overflow: hidden;
}
.container[prebackgroundvideo] video.background-video + * {
  position: relative;
  z-index: 100;
}

.editor-styles-wrapper [prebackgroundvideo] {
  position: relative;
  overflow: hidden;
}
.editor-styles-wrapper [prebackgroundvideo] > video.background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.editor-styles-wrapper [prebackgroundvideo] > *:not(video.background-video) {
  position: relative;
  z-index: 1;
}

.block-editor-block-list__block[style^="background-image:"] {
  background-image: none !important;
  background-color: lightgray !important;
}
