
/* ... files/css/tinymce.css ... 
-----------------------------------------------*/
/** classes */
.highlight {
  background-color: #F8EDAE;
}
.warning {
  color: darkred;
}
.invisible {
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.monospace {
  font-family: 'Lucida Console', 'Consolas', 'Courier New', monospace;
}
.de-only {}
.en-only {}

/** FE settings */
html[lang="de"] .en-only {
  display: none;
}
html[lang="en"] .de-only {
  display: none;
}

/** BE settings */
body#tinymce .de-only {
  background-color: rgba(0, 255, 0, .2);
}
body#tinymce .en-only {
  background-color: rgba(0, 0, 255, .2);
}
div.tl_content ol li {
  list-style-type: inherit;
}
.big-box {
	font-size: calc(16px + 1.5vw);
	padding: 1.25em;
	color: #00A6FD;
	border: .25em solid #00A6FD;
}
.indent_1 {
  text-indent: 1em;
}
.indent_2 {
  text-indent: 2em;
}
.read-more {}
.dimmed_50 {
  opacity: .5;
}
.centered_small {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* ... files/css/tinymce.css ... END
-----------------------------------------------*/
