/* spacer */
.wp-block-spacer.is-style-large {
    height: 7vw !important;
    max-height: 7rem;
    /*background: #ff9900;*/
  }

  .wp-block-spacer.is-style-medium {
    height: 6vw !important;
    max-height: 6rem;
  }
 @media screen and (min-width:600px) { 
  .wp-block-spacer.is-style-medium {
    height: 5vw !important;
    max-height: 5rem;
  }
 } 
  
  
  
  .wp-block-spacer.is-style-small {
    height: 3vw !important;
    max-height: 3rem;
    /*background: #00ff99;*/
  }
    .wp-block-spacer.is-style-extrasmall {
    height: 1vw !important;
    max-height: 1rem;
    /*background: #00ff99;*/
  }

  
  
  /* buttons */
  .wp-block-buttons.is-style-zentriert {
	    justify-content: center;
	}
	.wp-block-buttons.is-style-rechts {
	    justify-content: flex-end;
	}
  .wp-block-buttons.is-style-links {
	    justify-content: flex-start;
	}
	
/*
.wp-block-group.is-style-narrow-width {
width: 100%;
max-width:800px!important; 
margin-left: auto!important;
margin-right:auto!important;
	}
*/
	
	
@media screen and (min-width:1480px) {
	.wp-block-group.is-style-breiter-inhalt-width .wp-block-group__inner-container {
	margin-left: -50px!important;
	margin-right:-50px!important;
	}
}	
	


/* fette Hs - normal 500 */	
.is-style-h-extra-fett {
font-weight:700;
}	
/* feine Hs - normal 500 */	
.is-style-h-normal {
font-weight:400;
}
/* h1 mit strich */
.is-style-h-mit-strich:before {
content: url(images/bg-ueberschrift.png);
position: relative;
top: -10px;
margin-right: 10px;
}
	

/*.is-style-paragraph-box {
  padding: 1em;
  box-shadow: 2px 2px 4px #969e95;
  background: #00ff99;
}*/