/* ---------------------- */
/* 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: #888888;
	font: 18px 'Lato', sans-serif;
	font-weight: normal;
}

a{ color: #fe0000; text-decoration: none; }
a:hover { color: #fe0000; text-decoration: underline; }

p { margin: 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4,h5,h6
{
	color: #656565;
	line-height: normal;
	padding: 0; margin: 0;
	font-weight: normal;
    font-family: 'Lato', sans-serif;
overflow-wrap: break-word;
word-wrap: break-word;

}

h1{ font-size: 38px; margin-bottom: 25px; }
h2{ font-size: 27px; font-weight: 900; text-transform: uppercase; }
h3{ font-size: 28px; font-weight: bold; text-transform: uppercase; }
h4{ font-size: 20px; font-weight: bold; text-transform: uppercase; }
h5{ font-size: 30px; }
h6{ font-size: 20px; }

@media all and (max-width: 500px) {
	h1{ font-size: 30px; }
}