/* Normalize-CSS für Logopädie Eppelheim */

/* Reset – basiert auf Reset von Eric Meyer (meyerweb.com) und html5doctor.com;
erweitert für Contao  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* nächster Punkt: HTML5 display-role Reset für ältere Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

nav ul { list-style: none; }

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Contao-spezifische Resets */
.mod_article *[class*="ce_"],
.mod_article *[class*="mod_"] { 
	margin-left: 0px;
	margin-right: 0px;
}

.mod_article *[class*="layout_"]>*, 
.mod_article *[class*="event_"]>* {
	margin-left: 0px;
	margin-right: 0px;
}

/* Ausnahmen bei Contao-spez. Reset */

.ce_hyperlink {
    margin-bottom: 1em;
}

/* Entfernt unsichbaren Rand unter img Tags */

img {
	display: block;
	vertical-align: bottom; 
}

/* Farbe, Stil und margin anpassen. */

hr {
	display: block;
	border: 0; 
	border-top: 1px dotted #555555;
	height: 1px;
	margin: 0 0 1em 0;
	padding: 0;
}

input, select { vertical-align: middle; }

/* Ende Reset */