﻿.step {
	counter-increment: posMarkup;
}

div.step>p:first-child::before /* Handlungsschritte direkt im Ha-Fragment */
{
	content: counter(posMarkup) ". ";
	/* margin-left:-2.6em; */
}

div.step> *:first-of-type>p:first-child::before /* Handlungsschritte in wiederverwendeten Fragmenten im Ha-Fragment */
{
content: counter(posMarkup) ". ";
/* margin-left:-2.6em; */
}

.signalhinweis,.signalachtung,.instruction
{
	margin-top:10px;
	padding: 5px 5px 5px 5px;
}

.signalachtung h2:first-of-type
{
	margin-top: -0px
}

.signalhinweis h2:first-of-type
{
	margin-top: -0px
}

.instruction h2:first-of-type
{
	margin-top: -0px
}

.indexentries
{
	display:none;
}

ol.list>li::marker 
{
	font-weight: bold;
}