
.block-editor-block-list__block   .zitat-hero:not(.has-white-color){	background: -webkit-linear-gradient(0deg, rgba(0,255,49,1) 0%, rgba(0,255,247,1) 50%);

	
	
	/*var(--wp--preset--gradient--maingradient) */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

background:linear-gradient(0deg, rgba(0,255,49,1) 0%, rgba(0,255,247,1) 50%);

	/*var(--wp--preset--gradient--maingradient) */
background-clip: text;
	text-fill-color: transparent;}



.block-editor-block-list__layout .block-editor-block-list__block .h2-style {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--48-hlarge);
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}	


.block-editor-block-list__block   .zitat {color:black !important;}
.block-editor-block-list__block hr{
background: linear-gradient(to right, rgba(0, 255, 49, 1), rgba(0, 255, 247, 1));
    border-top: unset !important;
    border-bottom-color: unset !important;
    height: 10px;
}



.block-editor-block-list__block.hero{position:relative !important;}
.block-editor-block-list__block.hero figure{width: 50%;
  max-width: 50%;
  margin: 0px auto;}

.block-editor-block-list__block.hero {background-color:black !important;}

.block-editor-block-list__block.hero .wp-block-columns > .wp-block-column{z-index:10;}


.block-editor-block-list__block.has-maingradient-gradient-background a:hover{color:black !important; text-decoration:underline;}
