@charset "UTF-8";
/*****************/
/* GUTENBERG */
/*****************/
/***************** Responsive ***********************/
/*****************/
/* GROUP CONTROLS */
/*****************/
.group-radius-section {
  margin-top: 8px;
}
.group-radius-section__title {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #757575;
}

.group-radius-corners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
}
.group-radius-corners .components-base-control {
  margin-bottom: 0;
}
.group-radius-corners .components-checkbox-control {
  margin: 0;
}

.group-padding-control {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

/*****************/
/* GROUP PADDING */
/*****************/
.wp-block-group.has-custom-padding {
  padding: 77px 135px 86px 135px;
}

@media all and (max-width: 1280px) {
  .wp-block-group.has-custom-padding {
    padding: 23px;
  }
}
/*****************/
/* MAX WIDTH */
/*****************/
/*
 * Der konkrete max-width-Wert wird vom Block
 * als Inline-Style ausgegeben.
 *
 * Beispiel:
 *
 * .has-max-width {
 *   max-width: 800px;
 * }
 *
 * Die Klasse dient als zusätzlicher CSS-Hook.
 */
/*****************/
/* IMAGE CONTROLS */
/*****************/
.hero-image-control {
  margin-bottom: 24px;
}
.hero-image-control__label {
  margin: 0 0 8px;
  font-weight: 600;
}
.hero-image-control__preview {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.hero-image-control__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/*****************/
/* HERO PREVIEW */
/*****************/
.hero-image-editor {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
}
.hero-image-editor__image {
  display: block;
  width: 100%;
  height: auto;
}
.hero-image-editor--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 30px;
  box-sizing: border-box;
  color: #757575;
  border: 1px dashed #949494;
}
