@charset "utf-8";
@import "./custom_2015_style.css";

/* ----------------- bullet circle ----------------------- */
.article ul.custom_bullet_punkt li {
	background: url('../../../images/design/2018/m209_46660/bullet_circle.png') transparent no-repeat 0 7px;
	background-size: 7px 7px;
	padding-left: 20px;
}

/* ----------------- bullet square ----------------------- */
.article ul.custom_bullet_quadrat li {
	background: url('../../../images/design/2018/m209_46660/bullet_square.png') transparent no-repeat 0 7px;
	background-size: 7px 7px;
	padding-left: 20px;
}

/* ----------------- bullet check ----------------------- */
.article ul.custom_bullet_haken li {
  background: url('../../../images/design/2018/m209_46660/bullet_check.png') transparent no-repeat 0 0;
  background-size: 24px 24px;
}

/* ----------------- bullet logo ----------------------- */
.article ul.custom_bullet_logo li {
	background: url('../../../images/design/2018/m209_46660/bullet_logo.png') transparent no-repeat 0 0;
	background-size: 20px 20px;
	padding-left: 25px;
}