/*Formatierung von Bullet-Points*/

.wp-caption {
    border: 1px solid #fff;
    margin-bottom: 15px;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, il {
    line-height: 2;
    padding-left: 7px;
}

ul.bullet {
list-style-image: url(http://www.label-pack-a-plus.eu/wp-content/uploads/2015/06/Bulletpoint.png);
} 

/*Texteinzug*/
p, h2 {
  padding-left: 7; 
}

body {
    font-size: 14px !important;
    color: #EF3C3C !important;
}
