/* EDITOR STYLE-DEFINITIONS - START */
/* Namen für die Klassenbezeichnungen werden für den CKEDITOR direkt aus dem File mittels dem Kommentar neben der Klassenbezeichnung geparst
    Die Regel lautet
    sweTitle1 \{ \/\* (.*) \*\/
    wobei der vordere Teil je nach Klassenname variieren kann
*/
/* ---------------------------- */
p {
    margin: 0px;
}
h1 {
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
}
h2 {
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
}
h3 {
    font-size: 12px;
    margin: 0px;
    font-weight: normal;
}
h4 {
    font-size: 11px;
    margin: 0px;
    font-weight: normal;
}
h5 {
    font-size: 10px;
    margin: 0px;
    font-weight: normal;
}
h6 {
    font-size: 9px;
    margin: 0px;
    font-weight: normal;
}

/* TEXT */
/* ---------------------------- */
span.sweTitle1, .sweTitle1 { /* Farbe1/groß */
  content: 'Farbe1/groß';
    color: #1B6331;
    font-size: 22px;
}
span.sweTitle2, .sweTitle2 { /* Farbe1/mittel */
  content: 'Farbe1/mittel';
    color: #1B6331;
    font-size: 18px;
}
span.sweTitle3, .sweTitle23 { /* Farbe1/normal */
  content: 'Farbe1/normal';
    color: #1B6331;
    font-size: 14px;
}
span.sweTitle4, .sweTitle4 { /* Farbe2/groß */
  content: 'Farbe2/groß';
    color: #B71234;
    font-size: 22px;
}
span.sweTitle5, .sweTitle5 { /* Farbe2/mittel */
  content: 'Farbe2/mittel';
    color: #B71234;
    font-size: 18px;
}
span.sweTitle6, .sweTitle6 { /* Farbe2/normal */
  content: 'Farbe2/normal';
    color: #B71234;
    font-size: 14px;
}
span.sweTitle7, .sweTitle7 { /* Standard/groß */
  content: 'Standard/groß';
    font-size: 22px;
}
span.sweTitle8, .sweTitle8 { /* Standard/mittel */
    font-size: 18px;
}
span.sweTitle9, .sweTitle9 { /* Copyright */
    font-size: 11px;
}

/* TABLE */
/* ---------------------------- */
table.sweTable1 { /* Farbe1 Rahmen */
  content: 'Farbe1 Rahmen';
    border: 1px solid #1B6331;
    border-collapse: collapse;
}
table.sweTable1 td {
    border: 1px solid #1B6331;
    padding: 4px;
}
table.sweTable2 { /* Farbe2 Rahmen */
  content: 'Farbe2 Rahmen';
    border: 1px solid #B71234;
    border-collapse: collapse;
}
table.sweTable2 td {
    border: 1px solid #B71234;
    padding: 4px;
}

table.sweTable3 { /* Grau Rahmen */
  content: 'Grau Rahmen';
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
}
table.sweTable3 td {
    border: 1px solid #AAAAAA;
    padding: 4px;
}

/* TABLE-ROW */
/* ---------------------------- */
tr.sweTableRow1 { /* Farbe1 Hintergrund */
  content: 'Farbe1 Hintergrund';
    background-color: #1B6331;
}
.sweTableRow1 td { /* Farbe1 Hintergrund */
    color: #FFFFFF;
    padding: 4px;
}
tr.sweTableRow2,.sweTableRow2 td { /* Farbe1 hell Hintergrund */
  content: 'Farbe1 hell Hintergrund';
    background-color: #e8efea;
}
tr.sweTableRow3 { /* Farbe2 Hintergrund */
  content: 'Farbe2 Hintergrund';
    background-color: #B71234;
}
.sweTableRow3 td { /* Farbe2 Hintergrund */
    color: #FFFFFF;
    padding: 4px;
}
tr.sweTableRow4, .sweTableRow4 td  { /* Farbe2 hell Hintergrund */
  content: 'Farbe2 hell Hintergrund';
    background-color: #ede7e8;
}
tr.sweTableRow5 { /* Grau Hintergrund */
  content: 'Grau Hintergrund';
    background-color: #AAAAAA;
}
.sweTableRow5 td { /* Grau Hintergrund */
    color: #FFFFFF;
    padding: 4px;
}
tr.sweTableRow6, .sweTableRow6 td { /* Grau hell Hintergrund */
  content: 'Grau hell Hintergrund';
    background-color: #F5F5F5;
}

/* TABLE-CELL */
/* ---------------------------- */
td.sweTableCell1 { /* Farbe1 Hintergrund */
  content: 'Farbe1 Hintergrund';
    background-color: #1B6331 !important;
    color: #FFFFFF !important;
}
td.sweTableCell2 { /* Farbe1 hell Hintergrund */
  content: 'Farbe1 hell Hintergrund';
    background-color: #e8efea !important;
    color: #000000 !important;
}
td.sweTableCell3 { /* Farbe2 Hintergrund */
  content: 'Farbe2 Hintergrund';
    background-color: #B71234 !important;
    color: #FFFFFF !important;
}
td.sweTableCell4 { /* Farbe2 hell Hintergrund */
  content: 'Farbe2 hell Hintergrund';
    background-color: #ede7e8 !important;
    color: #000000 !important;
}
td.sweTableCell5 { /* Grau Hintergrund */
  content: 'Grau Hintergrund';
    background-color: #AAAAAA !important;
    color: #FFFFFF !important;
}
td.sweTableCell6 { /* Grau hell Hintergrund */
  content: 'Grau hell Hintergrund';
    background-color: #F5F5F5 !important;
    color: #000000 !important;
}

/* IMAGES */
/* ---------------------------- */
img.swartimg {
    border: none;
    padding: 5px !important;
}
.sweImgRight img.swartimg, img.sweImgRight {
  content: 'Bild rechts';
    padding: 5px 0px 5px 5px !important;
}
.sweImgLeft img.swartimg, img.sweImgLeft {
  content: 'Bild links';
    padding: 5px 5px 5px 0px !important;
}

/* ---------------------------- */
/* EDITOR STYLE-DEFINITIONS - END */


.cke_editable {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.cke_editable table.sweAccordion { /* .sweAccordion: Markup: Akkordeon */
  content: 'Markup: Akkordeon';
    border: 2px dashed #00b018 !important;
    width: 100%;
}
.cke_editable table.sweTabs { /* .sweTabs: Markup: Tabs */
  content: 'Markup: Tabs';
    border: 2px dashed #FF00FF !important;
    width: 100%;
}
.cke_editable img {
    max-width: 100%;
    height: auto;
}
.cke_editable * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
[contenteditable] {
    border: 1px solid #DB0820;
    display: inline-block;
    padding: 14px 5px 5px 5px;
    background-color: #f5f5f5;
    position: relative;
    font-family: monospace;
}
[contenteditable]::before {
    content: 'swslang';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #DB0820;
    color: #ffffff;
    padding: 0px 2px;
    font-weight: 700;
    font-size: 10px;
}
*/