/* 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;
}


blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0px 2px 0px;
	border: none;
}


/* TEXT */
/* ---------------------------- */
span.sweTitle1, .sweTitle1 { /* .sweTitle1: Farbe1/groß */
  content: 'Farbe1/groß';
	color: #50af31;
	font-size: 20px;
	line-height: 24px
}
span.sweTitle2, .sweTitle2 { /* .sweTitle2: Farbe1/mittel */
  content: 'Farbe1/mittel';
	color: #50af31;
	font-size: 16px;
	line-height: 20px;
}
span.sweTitle3, .sweTitle3 { /* .sweTitle3: Farbe1/normal */
  content: 'Farbe1/normal';
	color: #50af31;
	font-size: 13px;
	line-height: 16px;
}
span.sweTitle4, .sweTitle4 { /* .sweTitle4: Farbe2/groß */
  content: 'Farbe2/groß';
	color: #bd001b;
	font-size: 20px;
	line-height: 24px;
}
span.sweTitle5, .sweTitle5 { /* .sweTitle5: Farbe2/mittel */
  content: 'Farbe2/mittel';
	color: #bd001b;
	font-size: 16px;
	line-height: 20px;
}
span.sweTitle6, .sweTitle6 { /* .sweTitle6: Farbe2/normal */
  content: 'Farbe2/normal';
	color: #bd001b;
	font-size: 13px;
	line-height: 16px;
}
span.sweTitle7, .sweTitle7 { /* .sweTitle7: Standard/groß */
  content: 'Standard/groß';
	font-size: 20px;
	line-height: 24px;
}
span.sweTitle8, .sweTitle8 { /* .sweTitle8: Standard/mittel */
  content: 'Standard/mittel';
	font-size: 16px;
	line-height: 20px;
}
span.sweTitle9, .sweTitle9 { /* .sweTitle9: Copyright */
  content: 'Copyright';
	font-size: 10px;
	line-height: 14px;
}

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

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

/* TABLE-ROW */
/* ---------------------------- */
tr.sweTableRow1 { /* .sweTableRow1: Zeile: Farbe1 Hintergrund */
  content: 'Zeile: Farbe1 Hintergrund';
	background-color: #50af31;
}
.sweTableRow1 td {
	background-color: #50af31;
	color: #FFFFFF;
	padding: 4px;
}
tr.sweTableRow2, .sweTableRow2 td { /* .sweTableRow2: Zeile: Farbe1 hell Hintergrund */
  content: 'Zeile: Farbe1 hell Hintergrund';
	background-color: #d9efd7;
}
tr.sweTableRow3 { /* .sweTableRow3: Zeile: Farbe2 Hintergrund */
  content: 'Zeile: Farbe2 Hintergrund';
	background-color: #bd001b;
}
.sweTableRow3 td {
	background-color: #bd001b;
	color: #FFFFFF;
	padding: 4px;
}
tr.sweTableRow4, .sweTableRow4 td  { /* .sweTableRow4: Zeile: Farbe2 hell Hintergrund */
  content: 'Zeile: Farbe2 hell Hintergrund';
	background-color: #f8f5f8;
}
tr.sweTableRow5 { /* .sweTableRow5: Zeile: Grau Hintergrund */
  content: 'Zeile: Grau Hintergrund';
	background-color: #AAAAAA;
}
.sweTableRow5 td {
	background-color: #AAAAAA;
	color: #FFFFFF;
	padding: 4px;
}
tr.sweTableRow6, .sweTableRow6 td { /* .sweTableRow6: Zeile: Grau hell Hintergrund */
  content: 'Zeile: Grau hell Hintergrund';
	background-color: #F5F5F5;
}

/* TABLE-CELL */
/* ---------------------------- */
td.sweTableCell1 { /* .sweTableCell1: Zelle: Farbe1 Hintergrund */
  content: 'Zelle: Farbe1 Hintergrund';
	background-color: #344BAB !important;
	color: #FFFFFF !important;
}
td.sweTableCell2 { /* .sweTableCell2: Zelle: Farbe1 hell Hintergrund */
  content: 'Zelle: Farbe1 hell Hintergrund';
	background-color: #EAEDF6 !important;
	color: #000000 !important;
}
td.sweTableCell3 { /* .sweTableCell3: Zelle: Farbe2 Hintergrund */
  content: 'Zelle: Farbe2 Hintergrund';
	background-color: #bd001b !important;
	color: #FFFFFF !important;
}
td.sweTableCell4 { /* .sweTableCell4: Zelle: Farbe2 hell Hintergrund */
  content: 'Zelle: Farbe2 hell Hintergrund';
	background-color: #f8f5f8 !important;
	color: #000000 !important;
}
td.sweTableCell5 { /* .sweTableCell5: Zelle: Grau Hintergrund */
  content: 'Zelle: Grau Hintergrund';
	background-color: #AAAAAA !important;
	color: #FFFFFF !important;
}
td.sweTableCell6 { /* .sweTableCell6: Zelle: Grau hell Hintergrund */
  content: 'Zelle: Grau hell Hintergrund';
	background-color: #F5F5F5 !important;
	color: #000000 !important;
}

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

/* CUSTOM */
/* ---------------------------- */
/*
Button grün=sweStyle1;Button dunkelgrün=sweStyle2;Button beige=sweStyle3
*/


a.sweStyle1 { content:'Button grün'; } /* sweStyle1: Button grün */
a.sweStyle2 { content: 'Button dunkelgrün'; } /* sweStyle2: Button dunkelgrün */
a.sweStyle3 { content: 'Button beige'; } /* sweStyle3: Button beige */

.sweStyle1 a, a.sweStyle1,
.sweStyle2 a, a.sweStyle2,
.sweStyle3 a, a.sweStyle3
{
	display: inline-block;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}
.sweStyle1 a:before, a.sweStyle1:before,
.sweStyle2 a:before, a.sweStyle2:before,
.sweStyle3 a:before, a.sweStyle3:before
{
	content: "\f04b";
	font-family: FontAwesome;
	font-weight: 300;
	padding: 0px 10px 0px 0px;
}
.sweStyle1 a:hover, a.sweStyle1:hover,
.sweStyle2 a:hover, a.sweStyle2:hover,
.sweStyle3 a:hover, a.sweStyle3:hover
{
	opacity: 0.8;
}
.sweStyle1 a, a.sweStyle1 {
	background-color: #92d14f;
}
.sweStyle2 a, a.sweStyle2 {
	background-color: #50af31;
}
.sweStyle3 a, a.sweStyle3 {
	background-color: #f7efe1;
}

/* ---------------------------- */
/* 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;
}
*/