/**
 * 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).
 */
 
.desktop_content.br {
	 
 }
 
.textmarker {
	font-family: 'Rubik';
	margin-bottom: 20px !important;
	font-size: 19px;
	font-style: italic;
	line-height: 28px;
	font-weight: 600;
	text-transform: none;
	color: #56aa99;
	border-radius: 3px;
}

.textmarker_bigger {
	font-family: 'Rubik';
	margin-bottom: 20px !important;
	font-size: 25px;
	font-style: italic;
	line-height: 33px;
	font-weight: 600;
	text-transform: none;
	color: #56aa99;
	border-radius: 3px;
}

div.button {
	font-family: 'Rubik';
	margin-bottom: 20px !important;
	font-size: 18px;
	line-height: 29px;
	font-weight: 600;
	text-transform: none;
	background: #1c5566;
	color: #ffffff !important;
	padding: 5px 15px;
	border-radius: 2px;
	margin-right: 20px;
}

div.button a {
	color: inherit;
}
div.button2 {
	font-family: 'Rubik';
	margin-bottom: 20px !important;
	font-size: 16px;
	line-height: 29px;
	font-weight: 700;
	text-transform: none;
	background: #e3c868 !important;
	color: #1c5566 !important;
	padding: 2px 8px;
	border-radius: 3px;
	margin-right: 20px;
}
 
 .copyrights_smallfont {
	 font-size: 9px;
	 line-height: 11px;
	 color: #999999;
 }
