html .mceContentBody {
	max-width: 590px;
	padding: 20px;
}

/* =============================================================================
   Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5, 
h6 { color: #333; font-family: 'Lato',sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; line-height: 110% }
h1 { font-size: 20px;margin: 10px 0; }
h2 { font-family: 'LibreSerifSSiBold'; font-size: 14px; color: #000; line-height: 0px; letter-spacing: .01em; text-transform: none;}
h3 { font-size: 13px; padding: 0 0 7.5px 0; margin: 5px 0;} 
h4 {font-family: 'LibreSerifSSiBold'; font-size: 14px; margin-left: 11px; color: #000; line-height: 18px; letter-spacing: .01em; text-transform: none;} 
h4:before {
content: url('http://83.169.1.146/~marienstiftung/wp-content/themes/knaumann/images/quad_inv.png');	
vertical-align: baseline; margin-left: -11px;
}


h5 {
	color: #840E31; 
	font-family: 'LibreSerifSSiItalic';
	font-size: 14px;
	letter-spacing: .05em;
	margin: 0 0 0px 0;
	text-transform: none;
	line-height: 18px;
	} 
h6 { 
	color: #840E31; 
    font-family: 'LibreSerifSSiRegular';
	font-size: 14px;
	letter-spacing: .05em;
	margin: 0 0 0px 0;
	text-transform: none;
	line-height: 18px;
}

address { display: block; margin: 10px 0; font-style: normal; color: #666; }
abbr[title] { border-bottom: 0px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; font-size: 13px; font-family: Georgia, serif; font-style: italic; }
cite { color: #666; font-size: 12px; font-weight: 400; letter-spacing: 0.05em; text-transform: uppercase; font-style: normal;  }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, 
code, 
kbd, 
samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
p { padding: 0 0 20px 0; margin: 0; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Wordpress generated CSS */
.page-link {}
	.page-link a { padding:3px 8px; margin: 0px 1px; background: #EEE; }
.wp-caption {max-width: 96%;}
.wp-caption-text { color: #666; font-size: 12px;  margin: 0 5px 5px 5px; text-align: center; }
article.sticky { }
.gallery-caption  {}
.bypostauthor {}
.alignright { display: inline; float: right; margin-left: 15px;}
.alignleft { display: inline; float: left; margin-right: 15px;}
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }


/* =============================================================================
   Katja Naumann Styles
   ========================================================================== */
.iconheadline {
	font-family: 'LibreSerifSSiBold';
	font-size: 14px;
	color: #000;
	font-weight: bold;
	letter-spacing: .01em;
	text-transform: none;
	}
	
.mleft {
	margin: 2px 0 2px 12px;
	padding-left: 15px;
	line-height: 22px;
}

.none {

}

img.alignnone {
	position: relative;
	margin-left: 0px;
	float: right;
	padding: 0 35px 0 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic;  }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, 
input, 
select, 
textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, 
input { line-height: normal; border: none; padding: 5px 3px;  }
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], 
input[disabled] { cursor: default; }
input[type="checkbox"], 
input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, 
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: middle; resize: vertical; }
input:valid, 
textarea:valid {  }
input:invalid, 
textarea:invalid { background-color: #f0dddd; }
