 /* -------
 The "Paintbrush Stroke"-Effect
 ----------*/
.brush-wrap {
  background-image: url("../img/brush_stroke.f307dd56f4dd.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.box {
    background-color: #FFFFFF;
    margin-top: 15px;
    display: inline-block
}

/* -------
Text Wrap for Images as used by the Drafttail Richttext Editor by default
----------*/

.left_wrap {
 float: left;
 padding: 0 10px 0 0;}

.right_wrap {
 float: right;
 padding: 0 0 30px 30px;}

img.left {
 float: left;
 padding: 0 10px 0 0;}

img.right {
 float: right;
 padding: 10px 0 0 0;}

 /* -------
 Used as "Sollbruchstellen", e.g. in Eventview  to keep icons and text together
 ----------*/
span.line {
  display: inline-block;
}