@charset "UTF-8";
/* CSS Document */

/*+

+* DESIGN is_style_ 

*/

.is-style-block-headline {
	
}

.is-style-block-headline {
    z-index: -1;
    position: relative;
}

.is-style-block-headline .wp-block-inline{
    padding: 3rem 1.5rem 3rem;
}
@media (min-width: 782px) {
	.is-style-block-headline .wp-block-inline{
    padding: 5rem 0 5rem;
}
	
}

.is-style-element-paper{
	
}


.is-style-element-paper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /*margin: 26px auto 0;*/
  /*max-width: 550px;*/
  min-height: 320px;
  /*padding: 24px;*/
  position: relative;
  width: /*80%*/ /*90%*/ 100%;;
}
.is-style-element-paper:before, .is-style-element-paper:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.is-style-element-paper:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.is-style-element-paper:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}


/**/

.is-style-block-headline-meta {
	
}

.is-style-block-headline-meta {
  /*padding-top: 25px;
  padding-bottom: 15px;*/
	padding:24px 40px 15px 40px;
	position:relative
}
.is-style-block-headline-meta::after {
  background: #dadce0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.is-style-block-headline-meta::after {
  background: #dadce0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
}
h1.is-style-block-headline-meta span {
  display: inline-block;
  position: relative;
	/*padding-left:40px; padding-right:40px;*/
	
}
h1.is-style-block-headline-meta  span::after {
  position: absolute;
  height: 3px;
  content: "";
  left: /*0*/ /*4*/ 0px;
  right: 0;
  color: #000;
  background-color: #1a73e8;
  bottom: -15px;
  z-index: 2;
  width: 100%;
}