/**
* Abstandhalter
**/
.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;*/
}
@media screen and (max-width:600px) { 
	.wp-block-spacer.is-style-small {
   /* height: 6vw !important;
    max-height: 3rem; */

	}
}
.wp-block-spacer.is-style-extrasmall {
    height: 1vw !important;
    max-height: 1rem;
    /*background: #00ff99;*/
}

