.wp-block-buttons .wp-block-button .wp-block-button__link {
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 20px;
  display: block;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--radius--default);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: unset;
  color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button.is-style-main--outline .wp-block-button__link {
  background: unset;
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button.is-style-main--outline .wp-block-button__link:hover {
  color: var(--wp--preset--color--base);
  background: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button.is-style-snd .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--base);
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--default);
}
.wp-block-buttons .wp-block-button.is-style-snd .wp-block-button__link:hover {
  border: 1px solid var(--wp--preset--color--default);
  background: var(--wp--preset--color--default);
  color: var(--wp--preset--color--base);
}
.wp-block-buttons .wp-block-button.is-style-snd--outline .wp-block-button__link {
  background: unset;
  color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--base);
}
.wp-block-buttons .wp-block-button.is-style-snd--outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--default);
}

.wp-block-columns.is-style-graphic {
  position: relative;
}
.wp-block-columns.is-style-graphic::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.png");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 840px) {
  .wp-block-columns.is-style-graphic:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_after.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  .wp-block-columns.is-style-graphic:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after.png");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
  }
}

.wp-block-column.is-style-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.wp-block-cover.is-style-hover .wp-block-cover__inner-container {
  opacity: 0;
  transition: 0.3s all;
}
.wp-block-cover.is-style-hover .wp-block-cover__background {
  visibility: hidden;
  transition: 0.3s all;
}
.wp-block-cover.is-style-hover:hover .wp-block-cover__background {
  visibility: visible;
}
.wp-block-cover.is-style-hover:hover .wp-block-cover__inner-container {
  opacity: 1;
}
.wp-block-cover.is-style-graphic {
  position: relative;
}
.wp-block-cover.is-style-graphic .wp-block-cover__background {
  z-index: -1 !important;
}
.wp-block-cover.is-style-graphic .wp-block-cover__image-background {
  z-index: -2 !important;
}
.wp-block-cover.is-style-graphic::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: bottom left;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .wp-block-cover.is-style-graphic:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_after.png");
    background-size: 650px 561px;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .wp-block-cover.is-style-graphic:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after.png");
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
  }
}

.wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
}

.block-editor-block-list__block {
  position: relative;
  z-index: 1;
}

.wp-block-details {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
}
.wp-block-details summary {
  position: relative;
  background-color: var(--wp--preset--color--base);
}
.wp-block-details summary::marker {
  content: "" !important;
}
.wp-block-details summary::after {
  border: solid var(--wp--preset--color--primary);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.wp-block-details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.wp-block:has(.wp-block-details).has-background {
  background-color: unset !important;
}
.wp-block:has(.wp-block-details).has-primary-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--primary) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-secondary-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--secondary) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-accent-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--accent) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-default-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--default) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-base-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--base) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-black-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--black) 70%, transparent 70%) !important;
}

.wp-block-welko-form .d-none {
  display: none;
}
.wp-block-welko-form .wp-block-button__link {
  width: fit-content;
  margin: auto;
  display: block;
}

@media screen and (max-width: 992px) {
  .wp-block-welko-input {
    width: 100% !important;
  }
}
.wp-block-group.is-style-hover .wp-block-cover__inner-container {
  opacity: 0;
  transition: 0.3s all;
}
.wp-block-group.is-style-hover .wp-block-cover__background {
  visibility: hidden;
  transition: 0.3s all;
}
.wp-block-group.is-style-hover:hover .wp-block-cover__background {
  visibility: visible;
}
.wp-block-group.is-style-hover:hover .wp-block-cover__inner-container {
  opacity: 1;
}
.wp-block-group.is-style-graphic {
  position: relative;
}
.wp-block-group.is-style-graphic .wp-block-cover__background {
  z-index: -1;
}
.wp-block-group.is-style-graphic > * {
  position: relative;
  z-index: 3;
}
.wp-block-group.is-style-graphic::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: bottom left;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .wp-block-group.is-style-graphic:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_after.png");
    background-size: 650px 561px;
    background-repeat: no-repeat;
    background-position: right;
  }
  .wp-block-group.is-style-graphic:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after.png");
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
  }
}

.wp-block-media-text, .wp-block-columns {
  position: relative;
  z-index: 3;
}

