/* gune fett stronger */
strong, b {
  font-weight: 900;
}

/* gune Dropcap */
span.dropcap {
	display: block;
	float: left;
	font: 60px/40px Georgia, Times, serif;
	padding: 14px 8px 0 0;
}

/* gune leseprobe */
span.leseprobe {
		text-align: justify;
		font-family: book antiqua,palatino;
		font-size: 14pt;
		padding-left: 20px;
}

/* gune leseprobe */
span.leseprobe-erste-zeile {
		text-align: justify;
		font-family: book antiqua,palatino;
		font-size: 14pt;
		padding-left: 0px;
}


/* gune hr besser sichtbar machen, funzt nur hier, nicht inline im template */
/*
hr { outline: 2px solid red !important; }
*/

.content hr,
.item-page hr,
.article-content hr,
body hr {
    border: none !important;
    height: 19px !important; /* Höhe deines PNG */
    background-image: url('./images/custom/hr.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; /* WICHTIG */
    background-size: contain !important;
    margin: 2rem 0 !important;
    opacity: 1 !important;
    background-color: transparent !important;
    filter: none !important;
}


p.note {
    background: url(../images/typo/note.png) no-repeat scroll 5px center rgba(0,0,0,0.05);
}

p.pin {
    background: url(../images/typo/attach.png) no-repeat scroll 5px center rgba(0,0,0,0.05);
}

p.clip {
    background: url(../images/typo/clip.png) no-repeat scroll 5px center rgba(0,0,0,0.05);
}
p.down {
    background: url(../images/typo/down.png) no-repeat scroll 5px center rgba(0,0,0,0.05);
}
p.book {
    background: url(../images/typo/book.png) no-repeat scroll 5px center rgba(0,0,0,0.05);
}
