/*
 *  Author:   Dominique Wegner
 *  Date:     17.07.2008 (d.m.Y)
 *  Update:   01.02.2019 (d.m.Y)
 *
 *
 *  Style-Index:
 *
 *  $0 - Standard font types
 *  $1 - Standard TAGs
 *  $2 - Standard links
 *  $3 - RTE output
 *  $4 - Backend css classes
 *
 *  IMPORTANT:
 *  This file includes all user input styles (backend editor), for front AND
 *  backend.
 */
 
/* $0 - Standard font types //////////////////////////////////////////////////*/
html, body, table, a, input {
  color: #000;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
}

.tiny_text, .tiny_text a, a.tiny_text {
  color: #acafb2;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
}

body, h1, h2, h3, p, quote, small, form, input, ul, li, ol, label {
  /* The reset rules */
  margin: 0px;
  padding: 0px;
}

label {
  color: #000;
  text-decoration: none;
}

h1 {
  display: block;
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h4 {
  display: block;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h5 {
  display: block;
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: 10px;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


/* $1 - Standard TAGs ////////////////////////////////////////////////////////*/
u {
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sup {
  position: relative;
  top: -3px;
}

sub {
  bottom: -3px;
  position: relative;
}

/* $2 - Standard links ///////////////////////////////////////////////////////*/
a {
  color: #747474;
  display: inline-block;
  font-family: Tahoma, Arial, sans-serif;
}

a:hover, a:focus {
  text-decoration: underline;
}

a.no_icon {
  background: none;
  padding-left: 0;
}

/* $3 - RTE output ///////////////////////////////////////////////////////////*/
.content_text p {
  margin: 18px 0 0;
}

/* headline definitions */
.content_text h1, .content_text h2, .content_text h3, .content_text h4,
.content_text h5, .content_text h6 {
  color: #656565;
  margin: 30px 0 18px -1px;
}

.content_text h1 {
  font-size: 22px;
  line-height: 25px;
  margin-top: 0;
}

.content_text h2 {
  font-size: 18px;
  line-height: 22px;
}

.content_text h3 {
  font-size: 16px;
  line-height: 20px;
}

.content_text h4 {
  font-size: 14px;
  line-height: 18px;
}

.content_text h5, .content_text h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

/* lists */
.content_text ul, .content_text ol {
  list-style-position: inside;
  margin: 14px 0 0;
}

.content_text ul li {
  list-style-type: disc;
}

.content_text ol li {
  list-style-type: decimal;
}

/* content tables */
.content_text table p {
  margin: 0;
}

.content_text table td, .content_text table th {
  text-align: center;
  vertical-align: top;
}

.content_text table th {
  font-weight: bold;
}


/* $4 - Backend css classes //////////////////////////////////////////////////*/
table.visible_border {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.visible_border td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 3px;
  vertical-align: top;
}
