/* ---------------------- */
/* TinyMCE specific rules */
/* ---------------------- */
body.mceContentBody {
	background: #FFF;
	color: #58585A;
	font: 14px/150% 'Open Sans', sans-serif;
	font-weight: normal;
}

.mceContentBody a {
   color: #5BBBEB !important; /* FF requires a important here */
}


/* -------------------------- */
/* Ab hier die eigenen Styles */
/* -------------------------- */


html,
body,
input,
textarea
{
	color: #333333;
	font: 16px/150% 'Open Sans', sans-serif;
	font-weight: 400;
}

a{ color: #845046; text-decoration: underline; }
a:hover { color: #845046; text-decoration: none; }
a:focus { color: #845046; }

p { margin: 0; padding: 0; line-height: 1.75; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	color: #333333;
	line-height: normal;
	padding: 0; 
	margin: 0 0 5px 0;
	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

h1{ font-size: 26px; font-family: 'Alegreya Sans', sans-serif; font-weight: 500; border-bottom: 1px solid #111111; margin-bottom: 35px; }
h2{ font-size: 20px; font-weight: 600; }
h3{ font-size: 18px; border: 1px solid #333333; display: inline-block; padding: 0 8px; }