/*
Theme Name: Kinder und Tiere Theme Wordpress
Theme URI:
Author: Portierung von Typo3 by Peter Biendara
Author URI: https://www.peter-biendara.de
Description: Theme Kinder und Tiere Web
Version: 1.0
*/
 /* ul.c-content-list-1.c-theme.c-separator-dash li {
	 position: relative;
	 list-style: disc;
 }

 ul.c-content-list-1.c-theme.c-separator-dash li:before {
	 display: block !important;
	content: "";
	background-image: url(img/bullet_blue.svg) !important;
	background-size: 16px 16px !important;
	height: 16px !important;
	width: 16px !important;
	position: absolute !important;
	left: 0 !important;
	top: 0.2em !important;
  } */
  .c-content-list-1 > li,.ce-bodytext ul li {
	  position:relative;
  }
  .c-content-list-1 > li::after,.ce-bodytext ul li::after {
  margin-left: -0.5em;
  position: absolute;
  left: -1.3em;
  top: 0.3em;
  content: '';
  background-color: transparent !important;
  background-image: url(/wp-content/themes/kinder-und-tiere/assets/css/img/bullet_blue.svg) !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  margin-right: 10px;
  background-size: 14px 14px !important;
  height: 14px !important;
  width: 14px !important;
	}
  
