/* readmore */
.readmore {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.readmore-inner {
  padding: 0;
  margin-bottom: 0 !important;
  display: none;
}
.readmore-inner > :last-child {
  margin-bottom: 1.1em !important;
}
.wp-block-column {
  margin-bottom: 0.5em !important;
}

/* styles for backend */

.wp-block .readmore-inner {
  border:1px solid #888;
  padding:20px 10px;
  width: calc(100% - 2rem) !important;
  box-sizing: border-box;
  display: flex;
  position: relative;
  margin:0 1rem 1rem 1rem;
}
.wp-block .readmore-inner::before{
  content:'Weiterlesen-Inhalt';
  display:block;
  font-size: 12px;
  color:#888;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top:5px;
  left:5px;
}
.wp-block .readmore-inner *:last-child {
  margin-bottom: 0;
}
