/* --- Justify Text Option --- */
.justify-text {
text-align: justify;
}
/* --- Test Border --- */
.test-border {
border-style: dotted;
border-width: 2px;
border-color: #880303;
}
/* Add vertical breathing room to the full row of columns. */
.wp-block-columns {
margin: 20px 0;
}
/* Add horiztonal breathing room between individual columns. */
.wp-block-column {
margin: 0 20px;
}
.has-2-columns {
color:red;
}
.hintergrundbild {
background-image: url(http://happys-home.de/wp-content/uploads/2019/02/dalmiheader-1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: auto;
}