/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
 
a.button {
	background: #333333;
	width: auto;
	border-radius: 5px;
	padding: 10px 20px 5px 20px;
	color: #eeeeee;
	text-decoration: none;
	font-weight: 400;
	*font-size: 19px !important;
	*text-transform: uppercase;
	*letter-spacing: 0.5px; 
	display: inline-block;
	margin-top: 20px;
 }
 
 
 .logoRot {
	 color: #E41A41;
 }
 
.fontDef_Subline {
	font-size: 27px;
	line-height: 38px;
	margin-bottom: 0px;
	color: #444444;
	margin-top: -30px;
	font-weight: 300;
	padding-top: 0px !important;
}

div.bildtitel {
	position: absolute;
	bottom: 15%;
	background: #000000;
	color: #FFFFFF;
	padding: 15px 20px 8px 20px;
	text-align: right;
	*width: calc(100% - 20px);
	width: auto;
	font-weight: 600;
	line-height: 20px;
	left: 0px;
}

.bildtitel_klein {
	font-size: 15px;
	font-weight: 400;
}

div.historie_jahreszahl {
	position: relative;
	width: 100%;
	font-size: 35px;
	font-family: "AmsiProCondensedUltra";
	margin-bottom: 20px;
}
 