.wp-block-heading.has-xxl-font-size {
  font-size: clamp(2.375rem, 2.008rem + 1.589vw, 3.438rem);
  letter-spacing: -0.01em;
  line-height: clamp(2.469rem, 1.874rem + 2.57vw, 4.188rem);
  font-weight: 500;
}
.wp-block-heading.has-xl-font-size {
  font-size: clamp(2rem, 1.697rem + 1.308vw, 2.875rem);
  letter-spacing: -0.01em;
  line-height: clamp(2.375rem, 1.964rem + 1.776vw, 3.563rem);
  font-weight: 500;
}
.wp-block-heading.has-l-font-size {
  font-size: clamp(1.75rem, 1.447rem + 1.308vw, 2.625rem);
  letter-spacing: -0.01em;
  line-height: clamp(2.094rem, 1.694rem + 1.729vw, 3.25rem);
  font-weight: 300;
}
.wp-block-heading.has-m-font-size {
  font-size: clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem);
  letter-spacing: 0;
  line-height: clamp(1.813rem, 1.726rem + 0.374vw, 2.063rem);
  font-weight: 600;
}
.wp-block-heading.has-s-font-size {
  font-size: clamp(1.25rem, 1.207rem + 0.187vw, 1.375rem);
  letter-spacing: 0;
  font-weight: 500;
}

.is-style-quote--graphic {
  position: relative;
}
.is-style-quote--graphic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../images/vendors/gutenberg/quotes.svg");
  background-repeat: no-repeat;
  background-size: 150px 106px;
  width: 220px;
  height: 100%;
  border-right: 2px solid var(--wp--preset--color--primary);
}

.wp-block-details summary {
  font-weight: 500;
  font-size: 18px;
}

.wp-block-separator:not(.alignfull, .aligncenter).alignleft {
  float: unset;
  margin-left: 0;
}
.wp-block-separator:not(.alignfull, .aligncenter).alignright {
  float: unset;
  margin-right: 0;
}
.wp-block-separator:not(.alignfull, .aligncenter).is-style-default {
  width: 100%;
}
.wp-block-separator:not(.alignfull, .aligncenter):not(.has-background) {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

.wp-block-separator {
  border: none;
}

.wp-block.wp-block-post-terms, .wp-block-post-terms {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background-color: unset !important;
}
.wp-block.wp-block-post-terms span, .wp-block-post-terms span {
  display: none;
}
.wp-block.wp-block-post-terms a, .wp-block-post-terms a {
  padding: 6px 12px;
  display: block;
  z-index: 1;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
}
.wp-block.wp-block-post-terms.has-primary-background-color a, .wp-block-post-terms.has-primary-background-color a {
  background-color: var(--wp--preset--color--primary);
}
.wp-block.wp-block-post-terms.has-secondary-background-color a, .wp-block-post-terms.has-secondary-background-color a {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block.wp-block-post-terms.has-accent-background-color a, .wp-block-post-terms.has-accent-background-color a {
  background-color: var(--wp--preset--color--accent);
}
.wp-block.wp-block-post-terms.has-default-background-color a, .wp-block-post-terms.has-default-background-color a {
  background-color: var(--wp--preset--color--default);
}
.wp-block.wp-block-post-terms.has-black-background-color a, .wp-block-post-terms.has-black-background-color a {
  background-color: var(--wp--preset--color--black);
}
.wp-block.wp-block-post-terms.has-white-background-color a, .wp-block-post-terms.has-white-background-color a {
  background-color: var(--wp--preset--color--white);
}

.wp-block-post-author__avatar .avatar {
  border-radius: 48px;
}
.wp-block-post-author__bio {
  margin-top: 10px;
}

.wp-block-welko-latest-posts__post-term {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
.wp-block-welko-latest-posts__post-separator hr {
  background-color: var(--wp--preset--color--accent);
}
.wp-block-welko-latest-posts__post-title, .wp-block-welko-latest-posts__post-author, .wp-block-welko-latest-posts__post-date, .wp-block-welko-latest-posts__post-link {
  color: var(--wp--preset--color--default);
}
.wp-block-welko-latest-posts__post-title {
  font-size: var(--wp--preset--font-size--s);
}
.wp-block-welko-latest-posts__post-author, .wp-block-welko-latest-posts__post-date {
  width: 100%;
  font-size: 12px;
}
.wp-block-welko-latest-posts:has(.wp-block-welko-latest-posts__post-author):has(.wp-block-welko-latest-posts__post-date) .wp-block-welko-latest-posts__post-date, .wp-block-welko-latest-posts:has(.wp-block-welko-latest-posts__post-author):has(.wp-block-welko-latest-posts__post-date) .wp-block-welko-latest-posts__post-author {
  width: fit-content;
  max-width: calc(50% - 8px);
}

main > *:not(.alignleft, .alignright, .alignfull) {
  margin-left: auto;
  margin-right: auto;
}
main > *:not(.alignwide, .alignfull) {
  max-width: 840px;
}
main > *.alignwide {
  max-width: 1200px;
}
main > *.alignfull {
  max-width: none;
}

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